photoprism/pkg/txt
Michael Mayer 6847b8b5f9
Complete file browser with symlink support and full folder / file names (#412)
* Backend: Code clean-up

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* File Browser: Show complete, original file and folder names #408

Signed-off-by: Michael Mayer <michael@liquidbytes.net>

* File Browser: Follow symlinks #201 #403 #407

Warning: Following symlinks can make folder lists non-deterministic
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-07-16 15:43:23 +02:00
..
resources Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
capitalization.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
capitalization_test.go Backend: Improve FileTitle() function 2020-07-06 11:31:03 +02:00
clip.go
clip_test.go
convert.go Complete file browser with symlink support and full folder / file names (#412) 2020-07-16 15:43:23 +02:00
convert_test.go Use date from file name if no metadata was found #396 2020-07-13 19:34:21 +02:00
countries.go Backend: Update countries.txt and stopwords.txt 2020-07-05 17:37:40 +02:00
date.go
date_test.go
file_title.go Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
file_title_test.go Backend: Add unit tests for pkg 2020-07-07 16:29:55 +02:00
gen_countries.go
gen_stopwords.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
quote.go
quote_test.go
shortwords.go Backend: Update short and small words list in txt package 2020-07-07 15:25:19 +02:00
slug.go
slug_test.go
smallwords.go Backend: Update short and small words list in txt package 2020-07-07 15:25:19 +02:00
specialwords.go Backend: Add "xd" to SpecialWords list 2020-06-27 14:27:37 +02:00
stopwords.go Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
strings.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
strings_test.go
titles.go
titles_test.go
txt.go
words.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
words_test.go