zerobyte/app/server
Jakub Trávník 62df1b1241 refactor(config-export): simplify auth and add mirrors support
- Use authenticated context from requireAuth middleware instead of
  duplicating session verification logic
- Remove unused cookie imports and constants (COOKIE_NAME, COOKIE_OPTIONS)
- Add backupScheduleMirrorsTable to export for complete backup config
- Include mirror-specific metadata keys (lastCopyAt, lastCopyStatus, lastCopyError)
2025-12-23 00:45:50 +01:00
..
cli feat: reset password cli command (#220) 2025-12-22 19:20:37 +01:00
core feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
db fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:50:53 +01:00
jobs Merge remote-tracking branch 'upstream/main' into config-export-feature 2025-12-22 17:00:59 +01:00
modules refactor(config-export): simplify auth and add mirrors support 2025-12-23 00:45:50 +01:00
utils Merge branch 'main' into config-export-feature 2025-12-23 00:22:17 +01:00
app.ts Merge branch 'main' into config-export-feature 2025-12-23 00:22:17 +01:00
index.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00