photoprism/internal/photoprism
2018-09-27 09:44:06 +02:00
..
testdata Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
colors.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
colors_test.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
config.go Added additional photo meta data like aperture, lens and camera make; smaller perceptive hash; implemented stub for single photo view 2018-09-24 19:07:43 +02:00
config_test.go Changed assertion for c.Debug in test 2018-09-18 15:49:35 +02:00
const.go Added additional photo meta data like aperture, lens and camera make; smaller perceptive hash; implemented stub for single photo view 2018-09-24 19:07:43 +02:00
converter.go Importer now instantly converts and indexes files 2018-09-18 18:36:12 +02:00
converter_test.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
exif.go Moved perceptual hash from photo to file model; code clean-up (go fmt) 2018-09-27 08:59:53 +02:00
exif_test.go Moved gorm models to separate package 2018-09-16 19:09:40 +02:00
export.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
importer.go Using relative path for file names in database 2018-09-18 19:23:40 +02:00
importer_test.go Added additional photo meta data like aperture, lens and camera make; smaller perceptive hash; implemented stub for single photo view 2018-09-24 19:07:43 +02:00
indexer.go Moved perceptual hash from photo to file model; code clean-up (go fmt) 2018-09-27 08:59:53 +02:00
mediafile.go Added additional photo meta data like aperture, lens and camera make; smaller perceptive hash; implemented stub for single photo view 2018-09-24 19:07:43 +02:00
mediafile_test.go Added additional photo meta data like aperture, lens and camera make; smaller perceptive hash; implemented stub for single photo view 2018-09-24 19:07:43 +02:00
mediafiles.go MediaFile.GetRelatedFiles() now returns shorter filenames first 2018-09-18 20:03:43 +02:00
openstreetmap.go Added fields for house nr, street and suburb to location 2018-09-26 15:00:12 +02:00
search.go Don't show missing files in search results by default 2018-09-27 09:44:06 +02:00
search_test.go Experimental filters for category and country (photo search) 2018-09-19 00:53:39 +02:00
tensorflow.go Code clean-up (go fmt) 2018-09-17 18:40:57 +02:00
tensorflow_test.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00
thumbnails.go Experimental filters for category and country (photo search) 2018-09-19 00:53:39 +02:00
thumbnails_test.go Importer now instantly converts and indexes files 2018-09-18 18:36:12 +02:00
util.go Using simpler sha1 hash for improved indexing performance (not relevant for security) 2018-09-24 09:02:00 +02:00
util_test.go Directory clean-up: Moved source code to internal/ and config files to configs/ 2018-09-14 14:04:03 +02:00