| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update directories fig searches | Leonardo Bishop | 2025-08-07 | 1 | -13/+10 |
| | | |||||
| * | Do not mistakenly transform unsafe characters into JSON notation when ↵upstream | AKP | 2025-02-11 | 3 | -6/+8 |
| | | | | | sending from the server as pre-set form values | ||||
| * | Flip inverted boolean check | AKP | 2025-02-11 | 2 | -1/+5 |
| | | |||||
| * | v0.4.3 | AKP | 2025-02-11 | 1 | -0/+2 |
| | | |||||
| * | Use batch insert when loading OPML | AKP | 2025-02-10 | 2 | -8/+32 |
| | | | | | This is many many times faster (very noticeably) than using one query per feed as it was before. | ||||
| * | Do not update feed item index when sending test emails | AKP | 2025-02-10 | 3 | -5/+7 |
| | | | | | Previously this caused items to be missed from the main, scheduled emails. | ||||
| * | Do not index feed items at addition time | AKP | 2025-02-10 | 3 | -29/+1 |
| | | | | | This is now handled gracefully in the processor logic. | ||||
| * | Use old time-based new item detection method when no known feed items exist ↵ | AKP | 2025-02-10 | 2 | -14/+68 |
| | | | | | | | in the database This can happen after a database migration, when a set of feeds are imported/first added. | ||||
| * | Prevent nil dereference when feeds without published dates are processed | AKP | 2025-02-09 | 2 | -0/+8 |
| | | |||||
| * | v0.4.1 | AKP | 2025-02-09 | 1 | -0/+2 |
| | | |||||
| * | Update CHANGELOG.md | AKP | 2025-02-09 | 1 | -1/+2 |
| | | |||||
| * | Disable unused function | AKP | 2025-02-09 | 1 | -7/+7 |
| | | |||||
| * | Handle zero length lists of new feed items | AKP | 2025-02-09 | 1 | -0/+3 |
| | | |||||
| * | Filter by unseen posts | AKP | 2025-02-09 | 1 | -22/+35 |
| | | |||||
| * | Cache feed items when adding new feed | AKP | 2025-02-09 | 5 | -1/+73 |
| | | |||||
| * | Use errors.As in HTTP error handler | AKP | 2025-02-09 | 1 | -8/+13 |
| | | |||||
| * | Enable foreign key support in SQLite | AKP | 2025-02-09 | 1 | -0/+5 |
| | | |||||
| * | Cache feed data in database | AKP | 2025-02-09 | 4 | -56/+62 |
| | | |||||
| * | Conver migrations to plain SQL | AKP | 2025-02-09 | 7 | -126/+38 |
| | | |||||
| * | v0.4.0 | AKP | 2025-02-09 | 1 | -0/+2 |
| | | |||||
| * | Fixup email settings | AKP | 2025-02-09 | 4 | -17/+51 |
| | | | | | | | Adds support for switching between STARTTLS, TLS and no TLS. Adds support for not specifying a username and password. Fixes #5 | ||||
| * | Always build with latest Go v1 release | AKP | 2025-01-25 | 1 | -1/+1 |
| | | |||||
| * | Make including contact information in the user agent optional | AKP | 2025-01-25 | 4 | -2/+12 |
| | | |||||
| * | fix: clear cached content when feed URL changes | AKP | 2025-01-18 | 5 | -2/+18 |
| | | | | | Also prepare release 0.3.8 | ||||
| * | Add `logo_light_square.png` | AKP | 2023-04-13 | 1 | -0/+0 |
| | | |||||
| * | Prepare v0.3.7 | AKP | 2023-04-08 | 1 | -0/+2 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Fix potential race condition | AKP | 2023-04-08 | 2 | -1/+7 |
| | | | | | | | | | Due to a use of `RLock` in place of `Lock` in test email status reporting code, a race condition could arise when more than one user is running a test email. Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Tweak URL paths | AKP | 2023-04-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Alter 2 files | AKP | 2023-02-25 | 2 | -1/+6 |
| | | | | | | Update `CHANGELOG.md` Update `Dockerfile` | ||||
| * | Merge pull request #4 from ↵ | akp | 2023-02-25 | 2 | -2/+3 |
| |\ | | | | | | | | | codemicro/dependabot/go_modules/golang.org/x/crypto-0.1.0 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 | ||||
| | * | Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 | dependabot[bot] | 2023-02-25 | 2 | -2/+3 |
| |/ | | | | | | | | | | | | | Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #3 from ↵ | akp | 2023-02-25 | 2 | -10/+9 |
| |\ | | | | | | | | | codemicro/dependabot/go_modules/golang.org/x/net-0.7.0 Bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0 | ||||
| | * | Bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0 | dependabot[bot] | 2023-02-25 | 2 | -10/+9 |
| |/ | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Add space for contact information in user agent | AKP | 2023-01-19 | 3 | -3/+8 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update changelog format | AKP | 2023-01-19 | 1 | -24/+12 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Include version number in email footer | AKP | 2023-01-19 | 2 | -2/+12 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update `CHANGELOG.md` | AKP | 2023-01-19 | 1 | -0/+4 |
| | | |||||
| * | Support Last-Modified header | AKP | 2023-01-19 | 4 | -11/+62 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Alter user agent when in debug mode | AKP | 2023-01-19 | 1 | -9/+16 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Support checking ETags on RSS feeds | AKP | 2023-01-19 | 4 | -6/+51 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update schema to store ETags and cached content | AKP | 2023-01-19 | 2 | -0/+53 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update `CHANGELOG.md` | AKP | 2022-08-31 | 1 | -1/+9 |
| | | |||||
| * | Replace faulty error assertion | AKP | 2022-08-31 | 1 | -11/+13 |
| | | | | | | | | | | | | | | mattn/go-sqlite3 returns errors as `sqlite3.Error`, not `*sqlite3.Error` as was in use. This commit switches references of the latter with the former in user registration logic. This commit also removes some duplicated code from the user registration process. Fixes #2 Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Change call to database instance to `NewDelete()` from `NewSelect()` | AKP | 2022-08-31 | 1 | -1/+1 |
| | | | | | | | | | This was introduced in v0.3.0 Fixes #1 Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update README.md | akp | 2022-08-15 | 1 | -0/+5 |
| | | |||||
| * | Update README.md | akp | 2022-08-15 | 1 | -0/+1 |
| | | |||||
| * | Update `CHANGELOG.md` | AKP | 2022-08-13 | 1 | -0/+4 |
| | | |||||
| * | Add OIDC support | AKP | 2022-08-13 | 9 | -7/+223 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
| * | Update `version.go` | AKP | 2022-08-13 | 1 | -1/+1 |
| | | |||||
| * | Set version number when building in CI | AKP | 2022-08-13 | 1 | -1/+4 |
| | | | | | Signed-off-by: AKP <tom@tdpain.net> | ||||
