d0ec24ef08
chore(mobile): translations update ( #15139 )
...
chore(mobile): translation update
2025-01-07 16:52:25 +00:00
fa0b352bd0
feat: "add to album" shortcut and generic menu option shortcuts ( #15056 )
...
* Add shortcut prop to MenuOption
* Add "add to album" shortcut in photo grid
2025-01-07 10:29:22 -06:00
c148a28a82
fix(mobile): fix text search ( #14873 )
...
* fix(mobile): fix text search
* chore(mobile): add tests for SearchPage
* fix(mobile): fix render overflow for small screens
Needed for SearchPage test to not throw overflow error
* chore(mobile): update import_rule_openapi
* styling
* preserve styling and skip a test
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2025-01-07 16:26:14 +00:00
776be7d205
fix: reverse geocoding data import don't use unlogged tables ( #15136 )
2025-01-07 15:36:07 +00:00
c937097db4
chore(mobile): add new language locales ( #15138 )
...
chore(mobile): add new languages locale
2025-01-07 15:30:52 +00:00
ff7a66a2c5
docs: add warning about superuser requirement for automated database backups. ( #15045 )
...
Add warning about superuser requirement for automated database backups.
2025-01-07 09:04:04 -06:00
9bc13aca7c
chore: use 307 for redirects ( #15119 )
2025-01-06 17:51:18 -05:00
a13b7b364e
feat(mobile): add ability to force view original videos ( #15094 )
2025-01-06 15:29:47 -05:00
1f0ffd634a
fix(server): unit test for creating tag with color ( #15120 )
...
* Pass color to tag repo on creation
* unit test for creating tag with optional color
2025-01-06 13:33:48 -06:00
c78e9d6ad5
fix(server): save color when creating tag ( #15106 )
...
Pass color to tag repo on creation
2025-01-06 12:21:55 -05:00
6fd9f93375
docs: Add disable iOS low power mode suggestion ( #15110 )
...
* docs: Add disable iOS low power mode suggestion
Just added the suggestion under "Why is background backup on iOS not working?" to also disable low power mode.
I've seen so many people who just have low power mode permanently on, but this can affect background app refresh (https://support.apple.com/en-us/101604 )
* Update FAQ.mdx
* Make wording more consistent in docs/docs/FAQ.mdx
Co-authored-by: Alex <alex.tran1502@gmail.com >
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2025-01-06 15:38:36 +00:00
e7667a7896
docs: warning for LXC use ( #15071 )
...
warn for LXC use
2025-01-05 16:10:00 -05:00
a81fb73faf
feat(docs): additional corruption checks ( #15102 )
...
corruption checks
2025-01-05 18:03:53 +00:00
6a9d57ad33
docs: update Spanish README ( #15081 )
...
* Update README_es_ES.md
* Add Traduction and activity section, and corrected a string
2025-01-04 13:00:46 -06:00
d29bdd6308
feat(web): Swipe down shows slideshow controlbar on mobile ( #15080 )
...
Swipe down show slideshow controlbar on mobile
2025-01-04 18:18:05 +00:00
fcd372238f
chore(server): add support for .m2t ( #15064 )
...
* add m2t
* ordering
2025-01-03 16:28:32 -06:00
b45ff8d09f
feat(web): Enable selection interactions in folder view ( #15049 )
...
* feat(web): Enable selection interactions in folder view
* feat(web): Add link to parent folder in detail pane, if folders are enabled
* Added invalidation and refreshing of asset cache on changes
* fix: removed unused imports and changed link
* chore: styling
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2025-01-03 16:09:31 +00:00
007caa26bd
chore(web): remove tree item thumbnail class 'max-h-[500px]' ( #14901 )
...
* fix tree item thumbnail class 'max-h-[500px]'
* fix tag/folder navigation bar on the top all the time.
2025-01-02 12:14:44 -06:00
c792f72469
chore(web): transcoding settings cleanup ( #14765 )
...
* rearrangement only
* add accordions (requiring new localisation keys)
* localisation string adjustments
* capitalisation fix in existing code
* suggestions from @mertalev + revert accidental EOF \n deletion
* linting
---------
Co-authored-by: Alex <alex.tran1502@gmail.com >
2025-01-02 10:38:33 -06:00
d19a749903
fix(mobile): album tile translation and consolidation with card appereance ( #15032 )
...
fix(mobile): album tile translation and consolidation with card
Co-authored-by: Alex <alex.tran1502@gmail.com >
2025-01-02 10:19:55 -06:00
6239365f68
chore(docs): clean up and add new content ( #15003 )
...
* wip: Install
* wip: sharing
* wip: features
* wip: features
* wip: tags and folder view
* update links
* fix: broken reference to page sections
* pr feedback
* Update docs/docs/overview/comparison.md
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com >
* webp
* webp is glory
* webp is glory
---------
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com >
2025-01-02 10:04:14 -06:00
8641ab82e1
fix(web): fix input autofocus ( #15028 )
...
applies to tag creation modal, and possibly other places
2025-01-02 09:02:03 -06:00
6e78499fc9
chore(docs): Updated the docker-compose.mdx to account for additional bugs. ( #15026 )
...
Updated the docker-compose.mdx to account for another bug
I have found that receiving a permission denied error is likely due to the Docker engine not being installed.
2025-01-02 09:01:43 -06:00
dbd10e4704
chore: add clarifying warning to backup page ( #15000 )
...
* chore: add clarifying warning to backup page
* add extra note
2025-01-02 09:01:29 -06:00
953a643922
fix(docs): roadmap ordering ( #15034 )
...
Followup for #15023
2025-01-02 15:01:10 +00:00
3e456dcb45
chore: add sub-path warning to reverse proxy docs ( #15039 )
2025-01-02 15:00:53 +00:00
3c35b467f4
feat(server): use the earliest date between file creation and modification timestamps when missing exif tags ( #14874 )
...
* feat(server): Use the earliest date between file creation and modification timestamps when missing exif tags
* PR fixes
* PR fixes
* Switch log to debug
* fix linter for min date
* apply prettier
2025-01-02 04:50:15 +00:00
5111ceffac
fix(mobile): playing a live photo causes the gallery to redraw the wrong image ( #15027 )
...
Fixed an issue where playing a motion video caused the gallery to re-render on the wrong image.
Co-authored-by: Tom graham <tomg@questps.com.au >
2025-01-01 22:46:06 -06:00
4d6d5537b7
fix(docs): discourage docker desktop ( #15020 )
...
* discourage docker desktop
* callout *nix OS as supported
* change order, clarify mac
2025-01-01 19:58:53 -05:00
fabf878637
fix(docs): month ( #15024 )
...
why is the date index at 0??
2025-01-01 18:34:01 -06:00
efa24d26e6
fix(docs): push roadmap for 2025 ( #15023 )
...
* update roadmap.
* oops
2025-01-01 18:17:13 -06:00
8fd5cdafd4
fix: spelling error in facial recognition docs ( #15011 )
2025-01-01 12:26:00 +00:00
ccf57458c7
docs: add immich-dl to community projects ( #15005 )
2025-01-01 12:25:25 +00:00
4448143197
chore(docs): add reference to metric ports ( #14887 )
...
chore(docs): add refference to metric ports
2024-12-28 17:49:06 -05:00
34ce61d03a
feat(web): create tag on the fly ( #14726 )
2024-12-27 17:29:57 +00:00
0250a7a23a
fix(web): Fix for failing to load pictures ( #14943 )
...
* attempt at fix for failing to load pictures
* comments
* remove unused files
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-12-27 16:16:07 +00:00
b91f39d1af
chore(deps): update base-image to v20241224 (major) ( #14905 )
...
chore(deps): update base-image to v20241224
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-27 09:51:42 -06:00
139090715e
fix: trusted proxies ( #14888 )
2024-12-27 09:51:07 -06:00
05cea0fc69
chore(mobile): remove duplicate settingsservice ( #14946 )
...
remove duplicate settingsservice
2024-12-27 09:45:23 -06:00
2255f3e966
feat(mobile): Modified draggable area of detail modal ( #14953 )
...
Modified draggable area of detail modal
2024-12-27 09:28:54 -06:00
2be1cb7de2
fix(mobile): Fixed resolution format in Details ( #14954 )
...
Fixed resolution format on mobile
2024-12-27 09:20:07 -06:00
227eb4b0a6
docs: Update Chinese README ( #14926 )
...
* Update Chinese README
* retrigger checks
2024-12-25 08:09:47 -05:00
23461e98fb
fix: clarify PR label validation message ( #14925 )
2024-12-25 08:07:52 -05:00
ef0070c3fd
fix(deps): update machine-learning ( #14891 )
2024-12-23 20:04:55 -05:00
6b08e82cf7
fix(deps): update dependency @nestjs/swagger to v8 ( #13881 )
...
* fix(deps): update dependency @nestjs/swagger to v8
* chore: generate open api
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev >
2024-12-23 21:03:34 +00:00
b88f98bf66
feat(web): Add "set as featured" option for an asset ( #14879 )
2024-12-23 12:26:53 -06:00
c3be74c450
fix(server): support import paths with special chars ( #14856 )
2024-12-22 16:22:16 -06:00
4bc2aa5451
feat(server): Handle sidecars in external libraries ( #14800 )
...
* handle sidecars in external libraries
* don't add separate source
2024-12-21 20:50:07 -06:00
6080e6e827
fix(web): infinite loop browser navigation crash admin settings page ( #14850 )
...
* fix(web): infinite loop browser navigation crash admin settings page
* pr feedback
2024-12-21 19:26:01 +00:00
d5906c2efe
feat(web): Adds toggle to disable sorting of faces ( #14830 )
...
* Allows for toggling of sorting in the merge face selector
* Adds toggle to the side panel for faces
* Improve layout and fix toggle
* chore: ui cleanup
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-12-21 16:53:37 +00:00