navidrome/server
2024-09-15 17:26:58 -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 Only refresh smart playlist when fetching first track (#3244) 2024-09-10 20:18:37 -04:00
public Add ShareURL configuration option 2024-09-15 17:26:58 -04:00
subsonic Change error code type to avoid integer overflow conversion warning 2024-09-01 14:49:48 -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 Add http headers to trace log 2024-06-16 22:31:47 -04:00
middlewares_test.go Add more middleware tests 2023-03-26 21:28:36 -04:00
serve_index.go Do not use lastFM api key and secret to determine if LastFM.Enabled should be set. 2024-06-10 16:26:39 -04:00
serve_index_test.go Do not use lastFM api key and secret to determine if LastFM.Enabled should be set. 2024-06-10 16:26:39 -04:00
server.go Replace gg.If with cmp.Or 2024-06-05 22:48:00 -04: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