funkwhale/api/funkwhale_api/common
Eliot Berriot d2c2fb837e
Now support Bearer auth in complement of JWT
2018-04-26 15:17:51 +02:00
..
migrations Fixed #81: Search now unaccent letters for queries 2018-02-27 19:56:02 +01:00
__init__.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
auth.py Now support Bearer auth in complement of JWT 2018-04-26 15:17:51 +02:00
authentication.py Now support Bearer auth in complement of JWT 2018-04-26 15:17:51 +02:00
channels.py Basic working poc with favorites send over websocket 2018-03-01 21:51:20 +01:00
consumers.py Basic working poc with favorites send over websocket 2018-03-01 21:51:20 +01:00
fields.py Can now search in library tracks 2018-04-15 11:25:34 +02:00
pagination.py Fixed #40: added artist browsing view 2017-12-12 23:41:47 +01:00
permissions.py Added owner permission to check user has the right to read/update object 2018-03-20 15:34:33 +01:00
session.py We now use a proper user agent including instance version and url during outgoing requests 2018-04-07 16:20:34 +02:00
storage.py Fix #138: Better handling of utf-8 filenames during file import 2018-03-25 15:40:37 +02:00
utils.py Util function to manipulate url params 2018-04-06 17:57:50 +02:00