| .. |
|
altitude.go
|
Metadata: Ensure the altitude is not out of range and fix logs #3182
|
2023-02-09 11:51:26 +01:00 |
|
altitude_test.go
|
Metadata: Ensure the altitude is not out of range and fix logs #3182
|
2023-02-09 11:51:26 +01:00 |
|
ascii.go
|
Config: Add PHOTOPRISM_HTTP_CORS option for CDN users #3931 #3940
|
2024-01-15 13:06:27 +01:00 |
|
ascii_test.go
|
Tests: Add unit tests
|
2024-01-17 14:56:08 +01:00 |
|
auth.go
|
OIDC: Improve auth api logs and user verification #782
|
2024-07-04 10:24:10 +02:00 |
|
auth_test.go
|
Tests: Add unit tests
|
2024-07-16 17:29:26 +02:00 |
|
clean.go
|
Backend: Update copyright notices
|
2025-01-09 10:28:17 +01:00 |
|
codec.go
|
Videos: Stream OGV, VP8, VP9, AV1, WebM, and HEVC if supported #2461
|
2022-06-24 06:59:22 +02:00 |
|
codec_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
color.go
|
PWA: Create manifest.json in code without using a template #3181
|
2023-02-10 15:53:01 +01:00 |
|
color_test.go
|
PWA: Create manifest.json in code without using a template #3181
|
2023-02-10 15:53:01 +01:00 |
|
const.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
content_type.go
|
Videos: Assume that .m4v files are compatible with MP4 #4820
|
2025-02-27 09:37:57 +01:00 |
|
content_type_test.go
|
Tests: Add unit tests #4820
|
2025-02-27 17:24:45 +01:00 |
|
duration.go
|
Videos: Index and display durations of less than one second #3224
|
2023-02-22 16:33:33 +01:00 |
|
duration_test.go
|
Videos: Index and display durations of less than one second #3224
|
2023-02-22 16:33:33 +01:00 |
|
error.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
error_test.go
|
Tests: Add unit tests
|
2024-04-29 18:36:39 +02:00 |
|
filename.go
|
Index: Add native support for MP4 and Samsung/Google Motion Photos #439
|
2023-09-22 23:59:56 +02:00 |
|
filename_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
gps.go
|
Places: Use float64 for all coordinates to avoid rounding errors #3953
|
2024-09-15 13:52:31 +02:00 |
|
gps_test.go
|
Places: Use float64 for all coordinates to avoid rounding errors #3953
|
2024-09-15 13:52:31 +02:00 |
|
header.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
header_test.go
|
Tests: Add unit tests
|
2024-01-17 14:56:08 +01:00 |
|
hex.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
hex_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
id.go
|
Auth: Session and ACL enhancements #98 #1746
|
2022-09-28 09:01:17 +02:00 |
|
id_test.go
|
Auth: Session and ACL enhancements #98 #1746
|
2022-09-28 09:01:17 +02:00 |
|
ip.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
ip_test.go
|
Auth: Improve IP sanitization and security logs #808
|
2024-05-03 15:49:48 +02:00 |
|
length.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
locale.go
|
OIDC: Improve locale string assignment #782
|
2024-07-02 08:45:19 +02:00 |
|
locale_test.go
|
OIDC: Improve locale string assignment #782
|
2024-07-02 08:45:19 +02:00 |
|
log.go
|
Viewer: Set native video stream src based on mimetype #1307 #3168 #4698
|
2025-01-27 13:21:05 +01:00 |
|
log_test.go
|
Viewer: Set native video stream src based on mimetype #1307 #3168 #4698
|
2025-01-27 13:21:05 +01:00 |
|
name.go
|
Auth: Apply user rights and permissions in the search API #98 #782
|
2022-09-30 00:42:19 +02:00 |
|
name_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
numeric.go
|
Videos: Index and display durations of less than one second #3224
|
2023-02-22 16:33:33 +01:00 |
|
numeric_test.go
|
Videos: Index and display durations of less than one second #3224
|
2023-02-22 16:33:33 +01:00 |
|
orientation.go
|
Edit: Change image orientation through the user interface #464
|
2023-03-20 16:18:27 +01:00 |
|
orientation_test.go
|
Edit: Change image orientation through the user interface #464
|
2023-03-20 16:18:27 +01:00 |
|
path.go
|
Index: Add native support for MP4 and Samsung/Google Motion Photos #439
|
2023-09-22 23:59:56 +02:00 |
|
path_test.go
|
Library: Allow "#" at the beginning of path names #3695
|
2023-09-20 17:13:25 +02:00 |
|
scope.go
|
OIDC: Upgrade "zitadel/oidc" from v1 to v2 #782
|
2024-07-06 11:15:23 +02:00 |
|
scope_test.go
|
OIDC: Upgrade "zitadel/oidc" from v1 to v2 #782
|
2024-07-06 11:15:23 +02:00 |
|
search.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
search_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
sql.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
sql_test.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
state.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
state_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
token.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
token_test.go
|
Tests: Add unit tests for pkg/clean
|
2023-06-26 15:57:56 +02:00 |
|
type.go
|
Videos: Assume that .m4v files are compatible with MP4 #4820
|
2025-02-27 09:37:57 +01:00 |
|
type_test.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
unicode.go
|
Metadata: Sanitize bad Unicode strings #2897
|
2022-11-15 14:45:21 +01:00 |
|
unicode_test.go
|
Metadata: Improve data parsing and sanitization #2897
|
2022-11-17 08:28:30 +01:00 |
|
uri.go
|
Backend: Move string shortening functions to /pkg/txt/clip
|
2024-09-05 01:45:57 +02:00 |
|
uri_test.go
|
Tests: Add unit tests
|
2024-01-17 14:56:08 +01:00 |
|
version.go
|
Config: Require MariaDB v11.4 to use SSL for backups #4837
|
2025-03-18 08:55:27 +01:00 |
|
version_test.go
|
Config: Require MariaDB v11.4 to use SSL for backups #4837
|
2025-03-18 08:55:27 +01:00 |