photoprism/internal/auth/session
Keith Martin b6687b6c29
Tests: Improve isolation and add fixes #5263
* Tests: fix random selection of deleted record causing test failure
* Tests: fix test folders being left after test
* Tests: ensure that required records are available
* Tests: make each package execute against it's own testdata folder to ensure no interpackage test failures
* Tests: add unit tests of CleanupTestFolder
* Tests:  Allow defer in TestMain
* Tests: rename testMain to runTestMain
2026-07-12 05:47:21 +02:00
..
testdata Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
cleanup.go Backend: Recover from panics in background tasks and album restore #5637 2026-06-03 07:45:07 +00:00
cleanup_test.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session.go Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
session_delete.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_delete_test.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_get.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_get_test.go Backend: Improve error handling and logging #4491 2025-03-27 09:51:38 +01:00
session_new.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_public.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_public_test.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_save.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_save_test.go Backend: Move session package to /internal/auth/session 2024-07-02 08:11:17 +02:00
session_test.go Tests: Improve isolation and add fixes #5263 2026-07-12 05:47:21 +02:00