photoprism/internal/entity
Michael Mayer e796d036c2 Fix indexer and add sort by file name #328
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-22 19:05:16 +02:00
..
account.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
account_fixtures.go Backend: Add test fixtures 2020-05-13 10:15:43 +02:00
account_test.go
album.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
album_fixtures.go
album_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
album_test.go
camera.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
camera_fixtures.go
camera_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
camera_test.go
category.go
category_fixtures.go
category_test.go
const.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
country.go Backend: Fix AfterCreate after upgrading GORM 2020-05-19 12:30:26 +02:00
country_fixtures.go
country_test.go
db.go
details.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
details_fixtures.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
details_fixtures_test.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
details_test.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
entity.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
entity_test.go
error.go Backend: Log errors in database 2020-05-19 13:48:05 +02:00
file.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
file_fixtures.go Backend: Add tests to internal/api 2020-05-14 18:10:01 +02:00
file_share.go
file_share_fixtures.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
file_share_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
file_share_test.go Backend: Add tests to internal/entity 2020-05-18 16:37:37 +02:00
file_sync.go
file_sync_fixtures.go Backend: Add test fixtures 2020-05-13 10:15:43 +02:00
file_sync_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
file_sync_test.go Backend: Add tests to internal/entity 2020-05-18 16:37:37 +02:00
file_test.go Add PHOTOPRISM_SIDECAR_HIDDEN and PHOTOPRISM_JPEG_HIDDEN flags #311 2020-05-19 11:00:17 +02:00
fixtures.go Backend: Add tests fixtures 2020-05-13 19:46:49 +02:00
folder.go Fix indexer and add sort by file name #328 2020-05-22 19:05:16 +02:00
folder_test.go Fix indexer and add sort by file name #328 2020-05-22 19:05:16 +02:00
keyword.go
keyword_fixtures.go
keyword_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
keyword_test.go
label.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
label_fixtures.go Backend: Add test fixtures 2020-05-14 14:17:12 +02:00
label_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
label_test.go Backend: Fix AfterCreate after upgrading GORM 2020-05-19 12:30:26 +02:00
lens.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
lens_fixtures.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
lens_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
lens_test.go
link.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
link_fixtures.go
link_test.go
location.go
location_fixtures.go
location_test.go
photo.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
photo_album.go Add /folders API to get directory lists for browsing #260 2020-05-22 16:29:12 +02:00
photo_album_fixtures.go
photo_album_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_album_test.go
photo_counts.go
photo_counts_test.go
photo_fixtures.go Support for Live Photos #177 2020-05-21 13:26:28 +02:00
photo_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_keyword.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
photo_keyword_fixtures.go Backend: Add test fixtures 2020-05-14 14:17:12 +02:00
photo_keyword_test.go
photo_label.go
photo_label_test.go
photo_location.go
photo_location_test.go
photo_quality.go Support for Live Photos #177 2020-05-21 13:26:28 +02:00
photo_quality_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_test.go Support for Live Photos #177 2020-05-21 13:26:28 +02:00
photo_yaml.go Backend: Make sure .photoprism directory exists 2020-05-19 19:49:32 +02:00
photo_yaml_test.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
place.go Backend: Improve entity log and error messages 2020-05-19 12:48:32 +02:00
place_fixtures.go Backend: Make LocLabel unique in place fixtures 2020-05-18 10:05:33 +02:00
place_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
place_test.go Backend: Add tests to internal/entity 2020-05-15 13:15:10 +02:00
views.go