navidrome/model
Deluan Quintão fcb5e1b806
fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
* refactor(server): better sort mappings

* refactor(server): simplify GetIndex

* fix: recreate tables and indexes using proper collation

Also add tests to ensure proper collation

* chore: remove unused method

* fix: sort expressions

* fix: lint errors

* fix: cleanup
2024-10-26 14:06:34 -04:00
..
criteria Recursively refresh playlist tracks within smart playlist rules (#3018) 2024-09-15 13:27:54 -04:00
request Use the RealIP middleware also behind a reverse proxy (#2858) 2024-04-25 20:43:58 -04:00
album.go fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425) 2024-10-26 14:06:34 -04:00
album_test.go Implement new Artist refresh 2022-12-28 15:31:56 -05:00
annotation.go Improve SQL sanitization 2024-09-14 18:53:34 -04:00
artist.go Don't expose fullText data in the Native API 2024-06-09 11:19:22 -04:00
artist_info.go Get Similar Artists in parallel 2020-10-21 21:44:03 -04:00
artwork_id.go Add lastUpdated to coverArt ids. Helps with invalidating art cache client-side. 2023-02-08 20:03:31 -05:00
artwork_id_test.go Add lastUpdated to coverArt ids. Helps with invalidating art cache client-side. 2023-02-08 20:03:31 -05:00
bookmark.go Use structs lib to map models to DB. Fix #1266 2021-08-01 12:04:45 -04:00
datastore.go Make first WebUI random page stick 2024-05-19 12:35:30 -04:00
errors.go Add share download endpoint 2023-03-10 23:33:29 -05:00
file_types.go Fix M3U mimetype on Debian Bullseye 2024-05-09 22:26:15 -04:00
file_types_test.go Refactor file type functions 2022-12-28 15:31:56 -05:00
genre.go Omit empty Genre attributes 2023-12-27 12:44:25 -05:00
get_entity.go Handle "naked" CoverArtIDs (IDs of album, mediafiles and playlists) 2022-12-28 15:31:56 -05:00
library.go Associate main entities with library 2024-05-12 21:37:42 -04:00
lyrics.go Refactor string utilities into its own package str 2024-06-05 22:09:27 -04:00
lyrics_test.go Sort repeated lyrics that may be out of order (#2989) 2024-05-01 21:54:46 -04:00
mediafile.go fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425) 2024-10-26 14:06:34 -04:00
mediafile_internal_test.go Remove current artwork implementation 2022-12-28 15:31:56 -05:00
mediafile_test.go fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425) 2024-10-26 14:06:34 -04:00
model_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
player.go Use userId in player, other fixes (#3182) 2024-08-03 13:37:21 -04:00
playlist.go Use new slices package from Go standard lib 2024-02-16 22:00:44 -05:00
playlists_test.go Refactor file type functions 2022-12-28 15:31:56 -05:00
playqueue.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
properties.go Associate main entities with library 2024-05-12 21:37:42 -04:00
radio.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
scrobble_buffer.go Fix scrobble error spam in the logs. 2024-04-26 16:59:14 -04:00
share.go Fix G404 gosec lint error 2024-05-19 21:55:19 -04:00
transcoding.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_props.go Pass userId explicitly to UserPropsRepository methods 2021-06-25 22:21:37 -04:00