| .. |
|
testdata/directory
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
account.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
account_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
account_uploads.go
|
albrechtf 05dc86d1 Fix gorm relations; make most SQL more generic
|
2024-09-18 20:07:37 +10:00 |
|
account_uploads_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
albums.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
albums_test.go
|
Merge tag '251130-b3068414c' into PostgreSQL
|
2025-12-01 17:16:33 +10:00 |
|
categories.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-01 15:00:19 +10:00 |
|
categories_test.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
clients.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
clients_test.go
|
postgresql lower values and like
|
2025-03-02 14:10:51 +10:00 |
|
counts.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-01 15:00:19 +10:00 |
|
counts_test.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
covers.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
covers_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2026-05-04 15:53:07 +10:00 |
|
duplicates.go
|
Config: Improve the naming of file and directory variables
|
2024-09-13 12:30:21 +02:00 |
|
duplicates_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
errors.go
|
Query: add missing where clause to errors mass deletion
|
2025-09-25 09:58:23 +10:00 |
|
errors_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-04 16:51:54 +10:00 |
|
faces.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2026-05-18 11:07:50 +10:00 |
|
faces_test.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
file_selection.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
file_selection_test.go
|
UX: Add batch edit dialog and API endpoints #271 #5324
|
2025-11-19 11:20:34 +01:00 |
|
file_shares.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
file_shares_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
file_sync_download.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2026-03-02 17:32:47 +10:00 |
|
file_sync_download_test.go
|
merge: handle data type and function signature changes
|
2026-03-02 17:35:23 +10:00 |
|
file_syncs.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
file_syncs_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
files.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-01 15:00:19 +10:00 |
|
files_hashes.go
|
Backend: move internal/functions to pkg
|
2025-10-12 20:42:27 +10:00 |
|
files_hashes_test.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
files_test.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
folders.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
folders_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-04 16:51:54 +10:00 |
|
label.go
|
Merge remote-tracking branch 'photoprism/develop' into gorm2
|
2025-01-31 23:08:27 +10:00 |
|
label_test.go
|
Auth: Refactor cluster configuration and provisioning API endpoints #98
|
2025-09-24 08:28:38 +02:00 |
|
markers.go
|
Query: correct 0 to FALSE for postgres
|
2025-10-18 21:28:52 +10:00 |
|
markers_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-10 21:04:37 +10:00 |
|
moments.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-01 15:00:19 +10:00 |
|
moments_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2025-10-04 16:51:54 +10:00 |
|
photo.go
|
Merge tag '251130-b3068414c' into PostgreSQL
|
2025-12-01 17:16:33 +10:00 |
|
photo_map.go
|
Query: Add code comments for easier troubleshooting #5235
|
2025-09-30 21:46:42 +02:00 |
|
photo_map_test.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
photo_selection.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
photo_selection_test.go
|
UX: Add batch edit dialog and API endpoints #271 #5324
|
2025-11-19 11:20:34 +01:00 |
|
photo_test.go
|
Merge remote-tracking branch 'origin/develop' into PostgreSQL
|
2026-03-04 16:14:27 +10:00 |
|
photos.go
|
Run go fix ./... and keep mechanical modernization updates.
|
2026-02-21 21:29:34 +10:00 |
|
photos_test.go
|
Run go fix ./... and keep mechanical modernization updates.
|
2026-02-21 21:29:34 +10:00 |
|
places.go
|
Query: Add code comments for easier troubleshooting #5235
|
2025-09-30 21:46:42 +02:00 |
|
places_test.go
|
Index: Set labels based on matching keywords in title or subject #4602
|
2024-11-01 12:15:39 +01:00 |
|
purge.go
|
Gorm: Fix missing & on Delete statements
|
2025-08-18 21:30:06 +10:00 |
|
purge_test.go
|
Videos: Refactor codec, content and file type specifications #4770
|
2025-02-05 00:30:45 +01:00 |
|
query.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
query_test.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
sessions.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
sessions_test.go
|
Tests: add more coverage of sql
|
2025-09-27 22:26:05 +10:00 |
|
subjects.go
|
Merge tag '251130-b3068414c' into PostgreSQL
|
2025-12-01 17:16:33 +10:00 |
|
subjects_test.go
|
Backend: Move customize, pwa, ttl, query, classify and nsfw packages
|
2024-07-02 07:36:52 +02:00 |
|
users.go
|
Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn.
|
2026-05-18 12:27:13 +10:00 |
|
users_test.go
|
Tests: Refactor unit tests for new fixtures
|
2025-05-03 18:34:23 +10:00 |