Jason Rasmussen
b0d5c7035b
feat(server): apply storage migration after exif completes ( #2093 )
...
* feat(server): apply storage migraiton after exif completes
* feat: same for videos
* fix: migration for live photos
2023-03-28 15:04:11 -05:00
Alex Tran
0c61521521
Merge branch 'main' of github.com:immich-app/immich
2023-03-28 14:47:51 -05:00
Jason Rasmussen
3497a0de54
chore: cleanup template variables ( #2107 )
2023-03-28 14:27:36 -05:00
Alex
117f2fa00d
chore(ci): update prepare release action to bypass branch check ( #2106 )
...
* chore: fix api
* chore(ci): update prepare release action to bypass branch check
2023-03-28 14:26:55 -05:00
Sergey Kondrikov
2c67090e3c
feat(server): add transcode presets ( #2084 )
...
* feat: add transcode presets
* Add migration
* chore: generate api
* refactor: use enum type instead of string for transcode option
* chore: generate api
* refactor: enhance readability of runVideoEncode method
* refactor: reuse SettingSelect for transcoding presets
* refactor: simplify return statement
* chore: regenerate api
* fix: correct label attribute
* Update import
* fix test
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-03-28 14:03:43 -05:00
Alex Tran
10ccbeab35
Merge branch 'main' of github.com:immich-app/immich
2023-03-28 13:45:53 -05:00
Parikshit Misra
b49f66bbc9
feat(mobile): uploading files in chunk ( #2101 )
2023-03-28 13:41:55 -05:00
Jason Rasmussen
9adbbd42be
feat(server): resume queues ( #2104 )
...
* feat(server): resume queues
* chore: regenerate open-api
2023-03-28 13:25:22 -05:00
Jason Rasmussen
8563bd463c
fix(cli): clean up set intervals ( #2103 )
2023-03-28 13:24:14 -05:00
Jason Rasmussen
da5a6d2272
fix(cli): missing dep in immich cli ( #2094 )
...
* fix: missing dep in immich cli
* fix: imports
2023-03-28 11:29:20 -05:00
Alex
0854737be2
feat(mobile): improve explore page and allow metadata search ( #2097 )
2023-03-28 15:34:06 +00:00
Alex Tran
6f3f8b0a48
Merge branch 'main' of github.com:immich-app/immich
2023-03-28 09:57:08 -05:00
Michel Heusschen
f0e272d0f2
feat(server): change clipembedding entity type ( #2091 )
2023-03-28 09:53:35 -05:00
Alex Tran
5e207aa7c1
Merge branch 'main' of github.com:immich-app/immich
2023-03-27 22:07:15 -05:00
Jason Rasmussen
e0b80f49b6
fix(server): increase typesense start-up settings ( #2095 )
2023-03-27 14:00:32 -05:00
Alex Tran
97bbe42599
Merge branch 'main' of github.com:immich-app/immich
2023-03-27 10:41:24 -05:00
Michel Heusschen
089dbdbd7e
feat(server): require auth for more endpoints ( #2092 )
...
* feat(server): require auth for more endpoints
* dev: add authorization header to profile image on mobile
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-03-27 09:38:54 -05:00
Alex Tran
833c099025
Merge branch 'main' of github.com:immich-app/immich
2023-03-27 08:45:12 -05:00
Michel Heusschen
4e526dfaae
feat(web): improve and refactor thumbnails ( #2087 )
...
* feat(web): improve and refactor thumbnails
* only play live photos on icon hover
2023-03-26 22:53:35 -05:00
Fynn Petersen-Frey
cae37657e9
feature(mobile): Hardening synchronization mechanism + Pull to refresh ( #2085 )
...
* fix(mobile): allow syncing duplicate local IDs
* enable to run isar unit tests on CI
* serialize sync operations, add pull to refresh on timeline
---------
Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com>
2023-03-26 21:35:52 -05:00
Zeyad Tamimi
1a94530935
[ Mobile ] Fixed mobile app not reporting webm MIME type ( #2090 )
2023-03-27 00:38:23 +00:00
Alex Tran
75d28d3c58
Merge branch 'main' of github.com:immich-app/immich
2023-03-26 10:43:52 -05:00
Alex
cd59f7aad6
fix(server) get all query does not respect asset type ( #2089 )
...
* chore: fix api
* fix(server) get all query does not respect asset type
2023-03-26 10:41:55 -05:00
Alex Tran
2f9fcd96c7
Merge branch 'main' of github.com:immich-app/immich
2023-03-25 21:51:10 -05:00
Michel Heusschen
c74fba483d
feat(server): improve and refactor get all albums ( #2048 )
...
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-03-25 21:46:48 -05:00
Alex Tran
193dd01e06
Merge branch 'main' of github.com:immich-app/immich
2023-03-25 10:15:48 -05:00
Jason Rasmussen
2400004f41
feat(server): split generated content into a separate folder ( #2047 )
...
* feat: organize media folders
* fix: tests
2023-03-25 09:50:57 -05:00
Alex
b862c20e8e
chore: fix api ( #2079 )
2023-03-25 04:22:02 +00:00
Alex Tran
c0ed623d26
chore: fix api
2023-03-24 23:17:40 -05:00
martyfuhry
501b96baf7
feat(mobile): Explore favorites, recently added, videos, and motion photos ( #2076 )
...
* Added placeholder for search explore
* refactor immich asset grid to use ref and provider
* all videos page
* got favorites, recently added, videos, and motion videos all using the immich grid
* Fixed issue with hero animations
* theming
* localization
* delete empty file
* style text
* Styling icons
* more styling
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-03-24 22:44:53 -05:00
Jonathan Jogenfors
d2600e0ddd
Documentation: Add FAQ items for reverse proxy and rpi performance ( #2070 )
...
* Add FAQ items for reverse proxy and rpi performance
* Fix wording
2023-03-24 09:36:44 -05:00
Michel Heusschen
7d799b785e
fix(web): remove protocol header ( #2068 )
2023-03-24 07:20:06 -05:00
Jason Rasmussen
e36b620020
refactor(server): cron jobs ( #2067 )
2023-03-24 07:19:48 -05:00
Jason Rasmussen
1efc74dabc
refactor(server): common ( #2066 )
2023-03-23 23:55:15 -05:00
Jason Rasmussen
54f98053a8
chore(server): cleanup controllers ( #2065 )
2023-03-23 23:53:56 -05:00
Jason Rasmussen
6745826f35
refactor(server): media service ( #2051 )
...
* refactor(server): media service
* merge main
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-03-23 21:40:46 -05:00
Jason Rasmussen
bbd897b8ff
refactor(server): asset serve files ( #2052 )
2023-03-23 21:40:30 -05:00
Alex Tran
586590e9ec
fix(web): unused variables
2023-03-23 21:13:28 -05:00
Alex
4bf50a0b46
feat(web): better search bar ( #2062 )
2023-03-23 17:57:49 -05:00
Fynn Petersen-Frey
40832f0ea7
refactor(mobile): store backup settings on device ( #2054 )
...
Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-03-23 10:25:58 -05:00
martyfuhry
32a065afc7
feat(mobile): Use new search API and GridView for Places / Locations ( #2043 )
...
* Use new search API and GridView for Places / Locations
* Fixes search service by adding clip: true
* Rebased from master, uses view all explore grid now
* localized view all button
* adds empty
* style text
* Fix issue with horizontal Things not render due to missing height info
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-03-23 10:08:14 -05:00
Michel Heusschen
4dafc74223
fix(server): invalid video duration format ( #2058 )
2023-03-23 09:27:29 -05:00
bo0tzz
8adf1231a3
fix(server): Do not change file ext case on upload ( #2056 )
2023-03-23 09:06:40 -05:00
Michel Heusschen
c00624f209
chore: bump openapi version to v1.51.2 ( #2059 )
2023-03-23 06:42:33 -05:00
Fynn Petersen-Frey
eccde8fa07
refactor(mobile): migrate all Hive boxes to Isar database ( #2036 )
2023-03-22 20:36:44 -05:00
Skyler Mäntysaari
0616a66b05
feat(server): Allow .mkv, .wmv, .flv, .mpg videos to be uploaded. ( #2045 )
2023-03-22 18:34:13 -05:00
Immich Release Bot
67453d18ff
Version v1.51.2
2023-03-22 21:12:45 +00:00
Michel Heusschen
792a87e407
fix(nginx): x-forwarded-* headers ( #2019 )
...
* fix(nginx): x-forwarded-* headers
* change category / add link to nginx config
2023-03-22 15:46:30 -05:00
Skyler Mäntysaari
6da50626e1
fix(server): Return the original path for gif playback ( #2022 )
...
* fix(server): Return the original path for gifs.
Usually browser is able to play them directly.
* fix(server): Better place for the condition.
* fix(server): gif viewing works properly.
2023-03-22 14:56:00 -05:00
Jason Rasmussen
6239b3b309
fix: import assets on new install ( #2044 )
2023-03-22 00:36:32 -05:00