07096bdcee
fix(server): images with non-ascii names failing to load ( #14512 )
...
* utf-8 filename
* Update file.ts
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
---------
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
2024-12-06 07:43:58 -06:00
d36477381a
chore(deps): update dependency @sveltejs/kit to v2.8.3 [security] ( #14342 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 19:31:27 -05:00
4380ecf7bb
fix(web): misaligned icon on Firefox ( #14500 )
2024-12-05 21:10:08 +01:00
37220a342a
chore: version v1.122.0
v1.122.0
2024-12-05 16:29:46 +00:00
5e662e4a93
chore(mobile): Translations update ( #14493 )
...
chore(mobile): translation update
2024-12-05 16:26:48 +00:00
bb0242ae0a
chore(web): update translations ( #14255 )
...
Co-authored-by: Alisher Nabiev <alisher.nabiev@gmail.com >
Co-authored-by: Armand Maree <aamaree@gmail.com >
Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com >
Co-authored-by: Daniel <danielwichers@gmail.com >
Co-authored-by: Dean Cvjetanović <forteee@gmail.com >
Co-authored-by: Enoé Mugnaschi <enmuro@gmail.com >
Co-authored-by: Enrico Zangrando <enrizangri@gmail.com >
Co-authored-by: Eugenio Marotta <eugeniomarotta1961@gmail.com >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Florian Ostertag <florian.kuepper@gmail.com >
Co-authored-by: Hurricane-32 <rodrigorimo@hotmail.com >
Co-authored-by: Indrek Haav <IndrekHaav@users.noreply.hosted.weblate.org >
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi >
Co-authored-by: Jonathan <translate@lacroix.red >
Co-authored-by: João Pedro Grugel <joaopedrorg97@hotmail.com >
Co-authored-by: KecskeTech <teonyitas@gmail.com >
Co-authored-by: Koen <62koen@users.noreply.hosted.weblate.org >
Co-authored-by: Leo Bottaro <github@leobottaro.com >
Co-authored-by: LeonardoCasarotto <leonardo.casar8@gmail.com >
Co-authored-by: Linerly <linerly@proton.me >
Co-authored-by: Manar Aldroubi <droubi@gmail.com >
Co-authored-by: Marco Lampis <lampis.marco2000@gmail.com >
Co-authored-by: Matjaž T <matjaz@moj-svet.si >
Co-authored-by: Max <mail@heavygale.de >
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
Co-authored-by: Mickaël Descamps <mickael.descamps@mineyou.fr >
Co-authored-by: Miki Mrvos <medolino2009@gmail.com >
Co-authored-by: OskarSidor <oskar.sidor@gmail.com >
Co-authored-by: Paweł <pawel.kozicki01@gmail.com >
Co-authored-by: Petri Hämäläinen <petri.hamalainen@mailbox.org >
Co-authored-by: Ramazan S <ramazansancar4545@gmail.com >
Co-authored-by: Rasulmmdv <rasul1995@live.com >
Co-authored-by: Rookie Nguyễn <nguyenquocthang2004@gmail.com >
Co-authored-by: Stan P <g97d6liib@mozmail.com >
Co-authored-by: Stijn <gielisstijn@gmail.com >
Co-authored-by: Stsiapan Ranchynski <stsiapan.ranchynski@gmail.com >
Co-authored-by: Suryo Wibowo <nutzlichsein+github@gmail.com >
Co-authored-by: Sylvain Pichon <Sp_@users.noreply.hosted.weblate.org >
Co-authored-by: Sylvain Pichon <service@spichon.fr >
Co-authored-by: Theofilos Nikolaou <th.nikolaou@gmail.com >
Co-authored-by: Vegard Fladby <vegard@fladby.org >
Co-authored-by: Viliam <hrygames@gmail.com >
Co-authored-by: Vladislav Tkalin <mrtold11@gmail.com >
Co-authored-by: Xo <xocodokie@users.noreply.hosted.weblate.org >
Co-authored-by: bill85101 <bill85101@gmail.com >
Co-authored-by: chamdim <chamdim@protonmail.com >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Co-authored-by: mitakskia <spammitakskia@gmail.com >
Co-authored-by: pyccl <changcongliang@163.com >
Co-authored-by: stelle <itsazripp2@gmail.com >
Co-authored-by: therry47 <soulietherry@gmail.com >
Co-authored-by: tomechio <tomasz@salamon.fi >
Co-authored-by: waclaw66 <waclaw66@seznam.cz >
Co-authored-by: Ömer Efe ÇELİK <omerefecelik3@gmail.com >
Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com >
Co-authored-by: Мĕтри Сантăр ывалĕ Упа-Миччи <mefisteron@gmail.com >
2024-12-05 16:11:02 +00:00
055f1fc72f
feat(mobile): Auto switching server URLs ( #14437 )
2024-12-05 09:11:48 -06:00
3c38851d50
feat(mobile): native_video_player ( #12104 )
...
* add native player library
* splitup the player
* stateful widget
* refactor: native_video_player
* fix: handle buffering
* turn on volume when video plays
* fix: aspect ratio
* fix: handle remote asset orientation
* refinements and fixes
fix orientation for remote assets
wip separate widget
separate video loader widget
fixed memory leak
optimized seeking, cleanup
debug context pop
use global key
back to one widget
fixed rebuild
wait for swipe animation to finish
smooth hero animation for remote videos
faster scroll animation
* clean up logging
* refactor aspect ratio calculation
* removed unnecessary import
* transitive dependencies
* fixed referencing uninitialized orientation
* use correct ref to build android
* higher res placeholder for local videos
* slightly lower delay
* await things
* fix controls when swiping between image and video
* linting
* extra smooth seeking, add comments
* chore: generate router page
* use current asset provider and loadAsset
* fix stack handling
* improved motion photo handling
* use visibility for motion videos
* error handling for async calls
* fix duplicate key error
* maybe fix duplicate key error
* increase delay for hero animation
* faster initialization for remote videos
* ensure dimensions for memory cards
* make aspect ratio logic reusable, optimizations
* refactor: move exif search from aspect ratio to orientation
* local orientation on ios is unreliable; prefer remote
* fix no audio in silent mode on ios
* increase bottom bar opacity to account for hdr
* remove unused import
* fix live photo play button not updating
* fix map marker -> galleryviewer
* remove video_player
* fix hdr playback on android
* fix looping
* remove unused dependencies
* update to latest player commit
* fix player controls hiding when video is not playing
* fix restart video
* stop showing motion video after ending when looping is disabled
* delay video initialization to avoid placeholder flicker
* faster animation
* shorter delay
* small delay for image -> video on android
* fix: lint
* hide stacked children when controls are hidden, avoid bottom bar dropping
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com >
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
2024-12-04 16:03:46 -05:00
5060ee95c2
feat(web): Album preview overview in menu ( #13981 )
2024-12-04 20:38:55 +00:00
292182fa7f
feat: Notification Email Templates ( #13940 )
2024-12-04 20:26:02 +00:00
4bf1b84cc2
feat(ml): support multiple urls ( #14347 )
...
* support multiple url
* update api
* styling
unnecessary `?.`
* update docs, make new url field go first
add load balancing section
* update tests
doc formatting
wording
wording
linting
* small styling
* `url` -> `urls`
* fix tests
* update docs
* make docusaurus happy
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-12-04 20:17:47 +00:00
411878c0aa
fix(mobile): album most recent sorting on mobile ( #13766 )
...
* Fix album most recent sorting on mobile
* fix: format
* fix: format
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-12-04 19:53:55 +00:00
ba9b9353bc
fix(server): show people without thumbnails ( #14460 )
...
* show people without thumbnails
* redundant clause
* updated sql
2024-12-03 15:04:42 -05:00
52247c3650
fix(server): always set transcoding device, prefer renderD* ( #14455 )
...
always set device, prefer renderD*
2024-12-02 20:28:50 -05:00
ba71fd42da
chore(mobile): added 'corrupt asset check' translation item ( #14402 )
2024-12-02 12:14:12 -06:00
1bb6926b5e
chore(mobile): Add const linter ( #14447 )
2024-12-02 15:33:44 +00:00
4eb7758f56
feat(server): specify names for thumbnail files ( #14425 )
2024-12-01 13:21:08 -06:00
56d2309122
fix: ConnectivityResult.wifi regression ( #14401 )
2024-11-28 22:34:18 -06:00
3d61548d7d
fix(web): resolve issues with user usage statistics and refactor ( #14374 )
2024-11-27 07:45:52 -06:00
b4c96a09fb
chore: follow up on auth refactoring ( #14367 )
...
* chore: follow up on auth refactoring
* remove async
2024-11-26 13:36:12 -06:00
21f14be949
chore(mobile): refactor authentication ( #14322 )
2024-11-26 12:43:44 -06:00
5417e34fb6
feat(server): Add publicUsers toggle for user search ( #14330 )
...
* feat(server): Add publicUsers toggle for user search
* tests
* docs: add check:typescript for web PR checklist
* return auth.user when publicUsers is false - app testing
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-11-26 15:51:01 +00:00
b6ec79cbdd
fix(web): timeline issues on person page ( #14366 )
2024-11-26 15:02:48 +00:00
25488b3138
chore(deployment): cleanup database container args, move to using internal container ENV vars ( #14352 )
...
* cleanup docker, normalize variable use
* newline
* semicolons
2024-11-26 08:59:56 -06:00
361d83c729
feat(web): dedicated view for user's usage stats ( #14348 )
...
* feat(web): dedicated view for user's usage stats
* cell heights
* Translation
* pr feedback
* clean up
* clean up
* pr feedback
2024-11-26 14:59:47 +00:00
d277096d58
feat(web): persist scroll position on navigation back to album ( #11388 )
...
Co-authored-by: Calum Dingwall <caburum@users.noreply.github.com >
Co-authored-by: Alex <alex.tran1502@gmail.com >
2024-11-25 18:16:42 +00:00
51de108d43
chore(web): restore type checks and IDE autocomplete for $t('...')
( #14343 )
2024-11-25 11:10:12 -07:00
ca37a13b25
fix(web): stack preview remains visible in asset viewer ( #14341 )
2024-11-25 16:34:48 +00:00
447ff6fcb3
fix(web): clear combobox value when selectedOption is undefined ( #14334 )
2024-11-25 08:14:21 -06:00
b9e98d2706
chore(deps): update dependency flutter to v3.24.5 ( #14332 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 04:20:00 +00:00
c33b918d74
refactor(web): folders store ( #14305 )
...
* refactor(web): folders store
* use typescript private
2024-11-23 13:22:13 -06:00
454836b551
fix(web): make custom css textarea optional ( #14303 )
2024-11-23 13:20:30 -06:00
6d492985a2
fix(web): cannot upload folder with more than 100 files ( #14284 )
...
* fix: web cannot upload folder with more than 100 files
* recursively call the function
* async/do/while
2024-11-22 22:38:20 +00:00
1c82804f63
fix(server): use hw decoding for rkmpp w/o OpenCL if possible ( #13848 )
...
* Set hardware decoding options for rkmpp when hardware decoding is enabled with no OpenCL on non-HDR file
* Use hw decoding, sw tone-mapping on HDR files using RKMPP w/o OpenCL
* fallback to software decoding if is hdr video
* if hw decoding failed with hw dec config enabled, try sw dec+hw enc first, then full sw dec+enc
* fix unit test
* fix format, adjust log message
* formatting
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
2024-11-22 08:08:49 +00:00
1935b88d13
docs: clarify/strengthen wording of PG deployment requirements ( #14294 )
...
* clarify/strengthen PG wording
* 2
* oops
* Update requirements.md
---------
Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com >
2024-11-22 05:53:47 +00:00
e8da6604c9
refactor(mobile): refactor to use context helpers for consistency ( #14235 )
...
refactor to use context helpers for consistency
Co-authored-by: dvbthien <dvbthien@gmail.com >
2024-11-21 09:35:58 -06:00
45ba0cc3ac
fix(deps): update typescript-projects ( #13939 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com >
2024-11-21 14:07:06 +00:00
689c6aa276
docs: add developer notes about rootless docker setup ( #13250 )
2024-11-21 12:25:45 +00:00
6ec94f94f1
feat: show delete album option in empty album ( #14271 )
...
* fix: show delete album option in empty album
* remove unused code
2024-11-20 17:17:21 -06:00
9a9d40c193
feat(server): clean up interrupted upload files ( #14265 )
...
* feat(server): clean up interrupted upload files
* pr feedback
* remove console.log
* handle all errors
* remove return in callback function
* programming in bed is a bad idea
2024-11-20 17:17:12 -06:00
9e1e9b1fbf
refactor: rename searchMetadata to searchAssets ( #14151 )
2024-11-20 14:47:25 -05:00
ed8a3101a8
chore: update dev ports ( #14256 )
2024-11-20 14:44:19 -05:00
876893c823
refactor(server): filter on-event handlers by worker ( #14085 )
2024-11-20 14:08:42 -05:00
c6e1dbec5c
chore(deps): update base-image to v20241119 (major) ( #14253 )
...
chore(deps): update base-image to v20241119
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 14:05:39 -05:00
f40269bc3e
chore(deps): update node.js to b64ced2 ( #14218 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 14:05:06 -05:00
95297cd024
chore(mobile): post release tasks ( #14259 )
2024-11-20 14:04:33 -05:00
b6937c5e03
fix(server): Remove log that accidently was commited in #14134 ( #14261 )
...
Remove log that accidently was commited
2024-11-20 17:20:54 +00:00
98c9ae1f7d
chore: version v1.121.0
v1.121.0
2024-11-20 16:15:53 +00:00
1d8673eb3b
chore(web): update translations ( #13952 )
...
Co-authored-by: -J- <heyj0e@tuta.io >
Co-authored-by: Antonio <antonioivanovski@gmail.com >
Co-authored-by: Benjamin Ulstein <ben@ulsteinmedia.no >
Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com >
Co-authored-by: Christoph Auer <Christoph.Auer@pilsheim.de >
Co-authored-by: Eduardo Pastor Fernández <123eduardoneko123@gmail.com >
Co-authored-by: Fjuro <fjuro@alius.cz >
Co-authored-by: Hurricane-32 <rodrigorimo@hotmail.com >
Co-authored-by: IM Ben <beniiorga@gmail.com >
Co-authored-by: Indrek Haav <IndrekHaav@users.noreply.hosted.weblate.org >
Co-authored-by: Jak97 <mneamtu74@gmail.com >
Co-authored-by: Jan Marten <kontakt@janmarten.dev >
Co-authored-by: Jaroslav Lichtblau <l10n@lichtblau.cz >
Co-authored-by: Ján Melíšek <melisek.janko@gmail.com >
Co-authored-by: Koen <62koen@users.noreply.hosted.weblate.org >
Co-authored-by: Krastyo Krastev <roshavi4ak@gmail.com >
Co-authored-by: Leo Bottaro <github@leobottaro.com >
Co-authored-by: Linerly <linerly@proton.me >
Co-authored-by: Matjaž T <matjaz@moj-svet.si >
Co-authored-by: Mehyar <mashkuov@gmail.com >
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com >
Co-authored-by: Miki Mrvos <medolino2009@gmail.com >
Co-authored-by: Mārtiņš Bruņenieks <martinsb@gmail.com >
Co-authored-by: Noisy Fridge <pureprince.habib@gmail.com >
Co-authored-by: Peter Petrík <peter.petrik.fefe@gmail.com >
Co-authored-by: Petri Hämäläinen <petri.hamalainen@mailbox.org >
Co-authored-by: Samet Güzeldemirci <s.g52@gmx.de >
Co-authored-by: Sander Brilman <brilmansander@gmail.com >
Co-authored-by: Shawn <xiaxinx@gmail.com >
Co-authored-by: Sylvain Pichon <service@spichon.fr >
Co-authored-by: Theofilos Nikolaou <th.nikolaou@gmail.com >
Co-authored-by: Thomas <thomas.ceccato.02@gmail.com >
Co-authored-by: Tomasz Jakubik <jakubik.tomasz@gmail.com >
Co-authored-by: Xo <xocodokie@users.noreply.hosted.weblate.org >
Co-authored-by: aquatic7 <aquatic7@protonmail.com >
Co-authored-by: chamdim <chamdim@protonmail.com >
Co-authored-by: chapvic <victor@chapaev.org >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Co-authored-by: iamnotafatso <ee.chuajr@live.com >
Co-authored-by: kawinhill <kawinhill1112@gmail.com >
Co-authored-by: kiwinho <kiwicaja@gmail.com >
Co-authored-by: krzemyk <krzemyk.official@proton.me >
Co-authored-by: pyccl <changcongliang@163.com >
Co-authored-by: timmy61109 <qazzxcasdqwewsxedc@gmail.com >
Co-authored-by: tuanhm107 <mtuanm03@gmail.com >
Co-authored-by: vassilismarougkas <billmarougkas@gmail.com >
Co-authored-by: waclaw66 <waclaw66@seznam.cz >
Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com >
Co-authored-by: 李奕寯 <eugenelego88@gmail.com >
2024-11-20 15:40:54 +00:00
026482099a
chore(mobile): translations update ( #14254 )
...
chore(mobile): translation update
2024-11-20 15:32:17 +00:00