navidrome/server
Deluan abe5690018 Refactor string utilities into its own package `str` 2024-06-05 22:09:27 -04:00
..
backgrounds Fix G404 gosec lint error 2024-05-19 21:55:19 -04:00
events Add log.IsGreaterOrEqualTo, that take into consideration path-scoped log levels 2023-12-25 16:35:16 -05:00
nativeapi Replace all `utils.Param*` with `req.Params` 2023-12-21 17:41:09 -05:00
public Fix image stuttering (#3035) 2024-05-24 20:19:26 -04:00
subsonic Fix image stuttering (#3035) 2024-05-24 20:19:26 -04:00
auth.go Use the RealIP middleware also behind a reverse proxy (#2858) 2024-04-25 20:43:58 -04:00
auth_test.go Use the RealIP middleware also behind a reverse proxy (#2858) 2024-04-25 20:43:58 -04:00
initial_setup.go Optimize SQLite3 access. Mainly separate read access from write access. 2024-05-21 17:19:41 -04:00
initial_setup_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
middlewares.go Refactor to use more Go 1.22 features 2024-05-12 20:04:53 -04:00
middlewares_test.go Add more middleware tests 2023-03-26 21:28:36 -04:00
serve_index.go Refactor string utilities into its own package `str` 2024-06-05 22:09:27 -04:00
serve_index_test.go Load mime_types from external file 2024-04-28 12:18:24 -04:00
server.go Simplify default middlewares setup 2024-01-20 19:17:21 -05:00
server_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
server_test.go Make server unix socket file permission configurable via flag UnixSocketPerm (#2763) 2024-01-20 14:50:30 -05:00