Eliot Berriot
|
4a277c17bb
|
Added "refresh=true" API param to artist, track and album detail to retrieve up-to-date data if needed
|
2019-07-22 12:16:47 +02:00 |
Eliot Berriot
|
49978081b0
|
See #880: added XSS filter and content-type nosniff headers
|
2019-07-18 10:21:54 +02:00 |
Eliot Berriot
|
039856688f
|
See #880: fixed missing x-frame-options=Sameorigin header
|
2019-07-18 10:21:54 +02:00 |
Eliot Berriot
|
1b34ae2335
|
See #432: enforce a maximum number of tags per entity
|
2019-07-15 11:53:58 +02:00 |
Eliot Berriot
|
d39cfab283
|
Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
|
2019-07-13 16:02:10 +02:00 |
Eliot Berriot
|
9f3076f4db
|
See #432: API endpoint to query tags
|
2019-07-09 16:03:41 +02:00 |
Eliot Berriot
|
6dde4b73cd
|
Implement tag models
|
2019-07-08 15:26:14 +02:00 |
Eliot Berriot
|
53b826c81a
|
Fix #877: Ensure API urls answer with and without a trailing slash
|
2019-07-02 14:31:47 +02:00 |
Eliot Berriot
|
8f261f96e9
|
Merge branch 'master' into develop
|
2019-06-28 10:38:52 +02:00 |
Eliot Berriot
|
bfff79301d
|
Fix #867: Added a SUBSONIC_DEFAULT_TRANSCODING_FORMAT env var to support clients that don't provide the format parameter
|
2019-06-28 09:59:57 +02:00 |
Eliot Berriot
|
aa368ec5eb
|
Hugh logging…………
|
2019-06-24 15:57:01 +02:00 |
Eliot Berriot
|
fd522bc0de
|
Fixed some logging issues
|
2019-06-24 15:32:35 +02:00 |
Eliot Berriot
|
b43bf42efc
|
Revert "Fixed broken logging"
This reverts commit 68b21d706c .
|
2019-06-24 15:31:11 +02:00 |
Eliot Berriot
|
68b21d706c
|
Fixed broken logging
|
2019-06-24 15:30:17 +02:00 |
Eliot Berriot
|
08262529ec
|
MRF / Dropping of incoming/outgoing messages based on allow-list
|
2019-06-20 10:27:07 +02:00 |
Eliot Berriot
|
2523108b6a
|
Fix #847: Use ASCII filename before upload to S3 to avoid playback issues
|
2019-06-11 09:56:46 +02:00 |
Ciaran Ainsworth
|
2600631528
|
Added variables to connect to Amazon S3 directly
|
2019-05-10 13:33:03 +01:00 |
Eliot Berriot
|
8db9ec979e
|
Fix #824: Fixed invalid OEmbed URL when using a local FUNKWHALE_SPA_HTML_ROOT
|
2019-05-09 12:02:08 +02:00 |
Eliot Berriot
|
86269c1b07
|
Can now serve audio content directly from S3
|
2019-05-09 11:43:35 +02:00 |
Eliot Berriot
|
c8fcf1b0d9
|
Support oauth token in URL
|
2019-05-03 12:30:57 +02:00 |
Eliot Berriot
|
0be93ec05b
|
Fix #563: unplayable radios for anonymous users
|
2019-05-02 10:05:20 +02:00 |
Eliot Berriot
|
6135d427e7
|
Fixed some issues
|
2019-04-24 12:56:15 +02:00 |
Eliot Berriot
|
101ae27885
|
Fix #565: store media files in S3 bucket
|
2019-04-23 18:01:42 +02:00 |
Eliot Berriot
|
b42dfb71d1
|
Keep persistent connections to the database instead of recreating a new one for each request
|
2019-04-19 14:29:43 +02:00 |
Eliot Berriot
|
84e2f0af9f
|
See #689: added a task to refresh nodeinfo data on known domain periodically
|
2019-04-11 11:14:27 +02:00 |
Eliot Berriot
|
63c3c22534
|
Fix #783: migration issue on develop
|
2019-04-04 16:05:34 +02:00 |
Eliot Berriot
|
4c13d47387
|
Resolve "Implement a Oauth provider in Funkwhale"
|
2019-03-25 17:02:51 +01:00 |
Eliot Berriot
|
b9f0c6aecd
|
Revert "Merge branch '629-cookie-auth' into 'develop'"
This reverts commit 8b47af8b81 , reversing
changes made to c0055b3b20 .
|
2019-03-15 15:52:30 +01:00 |
Eliot Berriot
|
c395076fce
|
Resolve "Use cookies instead of local storage for auth in Web UI"
|
2019-03-13 16:50:49 +01:00 |
Eliot Berriot
|
e0c5ffcb16
|
[EPIC] Audio metadata update - UI / API
|
2019-02-28 09:31:04 +01:00 |
Eliot Berriot
|
bdf83bd8ff
|
Resolve "Hide an artist in the UI"
|
2019-02-14 10:49:06 +01:00 |
Eliot Berriot
|
253f026dc0
|
System actor
|
2019-01-30 11:54:43 +01:00 |
Eliot Berriot
|
5fe30cf59b
|
Fix #658: Support blind key rotation in HTTP Signatures
|
2019-01-11 15:39:33 +01:00 |
Eliot Berriot
|
a6fafad34f
|
Removed unused whitenoise dependency and wsgi module
|
2019-01-11 14:10:02 +01:00 |
Eliot Berriot
|
fe03d08a8e
|
Removed unused acoustid dependency / logic
|
2019-01-11 14:10:02 +01:00 |
Eliot Berriot
|
14392ebb0c
|
Updated rest framework to 3.9
|
2019-01-11 14:10:02 +01:00 |
Eliot Berriot
|
53ade20722
|
Merge branch 'more-performant-favorites' into 'develop'
More performant favorites
See merge request funkwhale/funkwhale!522
|
2019-01-10 12:00:35 +01:00 |
Eliot Berriot
|
81e7b900fe
|
Fixed https url-reversing issue in development
|
2019-01-10 11:55:48 +01:00 |
Eliot Berriot
|
993a0092c2
|
Fixed broken debug-toolbar when jquery was not included on page
|
2019-01-10 11:11:31 +01:00 |
Eliot Berriot
|
0bc9bb65b0
|
Model, view and serializer for instance-level policies
|
2019-01-07 09:45:53 +01:00 |
Eliot Berriot
|
b6902009ac
|
Use cache session engine to reduce load on DB
|
2019-01-04 14:15:07 +01:00 |
Eliot Berriot
|
67de32ccc2
|
Removed 2 DB queries per request when user is authenticated
|
2019-01-04 13:52:36 +01:00 |
Eliot Berriot
|
7657db4212
|
Fix #648: Improved test suite speed by reducing / disabling expensive operations
|
2019-01-04 11:47:23 +01:00 |
Eliot Berriot
|
7ac3bb98da
|
Moved actor domain to a dedicated table
|
2018-12-27 20:33:11 +01:00 |
Eliot Berriot
|
d27ea30b26
|
Fix #640: support connecting with to a password protected redis server
|
2018-12-20 17:36:32 +01:00 |
Eliot Berriot
|
9220b2f0f1
|
See #578: added opengraph and oembed data on artist / album / track urls
|
2018-12-19 15:04:33 +01:00 |
Eliot Berriot
|
e5b46402f8
|
Fix #308: Licenses
|
2018-12-04 14:13:37 +00:00 |
Eliot Berriot
|
8679edb160
|
Fix #626: Load env file in config/.env automatically to avoid sourcing it by hand
|
2018-11-28 19:56:56 +01:00 |
Eliot Berriot
|
409b076c23
|
Removed the need to specify the DJANGO_ALLOWED_HOSTS variable
|
2018-11-25 18:40:56 +01:00 |
Eliot Berriot
|
8489c79c89
|
See #272: clean transcoding files task
|
2018-10-24 19:44:31 +02:00 |