Jonathan Jogenfors
c96e3becc3
fix
2023-09-25 11:25:13 +02:00
Jonathan Jogenfors
067c0e5d41
fix
2023-09-23 23:10:02 +02:00
Jonathan Jogenfors
0b4835ef3c
Merge branch 'main' of https://github.com/immich-app/immich into feat/e2e-queues
2023-09-23 22:47:46 +02:00
Jonathan Jogenfors
702520af4e
only reset db if needed
2023-09-23 22:47:38 +02:00
Daniele Ricci
014d164d99
feat(server): random assets API ( #4184 )
...
* feat(server): get random assets API
* Fix tests
* Use correct validation annotation
* Fix offset use in query
* Update API specs
* Fix typo
* Random assets e2e tests
* Improve e2e tests
2023-09-23 22:28:55 +07:00
martin
fc64be6603
feat(web): suggest people when typing a name ( #4126 )
...
* feat(web): suggest people when entering a name
* fix: border size from 2 to 1 pixel
* pr feedback
* fix: web unit test
* pr feedback
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-09-23 11:58:51 +07:00
Alex
9a7e48eaa6
chore(web): remove flowbite ( #4178 )
...
* chore(web): remove flowbite
* Added confirmation prompt for deletion
2023-09-23 11:50:21 +07:00
Jonathan Jogenfors
bb947b07ce
fix
2023-09-23 01:05:22 +02:00
Jonathan Jogenfors
41b20c1079
fix
2023-09-23 01:03:23 +02:00
Jonathan Jogenfors
fe2c5b590b
fix
2023-09-23 00:59:28 +02:00
Jonathan Jogenfors
ef5c121417
fix
2023-09-23 00:48:45 +02:00
Jonathan Jogenfors
a0048118e1
add autoupdate
2023-09-22 15:57:34 +02:00
Jonathan Jogenfors
a923123f5f
fix sha256
2023-09-22 15:05:20 +02:00
Jonathan Jogenfors
1b2fa9255e
fix
2023-09-22 15:00:47 +02:00
Jonathan Jogenfors
0c2a104e07
fix
2023-09-22 14:57:30 +02:00
Jonathan Jogenfors
5055be1b5b
add jammy checksum
2023-09-22 14:54:12 +02:00
Jonathan Jogenfors
582816d03a
ignore checksum
2023-09-22 14:48:34 +02:00
Jonathan Jogenfors
ab154ca2ca
set right env var
2023-09-22 14:45:30 +02:00
Jonathan Jogenfors
81870a9d50
sudo in the right place
2023-09-22 14:43:09 +02:00
Jonathan Jogenfors
f20e90e544
set env var
2023-09-22 14:35:56 +02:00
Jonathan Jogenfors
8f26db9a6b
ffmpeg for jammy
2023-09-22 14:27:50 +02:00
Jonathan Jogenfors
335ee427da
verbose ffmpeg
2023-09-22 14:07:43 +02:00
Jonathan Jogenfors
04511679fe
sudo
2023-09-22 14:01:36 +02:00
Jonathan Jogenfors
9d8dda1755
install ffmpeg
2023-09-22 13:56:46 +02:00
Jonathan Jogenfors
f091c0e17d
add ubuntu pkgs
2023-09-22 13:40:06 +02:00
Jonathan Jogenfors
ae08463a49
run apt as sudo
2023-09-22 13:31:22 +02:00
Jonathan Jogenfors
a094805c27
install docker dependencies
2023-09-22 13:28:10 +02:00
Jonathan Jogenfors
6429234bd5
clear job queue on app startup
2023-09-22 09:51:52 +02:00
Jonathan Jogenfors
8cd61d3291
close workers
2023-09-22 09:04:12 +02:00
Jonathan Jogenfors
6a2eca9b0a
add more logging
2023-09-22 08:40:47 +02:00
Jonathan Jogenfors
3835221cda
add e2e debugs
2023-09-22 08:29:32 +02:00
Alex The Bot
e050121dbf
Version v1.79.1
2023-09-22 01:37:20 +00:00
Jason Rasmussen
f0a5d39625
fix: live photo uploads ( #4167 )
...
* fix: live photo uploads
* fix: format
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-09-22 08:35:25 +07:00
Jonathan Jogenfors
56b6ecb8a4
Set env
2023-09-22 00:12:25 +02:00
Jonathan Jogenfors
b059c95cad
cleanup
2023-09-21 23:30:33 +02:00
Jonathan Jogenfors
8ad2be195d
fix tests
2023-09-21 23:11:45 +02:00
Alex The Bot
86f5ceb80e
Version v1.79.0
2023-09-21 14:17:00 +00:00
Jonathan Jogenfors
e8a20fd492
fix: use correct node version for ci
2023-09-21 14:36:40 +02:00
Jonathan Jogenfors
e9c12650bb
fix: get nightly after ci
2023-09-21 14:33:47 +02:00
Jonathan Jogenfors
fec116250c
feat: play around with e2e tests
2023-09-21 14:24:56 +02:00
martin
06959a9ea5
Revert "fix(web): Assigns description text area with asset description if it exists #4073 ( #4125 )" ( #4160 )
...
This reverts commit b6c6a7e403
.
2023-09-21 17:57:59 +07:00
Jonathan Jogenfors
acdc66413c
feat(server,web): libraries ( #3124 )
...
* feat: libraries
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-09-20 13:16:33 +02:00
Louis-Marie Michelin
816db700e1
feat(web): cancel pending requests on image change ( #4145 )
2023-09-19 23:16:53 -04:00
Mert
9030b1f89f
chore(deps): upgrade sharp and libvips ( #4140 )
...
* upgrade libvips
* upgrade sharp
2023-09-19 15:11:25 -04:00
Alex
2e0c7abd65
fix(mobile): fix background upload regression on Android ( #4139 )
2023-09-19 16:39:54 +07:00
Daniel Dietzler
1a633f3fca
chore(server): Use access core for person permissions ( #4138 )
...
* use access core for all person methods
* minor fixes, feedback
* reorder assignments
* remove unnecessary permission requirement
* unify naming of tests
* reorder variables
2023-09-18 21:22:44 +00:00
Jason Rasmussen
dda735ec51
feat(server): add m4v format ( #4135 )
2023-09-18 19:39:42 +02:00
Daniel Dietzler
f1c98ac9e6
fix(server): Error when loading album with deleted owner ( #4086 )
...
* soft delete albums when user gets soft deleted
* fix wrong intl openapi version
* fix tests
* ability to restore albums, automatically restore when user restored
* (e2e) tests for shared albums via link and with user
* (e2e) test deletion of users and linked albums
* (e2e) fix share album with owner test
* fix: deletedAt
* chore: fix restore order
* fix: use timezone date column
* chore: cleanup e2e tests
* (e2e) fix user delete test
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-09-18 11:56:50 -04:00
Daniel Dietzler
7d07aaeba3
chore(docs): Some SQL queries to copy paste for advanced debugging ( #4074 )
...
* enable sql code highlighting, first queries
* remove tabs
* something with moons...
* feat: more queries
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-09-18 14:25:15 +00:00
martin
a0163d8df0
feat(web): swap between people when merging faces ( #4089 )
...
* feat: swap between people when merging faces
* rename
* fix: remove url parameter when closing
* chore: handler naming
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-09-18 13:24:31 +00:00