photoprism/pkg/sanitize
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
..
const.go
filename.go
filename_test.go
hex.go
hex_test.go
id.go
id_test.go
log.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
log_test.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
name.go
name_test.go
path.go
path_test.go
sanitize.go
search.go Search: Improve input sanitation and filter queries #1994 #2079 #2181 2022-03-25 18:01:34 +01:00
search_test.go Search: Improve input sanitation and filter queries #1994 #2079 #2181 2022-03-25 18:01:34 +01:00
sql.go Search: Make special character escaping compatible with SQLite #1994 2022-03-28 17:36:59 +02:00
sql_test.go Search: Make special character escaping compatible with SQLite #1994 2022-03-28 17:36:59 +02:00
state.go
state_test.go
token.go
token_test.go
username.go
username_test.go