Commit Graph

32 Commits

Author SHA1 Message Date
c3e6db5071
fix: use original argon2 config instead of default 2023-10-13 22:57:53 +03:00
029e45aee8
chore: update cargo deps 2023-10-13 21:50:59 +03:00
2ee0620d23
fix: retry fetching music metadata 2023-10-13 21:42:01 +03:00
7961a79751
chore: update flake deps 2023-10-13 21:16:21 +03:00
792efb0c9f
fix: correct paths 2023-05-09 10:56:08 +03:00
cd94bb08dc
docs: update readme 2023-05-09 08:46:28 +03:00
a1c09cd404
docs: add comment 2023-05-09 08:30:48 +03:00
aea515c047
refactor: organize state into a single module 2023-05-09 08:21:56 +03:00
3a9508e8b6
refactor: reorganize handlers into separate files 2023-05-09 08:16:34 +03:00
59b0e29f0d
refactor: separate http musikcubed calls into a method 2023-05-09 08:00:04 +03:00
c2425bd4a4
refactor: separate verify token into its own function 2023-05-09 07:35:36 +03:00
3726d637f5
feat: implement sharing a single music 2023-05-09 07:29:35 +03:00
e259740d50
feat: implement better errors, send less things in requests 2023-05-05 17:16:03 +03:00
66041f133c
refactor: improve tracing 2023-05-05 14:24:33 +03:00
0b0561406d
fix: query logging 2023-05-05 14:07:41 +03:00
5f4d694d07
fix: correct layer ordering 2023-05-05 13:41:04 +03:00
e129bf6651
refactor: dont pretty print headers on request 2023-05-05 13:33:34 +03:00
cc31eab4ff
feat: add request ids 2023-05-05 13:32:00 +03:00
632426672c
refactor: replace convoluted token redaction code with a simpler one 2023-05-05 13:13:05 +03:00
fba59560d1
feat: add cache header to audio requests 2023-05-05 12:22:22 +03:00
e254bf62fc
fix: remove connectinfo usage 2023-05-05 11:37:45 +03:00
e935668b85
feat: separate internal and public functions 2023-05-05 11:32:56 +03:00
52d82eed80
feat: allow all cors 2023-05-05 09:32:21 +03:00
a148d24228
feat: add scoped music tokens 2023-05-05 09:29:54 +03:00
c829eb8288
fix: allow correct path for requesting audio 2023-04-30 06:00:01 +03:00
dbfcbfae07
dont log secrets in logs 2023-04-21 22:34:44 +03:00
8d509136ba
refactor routers, add revoke all tokens 2023-04-21 20:37:13 +03:00
93e3617472
make it harder to run in http, provide more warnings, better handle errors 2023-04-21 19:59:14 +03:00
dd6fce4b3c
remove some logs 2023-04-21 19:39:04 +03:00
f6dd056503
initial impl 2023-04-21 18:48:39 +03:00
7bece578c0
update 2023-04-18 01:23:15 +03:00
21d6d15a71
chore: init 2023-04-18 00:08:04 +03:00