mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat: magic link to enable backups
This commit is contained in:
parent
5ded6f89b7
commit
d18e09de30
17 changed files with 225 additions and 35 deletions
|
|
@ -109,6 +109,7 @@ describe('/server', () => {
|
|||
configFile: false,
|
||||
duplicateDetection: false,
|
||||
facialRecognition: false,
|
||||
backups: false,
|
||||
map: true,
|
||||
reverseGeocoding: true,
|
||||
importFaces: false,
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ export const setupBaseMockApiRoutes = async (context: BrowserContext, adminUserI
|
|||
smartSearch: false,
|
||||
facialRecognition: false,
|
||||
duplicateDetection: false,
|
||||
backups: false,
|
||||
map: true,
|
||||
reverseGeocoding: true,
|
||||
importFaces: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue