Wykres commitów

145 Commity (1d8029155b5675f29563348f8f95e480d9930e24)

Autor SHA1 Wiadomość Data
Georg Krause 19fd429e24 Remove pinning of twisted to update to latest version 2021-08-04 08:01:22 +00:00
Georg Krause 003203c45d Update Channels to version 3
This reduces coverage since one test case needed to be removed. Its not that easy anymore to pass a custom scope into a tested application. It gets verified that no invalid authentication is possible though. Proper testing should be done with another issue.
2021-07-24 11:48:52 +00:00
Georg Krause 5fccbb9007 Update django-versatileimagefield 2021-07-07 10:03:53 +00:00
Georg Krause 464c12bae7
Update iPython 2021-07-07 09:13:15 +02:00
Georg Krause d0ec6c8ba7
Update Pillow 2021-07-07 08:50:22 +02:00
Georg Krause 5e724e9fd0 Update setuptools 2021-07-06 14:57:02 +00:00
Georg Krause b901db9b80
Update uvicorn 2021-07-06 16:28:31 +02:00
Georg Krause 7418d51a35 Update django-redis to 5.0 2021-07-06 13:37:42 +00:00
Georg Krause 47c6498c28 Update channels_redis 2021-07-06 13:35:07 +00:00
Georg Krause 9be145c97b
Pin asgiref version 2021-07-06 11:43:40 +02:00
Georg Krause cf8c0752cd Update dev and test dependencies 2021-07-05 12:21:52 +00:00
Georg Krause 64210b0264 Replace psycopg2-binary with psycopg2 2021-07-05 04:33:39 +00:00
Georg Krause c430d50816 Update Celery and Kombu 2021-07-04 19:03:24 +00:00
Georg Krause 4647b13091
Revert "Update celery"
This reverts commit 50cb7f0747.
2021-07-04 20:40:55 +02:00
Georg Krause 50cb7f0747
Update celery 2021-07-04 20:38:19 +02:00
Georg Krause 189166ec7c Update django-oauth-toolkit 2021-07-04 04:57:35 +00:00
Georg Krause b5fca7c1c9 Update PyLD to version 2.0 2021-06-30 15:41:12 +00:00
Georg Krause 1ef252e29d Implement several pipeline improvements
* Build docker image to run tests in
* Collect backend coverage reports
* Update dependencies
2021-05-28 09:39:27 +00:00
Georg Krause ec77040e87
Update deps and add CI job to check outdated pkgs 2021-04-30 06:25:38 +02:00
Georg Krause ecc2cc57ae
Revert "Update django-allauth"
This reverts commit a5020c1dc6.
2021-04-28 11:29:31 +02:00
Georg Krause 9970d2dfb8
Revert "Update Django"
This reverts commit 747c639bc4.
2021-04-28 11:29:18 +02:00
Georg Krause a5020c1dc6
Update django-allauth 2021-04-28 11:27:08 +02:00
Georg Krause 747c639bc4
Update Django 2021-04-28 11:22:50 +02:00
Georg Krause 6245a65c1d
Revert "Update pytz"
This reverts commit 6bf2f79210.
2021-04-28 11:19:59 +02:00
Georg Krause 6bf2f79210
Update pytz 2021-04-28 11:18:54 +02:00
Georg Krause 88de997603
Remove JWT related code 2021-04-28 10:44:28 +02:00
Georg Krause 5d745fea6f Resolve "Remove Raven Sentry" 2021-04-25 15:13:17 +00:00
Georg Krause 9f9b4653ac
Update aioresponses to latest version 2021-03-10 14:11:00 +01:00
Georg Krause e440096c13
Bump version of aiohttp to 3.7.4 2021-03-10 13:17:08 +01:00
Georg Krause feb24e4cd2
Bump version of requests to fix #1299 2021-03-10 13:17:08 +01:00
Georg Krause 0b85cb978a
Fix twisted version, fixes #1346 2021-03-01 17:30:42 +01:00
Georg Krause f7b5214fa7 Revert "Merge branch '876-http-signature' into 'develop'"
This reverts merge request !1120
2021-02-28 20:34:25 +01:00
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