photoprism/pkg/sanitize
Michael Mayer 82d61d1f93 File Types: Add experimental support for animated GIFs #590 #2207
Animated GIFs are transcoded to AVC because it is much smaller and
thus also suitable for long/large animations. In addition, this commit
adds support for more metadata fields such as frame rate, number of
frames, file capture timestamp (unix milliseconds), media type,
and software version. Support for SVG files can later be implemented in
a similar way.
2022-04-13 22:17:59 +02:00
..
const.go Sanitize: Add name, query, state, and username filters #1814 2021-12-15 12:24:05 +01:00
filename.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
filename_test.go API: Improve path and filename parameter sanitation #1814 2021-12-14 20:01:39 +01:00
hex.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
hex_test.go API: Improve request parameter sanitation #1814 2021-12-14 18:34:52 +01:00
id.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
id_test.go API: Improve request parameter sanitation #1814 2021-12-14 18:34:52 +01:00
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 People: Improve face matching, audit command, and logging #2182 2022-04-13 01:59:32 +02:00
name_test.go Sanitize: Add name, query, state, and username filters #1814 2021-12-15 12:24:05 +01:00
path.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
path_test.go API: Improve path and filename parameter sanitation #1814 2021-12-14 20:01:39 +01:00
sanitize.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
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 Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
state_test.go Sanitize: Add name, query, state, and username filters #1814 2021-12-15 12:24:05 +01:00
token.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
token_test.go API: Improve request parameter sanitation #1814 2021-12-14 18:34:52 +01:00
username.go Search: Improve query string normalization and sanitation #1814 #1820 2021-12-16 15:26:54 +01:00
username_test.go Sanitize: Add name, query, state, and username filters #1814 2021-12-15 12:24:05 +01:00