Mert
|
68f52818ae
|
feat(server): separate face clustering job (#5598)
* separate facial clustering job
* update api
* fixed some tests
* invert clustering
* hdbscan
* update api
* remove commented code
* wip dbscan
* cleanup
removed cluster endpoint
remove commented code
* fixes
updated tests
minor fixes and formatting
fixed queuing
refinements
* scale search range based on library size
* defer non-core faces
* optimizations
removed unused query option
* assign faces individually for correctness
fixed unit tests
remove unused method
* don't select face embedding
update sql
linting
fixed ml typing
* updated job mock
* paginate people query
* select face embeddings because typeorm
* fix setting face detection concurrency
* update sql
formatting
linting
* simplify logic
remove unused imports
* more specific delete signature
* more accurate typing for face stubs
* add migration
formatting
* chore: better typing
* don't select embedding by default
remove unused import
* updated sql
* use normal try/catch
* stricter concurrency typing and enforcement
* update api
* update job concurrency panel to show disabled queues
formatting
* check jobId in queueAll
fix tests
* remove outdated comment
* better facial recognition icon
* wording
wording
formatting
* fixed tests
* fix
* formatting & sql
* try to fix sql check
* more detailed description
* update sql
* formatting
* wording
* update `minFaces` description
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
|
2024-01-18 00:08:48 -05:00 |
|
Jason Rasmussen
|
9768931275
|
feat(web,server)!: runtime log level (#5672)
* feat: change log level at runtime
* chore: open api
* chore: prefer env over runtime
* chore: remove default env value
|
2023-12-14 16:55:40 +00: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 |
|
Jason Rasmussen
|
5921ec9a58
|
fix(server): dot files (#4625)
|
2023-10-24 11:08:18 -05:00 |
|
Daniel Dietzler
|
50bc92aac0
|
refactor(server): make access core singleton (#4609)
|
2023-10-23 08:37:51 -04:00 |
|
Jason Rasmussen
|
d2807b8d6a
|
feat(web,server): offline/untracked files admin tool (#4447)
* feat: admin repair orphans tool
* chore: open api
* fix: include upload folder
* fix: bugs
* feat: empty placeholder
* fix: checks
* feat: move buttons to top of page
* feat: styling and clipboard
* styling
* better clicking hitbox
* fix: show title on hover
* feat: download report
* restrict file access to immich related files
* Add description
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
|
2023-10-14 19:12:59 +02:00 |
|
Jason Rasmussen
|
2ea080cacd
|
refactor: domain repositories (#4403)
|
2023-10-09 14:25:03 +00: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 |
|
Fynn Petersen-Frey
|
cf9e04c8ec
|
feat(server): asset entity audit (#3824)
* feat(server): audit log
* feedback
* Insert to database
* migration
* test
* controller/repository/service
* test
* module
* feat(server): implement audit endpoint
* directly return changed assets
* add daily cleanup of audit table
* fix tests
* review feedback
* ci
* refactor(server): audit implementation
* chore: open api
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
|
2023-08-24 15:28:50 -04:00 |
|