photoprism/internal/entity
Theresa Gresch ad9167360d
Feature/246 (#345)
* Import: Implement "add to album" in backend #246

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Import: Implement "add to album" in frontend #246

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Add OriginalName to photo search result

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Add json tags to PhotoName and PhotoPath

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Photo: Use EstimateCountry() in UpdateLocation()

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Photo: Set OriginalName earlier while indexing

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Ignore whitespace when stripping sequence from filename #335

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Fix labels count for SQLite

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Import: Show name of new albums #246

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* Frontend: Add acceptance test files

Co-authored-by: Michael Mayer <michael@liquidbytes.net>
2020-06-01 09:45:24 +02:00
..
account_fixtures.go
account_test.go
account.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
album_fixtures_test.go
album_fixtures.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
album_test.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
album.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
camera_fixtures_test.go
camera_fixtures.go
camera_test.go
camera.go
category_fixtures.go
category_test.go
category.go
const.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
country_fixtures.go
country_test.go
country.go
db.go Albums: Add category filter 2020-05-30 21:11:56 +02:00
details_fixtures_test.go
details_fixtures.go
details_test.go
details.go
entity_test.go Replace TiDB with SQLite for improved stability #66 2020-05-30 14:52:47 +02:00
entity.go Replace TiDB with SQLite for improved stability #66 2020-05-30 14:52:47 +02:00
error.go
file_fixtures.go
file_share_fixtures_test.go
file_share_fixtures.go
file_share_test.go
file_share.go
file_sync_fixtures_test.go
file_sync_fixtures.go
file_sync_test.go
file_sync.go
file_test.go
file.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
fixtures.go Automatically create albums from folders #260 2020-05-30 15:42:04 +02:00
folder_fixtures.go Albums: Add category filter 2020-05-30 21:11:56 +02:00
folder_test.go
folder.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
keyword_fixtures_test.go
keyword_fixtures.go
keyword_test.go
keyword.go
label_fixtures_test.go
label_fixtures.go
label_test.go
label.go Replace TiDB with SQLite for improved stability #66 2020-05-30 14:52:47 +02:00
lens_fixtures_test.go
lens_fixtures.go
lens_test.go
lens.go Albums: Add category filter 2020-05-30 21:11:56 +02:00
link_fixtures.go
link_test.go
link.go
location_fixtures.go
location_test.go
location.go
photo_album_fixtures_test.go
photo_album_fixtures.go
photo_album_test.go
photo_album.go
photo_counts_test.go Replace TiDB with SQLite for improved stability #66 2020-05-30 14:52:47 +02:00
photo_counts.go Replace TiDB with SQLite for improved stability #66 2020-05-30 14:52:47 +02:00
photo_fixtures_test.go
photo_fixtures.go Automatically create albums from folders #260 2020-05-30 15:42:04 +02:00
photo_keyword_fixtures.go
photo_keyword_test.go
photo_keyword.go
photo_label_test.go
photo_label.go
photo_location_test.go
photo_location.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
photo_maintain_test.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
photo_maintain.go Backend: Improve location list for estimates #260 2020-05-31 17:45:58 +02:00
photo_quality_test.go
photo_quality.go
photo_test.go Improve browsing by original file and folder name #260 2020-05-31 14:42:41 +02:00
photo_yaml_test.go
photo_yaml.go
photo.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
place_fixtures_test.go
place_fixtures.go
place_test.go
place.go
views.go