photoprism/internal/entity
Michael Mayer 0bf17206d0 Entity: Return error in File.Save() if PhotoID is 0
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-18 17:25:28 +02:00
..
account_fixtures.go Backend: Add test fixtures 2020-05-13 10:15:43 +02:00
account_test.go Run unit tests in separate databases to avoid conflicts 2020-05-08 19:34:29 +02:00
account.go
album_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
album_fixtures.go Backend: Refactor test fixtures 2020-05-11 14:49:53 +02:00
album_test.go Run unit tests in separate databases to avoid conflicts 2020-05-08 19:34:29 +02:00
album.go
camera_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
camera_fixtures.go Backend: Refactor test fixtures 2020-05-11 14:49:53 +02:00
camera_test.go Backend: Add tests to internal/entity 2020-05-07 17:29:35 +02:00
camera.go
category_fixtures.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
category_test.go
category.go
const.go Metadata: Improve date and error handling; see #302, #304, #305 and #295 2020-05-15 15:29:56 +02:00
country_fixtures.go Backend: Refactor test fixtures 2020-05-11 14:49:53 +02:00
country_test.go Backend: Add tests to internal/entity 2020-05-07 17:29:35 +02:00
country.go
db.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
description_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
description_fixtures.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
description_test.go Run unit tests in separate databases to avoid conflicts 2020-05-08 19:34:29 +02:00
description.go
entity_test.go Run unit tests in separate databases to avoid conflicts 2020-05-08 19:34:29 +02:00
entity.go Purge: Improve photo counts and logging 2020-05-11 07:23:23 +02:00
file_fixtures.go Backend: Add tests to internal/api 2020-05-14 18:10:01 +02:00
file_share_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
file_share_fixtures.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_share.go
file_sync_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
file_sync_fixtures.go Backend: Add test fixtures 2020-05-13 10:15:43 +02:00
file_sync_test.go Backend: Add tests to internal/entity 2020-05-18 16:37:37 +02:00
file_sync.go
file_test.go Entity: Return error in File.Save() if PhotoID is 0 2020-05-18 17:25:28 +02:00
file.go Entity: Return error in File.Save() if PhotoID is 0 2020-05-18 17:25:28 +02:00
fixtures.go Backend: Add tests fixtures 2020-05-13 19:46:49 +02:00
keyword_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
keyword_fixtures.go Backend: Refactor test fixtures 2020-05-11 14:49:53 +02:00
keyword_test.go Backend: Add tests to internal/entity 2020-05-08 10:21:03 +02:00
keyword.go
label_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
label_fixtures.go Backend: Add test fixtures 2020-05-14 14:17:12 +02:00
label_test.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
label.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
lens_fixtures_test.go Backend: Add tests to internal/entity 2020-05-14 15:27:12 +02:00
lens_fixtures.go Backend: Add tests fixtures 2020-05-13 19:46:49 +02:00
lens_test.go
lens.go
link_fixtures.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
link_test.go Backend: Add tests to internal/entity 2020-05-08 11:46:09 +02:00
link.go
location_fixtures.go Backend: Add test fixtures 2020-05-11 17:01:05 +02:00
location_test.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
location.go
photo_album_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_album_fixtures.go Backend: Add test fixtures 2020-05-11 17:01:05 +02:00
photo_album_test.go Backend: Refactor test fixtures 2020-05-11 14:49:53 +02:00
photo_album.go Backend: Add Hidden column to PhotoAlbum 2020-05-09 21:00:02 +02:00
photo_counts_test.go Backend: Move UpdatePhotoCounts() to entity package 2020-05-11 11:01:28 +02:00
photo_counts.go Backend: Move UpdatePhotoCounts() to entity package 2020-05-11 11:01:28 +02:00
photo_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_fixtures.go Backend: Add test fixtures 2020-05-14 14:17:12 +02:00
photo_keyword_fixtures.go Backend: Add test fixtures 2020-05-14 14:17:12 +02:00
photo_keyword_test.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
photo_keyword.go
photo_label_test.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
photo_label.go
photo_location_test.go
photo_location.go
photo_quality_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
photo_quality.go Initial video support #17 2020-05-11 18:29:17 +02:00
photo_test.go Backend: Add tests to internal/entity 2020-05-18 16:37:37 +02:00
photo.go Photo: Update year and month whenever takenAt may change 2020-05-15 16:06:32 +02:00
place_fixtures_test.go Backend: Add tests to internal/entity 2020-05-12 13:52:09 +02:00
place_fixtures.go Backend: Make LocLabel unique in place fixtures 2020-05-18 10:05:33 +02:00
place_test.go Backend: Add tests to internal/entity 2020-05-15 13:15:10 +02:00
place.go Backend: Update FindPlaceByLabel function 2020-05-15 13:16:03 +02:00
views.go Backend: Skip archived photos while indexing #300 2020-05-11 08:57:58 +02:00