.. |
testdata
|
Index: Reduce log level for empty files from error to warning #2257
|
2022-04-18 17:21:31 +02:00 |
base.go
|
CLI: Add "photoprism show config/formats" subcommands
|
2022-04-12 13:28:28 +02:00 |
base_test.go
|
CLI: Add "photoprism show config/formats" subcommands
|
2022-04-12 13:28:28 +02:00 |
birthtime.go
|
Frontend: Refactor asset loading #1648
|
2022-01-18 12:26:33 +01:00 |
birthtime_test.go
|
Tests: Add tests for /pkg
|
2021-03-03 15:41:32 +01:00 |
blacklist.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
blacklist_test.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
cache.go
|
Metadata: Cache ExifTool JSON by original file hash #755 #759
|
2020-12-30 13:33:47 +01:00 |
cache_test.go
|
Tests: Add tests for /pkg
|
2021-03-03 15:41:32 +01:00 |
canonical.go
|
|
|
canonical_test.go
|
|
|
case.go
|
Index: Skip redundant thumbs and support symbolic file links #1049 #1874
|
2022-07-06 23:01:54 +02:00 |
case_test.go
|
UX: Skip RAW files by default when clicking Download All #2234
|
2022-04-10 17:02:09 +02:00 |
codec.go
|
CLI: Add "photoprism show config/formats" subcommands
|
2022-04-12 13:28:28 +02:00 |
copy.go
|
Import: Improve handling of severe errors (panics) #261
|
2021-01-09 13:50:14 +01:00 |
dirs.go
|
Zip: Fix potential filesystem permission and timing issues #2532
|
2022-07-19 20:41:36 +02:00 |
dirs_test.go
|
Folders: Ignore names listed in .ppignore #1609
|
2021-10-09 13:57:28 +02:00 |
done.go
|
|
|
done_test.go
|
Backend: Add tests for pkg
|
2020-10-19 15:11:27 +02:00 |
file_ext.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
file_ext_test.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
file_exts.go
|
Config: Update options report, parameter names and tests
|
2022-10-25 06:19:56 +02:00 |
file_exts_test.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
file_type.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
file_type_test.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
file_types.go
|
Config: Update options report, parameter names and tests
|
2022-10-25 06:19:56 +02:00 |
file_types_ext.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
file_types_info.go
|
Config: Update options report, parameter names and tests
|
2022-10-25 06:19:56 +02:00 |
fileinfo.go
|
|
|
fileinfo_test.go
|
Index: Reduce log level for empty files from error to warning #2257
|
2022-04-18 17:21:31 +02:00 |
fs.go
|
Backend: Run "make fmt" with Go v1.19
|
2022-08-10 16:09:21 +02:00 |
fs_test.go
|
Index: Check if the originals folder is empty before indexing #2299
|
2022-08-01 17:08:46 +02:00 |
hash.go
|
|
|
hash_test.go
|
|
|
id.go
|
Auth: Session and ACL enhancements #98 #1746
|
2022-09-28 09:01:17 +02:00 |
id_test.go
|
|
|
ignore.go
|
CLI: Generate thumbs for files in the sidecar folder #2669
|
2022-08-31 18:53:04 +02:00 |
ignore_test.go
|
CLI: Generate thumbs for files in the sidecar folder #2669
|
2022-08-31 18:53:04 +02:00 |
mime.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
mime_test.go
|
|
|
move.go
|
Import: Improve handling of severe errors (panics) #261
|
2021-01-09 13:50:14 +01:00 |
name.go
|
FS: Ignore folders starting with _ like "__MACOSX"
|
2022-10-07 11:54:46 +02:00 |
name_test.go
|
Index: Ignore files and folders starting with @ #1543
|
2021-09-24 01:24:36 +02:00 |
readlines.go
|
|
|
resolve.go
|
Index: Skip redundant thumbs and support symbolic file links #1049 #1874
|
2022-07-06 23:01:54 +02:00 |
resolve_test.go
|
Index: Skip redundant thumbs and support symbolic file links #1049 #1874
|
2022-07-06 23:01:54 +02:00 |
symlink.go
|
Index: Skip redundant thumbs and support symbolic file links #1049 #1874
|
2022-07-06 23:01:54 +02:00 |
symlink_test.go
|
Index: Skip redundant thumbs and support symbolic file links #1049 #1874
|
2022-07-06 23:01:54 +02:00 |
walk.go
|
Import/Convert: Improve symbolic link handling to support files #1049
|
2022-07-07 19:54:22 +02:00 |
walk_test.go
|
HEIF/AVIF/DNG: Update file format descriptions in the UI #2726
|
2022-10-07 16:37:47 +02:00 |
zip.go
|
Backend: Upgrade dependencies and fix potential issues
|
2021-05-04 17:30:39 +02:00 |