Alessandro (Ale) Segala
|
29a1d3b778
|
feat: add database storage backend (#1091)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-11-16 18:23:46 +01:00 |
|
Elias Schneider
|
12125713a2
|
feat: add support for WEBP profile pictures (#1090)
|
2025-11-11 10:56:20 -06: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
|
76e0192cee
|
fix: disabled property gets ignored when creating an user
|
2025-11-06 12:28:07 +01:00 |
|
Elias Schneider
|
ed2c7b2303
|
feat: add ability to set default profile picture (#1061)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
|
2025-11-04 13:40:00 +01:00 |
|
Elias Schneider
|
c20e93b55c
|
feat: add various improvements to the table component (#961)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-10-13 09:12:55 +00:00 |
|
Elias Schneider
|
507f9490fa
|
feat: add the ability to make email optional (#994)
|
2025-10-03 11:24:53 +02:00 |
|
Kyle Mendell
|
68373604dd
|
feat: add user display name field (#898)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-09-17 17:18:27 +02:00 |
|
Zeedif
|
182d809028
|
feat(signup): add default user groups and claims for new users (#812)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-08-22 14:25:02 +02:00 |
|
Alessandro (Ale) Segala
|
7ab0fd3028
|
fix: for one-time access tokens and signup tokens, pass TTLs instead of absolute expiration date (#855)
|
2025-08-22 08:02:56 +02:00 |
|
Alessandro (Ale) Segala
|
42a861d206
|
refactor: complete conversion of log calls to slog (#787)
|
2025-07-27 04:34:23 +00: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
|
e1de593dcd
|
fix: login failures on Postgres when IP is null (#737)
|
2025-07-09 08:45:07 -05:00 |
|
Elias Schneider
|
fceb6fa7b4
|
fix: add missing error check in initial user setup
|
2025-06-29 15:10:39 +02:00 |
|
Elias Schneider
|
287314f016
|
feat: improve initial admin creation workflow
|
2025-06-27 23:41:05 +02:00 |
|
Kyle Mendell
|
dcd1ae96e0
|
feat: self-service user signup (#672)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-06-27 15:01:10 -05:00 |
|
Elias Schneider
|
1fdb058386
|
docs: clarify confusing user update logic
|
2025-06-27 17:20:51 +02:00 |
|
Elias Schneider
|
29cb5513a0
|
fix: users can't be updated by admin if self account editing is disabled
|
2025-06-27 17:15:26 +02:00 |
|
Elias Schneider
|
6c00aaa3ef
|
fix: allow users to update their locale even when own account update disabled
|
2025-06-02 11:35:13 +02:00 |
|
Alessandro (Ale) Segala
|
cb2a9f9f7d
|
refactor: replace create-one-time-access-token script with in-app functionality (#540)
|
2025-05-24 22:55:46 +02:00 |
|
Elias Schneider
|
0b9cbf47e3
|
fix: allow LDAP users to update their locale
|
2025-05-03 23:32:56 +02:00 |
|
Alessandro (Ale) Segala
|
270c30334d
|
fix: prevent deadlock when trying to delete LDAP users (#471)
|
2025-04-22 15:16:44 +02:00 |
|
Elias Schneider
|
fe1c4b18cd
|
feat: add ability to send login code via email (#457)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-20 18:32:40 +02:00 |
|
Kyle Mendell
|
26f01f205b
|
feat: send email to user when api key expires within 7 days (#451)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-20 14:40:20 +00:00 |
|
Kyle Mendell
|
c843a60131
|
feat: disable/enable users (#437)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-18 15:38:50 +00:00 |
|
Alessandro (Ale) Segala
|
796bc7ed34
|
fix: improve LDAP error handling (#425)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-12 18:38:19 -04:00 |
|
Alessandro (Ale) Segala
|
f83bab9e17
|
refactor: simplify app_config service and fix race conditions (#423)
|
2025-04-10 13:41:22 +02:00 |
|
Elias Schneider
|
ce6e27d0ff
|
refactor: rollback db changes with defer everywhere
|
2025-04-06 23:40:56 +02:00 |
|
Alessandro (Ale) Segala
|
ec626ee797
|
fix: use transactions when operations involve multiple database queries (#392)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
|
2025-04-06 15:04:08 +02:00 |
|
Alessandro (Ale) Segala
|
2f7646105e
|
fix: ensure file descriptors are closed + other bugs (#413)
|
2025-04-04 10:04:36 +02:00 |
|
Kyle Mendell
|
734c6813ea
|
fix: create reusable default profile pictures (#406)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-04-03 08:06:56 -05:00 |
|
Elias Schneider
|
7e658276f0
|
fix: ldap users aren't deleted if removed from ldap server
|
2025-03-29 22:55:44 +01:00 |
|
Rich
|
4ac1196d8d
|
ci/cd: add basic static analysis for backend (#389)
|
2025-03-27 16:13:56 +01:00 |
|
Alessandro (Ale) Segala
|
26b2de4f00
|
refactor: use atomic renames for uploaded files (#372)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-23 20:21:44 +00:00 |
|
Jonas Claes
|
269b5a3c92
|
feat: add support for translations (#349)
Co-authored-by: Kyle Mendell <kmendell@outlook.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-20 18:57:41 +00:00 |
|
Kyle Mendell
|
8f146188d5
|
feat(profile-picture): allow reset of profile picture (#355)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-18 19:59:31 +00:00 |
|
Jonas
|
eb1426ed26
|
feat(account): add ability to sign in with login code (#271)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-10 12:45:45 +01:00 |
|
Kyle Mendell
|
0f14a93e1d
|
feat: display groups on the account page (#296)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2025-03-06 22:25:03 +01:00 |
|
Elias Schneider
|
9a167d4076
|
fix: delete profile picture if user gets deleted
|
2025-02-24 09:40:14 +01:00 |
|
Elias Schneider
|
652ee6ad5d
|
feat: add ability to upload a profile picture (#244)
|
2025-02-19 14:28:45 +01:00 |
|
Giovanni
|
2071d002fc
|
feat: add ability to set custom Geolite DB URL
|
2025-02-13 21:01:43 +01:00 |
|
Elias Schneider
|
c6ab2b252c
|
chore: replace stonith404 with pocket-id after org migration
|
2025-02-05 18:08:01 +01:00 |
|
Elias Schneider
|
9ab178712a
|
feat: allow LDAP users and groups to be deleted if LDAP gets disabled
|
2025-02-03 08:58:20 +01:00 |
|
Elias Schneider
|
3f02d08109
|
fix: non LDAP users get created with a empty LDAP ID string
|
2025-01-20 10:41:01 +01:00 |
|
Elias Schneider
|
06b90eddd6
|
feat: allow sign in with email (#100)
|
2025-01-19 15:30:31 +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
|
fd69830c26
|
feat: add sorting for tables
|
2025-01-11 20:32:22 +01:00 |
|
Elias Schneider
|
bad901ea2b
|
fix: wrong date time datatype used for read operations with Postgres
|
2024-12-13 08:43:46 +01:00 |
|
Elias Schneider
|
aca2240a50
|
feat: add audit log event for one time access token sign in
|
2024-11-11 18:25:57 +01:00 |
|
Elias Schneider
|
c056089c60
|
feat: custom claims (#53)
|
2024-10-28 18:11:54 +01:00 |
|