navidrome/utils
Deluan d6083dab6e Re-apply "Refactor walkDirTree to use fs.FS" but remove context cancelation logic.
This reverts commit 6b3b4d83ff.
2023-06-04 15:06:19 -04:00
..
cache Allow configuring cache folder (#2357) 2023-06-02 17:14:11 -04:00
diodes Convert our usage of go-diodes into a simplified, generic version 2023-04-01 21:53:45 -04:00
gg Some refactorings 2023-03-26 21:28:37 -04:00
gravatar Moved logic of collapsing songs into albums to model package 2022-12-28 15:31:56 -05:00
number Add function number.RandomInt64 2023-01-13 21:40:24 -05:00
pl Use sync/atomic package, now that we are at Go 1.19 2023-02-15 21:21:59 -05:00
singleton Reduce number of goroutines in test, to avoid hitting the hard limit of 8128 2022-11-26 15:28:30 -05:00
slice Move string slice functions to slice package as generic functions 2023-06-02 16:30:20 -04:00
cached_http_client.go Update golangci-lint and fix lint errors 2023-02-02 11:10:28 -05:00
cached_http_client_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
context.go Refactored agents calling into its own struct 2021-06-08 17:00:02 -04:00
context_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
encrypt.go Encrypt passwords in DB (#1187) 2021-06-18 18:38:38 -04:00
encrypt_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
index_group_parser.go Some cleanup, fixes typos and grammar errors 2022-12-06 20:09:03 -05:00
index_group_parser_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
merge_fs.go Use fs.FS in MergeFS implementation 2021-07-20 19:54:44 -04:00
merge_fs_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
request_helpers.go Implement `updateShare` and `deleteShare` Subsonic endpoints 2023-01-24 18:36:46 -05:00
request_helpers_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
sanitize_strings.go Use custom sanitize package, fix #2070 2023-01-12 13:39:05 -05:00
sanitize_strings_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
strings.go Move string slice functions to slice package as generic functions 2023-06-02 16:30:20 -04:00
strings_test.go Move string slice functions to slice package as generic functions 2023-06-02 16:30:20 -04:00
time.go Tests for time conversion utils 2016-03-08 19:29:56 -05:00
time_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
utils_suite_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
weighted_random_chooser.go Add function number.RandomInt64 2023-01-13 21:40:24 -05:00
weighted_random_chooser_test.go Rename WeightedChooser's method Put to Add, a better name 2023-01-13 19:43:27 -05:00