Commit graph

2816 commits

Author SHA1 Message Date
izzy
1fc98990ab
refactor: use respondWithCookie
refactor: merge start/end into one route
refactor: rename MaintenanceRepository to AppRepository
chore: use new ApiTag/Endpoint
refactor: apply other requested changes
2025-11-14 14:54:06 +00:00
izzy
15c0d5f27a
Merge remote-tracking branch 'origin/main' into feat/maintenance-mode 2025-11-14 14:02:27 +00:00
Daniel Dietzler
f1f203719d
refactor: admin settings (#23843) 2025-11-13 13:17:44 -05:00
Juan Roa
8001dedcbf
fix(web): keep album timeline when selecting cover (#23819) 2025-11-13 16:30:24 +00:00
Daniel Dietzler
e0535e20e6
chore: cleanup web (#23866) 2025-11-13 12:51:17 +00:00
Daniel Dietzler
0e7e67efe1
fix: timeline scroll after navigate (#23664) 2025-11-13 11:28:42 +01:00
Mees Frensel
edf21bae41
feat(web): disable searching by disabled features (#23798)
fix(web): disable searching by disabled features
2025-11-12 09:19:18 -06:00
Daniel Dietzler
70ab8bc657
refactor: shared links modals (#23803) 2025-11-12 12:57:53 +01:00
izzy
ef1eaee863
merge: remote-tracking branch 'origin/main' into feat/maintenance-mode 2025-11-12 11:54:19 +00:00
Mees Frensel
4fd9e42ce5
feat(web): animate gifs on hover (#23198) 2025-11-11 10:22:53 -06:00
Mees Frensel
905f4375b0
fix(web): make sliding window cover all visible space to show small number of assets (#23796) 2025-11-11 08:50:31 -06:00
Jason Rasmussen
2f40f5aad8
refactor: user admin service (#23785) 2025-11-11 07:42:33 -05:00
Jason Rasmussen
0b487897a4
refactor: shared link service (#23775) 2025-11-10 16:17:18 -05:00
Jason Rasmussen
d5c5bdffcb
refactor: album delete (#23773) 2025-11-10 16:10:29 -05:00
Jason Rasmussen
dea95ac2e6
refactor: shared-link service (#23770) 2025-11-10 20:49:02 +00:00
Alex
6922a92b69
feat: show update version info (#23698)
* feat: show update version info

* Apply suggestions from code review

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>

---------

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2025-11-10 14:19:27 -06:00
renovate[bot]
787158247f
fix(deps): update typescript-projects (#23588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-11-10 19:50:19 +00:00
Jason Rasmussen
8de6ec1a1b
refactor: album service (#23768) 2025-11-10 13:40:58 -05:00
Daniel Dietzler
d27c01ef70
chore: migrate remaining usages of the logo to use the UI lib (#23430) 2025-11-10 19:16:49 +01:00
Jason Rasmussen
45304f1211
refactor: view shared link (#23766) 2025-11-10 12:21:26 -05:00
Jason Rasmussen
a4e65a7ea8
refactor: albums-list (#23765) 2025-11-10 11:49:59 -05:00
Daniel Dietzler
dd393c8346
feat(web): event handler component (#23763) 2025-11-10 11:49:46 -05:00
Jason Rasmussen
7705c84b04
refactor(web): album service (#23762) 2025-11-10 11:06:40 -05:00
bo0tzz
8a73de018c
feat: mise monorepo tasks (#23691) 2025-11-10 15:55:15 +01:00
Mees Frensel
6c6b00067b
fix(web): i18n for admin>users>sessions (#23756) 2025-11-10 12:48:17 +00:00
izzy
3c96117e4c
revert: vite.config.ts 2025-11-10 12:23:59 +00:00
izzy
f5199e179f
refactor: undo earlier change to vite.config.ts 2025-11-10 11:48:24 +00:00
izzy
7728dd0593
refactor: remove outer try {} catch block from loadMaintenanceAuth 2025-11-10 11:48:23 +00:00
Paul Makles
db22797ae6
refactor: remove unnecessary await
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2025-11-10 11:45:35 +00:00
Mees Frensel
9cc88ed2a6
feat: make memories slideshow duration configurable (#22783) 2025-11-08 17:46:43 -05:00
Lukas
c935ae47d0
feat: lazy load thumbnails on people and place list (#23682)
perf(web): lazy load thumbnails on people and place list
2025-11-07 14:22:02 -06:00
izzy
eb2fc6fc75
chore: fix server/web lints 2025-11-07 10:17:20 +00:00
Mert
6913697ad1
feat(ml): multilingual ocr (#23527)
* handle other languages in ml server

* add variants to model selector

* no need to override path

* unused import
2025-11-06 12:58:41 -05:00
izzy
a597b0edb1
refactor: always validate login (i.e. check cookie) 2025-11-06 17:50:48 +00:00
izzy
35ac0b3269
refactor: move redirect check into utils
refactor: update translation strings to be more sensible
2025-11-06 17:34:14 +00:00
izzy
9ed219c67a
refactor: more concise redirect logic on web 2025-11-06 15:35:43 +00:00
izzy
c8f3eef45d
refactor: use service instead of repository
chore: read token from cookie if possible
chore: rename client event to AppRestartV1
2025-11-06 15:35:17 +00:00
Snowknight26
2c50f2e244
fix(web): add URLs to results in large files utility (#23617)
fix(web): add URLs to results in large files
2025-11-06 09:24:47 -05:00
izzy
1695315596
chore: lint fixes for web 2025-11-06 11:29:40 +00:00
izzy
bc297f14c9
refactor: use continue instead of next 2025-11-06 11:22:33 +00:00
izzy
37fd5fb218
refactor: use navigation goto 2025-11-06 11:22:29 +00:00
izzy
31d443ac0e
refactor: ensure the user is also redirected by the server 2025-11-05 17:54:43 +00:00
izzy
419e3c16b7
feat: redirect users back to the last page they were on when exiting maintenance 2025-11-05 17:04:12 +00:00
izzy
1ed2cdae1a
feat: add a link to maintenance mode documentation 2025-11-05 17:03:51 +00:00
izzy
57997c001e
refactor: always validate the maintenance auth on the server 2025-11-05 16:07:41 +00:00
izzy
421bf855d3
feat: log into maintenance mode from CLI command 2025-11-05 14:39:34 +00:00
Arnaud Wery
c15e9bfa72
fix(web): "select all" button in trash and permanently deleted count (#23594) 2025-11-05 14:05:48 +00:00
Sergey Katsubo
3cc9dd126c
fix(web): fix timezone dropdown for timestamps lacking milliseconds (#23615)
Fix timezone selector for timestamps without milliseconds
2025-11-05 08:03:55 -06:00
izzy
014669f4a4
feat: jwt auth for maintenance 2025-11-05 13:44:43 +00:00
izzy
1350f5cbd5
refactor(web): move redirect logic into +layout file where modal is setup 2025-11-05 11:19:48 +00:00