Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-31 | Fix typo | neodarz | 1 | -1/+1 | |
2021-01-31 | Add plain HTTP authentification | neodarz | 1 | -20/+68 | |
2021-01-31 | Upgrade API version where the code is tested | neodarz | 1 | -1/+1 | |
According to he changelog https://docs.funkwhale.audio/changelog.html it's safe to say that this library will work with the current last version of Funkwhale. | |||||
2021-01-31 | Fix some typos in example | neodarz | 1 | -1/+2 | |
2020-04-19 | Move the invalidity token management system outsite of the module | neodarz | 1 | -2/+16 | |
2020-04-12 | Add rate-limit endpoint | neodarz | 1 | -1/+1 | |
2020-04-12 | Add endpoint for retrieve current user information | neodarz | 1 | -1/+1 | |
2020-04-12 | Add endpoint for register an OAuth2 application | neodarz | 1 | -1/+1 | |
2020-04-12 | Add an endpoint for get a JWT token | neodarz | 1 | -1/+1 | |
2020-04-12 | Add favorites add/delete endpoint | neodarz | 1 | -3/+3 | |
2020-04-11 | Add the last features to implement | neodarz | 1 | -1/+7 | |
2020-04-11 | Add some more feature to implement | neodarz | 1 | -0/+12 | |
2020-04-11 | Finish a sentence in README | neodarz | 1 | -1/+1 | |
2020-04-11 | Fix typo in README | neodarz | 1 | -1/+1 | |
2020-04-11 | Add ability to list favorites tracks | neodarz | 1 | -1/+2 | |
2020-04-11 | Add favorites features | neodarz | 1 | -0/+3 | |
2020-04-11 | Add licenses endpoint | neodarz | 1 | -3/+3 | |
2020-04-11 | Add listen endpoint | neodarz | 1 | -1/+9 | |
2020-04-11 | Add tracks endpoints | neodarz | 1 | -4/+4 | |
2020-04-11 | Add albums endpoints | neodarz | 1 | -4/+4 | |
2020-04-11 | Finish artists features | neodarz | 1 | -1/+1 | |
2020-04-11 | Add ability to list artist librairies | neodarz | 1 | -1/+1 | |
2020-04-11 | Add abilty to retreive a single artist | neodarz | 1 | -1/+1 | |
2020-04-11 | Add some features | neodarz | 1 | -1/+13 | |
2020-04-11 | Update features list | neodarz | 1 | -2/+6 | |
2020-04-11 | Remove useless import in example | neodarz | 1 | -2/+0 | |