izzy
0bc0f4c3e9
chore: incomplete commit
2025-11-14 15:57:29 +00:00
izzy
30d2707cec
refactor: remove Websocket#restartApp in favour of individual methods
2025-11-14 15:55:18 +00:00
izzy
aad47ce45a
refactor: use action property for setting maint. mode
2025-11-14 15:49:12 +00:00
izzy
bdb53dba32
refactor: move maintenance worker code into src/maintenance\nfix: various test fixes
2025-11-14 15:20:03 +00:00
izzy
bf2887c00b
chore: remove secureOnly for maint. cookie
2025-11-14 15:11:38 +00:00
izzy
c24fe156b1
chore: lint/format
2025-11-14 15:11:21 +00:00
izzy
ecb994901a
chore: regenerate openapi
2025-11-14 15:02:39 +00:00
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
074fdb2b96
fix: out of sync pnpm lockfile ( #23891 )
2025-11-14 12:13:09 +01:00
Daniel Dietzler
f1f203719d
refactor: admin settings ( #23843 )
2025-11-13 13:17:44 -05:00
zebrapurring
f73ca9d9c0
chore: build bcrypt dependency from source ( #22145 )
...
This may provide better performance on some cases and guarantee cross-platform compatibility
Co-authored-by: zebrapurring <>
2025-11-13 12:12:01 -05:00
renovate[bot]
ad3f4fb434
chore(deps): update dependency validator to v13.15.20 [security] ( #23284 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 17:37:51 +01:00
Juan Roa
8001dedcbf
fix(web): keep album timeline when selecting cover ( #23819 )
2025-11-13 16:30:24 +00:00
Hritik V
07a39226c5
chore: include link to discord server when referencing contribution channel ( #23728 )
...
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-11-13 16:27:26 +00:00
shenlong
88e7e21683
fix: prefer filename from body over path in mime validation ( #23810 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-11-13 17:26:34 +01:00
idubnori
2cefbf8ca3
chore: add "pnpm run migrations:revert" command ( #23869 )
2025-11-13 10:12:59 -06:00
Jason Rasmussen
4a6c50cd81
feat: endpoint versioning ( #23858 )
2025-11-13 08:18:43 -05:00
Daniel Dietzler
e0535e20e6
chore: cleanup web ( #23866 )
2025-11-13 12:51:17 +00:00
bo0tzz
62580455af
fix: use changelog file instead of PR body ( #23864 )
2025-11-13 10:35:30 +00:00
Daniel Dietzler
0e7e67efe1
fix: timeline scroll after navigate ( #23664 )
2025-11-13 11:28:42 +01:00
Sergey Katsubo
2c54b506b3
fix(server): include the previous year in memories for January 1, 2, 3 ( #23832 )
...
* Test memory creation in advance
Use year 2035 to make sure it's in the future of current time of a test run
* Use target year instead of current year when fetching assets during memory creation
This fixes an edge case of creating memories in advance when target year is
different from current year.
Example: job runs on 2025-12-31 (current year is 2025) and creates memories
to be shown on 2026-01-01 (target year is 2026). If using _current_ year in
calculation then range of years is capped at (2025 - 1 = 2024) thus excluding
2025-01-01 from created memories. With _target_ year it is (2026 - 1 = 2025),
so 2025-01-01 will be included in memories.
* Update sql queries
2025-11-12 15:38:03 -06:00
Alex
8969b8bdb2
fix: GHA build issue on iOS ( #23849 )
...
* fix: GHA build issue on iOS
* fix: resolve Swift Package dependencies in GitHub Actions
* fix: use Release configuration for iOS build
* fix: simplify code signing for build-only lane
* fix: explicitly resolve Swift packages before building
* fix: use specified XCode version
2025-11-12 15:32:08 -06:00
Alexander Sulfrian
5186092faa
fix: Update module name for rapidocr DownloadFile ( #23838 )
2025-11-12 18:43:00 +00:00
bo0tzz
4c9142308f
fix: use app token for github-script run ( #23852 )
2025-11-12 19:16:09 +01:00
bo0tzz
bea5d4fd37
fix: release-pr workflow fixes ( #23850 )
2025-11-12 18:25:32 +01:00
bo0tzz
74c24bfa88
fix: pump-version.sh flags ( #23848 )
2025-11-12 17:47:52 +01:00
bo0tzz
95834c68d9
fix: bump args order ( #23846 )
2025-11-12 17:31:25 +01:00
bo0tzz
09024c3558
fix: release-pr script name ( #23844 )
2025-11-12 16:24:39 +00:00
bo0tzz
137cb043ef
feat: track next release in pull request ( #23806 )
2025-11-12 17:19:18 +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
shenlong
c958f9856d
chore: bump background_downloader ( #23839 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-11-12 09:17:44 -06:00
izzy
d67bec9a29
test: update tests according with last change
2025-11-12 12:06:14 +00:00
Daniel Dietzler
70ab8bc657
refactor: shared links modals ( #23803 )
2025-11-12 12:57:53 +01:00
izzy
2b51ec8001
chore: move blanket exceptions into controllers
2025-11-12 11:57:36 +00:00
izzy
ef1eaee863
merge: remote-tracking branch 'origin/main' into feat/maintenance-mode
2025-11-12 11:54:19 +00:00
Jason Rasmussen
edde0f93ae
feat: endpoint descriptions ( #23813 )
2025-11-11 17:01:14 -05:00
Alex
896665bca9
fix: iOS release build dependency verification ( #23814 )
2025-11-11 15:35:44 -06:00
renovate[bot]
e8e9e7830e
chore(deps): update github-actions (major) ( #23812 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bo0tzz <git@bo0tzz.me>
2025-11-11 20:04:22 +00:00
Mees Frensel
4fd9e42ce5
feat(web): animate gifs on hover ( #23198 )
2025-11-11 10:22:53 -06:00
idubnori
337e3a8dac
feat(mobile): album activity deep link ( #23737 )
...
* feat: add activity deep link support in DeepLinkService
* test: add unit tests for DeepLinkService handling of activity deep links
* Revert "test: add unit tests for DeepLinkService handling of activity deep links"
This reverts commit 0b1914be9a .
2025-11-11 10:04:54 -06:00
renovate[bot]
2dc81e28fc
chore(deps): update github-actions ( #23582 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 16:25:36 +01:00
bo0tzz
f915d4cc90
fix: disable ruby updates ( #23794 )
...
Until https://github.com/fastlane/fastlane/issues/29183 is fixed
2025-11-11 14:51:21 +00: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
David Wolff
0b3633db4f
fix(server): properly handle HEAD requests to SSR paths ( #23788 )
2025-11-11 07:47:11 -05:00
Jason Rasmussen
2f40f5aad8
refactor: user admin service ( #23785 )
2025-11-11 07:42:33 -05:00
renovate[bot]
2611e2ec20
chore(deps): update dependency exiftool-vendored to v31.3.0 ( #23787 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 13:35:36 +01:00
renovate[bot]
433a3cd339
chore(deps): update dependency @types/node to ^22.19.0 ( #23786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 23:50:50 -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