mgabor
5c2c62c4fe
failing test: User delete doesn't cascade to UserAlbum entity
2024-04-23 11:35:52 +02:00
mgabor
fb6238ecbb
add new e2e tests for readonly share
2024-04-23 11:20:46 +02:00
mgabor
142934b582
add new test to check if viewer can see the album
2024-04-23 11:12:34 +02:00
mgabor
8aee5e2cc2
refactor album e2e test, add new album shared with viewer
2024-04-23 11:12:34 +02:00
mgabor
90b0da282b
small optimizations
2024-04-23 08:48:50 +02:00
mgabor
858309c360
add new e2e tests for updateAlbumUser endpoint
2024-04-22 23:01:15 +02:00
mgabor
beecdf3ddd
rename updateAlbumUser rest endpoint
2024-04-22 22:47:24 +02:00
mgabor
2cc9220b47
fix e2e tests and some bugs
2024-04-22 13:50:28 +02:00
mgabor
ba8b57a9d9
fix correct page to open after removing user from album
2024-04-22 13:41:54 +02:00
mgabor
d23aa7dd0c
lint fix
2024-04-21 22:43:56 +02:00
mgabor
64e2eed61a
generated changes after merge
2024-04-21 22:37:29 +02:00
mgabor
2688f9deaa
Merge branch 'main' into feature/readonly-sharing
...
# Conflicts:
# e2e/src/utils.ts
# mobile/openapi/.openapi-generator/FILES
# mobile/openapi/README.md
# mobile/openapi/lib/api.dart
# mobile/openapi/lib/api_client.dart
2024-04-21 22:35:48 +02:00
mgabor
7393bc1d73
fix "should migrate single moving picture" test failing on European system timezone
2024-04-21 22:34:22 +02:00
mgabor
0f2cc0c8ca
fix tests
2024-04-21 22:34:09 +02:00
TruongSinh Tran-Nguyen
0d3cc28f45
feat(web): support 360 video (equirectangular) ( #8762 )
...
* [web]: support 360 video
* lint
* lint
* fix typing
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-04-21 19:14:54 +00:00
Conner Hnatiuk
f004487be0
fix(web): trash page now auto refreshes ( #8978 )
...
* fix(web): the trash page now auto refreshes when restore all or empty trash is clicked. Also shows number of assets affected.
* formatting
2024-04-21 14:07:17 -05:00
clementdelestre
21231d53a5
feat(mobile): add i18n in multiselect-grid and update translation (en and fr) ( #8993 )
...
* add i18n in multiselect grid (en-fr)
* add FR translations from (haptic feedback)
* revert settings
2024-04-21 13:26:19 -05:00
Daniel Dietzler
a99862120d
feat: mobile label for renovate pull requests ( #8991 )
...
mobile lable for renovate pull requests
2024-04-21 13:11:03 -05:00
mgabor
9fc61032c3
rename and separate ALBUM_WRITE as ADD_ASSET and REMOVE_ASSET
2024-04-21 18:19:27 +02:00
mgabor
6b075c21b6
move sorting to backend
2024-04-21 18:05:35 +02:00
shenlong
776023b149
dep(mobile): upgrade gradle ( #8409 )
...
* dep(mobile): upgrade gradle
* chore(deps): update kotlin & guava
* build: change java version and flutter test version
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com >
2024-04-20 23:07:32 -05:00
martin
7d4187962a
feat(web): new look option for slideshow ( #8924 )
...
feat: new look option for slideshow
2024-04-20 23:06:49 -05:00
Jason Rasmussen
a93534fc3c
refactor(server): session interface types ( #8977 )
2024-04-20 23:45:55 -04:00
Alex
cef84f6ced
chore(mobile): override appbundle on PlayStore before getting released ( #8960 )
2024-04-20 19:56:03 -05:00
Alex The Bot
a2180a467d
Version v1.102.3
v1.102.3
2024-04-20 20:17:39 +00:00
Jason Rasmussen
1e3dceea4d
fix(server): session refresh ( #8974 )
2024-04-20 15:15:25 -05:00
Mert
fd4514711f
feat(server): enable AV1 encoding for NVENC ( #8959 )
...
allow av1 for nvenc
2024-04-20 14:52:50 -04:00
Alex
2dd7c13b88
Revert "feat(android) Check server is reachable before starting background backup ( #8594 )" ( #8958 )
...
This reverts commit 71b6d8b569 .
2024-04-20 12:15:26 -05:00
Alex
40931b5668
chore: post release tasks
2024-04-20 11:15:41 -05:00
Alex The Bot
25549b87c9
Version v1.102.2
v1.102.2
2024-04-20 15:55:32 +00:00
Alex
7ec62f12b5
Revert "fix(mobile): random logout ( #8739 )" ( #8954 )
...
This reverts commit 97c099e26d .
2024-04-20 10:53:52 -05:00
Jaryl Chng
caf76f0713
feat(server): enable AV1 encoding for QSV ( #8942 )
2024-04-20 10:36:00 -04:00
martin
6778653825
fix(web): keep focus when searching people ( #8950 )
...
fix: keep focus when searching people
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-04-20 14:18:31 +00:00
Alex
c858b43717
chore: post release tasks
2024-04-20 09:12:11 -05:00
Alex The Bot
6eb1b82541
Version v1.102.1
v1.102.1
2024-04-20 13:43:46 +00:00
devjn
71b6d8b569
feat(android) Check server is reachable before starting background backup ( #8594 )
...
* Bump androidx work version to 2.9.0
* Check that server is reachable before starting backup work
* Dart format
* Cleanup debug logs
* Fix analysis
2024-04-20 08:39:04 -05:00
Conner
3abfe3c99e
fix(web): restore button in asset viewer ( #8935 )
...
* fix(web): restore button added to trashed asset-view to restore single item
* fixed the asset-viewer menu to update upon restoration
* prettier formatting complete, testing passed
* chore: clean up
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com >
2024-04-20 01:19:50 +00:00
Jason Rasmussen
171b6bb0a6
refactor: system metadata ( #8923 )
...
refactor(server): system metadata
2024-04-19 20:36:15 -04:00
Daniel Dietzler
78c7ff855d
refactor(server): move file file report endpoints to their own controller ( #8925 )
...
* move file report to its own controller
* chore: open api
2024-04-19 20:35:54 -04:00
Alex
57be9182d4
chore: post release tasks
2024-04-19 15:32:45 -05:00
Alex The Bot
886e07604e
Version v1.102.0
v1.102.0
2024-04-19 20:08:02 +00:00
mgabor
29dd9ff4d8
minor renamery
2024-04-19 21:22:04 +02:00
mgabor
5f0a2b5d6a
rename to updateUser in album service
2024-04-19 20:24:09 +02:00
mgabor
74d738a11a
unnecessary relation
2024-04-19 20:21:50 +02:00
mgabor
d616daccab
remove outdated Equals calls
2024-04-19 20:20:10 +02:00
mgabor
5535e19a9d
rename to albumUsers in album entity as well
2024-04-19 20:18:53 +02:00
mgabor
739dc56639
missed rename from previous commit
2024-04-19 20:18:26 +02:00
mgabor
7d976aec09
remove unused ReadWrite type
2024-04-19 20:11:49 +02:00
mgabor
81bebdaf33
capitalize serverside enum
2024-04-19 20:10:31 +02:00
mgabor
4960477627
rename new API field to albumUsers
2024-04-19 20:07:53 +02:00