Wykres commitów

113 Commity (6fa643238c30a8f15ff7f23625960d77f2829387)

Autor SHA1 Wiadomość Data
Georg Krause 0edf32ed0e Merge branch '876-http-signature' into 'develop'
Fix #876: use proper http-signature release

Closes #876

See merge request funkwhale/funkwhale!1120
2021-02-22 13:07:35 +01:00
Georg Krause 72208fdb0c
Don't use beta version of feedparser anymore 2021-02-21 22:16:53 +01:00
Georg Krause 1ea4709413
Bump version of requests-http-signature 2021-02-13 16:16:46 +01:00
Agate 7f80a86bc5
Fix #876: use proper http-signature release 2021-02-13 16:14:57 +01:00
Pierre Couy 69117934ea Bump python3 watchdog dependency from 0.10.0 to 1.0.2
Fixes #1320 & #1332
2021-02-05 10:14:17 +01:00
Adam Novak c3608e0eb2 Ban the broken faker version 2021-01-11 22:24:52 -08:00
Agate 61233a2119 Fixed requirements specifications 2020-10-25 18:56:52 +01:00
Kuba Orlik 7ee8e02b29 Fix feed formatting so it passes w3c validation
Feeds generated by Funkwhale do not pass validation with the [w3c
validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.midline.pl%2Fapi%2Fv1%2Fchannels%2FMidline%2Frss).
This commit addresses the problems identified during validation:

1. The `isPermalink` is not recognized -> changed it to
   `isPermaLink` (capital "L")

2. `itunes:summary` and `itunes:subtitle` are 256 characters after
   truncating, but the maximum is 255. The truncating function trims the
   text to 255 chars, but then adds `…`, so the text is one character
   too long

3. The tags within `itunes:keywords` are now separated with commas
   instead of spaces (https://validator.w3.org/feed/docs/warning/InvalidKeywords.html)
2020-10-25 18:56:52 +01:00
Agate 0c5df9e6b2 Fixed broken uvicorn 2020-09-30 16:30:27 +02:00
Agate 7aca82453a Pinned black version 2020-08-26 17:30:28 +02:00
Agate a187f20da9 Dependency care 2020-08-20 12:47:53 +02:00
Agate 84859c9b32 Fix #1099: Dropped python 3.5 support. Python 3.6 is the minimum required version 2020-08-20 12:11:47 +02:00
Agate 77eed12c86 Fixed broken build because of factory-boy upgrade 2020-08-13 12:16:01 +02:00
Agate e391415098 Upgraded dependencies 2020-07-18 10:29:22 +02:00
Agate 6eb049b2d9 Importer updates: watch directories, handle metadata updates 2020-05-07 09:55:29 +02:00
Agate 20f5416bd3
Fixed requirements issue on Raspian / Python 3.5 2020-04-23 14:33:46 +02:00
Agate 46028b43af
Fixed broken install of ipython under python 3.5 2020-04-22 13:29:00 +02:00
Eliot Berriot 02f5e9f531
Django upgrade bugfix release 2020-04-01 15:53:42 +02:00
Eliot Berriot 02d35ded25
Switch back from pendulum to arrow to fix broken build ;) 2020-03-30 10:59:21 +02:00
Eliot Berriot deb1f35779 See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
Eliot Berriot c2eeee5eb1 See #170: fetching remote objects 2020-03-02 17:23:03 +01:00
Eliot Berriot ce2f48dd91
Hold django 2.2 when under python 3.5 2020-02-25 13:54:02 +01:00
Eliot Berriot 2159c93ef3
Dependency care - upgrade to django 3 2020-02-25 12:02:38 +01:00
Eliot Berriot 575b6819c7
Fixed error 500 when rendering markdown 2020-02-17 09:49:54 +01:00
Eliot Berriot 36c0065bb9
Enforce minimum setuptools version 2020-02-14 14:30:27 +01:00
Eliot Berriot c116fa21c9
Fixed docker dependency issues 2020-02-04 11:43:08 +01:00
Eliot Berriot c027c90e74
Disabled some undeeded dependencies 2020-02-04 11:05:02 +01:00
Eliot Berriot 71b400a9b8 See #170: cover on tracks and artists 2020-01-17 16:27:11 +01:00
Eliot Berriot 2bc71eecfd See #170: add a description field on tracks, albums, tracks 2020-01-14 14:00:08 +01:00
Eliot Berriot 551fb6d164
Fixed broken dependency 2020-01-08 12:07:35 +01:00
Eliot Berriot 5a37d9771e See #170: federation for channels 2019-12-09 13:59:54 +01:00
Eliot Berriot d9c1ae3a56 Merge branch 'suppress-service-identity-warning' into 'develop'
Suppress service identity warning

See merge request funkwhale/funkwhale!963
2019-11-29 09:57:49 +01:00
Eliot Berriot 3ae567f2ad
Suppress service identity warning 2019-11-29 09:51:49 +01:00
Eliot Berriot c4334454dc
Added django-silk for easier local debugging / profiling 2019-11-28 10:24:08 +01:00
Eliot Berriot 654d206033 Server CLI: user management 2019-11-25 09:45:53 +01:00
Eliot Berriot 1c215ac2f1
Updated Pillow to 6.2 to fix DoS vulnerability 2019-11-04 11:18:14 +01:00
Eliot Berriot cceade4abb Merge branch 'audio-denormalization' into 'master'
Audio denormalization / Performance enhancement in music API

See merge request funkwhale/funkwhale!939
2019-10-28 09:04:42 +01:00
Eliot Berriot 4e7f1e63d2
Denormalized audio permission logic in a separate table to enhance performance 2019-10-22 00:13:25 +02:00
Eliot Berriot b974568e31
Added django-cacheops to cache expensive count queries 2019-10-21 23:55:27 +02:00
Eliot Berriot fe56c2ea36
Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL 2019-09-12 17:50:15 +02:00
Eliot Berriot 5feb167bfe
Updated to django 2.2.4 2019-08-01 14:30:13 +02:00
Eliot Berriot 4d5e47466c
Updated Django Rest Framework to v3.10 2019-07-30 14:08:01 +02:00
Eliot Berriot 6dde4b73cd Implement tag models 2019-07-08 15:26:14 +02:00
Eliot Berriot 0e652103a4
Merge branch 'master' into develop 2019-07-01 14:02:28 +02:00
Eliot Berriot 76956868fa Broken pytest 2019-07-01 14:00:32 +02:00
Eliot Berriot 4de78995c0 Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +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
Eliot Berriot 72d6d7e17d
Fixed a dependency issue 2019-05-02 12:07:46 +02:00
Eliot Berriot 3646d696a6
Fix #815: Bumped dependencies to latest versions 2019-05-02 11:07:35 +02:00
Eliot Berriot 101ae27885
Fix #565: store media files in S3 bucket 2019-04-23 18:01:42 +02:00