aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Alter 2 filesAKP2023-02-252-1/+6
| | | | | Update `CHANGELOG.md` Update `Dockerfile`
* Merge pull request #4 from ↵akp2023-02-252-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.0dependabot[bot]2023-02-252-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 ↵akp2023-02-252-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.0dependabot[bot]2023-02-252-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 agentAKP2023-01-193-3/+8
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update changelog formatAKP2023-01-191-24/+12
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Include version number in email footerAKP2023-01-192-2/+12
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2023-01-191-0/+4
|
* Support Last-Modified headerAKP2023-01-194-11/+62
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Alter user agent when in debug modeAKP2023-01-191-9/+16
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Support checking ETags on RSS feedsAKP2023-01-194-6/+51
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update schema to store ETags and cached contentAKP2023-01-192-0/+53
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-08-311-1/+9
|
* Replace faulty error assertionAKP2022-08-311-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()`AKP2022-08-311-1/+1
| | | | | | | | This was introduced in v0.3.0 Fixes #1 Signed-off-by: AKP <tom@tdpain.net>
* Update README.mdakp2022-08-151-0/+5
|
* Update README.mdakp2022-08-151-0/+1
|
* Update `CHANGELOG.md`AKP2022-08-131-0/+4
|
* Add OIDC supportAKP2022-08-139-7/+223
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `version.go`AKP2022-08-131-1/+1
|
* Set version number when building in CIAKP2022-08-131-1/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-08-131-0/+3
|
* Update `version.go`AKP2022-08-131-1/+1
|
* Fix DockerfileAKP2022-08-132-3/+3
| | | | | | Introducing the CGO-ish SQLite broke things. Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-08-131-1/+6
|
* Convert to SQLiteAKP2022-08-1312-125/+246
| | | | Signed-off-by: AKP <tom@tdpain.net>
* chore: replace use of deprecated `ioutil.WriteFile`AKP2022-08-131-2/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-06-011-1/+3
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-06-011-0/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add appropriate user agentAKP2022-06-012-2/+16
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add ability to embed a version numberAKP2022-06-012-0/+10
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix feed entries from midnight on a given day being completely ignoredAKP2022-05-082-2/+26
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Remove Docker stuff from MakefileAKP2022-05-081-3/+0
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Remove three day feed processing offset used for testingAKP2022-04-292-2/+7
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Updated `CHANGELOG.md`AKP2022-04-291-1/+6
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add progress indicator to test email buttonAKP2022-04-296-16/+170
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update README.mdakp2022-04-161-1/+6
|
* Update README.mdakp2022-04-161-1/+1
|
* Bump version to v0.1.1AKP2022-04-161-2/+5
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add import/export to web UIAKP2022-04-152-0/+98
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix logic to determine if secure cookies should be generatedAKP2022-04-152-4/+6
| | | | | | When debug mode was enabled, it would fail to disable secure cookies. This fixes that and simplifies the logic used to determine if secure cookies should be enabled.
* Add OPML import functionalityAKP2022-04-156-14/+120
|
* Add support for OPML exportAKP2022-04-146-0/+101
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Second attempted fix of Docker GHAAKP2022-04-141-1/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix Docker build and publish workflowAKP2022-04-141-2/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Create docker-image.ymlakp2022-04-141-0/+34
|
* Merge branch 'master' of github.com:codemicro/walrssAKP2022-04-141-3/+8
|\
| * Fix setup instructionsakp2022-04-141-2/+5
| |
| * Update README.mdakp2022-04-141-0/+1
| |