immich/web/src
Daniel Dietzler cd375a976e
feat(server): custom library scanning interval (#4390)
* add automatic library scan config options

* add validation

* open api

* use CronJob instead of cron-validator

* fix tests

* catch potential error of the library scan initialization

* better description for input field

* move library scan job initialization to server app service

* fix tests

* add comments to all parameters of cronjob contructor

* make scan a child of a more general library object

* open api

* chore: cleanup

* move cronjob handling to job repoistory

* web: select for common cron expressions

* fix open api

* fix tests

* put scanning settings in nested accordion

* fix system config validation

* refactor, tests

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-10-31 15:19:12 -05:00
..
api feat(server): custom library scanning interval (#4390) 2023-10-31 15:19:12 -05:00
lib feat(server): custom library scanning interval (#4390) 2023-10-31 15:19:12 -05:00
routes feat(server): custom library scanning interval (#4390) 2023-10-31 15:19:12 -05:00
test-data feat(web): timeline bucket for albums (4) (#3604) 2023-08-11 11:00:51 -05:00
app.css feat(web): Improved assets upload (#3850) 2023-09-01 12:00:51 -04:00
app.d.ts chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
app.html chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
hooks.server.ts feat(web): only log http errors in web container (#4031) 2023-09-08 15:09:59 +00:00