Commit Graph

21 Commits

Author SHA1 Message Date
cwilvx a5634f267f move to xxh3 hashing algorithm
+ port: search
2024-07-03 11:12:06 +03:00
cwilvx 4a9f804e70 combine userdata and swing db into one
+ port populate to new db interface
+ add genrehashes and hash info to tracks
+ properly structure new db table files
+ move helpers to dedicated utils file
+ move settings from db to config file
+ move artists, albums, auth and favorites endpoint to new db interface
+ use folder store to index filepaths
+ paginate favorite pages
+ 56 moretiny changes 😅
2024-06-30 15:06:33 +03:00
cwilvx c42ec4dcde start: rewrite the database layer using a freaking ORM
+ start ditching in-mem stores
+ move main db table to a new name
+ experiments!
2024-06-24 00:26:47 +03:00
cwilvx 8fa64b3a4d support jwt on headers 2024-05-30 22:52:42 +03:00
cwilvx bbcacf81bd add recently played playlist 2024-05-23 12:42:36 +03:00
mungai-njoroge 0ff5661765 add routes to create user
+ route to delete user
+ add admin_required decorator
2024-04-27 10:05:15 +03:00
mungai-njoroge ae031014a9 add docs for playlist endpoints
+ limit recently added tracks to 100
2024-03-24 16:14:47 +03:00
mungai-njoroge 4edb3a5e7a add docs for search endpoints 2024-03-24 16:14:47 +03:00
mungai-njoroge c116b7a2c6 update changelog.md 2024-02-25 23:50:46 +03:00
mungai-njoroge 6ae9985983 update changelog 2024-02-25 23:20:21 +03:00
mungai-njoroge 4f48c33009 fix: recently added items sort order in the homepage
.ie. stop relying on folder last mod date, and use the latest file from the folder

+ bump watchdog to v4
+ add WIP docs (stashed in .github/code.docs for now)
2024-02-16 21:30:42 +03:00
mungai-njoroge 2c4f699595 update changelog 2024-01-09 15:06:55 +03:00
mungai-njoroge d4fed103fb update changelog 2024-01-09 14:27:29 +03:00
mungai-njoroge cb75ec6395 update changelog 2024-01-09 13:28:42 +03:00
mungai-njoroge d8bb31e4a8 update readme 2023-12-15 13:17:29 +03:00
mungai-njoroge e85793875b update changelog 2023-12-10 18:58:52 +03:00
mungai-njoroge ae70032297 update changelog 2023-11-26 20:16:10 +03:00
mungai-njoroge 49fcb349bd remove traces of telemetry configs and update changelog.md 2023-11-14 13:59:26 +03:00
mungai-njoroge e49595b189 update changelog 2023-10-21 20:22:57 +03:00
mungai-njoroge c5f42360f7 update readme and changelog file 2023-10-14 20:28:01 +03:00
Mungai Njoroge 39e710f4b1 Setup release workflow (#148) 2023-10-13 00:01:10 +03:00