photoprism/internal/commands
Michael Mayer c74fcbf282 People: Show real name instead of uid in logs #1438 #2182
Since caching all subject data proved too complex in the time available,
this implementation uses a simple key/value lookup table to cache
subject names and perform backward searches by uid.
2022-04-04 14:21:43 +02:00
..
backup.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
cleanup.go Metadata: Improve CLI command descriptions #1736 2021-11-18 03:02:10 +01:00
commands.go Fix minor typos 2020-10-01 16:00:43 +05:45
config.go People: Disable updates if the worker does not run often enough #2182 2022-04-03 14:51:58 +02:00
config_test.go Migrations: Implement "photoprism migrations ls" command #2216 2022-04-01 16:02:58 +02:00
convert.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
copy.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
faces.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
import.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
index.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
index_test.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
migrations.go Migrations: Implement "photoprism migrations ls" command #2216 2022-04-01 16:02:58 +02:00
moments.go Metadata: Improve CLI command descriptions #1736 2021-11-18 03:02:10 +01:00
optimize.go CLI: Improve "photoprism optimize" command help #1668 2021-11-20 19:25:57 +01:00
passwd.go Code Quality: Add "gofmt -w -s pkg internal cmd" to "make fmt-go" 2022-01-08 12:12:00 +01:00
places.go MySQL 8: Improve migrate command, ignore errors when dropping indexes 2021-11-28 13:52:27 +01:00
purge.go API: Improve path and filename parameter sanitation #1814 2021-12-14 20:01:39 +01:00
reset.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
restore.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
start.go Migrations: Implement "photoprism migrations ls" command #2216 2022-04-01 16:02:58 +02:00
status.go WebDAV: Improve update and reset of remote connection errors #1781 2022-03-27 21:37:11 +02:00
stop.go API: Improve path and filename parameter sanitation #1814 2021-12-14 20:01:39 +01:00
thumbs.go API: Improve path and filename parameter sanitation #1814 2021-12-14 20:01:39 +01:00
users.go Convert: Add --force flag to replace JPEGs in the sidecar folder #2214 2022-04-03 12:26:07 +02:00
version.go People: Add "photoprism faces index" command for indexing faces only #22 2021-09-22 19:33:41 +02:00