photoprism/internal/entity
Michael Mayer 2efb0039e8 Photos: Add photo_type column and search filters for path / name
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-21 10:03:56 +02:00
..
account.go
account_fixtures.go
account_test.go
album.go
album_fixtures.go
album_fixtures_test.go
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
camera_test.go
category.go
category_fixtures.go
category_test.go
const.go Photos: Add photo_type column and search filters for path / name 2020-05-21 10:03:56 +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 Backend: Log errors in database 2020-05-19 13:48:05 +02:00
entity_test.go
error.go Backend: Log errors in database 2020-05-19 13:48:05 +02:00
file.go Backend: Fix panic in File.Save() 2020-05-18 17:57:40 +02:00
file_fixtures.go
file_share.go
file_share_fixtures.go
file_share_fixtures_test.go
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
file_sync_fixtures_test.go
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
keyword.go
keyword_fixtures.go
keyword_fixtures_test.go
keyword_test.go
label.go Backend: Fix AfterCreate after upgrading GORM 2020-05-19 12:30:26 +02:00
label_fixtures.go
label_fixtures_test.go
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
lens_test.go
link.go
link_fixtures.go
link_test.go
location.go
location_fixtures.go
location_test.go
photo.go Photos: Add photo_type column and search filters for path / name 2020-05-21 10:03:56 +02:00
photo_album.go
photo_album_fixtures.go
photo_album_fixtures_test.go
photo_album_test.go
photo_counts.go
photo_counts_test.go
photo_fixtures.go Backend: Log errors in database 2020-05-19 13:48:05 +02:00
photo_fixtures_test.go
photo_keyword.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
photo_keyword_fixtures.go
photo_keyword_test.go
photo_label.go
photo_label_test.go
photo_location.go
photo_location_test.go
photo_quality.go Use YAML files to save and restore photo metadata 2020-05-18 22:18:58 +02:00
photo_quality_test.go
photo_test.go Backend: Log errors in database 2020-05-19 13:48:05 +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
place_test.go
views.go