.. |
testdata
|
Config: Update default wallpaper image
|
2024-01-12 12:46:18 +01:00 |
cli_context.go
|
|
|
cli_flag.go
|
Backend: Update Go dependencies
|
2023-06-01 16:35:07 +02:00 |
cli_flag_test.go
|
|
|
cli_flags.go
|
Config: Refactor authentication settings #782
|
2023-10-07 11:09:27 +02:00 |
cli_flags_report.go
|
|
|
cli_flags_test.go
|
Config: Refactor authentication settings #782
|
2023-10-07 11:09:27 +02:00 |
client_assets.go
|
|
|
client_assets_test.go
|
Config: Update default wallpaper image
|
2024-01-12 12:46:18 +01:00 |
client_config.go
|
Auth: Add client_uid and client_name to auth_sessions table #808 #3943
|
2024-01-18 16:53:05 +01:00 |
client_config_test.go
|
Auth: Add client_uid and client_name to auth_sessions table #808 #3943
|
2024-01-18 16:53:05 +01:00 |
client_ext.go
|
|
|
config.go
|
CRC32: Move checksum generation to a dedicated package
|
2024-01-20 14:56:07 +01:00 |
config_app.go
|
PWA: Set orientation to any in generated manifest.json #3413
|
2023-10-10 20:43:44 +02:00 |
config_app_test.go
|
|
|
config_auth.go
|
OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943
|
2023-12-12 18:42:50 +01:00 |
config_auth_test.go
|
Config: Refactor authentication settings #782
|
2023-10-07 11:09:27 +02:00 |
config_cache.go
|
Config: Improve Wallpaper URI caching and tests
|
2023-03-20 10:28:01 +01:00 |
config_const.go
|
Backend: Update Go dependencies
|
2023-06-01 16:35:07 +02:00 |
config_convert.go
|
|
|
config_customize.go
|
Config: Make options available to all users
|
2023-05-13 16:02:49 +02:00 |
config_customize_test.go
|
Config: Update default wallpaper image
|
2024-01-12 12:46:18 +01:00 |
config_db.go
|
Backup & Restore: Refactor commands not to run into size limits #3140
|
2023-04-01 16:23:25 +02:00 |
config_db_test.go
|
Backup & Restore: Refactor commands not to run into size limits #3140
|
2023-04-01 16:23:25 +02:00 |
config_faces.go
|
Config: Make options available to all users
|
2023-05-13 16:02:49 +02:00 |
config_faces_test.go
|
|
|
config_features.go
|
Server: Add "restart required" flag and button to restart the server
|
2023-03-27 19:27:19 +02:00 |
config_features_test.go
|
|
|
config_ffmpeg.go
|
FFmpeg: Remove deprecated "-vsync vfr" command flag #3659
|
2023-09-06 11:27:24 +02:00 |
config_ffmpeg_test.go
|
Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549
|
2023-07-18 15:15:04 +02:00 |
config_filepaths.go
|
Videos: Cache embedded media to allow streaming and transcoding #3764
|
2023-09-24 17:13:06 +02:00 |
config_filepaths_test.go
|
OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943
|
2023-12-12 18:42:50 +01:00 |
config_metadata.go
|
|
|
config_metadata_test.go
|
|
|
config_proxy.go
|
|
|
config_proxy_test.go
|
|
|
config_raw.go
|
|
|
config_raw_test.go
|
|
|
config_resample.go
|
|
|
config_resample_test.go
|
|
|
config_server.go
|
Config: Add options to configure CORS origin, headers and methods #3931
|
2024-01-16 12:14:06 +01:00 |
config_server_test.go
|
Config: Add options to configure CORS origin, headers and methods #3931
|
2024-01-16 12:14:06 +01:00 |
config_tensorflow.go
|
|
|
config_test.go
|
CRC32: Move checksum generation to a dedicated package
|
2024-01-20 14:56:07 +01:00 |
config_tls.go
|
Security: Add PHOTOPRISM_DEFAULT_TLS config option #3509
|
2023-07-15 12:01:06 +02:00 |
config_tls_test.go
|
Security: Add PHOTOPRISM_DEFAULT_TLS config option #3509
|
2023-07-15 12:01:06 +02:00 |
dsn.go
|
|
|
dsn_test.go
|
|
|
env.go
|
CLI: Reduce logging output in production environments #3370
|
2023-05-05 09:55:00 +02:00 |
env_test.go
|
Config: Code clean-up
|
2023-03-15 17:05:05 +01:00 |
err.go
|
CRC32: Move checksum generation to a dedicated package
|
2024-01-20 14:56:07 +01:00 |
error.go
|
Config: Refactor directory initialization and improve inline docs
|
2023-06-14 16:44:45 +02:00 |
extensions.go
|
CLI: Reduce logging output in production environments #3370
|
2023-05-05 09:55:00 +02:00 |
flags.go
|
Config: Add options to configure CORS origin, headers and methods #3931
|
2024-01-16 12:14:06 +01:00 |
messages.go
|
CRC32: Move checksum generation to a dedicated package
|
2024-01-20 14:56:07 +01:00 |
options.go
|
Config: Add options to configure CORS origin, headers and methods #3931
|
2024-01-16 12:14:06 +01:00 |
options_report.go
|
|
|
options_report_test.go
|
Tests: Add unit tests
|
2023-08-30 16:30:06 +02:00 |
options_test.go
|
|
|
report.go
|
Config: Add options to configure CORS origin, headers and methods #3931
|
2024-01-16 12:14:06 +01:00 |
report_test.go
|
Tests: Add unit tests
|
2023-08-30 16:30:06 +02:00 |
settings.go
|
Auth: Add client_uid and client_name to auth_sessions table #808 #3943
|
2024-01-18 16:53:05 +01:00 |
test.go
|
Logs: Shorten the names of error log helper functions
|
2024-01-18 11:23:59 +01:00 |
test_test.go
|
|
|
thumbnails.go
|
Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549
|
2023-07-18 15:15:04 +02:00 |
values.go
|
|
|
var.go
|
CRC32: Move checksum generation to a dedicated package
|
2024-01-20 14:56:07 +01:00 |