1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
Commit graph

5746 commits

Author SHA1 Message Date
mertalev
6c8f7b7e6d
use visibility for motion videos 2024-11-16 20:35:11 -05:00
mertalev
b0a2a6ac13
improved motion photo handling 2024-11-16 20:19:08 -05:00
mertalev
d1c7ed5464
fix stack handling 2024-11-16 20:19:08 -05:00
mertalev
3b9a3d4037
use current asset provider and loadAsset 2024-11-16 20:19:08 -05:00
Alex
613ce513cd
chore: generate router page 2024-11-16 20:19:08 -05:00
mertalev
caee381721
extra smooth seeking, add comments 2024-11-16 20:19:08 -05:00
mertalev
e59912e16e
linting 2024-11-16 20:19:08 -05:00
mertalev
0010eda67f
fix controls when swiping between image and video 2024-11-16 20:19:08 -05:00
mertalev
190dbb0042
await things 2024-11-16 20:19:08 -05:00
mertalev
dbca16e352
slightly lower delay 2024-11-16 20:19:08 -05:00
mertalev
64e23a3b5c
higher res placeholder for local videos 2024-11-16 20:19:08 -05:00
Alex
5766551447
use correct ref to build android 2024-11-16 20:19:08 -05:00
mertalev
7d5294f7ef
fixed referencing uninitialized orientation 2024-11-16 20:19:08 -05:00
Alex
973b146d06
transitive dependencies 2024-11-16 20:19:08 -05:00
mertalev
3da28a4685
removed unnecessary import 2024-11-16 20:19:08 -05:00
mertalev
de61abb3aa
refactor aspect ratio calculation 2024-11-16 20:19:08 -05:00
mertalev
bef9a1eae7
clean up logging 2024-11-16 20:19:08 -05:00
mertalev
49c4d7cff9
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
2024-11-16 20:19:08 -05:00
shenlong-tanwen
3272ad4a7b
fix: handle remote asset orientation 2024-11-16 20:19:08 -05:00
shenlong-tanwen
46a8e9084a
fix: aspect ratio 2024-11-16 20:19:08 -05:00
Alex
5e8ee6dc5f
turn on volume when video plays 2024-11-16 20:19:08 -05:00
shenlong-tanwen
9c470def18
fix: handle buffering 2024-11-16 20:19:08 -05:00
shenlong-tanwen
5ebac69647
refactor: native_video_player 2024-11-16 20:19:08 -05:00
Alex
6f3ceb58b8
stateful widget 2024-11-16 20:19:08 -05:00
Alex
a346a37743
splitup the player 2024-11-16 20:19:08 -05:00
Alex
a8994ffb22
add native player library 2024-11-16 20:19:08 -05:00
Matthew Momjian
4b5657c21e
docs: get asset owner by ID from database (#14174)
asset owner
2024-11-16 14:43:32 -05:00
weathondev
f5c4af73aa
feat: adding photo & video storage space to server stats (#14125)
* expose detailed user storage stats + display them in the storage per user table

* chore: openapi & sql

* fix: fix test stubs

* fix: formatting errors, e2e test and server test

* fix: upper lower case typo in spec file

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-15 16:38:57 -06:00
Michel Heusschen
24ae4ecff1
fix(web): don't refresh panorama viewer when modifying asset (#14163) 2024-11-15 16:30:38 -06:00
Michel Heusschen
64a7baec8c
refactor(web): remove reactivity triggers (#14164) 2024-11-15 16:28:28 -06:00
Mert
caf6c0996d
refactor(mobile): backup info box (#14171)
split up backup info box into separate widgets
2024-11-15 17:16:52 -05:00
Lena Tauchner
6729782c3f
fix(cli): Concurrency not fully using queue potential (#11828) 2024-11-15 13:09:56 -05:00
Michel Heusschen
a60209db3e
fix(web): prevent infinite loop when modifying stacked asset (#14162) 2024-11-15 07:16:56 -05:00
renovate[bot]
d1169e3b2f
chore(deps): update prom/prometheus docker digest to 3b9b2a1 (#14154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 18:56:37 -05:00
Ben
df972ef711
feat(web): Added tag button to the context menu in the favorites page (#14156)
Added tag action to the context menu in the favorites page when selection is active
2024-11-14 16:06:36 -06:00
Alex
33263cf9f3
fix(mobile): Android local notification failes to invoke (#14155)
* fix(mobile): local notification failed to invoke

* add proguard rules
2024-11-14 16:05:32 -06:00
Michel Heusschen
1b5811d992
fix(web): allow selecting people after clearing search options (#14146) 2024-11-14 09:59:50 -06:00
Michel Heusschen
1fa0122eda
fix(web): update description height when navigating between assets (#14145) 2024-11-14 09:59:30 -06:00
Alex
d1085e8a02
chore(web): move enum out of .svelte file (#14144)
* chore(web): clean up todo task

* chore(web): move enums out of .svelte file
2024-11-14 15:41:11 +00:00
Michel Heusschen
d6a70bc7e5
fix(web): saving pasted coordinates (#14143) 2024-11-14 15:21:40 +00:00
Michel Heusschen
d3fe238eef
fix(web): ensure current asset index stays within bounds (#14013) 2024-11-14 09:05:36 -06:00
Pranay Pandey
35f24270fe
fix: Routing back button in sharedLinks page (#13703)
* fix: go back to last page from shared links page. Handle albums page from shared links page routing

* add default route for sharing

* chore: remove redundant import

* remove unnecessary comment

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-14 15:00:33 +00:00
Đức
1f1a4ab1a3
fix(web): textarea autogrow height (#13983)
fix(web): remove album assetGridWidth & globalWidth

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-14 15:00:18 +00:00
Alex
0b3742cf13
chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
Lukas
9203a61709
fix(server): Some MTS videos fail to generate thumbnail (#14134)
* Stop skipping of all frames in MTS video

* Only skip flag for mts videos

* Fix lint checks

* Adds test

* Add comment for why flag is removed
2024-11-14 07:07:04 +00:00
Mert
11403abfbc
feat(mobile): new video slider ui (#14126) 2024-11-13 19:49:25 -05:00
mcarbonne
5a2af558fb
feat: add minimal devcontainer setup (#14038)
* add minimal devcontainer setup

* fix Makefile & update doc

* fix Makefile

* add warning regarding devcontainer + add newline at EOF
2024-11-13 11:28:07 -06:00
John Stef
de993289ad
fix(mobile): fix logout timeout (#14104)
* fix(mobile): add timeout to logout

* chore(mobile): refactor timeout durations

* feat(mobile): add loading state to logout button

* chore(mobile): format authentication.provider.dart

* chore: format

* chore: revert settings.json change

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-13 17:27:49 +00:00
Nicholas Flamy
c58bd307ce
docs: Update TrueNAS docs for TrueNAS SCALE 24.10 (#14067)
* initial-docs-update

* add-info-about-external-libraries
2024-11-13 11:26:23 -06:00
Pablo Molina
333ca8827e
feat: use dateTimeOriginal to calculate album date (#14119) 2024-11-13 11:17:14 -06:00