photoprism/internal/photoprism
Michael Mayer dc46ab9bc8 Fix indexer issues & use go generate to create stopwords map
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-10 16:58:01 +01:00
..
colors.go Change chroma max value from 16 to 100 for better results 2019-06-15 16:11:55 -07:00
colors_test.go Add assertion for chroma hex value to colors test 2019-07-09 14:16:41 +02:00
converter.go Add check for HEIF file to converter to convert HEIF images to jpg 2019-07-04 18:38:26 +02:00
converter_test.go Added option to skip indexing existing files 2019-12-09 08:04:41 +01:00
exif.go Index F Number instead of Aperture 2019-11-07 19:00:26 +01:00
exif_test.go Index F Number instead of Aperture 2019-11-07 19:00:26 +01:00
filetypes.go Move all config files to assets/config and resources to assets/resources 2019-06-05 18:25:20 +02:00
importer.go Added option to skip indexing existing files 2019-12-09 08:04:41 +01:00
importer_test.go Adapt importer test to use files from new smaller testdata 2019-07-05 13:48:34 +02:00
indexer.go Added option to skip indexing existing files 2019-12-09 08:04:41 +01:00
indexer_mediafile.go Fix indexer issues & use go generate to create stopwords map 2019-12-10 16:58:01 +01:00
indexer_options.go Fix indexer issues & use go generate to create stopwords map 2019-12-10 16:58:01 +01:00
indexer_test.go Added option to skip indexing existing files 2019-12-09 08:04:41 +01:00
label.go Format Go code: go fmt ./internal/... ./cmd/... 2019-06-09 05:22:53 +02:00
label_test.go Use more suited testdata in lables test 2019-07-08 16:23:34 +02:00
mediafile.go Import: Change filename after removing old file #136 2019-12-01 20:24:19 +01:00
mediafile_test.go Import: Fix for "invalid cross-device link" error #136 2019-12-01 16:23:18 +01:00
mediafiles.go Remove unnecessary getter prefix 2019-05-02 17:26:44 +02:00
openstreetmap.go Implement daemon mode (#119) 2019-06-20 01:11:03 +02:00
openstreetmap_test.go Add new test condition to openstreetmap test 2019-07-17 09:53:53 +02:00
photoprism.go Add event hook for sending logs to frontend 2019-12-02 00:30:58 +01:00
photoprism_test.go Format Go code: go fmt ./internal/... ./cmd/... 2019-06-09 05:22:53 +02:00
search.go Backend: Only return distinct labels and keywords 2019-12-09 04:48:30 +01:00
search_result.go Faster keyword search (proof-of-concept) 2019-12-08 15:05:35 +01:00
search_test.go Albums: Zip download #15 2019-12-05 19:21:35 +01:00
tensorflow.go Created loadLabels function 2019-07-17 11:53:33 +02:00
tensorflow_test.go Add test for makeTensor 2019-07-17 12:22:50 +02:00
thumbnails.go Rename tags to labels incl priority, source and uncertainty 2019-06-04 18:26:41 +02:00
thumbnails_test.go Add tests ThumbnailFromFile and CreateThumbnail functions 2019-07-09 13:55:31 +02:00
timezone.go Implement time zone support for "TakenAt" 2019-09-19 14:23:39 -07:00
timezone_test.go Implement time zone support for "TakenAt" 2019-09-19 14:23:39 -07:00