1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-09 20:00:12 +00:00
jfa-go/jellyseerr
Harvey Tindall 1fa340f096
jellyseerr: add option to auto-import users
"import_existing" option in settings enables an every 5-minute daemon
which loops through users and imports them to Jellyseerr and copies
contact info, if necessary. Also sets new API client flag
AutoImportUsers, which decides whether to automatically import non-existent users in
it's various methods.

also cleaned up the various daemons in the software, most now using the
GenericDaemon struct and just providing a new constructor.

broken page loop in jellyseerr client also fixed.
2024-07-31 15:02:25 +01:00
..
go.mod jellyseerr: start API client 2024-07-29 16:46:37 +01:00
jellyseerr_test.go jellyseerr: add user modification methods 2024-07-29 17:36:29 +01:00
jellyseerr.go jellyseerr: add option to auto-import users 2024-07-31 15:02:25 +01:00
models.go jellyseerr: fix email setting, cover all contact adjustment areas 2024-07-30 20:55:45 +01:00