Elias Schneider
|
4bde271b47
|
chore: upgrade dependencies
|
2025-11-25 22:30:28 +01:00 |
|
dependabot[bot]
|
e817f042ec
|
chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /backend in the go_modules group across 1 directory (#1107)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-23 17:10:10 +01:00 |
|
Elias Schneider
|
bfd71d090c
|
feat: add support for S3 storage backend (#1080)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-11-10 09:02:25 +00:00 |
|
Elias Schneider
|
6362ff9861
|
chore: upgrade dependencies
|
2025-10-24 12:18:38 +02:00 |
|
Elias Schneider
|
2d6d5df0e7
|
feat: add support for LOG_LEVEL env variable (#942)
|
2025-09-14 08:26:21 -07:00 |
|
dependabot[bot]
|
912008b048
|
chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 in /backend in the go_modules group across 1 directory (#879)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-08-24 20:50:30 +02:00 |
|
Elias Schneider
|
c114a2edaa
|
feat: support automatic db migration rollbacks (#874)
|
2025-08-24 16:56:28 +02:00 |
|
Alessandro (Ale) Segala
|
17d8893bdb
|
chore: update deps and Go 1.25 (#833)
|
2025-08-14 22:33:27 -05:00 |
|
Alessandro (Ale) Segala
|
78266e3e4c
|
feat: Support OTel and JSON for logs (via log/slog) (#760)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-07-27 01:03:52 +00:00 |
|
Alessandro (Ale) Segala
|
7b4ccd1f30
|
fix: ensure user inputs are normalized (#724)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-07-13 16:15:57 +00:00 |
|
Alessandro (Ale) Segala
|
8c8fc2304d
|
feat: add "key-rotate" command (#709)
|
2025-07-03 22:23:24 +02:00 |
|
Alessandro (Ale) Segala
|
c290c027fb
|
refactor: use github.com/jinzhu/copier for MapStruct (#698)
|
2025-06-29 15:01:10 +02:00 |
|
Alessandro (Ale) Segala
|
05bfe00924
|
feat: JWT bearer assertions for client authentication (#566)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-06-06 12:23:51 +02:00 |
|
Alessandro (Ale) Segala
|
3d402fc0ca
|
fix: small fixes in analytics_job (#582)
|
2025-05-28 11:12:44 -05:00 |
|
Elias Schneider
|
e0ec607198
|
feat: add daily heartbeat request for counting Pocket ID instances (#578)
|
2025-05-28 11:19:45 +02:00 |
|
Alessandro (Ale) Segala
|
a408ef797b
|
refactor: switch SQLite driver to pure-Go implementation (#530)
|
2025-05-14 09:29:04 +02:00 |
|
Daenney
|
6f54ee5d66
|
feat: OpenTelemetry tracing and metrics (#262) (#495)
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-05-05 15:59:44 +02:00 |
|
Kyle Mendell
|
debef9a66b
|
ci/cd: setup caching and improve ci job performance (#465)
|
2025-04-20 11:48:46 -05:00 |
|
dependabot[bot]
|
65ee500ef3
|
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /backend in the go_modules group across 1 directory (#450)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-16 18:26:55 -05:00 |
|
Alessandro (Ale) Segala
|
f83bab9e17
|
refactor: simplify app_config service and fix race conditions (#423)
|
2025-04-10 13:41:22 +02:00 |
|
Rich
|
b935a4824a
|
ci/cd: migrate backend linter to v2. fixed unit test workflow (#400)
|
2025-03-28 04:00:55 -05:00 |
|
Alessandro (Ale) Segala
|
96876a99c5
|
feat: add support for ECDSA and EdDSA keys (#359)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-27 18:20:39 +01:00 |
|
dependabot[bot]
|
e2f74e5687
|
chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /backend in the go_modules group across 1 directory (#374)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-21 17:45:52 -05:00 |
|
Alessandro (Ale) Segala
|
a7c9741802
|
feat: store keys as JWK on disk (#339)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-03-18 21:08:33 +01:00 |
|
dependabot[bot]
|
d8952c0d62
|
chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /backend in the go_modules group across 1 directory (#326)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-13 14:06:43 +01:00 |
|
Elias Schneider
|
2d733fc79f
|
fix: support LOGIN authentication method for SMTP (#292)
|
2025-03-03 16:48:38 +01:00 |
|
Elias Schneider
|
1026ee4f5b
|
fix: profile picture orientation if image is rotated with EXIF
|
2025-03-03 09:06:52 +01:00 |
|
Elias Schneider
|
652ee6ad5d
|
feat: add ability to upload a profile picture (#244)
|
2025-02-19 14:28:45 +01:00 |
|
Elias Schneider
|
c6ab2b252c
|
chore: replace stonith404 with pocket-id after org migration
|
2025-02-05 18:08:01 +01:00 |
|
Elias Schneider
|
04c7f180de
|
chore: upgrade frontend and backend dependencies
|
2025-01-27 11:01:48 +01:00 |
|
Kyle Mendell
|
5101b14eec
|
feat: add LDAP sync (#106)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-01-19 13:02:07 +01:00 |
|
Elias Schneider
|
9d20a98dbb
|
feat: add support for Postgres database provider (#79)
|
2024-12-12 17:21:28 +01:00 |
|
Elias Schneider
|
9d5f83da78
|
chore: dump dependencies
|
2024-10-04 14:15:04 +02:00 |
|
Elias Schneider
|
025378d14e
|
feat: add location based on ip to the audit log
|
2024-10-04 12:11:10 +02:00 |
|
Elias Schneider
|
6bb613e0e7
|
chore: set the go version to 1.23.1
|
2024-09-19 08:56:30 +02:00 |
|
Elias Schneider
|
9121239dd7
|
feat: add audit log with email notification (#26)
|
2024-09-09 10:29:41 +02:00 |
|
Elias Schneider
|
fc47c2a2a4
|
chore: upgrade dependencies
|
2024-08-24 12:43:22 +02:00 |
|
Elias Schneider
|
601f6c488a
|
refactor: use dependency injection in backend
|
2024-08-17 21:57:14 +02:00 |
|
Elias Schneider
|
eaff977b22
|
initial commit
|
2024-08-12 11:24:22 +02:00 |
|