Jason Rasmussen
b34abf25f0
feat(server): server-side events ( #5669 )
2023-12-13 12:23:51 -05:00
Jason Rasmussen
36196f2a5d
fix(immich-admin): in dev mode ( #5670 )
2023-12-13 11:10:00 -06:00
martin
f13dce7d0d
fix: warning when building web ( #5680 )
2023-12-13 12:02:26 -05:00
Jan
e5e6fcc46d
#5519 shared page redirect to host ( #5678 )
...
* #5519 shared page redirect to host
* #5519 file formatting
2023-12-13 16:15:39 +00:00
martin
523d01068f
fix(web): no icon with firefox ( #5679 )
...
* fix: no icon with firefox
* remove FaviconHeader.svelte
2023-12-13 11:04:06 -05:00
Alex
885eba2b7c
fix(mobile): simplify state management in backup selection page ( #5655 )
...
* fix(mobile): simplify album selection backup state management
* remove search bar'
* log available albums
2023-12-12 21:06:04 -06:00
Alex
f7429c3615
docs: recap 2023 ( #5665 )
...
* docs: recap 2023
* fix: format
2023-12-13 03:03:15 +00:00
shenlong
ec0526dbcb
chore(mobile): move mocktail to dev dep ( #5666 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-12-12 20:49:14 -06:00
martin
7a9a9473d1
fix: prevent loop on search ( #5664 )
2023-12-12 16:55:18 -06:00
Jason Rasmussen
a0b2cbe123
feat: update arch diagram ( #5662 )
...
* feat: update arch diagram
* chore: alt test
2023-12-12 16:16:39 -06:00
bo0tzz
05550647eb
docs: FAQ for thumbnail jobs ( #5661 )
2023-12-12 22:39:56 +01:00
Alex
c7df800d27
fix(mobile): Fix upload hang on iOS when deleting stale files ( #5658 )
...
* fix(mobile): Fix upload hang on iOS when deleting stale files
* Cleaner fix
2023-12-12 11:36:37 -06:00
martin
c602eaea4a
feat(web): automatically update user info ( #5647 )
...
* use svelte store
* fix: websocket error when not authenticated
* more routes
2023-12-12 10:35:28 -06:00
Jason Rasmussen
cbca69841a
refactor(server): immich file responses ( #5641 )
...
* refactor(server): immich file response
* chore: open api
* chore: tests
* chore: fix logger import
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-12-12 08:58:25 -06:00
Alex
af7c4ae090
fix(mobile): better error message ( #5653 )
2023-12-12 08:58:13 -06:00
martin
fba9e784fb
feat: use <a> tag for albums in list view ( #5645 )
...
* fix: multiple improvements
* pr feedback
* optimize
2023-12-11 20:35:57 -06:00
shenlong
fb4b4e5895
fix: handle livePhotos using originFileWithSubType ( #5602 )
...
* fix: handle livePhotos using originFileWithSubType
* remove livePhoto asset cache
* fetch live photo video name from entity
* fix: video file not detected
* chore: pull main
* fix: set correct header
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-12-11 20:20:36 -06:00
Alex Tran
c8da1c07dc
chore: add _redirects to docs for CloudFlare
2023-12-11 16:13:39 -06:00
Alex Tran
ed05785005
chore: remove orphaned package-lock.json
2023-12-11 16:01:33 -06:00
Jason Rasmussen
81603fddc8
chore: fix ssr in dev ( #5637 )
2023-12-11 14:19:27 -06:00
Jason Rasmussen
ed4358741e
feat(web): re-add open graph tags for public share links ( #5635 )
...
* feat: re-add open graph tags for public share links
* fix: undefined in html
* chore: tests
2023-12-11 13:37:47 -06:00
renovate[bot]
ac2a36bd53
chore(deps): pin tensorchord/pgvecto-rs docker tag to 0335a1a ( #5632 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 14:00:46 -05:00
Łukasz Wawrzyk
f6ef226b64
chore(mobile): put delete button before metadata editing ( #5633 )
2023-12-11 12:53:11 -06:00
pjsxw
f798e9beed
docs: update backup-and-restore.md ( #5616 )
...
Removes `BACKUP_KEEP_NUM` option from docker-compose example for database dumping, since it no longer exists in the linked image.
The image has sensible defaults for backups to keep (7 daily, 4 weekly, 6 monthly), so I haven't replaced the argument with an alternative.
2023-12-11 10:57:30 -06:00
renovate[bot]
08570875eb
chore(deps): update redis:6.2-alpine docker digest to b6124ab ( #5599 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:38:26 -06:00
Alex
64e985d600
fix(mobile): Revert - upload motion and live part of LivePhotos together ( #5601 )
2023-12-11 10:38:02 -06:00
Sushain Cherivirala
e3e4fb40fd
fix(server): don't associate assets with Null Island ( #5623 )
...
* Don't associate assets with Null Island
* Fix lint
2023-12-11 09:00:23 -06:00
shenlong
960b68b02f
fix(mobile): live / motion photo download ( #5607 )
...
* reverts: 5566
* fix: stitch livePhoto only in iOS
* fix: PMProgressHandler only on iOS
* ios: fallback to saving image if livephoto fails
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-12-10 09:56:39 -06:00
Jason Rasmussen
33529d1d9b
refactor(server): auth dto ( #5593 )
...
* refactor: AuthUserDto => AuthDto
* refactor: reorganize auth-dto
* refactor: AuthUser() => Auth()
2023-12-09 23:34:12 -05:00
Mert
8057c375ba
docs: remove typesense from faq ( #5600 )
2023-12-10 03:23:40 +00:00
renovate[bot]
d2ad01cd2f
chore(deps): update python:3.11-slim-bookworm docker digest to cfd7ed5 ( #5572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-09 21:15:15 -06:00
Jason Rasmussen
8e07b35786
docs: add sponsor link ( #5597 )
2023-12-09 20:59:00 -06:00
Jason Rasmussen
b7b4483a33
fix(server): connection aborted logging ( #5595 )
2023-12-09 20:46:56 -06:00
shenlong
3a794d7a2b
fix: use avatarColor as the text background when no avatar available ( #5566 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-12-09 20:32:39 -06:00
shenlong
68c0112aaa
fix(mobile): memory lane not displayed in mobile app ( #5587 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-12-09 20:32:20 -06:00
shenlong
8847ebeef2
fix(mobile): mobile album sort not persisting ( #5584 )
...
* chore(deps): use mocktail instead of mockito
* refactor: move stubs to fixtures/
* fix: fetch assetsortmode based on storeindex
* test: validate AlbumSortByOptions provider
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-12-09 20:31:23 -06:00
Jon Howell
188cdf9367
docs: Add tip showing common error messages ( #5592 )
...
I encountered two errors trying to use Ubuntu-distributed docker. These tips make the error messages searchable, with a pointer to the solution (use docker's packages).
2023-12-10 01:05:58 +00:00
Jason Rasmussen
6acd8eb4ba
chore(server): faster shutdown ( #5577 )
...
* chore(server): faster shutdown
* fix: e2e test entrypoint
2023-12-08 21:58:07 -05:00
Jason Rasmussen
92b4284b5a
feat(server): use postgres-adapter for websockets ( #5569 )
...
* feat(server): use postgres-adapter for websockets
* refactor: create attachment table via migration
2023-12-08 20:38:25 -05:00
Alex
a426ea8fbc
fix(web): remove always on delay badge ( #5574 )
2023-12-08 18:19:42 -06:00
Alex
f206cb9403
chore(server): simplify search face query and better clustering ( #5573 )
...
* chore(server): simplify search face query and better clustering
* update sql
* Use correct syntax for utilizing the index
* Update sql
2023-12-08 16:26:17 -06:00
renovate[bot]
2234394aa6
chore(deps): pin tensorchord/pgvecto-rs docker tag to 0335a1a ( #5570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-08 14:38:45 -05:00
renovate[bot]
8a6284569a
chore(deps): pin dependencies ( #5567 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-08 14:24:17 -05:00
renovate[bot]
80591ea609
fix(deps): update server ( #5506 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-08 13:57:05 -05:00
Mert
2553c54b26
fix(server): select asset face columns explicitly ( #5564 )
...
* select columns explicitly
* updated sql
* formatting
2023-12-08 12:43:35 -06:00
Jason Rasmussen
2f4ee622ab
chore(deps): remove unused cron types ( #5563 )
2023-12-08 12:08:27 -05:00
Jason Rasmussen
02d55644e5
fix(deps): bump sharp ( #5509 )
...
* fix(deps): bump sharp
* fixed sharp dependencies
* chore: use date tag
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2023-12-08 11:52:43 -05:00
Jason Rasmussen
1e99ba8167
feat: use pgvecto.rs ( #3605 )
2023-12-08 11:15:46 -05:00
Alex The Bot
429ad28810
Version v1.90.2
2023-12-08 14:23:04 +00:00
martin
7b3465621f
fix(web): don't limit merge face selector to 10 people ( #5551 )
...
* fix: don't limit merge face selector to 10 people
* fix: don't use class to hide people in detail-panel
* fix: map faces and person in asset response
2023-12-08 08:21:29 -06:00