Deluan
|
141edb881e
|
Add sort param
|
2023-06-07 10:49:55 -04:00 |
|
Deluan
|
7d0656f44a
|
Order albums by full original date. Fixes #1452
|
2023-05-22 23:50:16 -04:00 |
|
Deluan
|
db67c1277e
|
Fix error comparisons
|
2022-09-30 18:54:25 -04:00 |
|
Deluan
|
695f82a1a0
|
Upgrade to Beego 2's orm
|
2022-07-30 12:43:48 -04:00 |
|
Deluan
|
778f474d26
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
|
Deluan
|
a0cd585401
|
Fix Count methods
|
2021-07-20 17:45:08 -04:00 |
|
Deluan
|
289da56f64
|
Implement Scrobble buffering/retrying
|
2021-07-02 10:04:41 -04:00 |
|
Deluan
|
bebfe296a5
|
Allow updating only specific columns
|
2021-06-02 18:40:29 -04:00 |
|
Deluan
|
1940267a18
|
Handle functions with params in sort order.
Related to #1023
|
2021-05-28 17:35:32 -04:00 |
|
Deluan
|
6ee45a9ccc
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
|
Deluan
|
861b406575
|
Use new simplified uuid.NewString() syntax
|
2021-02-01 01:22:31 -05:00 |
|
Deluan
|
db5b9246dd
|
Handle more sort/order cases
|
2020-12-23 11:37:38 -05:00 |
|
Deluan
|
abd51b2156
|
Use Subsonic API to star/unstar
This removes the need to update the annotations on Put(model), removing complexity and making it less buggy
|
2020-10-03 20:08:51 -04:00 |
|
Deluan
|
ed726c2126
|
Better implementation of Bookmarks, using its own table
|
2020-08-01 12:17:15 -04:00 |
|
Deluan
|
8a68cecdb9
|
Add ToggleStar to SongContextMenu (WIP)
|
2020-05-22 15:23:42 -04:00 |
|
Deluan
|
27de18f8c9
|
Fix typo
|
2020-05-16 18:35:34 -04:00 |
|
Deluan
|
f8362a4acb
|
Fix staticcheck's SA1029
|
2020-05-13 16:49:55 -04:00 |
|
Deluan
|
e232c5c561
|
Add created and changed fields to playlists responses
|
2020-04-11 18:58:43 -04:00 |
|
Deluan
|
20075ae68d
|
refactor: extracted restful helpers into their own composable struct
|
2020-03-21 20:00:46 -04:00 |
|
Deluan
|
8401d85f78
|
feat: search in WebUI now is more flexible, searching in all relevant fields in the current view
|
2020-03-19 22:26:18 -04:00 |
|
Deluan
|
8cdd4e317d
|
feat: allow restful filter customization per field
|
2020-03-19 21:09:57 -04:00 |
|
Deluan
|
8ec78900c5
|
feat: transcoding and player datastores and configuration
|
2020-03-17 15:20:35 -04:00 |
|
Deluan
|
a7f8e4ee2b
|
fix: only set created_at when adding data to DB
|
2020-02-28 18:43:22 -05:00 |
|
Deluan
|
65a792be3a
|
fix: handle nil pointer dereference
|
2020-02-28 11:02:38 -05:00 |
|
Deluan
|
d2eea64528
|
fix: typo
|
2020-02-23 21:41:10 -05:00 |
|
Deluan
|
7aab82c246
|
feat: enable overriding sql sorting
|
2020-02-06 18:41:34 -05:00 |
|
Deluan
|
6978790e96
|
feat: allow regular users to login to the UI
|
2020-02-05 22:22:44 -05:00 |
|
Deluan
|
e0308acef3
|
feat: add lapsed time to SQL logger, to help detect SQL bottlenecks
|
2020-02-05 08:47:32 -05:00 |
|
Deluan
|
ff8c18e0f4
|
fix: don't log empty sql responses as errors
|
2020-02-02 21:29:27 -05:00 |
|
Deluan
|
b62b78edfe
|
refactor: better SQL logging
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
7c4511e33a
|
refactor: consolidate query executions into two functions queryOne and queryAll
|
2020-02-01 17:23:03 -05:00 |
|
Deluan
|
0d0787e656
|
refactor:clean annotations in GC
|
2020-02-01 17:23:03 -05:00 |
|