photoprism/pkg/txt
Michael Mayer b9f12eaf37 Folders: Improve slug collision handling for Unicode paths #5366
Signed-off-by: Michael Mayer <michael@photoprism.app>
2026-03-07 11:16:21 +01:00
..
clip Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
report Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
resources Txt: Update stopwords.txt and stopwords.go 2026-02-23 04:39:29 +01:00
clip.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
clip_test.go refactor: use b.Loop() to simplify the code and improve performance 2025-11-13 08:54:42 +01:00
const.go Backend: Refactor new enum package and yes/no matching #5191 2025-10-10 13:40:51 +02:00
contains.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
contains_test.go refactor: use b.Loop() to simplify the code and improve performance 2025-11-13 08:54:42 +01:00
countries.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
country.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
country_test.go Metadata: Update folder_test.go, photo_estimate_test.go, country_test.go 2025-09-26 11:44:27 +02:00
date.go
date_test.go
datetime.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
datetime_filepath.go Metadata: Use Local time for file modification timestamps #4622 #4946 2025-04-23 16:15:00 +02:00
datetime_filepath_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
datetime_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
datetime_year.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
datetime_year_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
empty.go
empty_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
file_title.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
file_title_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
float.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
float_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
gen_countries.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
gen_stopwords.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
int.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
int_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
is.go
is_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
list.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
list_test.go CLI: Add txt.JoinAnd() helper function to format lists of items #5233 2025-09-29 19:25:47 +02:00
log.go
log_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
lookuptable.go
match.go Clean: Add Yes/No/Bool funcs consistent with strconv.ParseBool() #5191 2025-10-11 14:35:39 +02:00
match_test.go Clean: Add Yes/No/Bool funcs consistent with strconv.ParseBool() #5191 2025-10-11 14:35:39 +02:00
names.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
names_lists.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
names_parser.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
names_parser_test.go
names_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
ntimes.go
ntimes_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
numeric.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
numeric_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
position.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
position_test.go Search: Parse lat,lng string into float64 coordinates #4930 #4812 2025-04-19 16:04:44 +02:00
query.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
query_test.go
quote.go
quote_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
search.go
search_test.go
separator.go
separator_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
shortwords.go
slug.go Folders: Improve slug collision handling for Unicode paths #5366 2026-03-07 11:16:21 +01:00
slug_test.go Folders: Improve slug collision handling for Unicode paths #5366 2026-03-07 11:16:21 +01:00
smallwords.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
specialwords.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
split.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
split_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
states.go
states_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
stopwords.go Txt: Update stopwords.txt and stopwords.go 2026-02-23 04:39:29 +01:00
title.go Go: Replace strings.Split() with strings.SplitSeq() #5337 2025-11-25 14:26:29 +01:00
title_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
titles.go
titles_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
txt.go
upperfirst.go
upperfirst_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
words.go Pkg: Apply "golangci-lint" recommendations to txt/... packages #5330 2025-11-21 16:16:42 +01:00
words_bench_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
words_test.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00