Wykres commitów

1284 Commity (1481)

Autor SHA1 Wiadomość Data
jovuit 583d91b4ae Fixed black (hope so?) 2021-05-23 19:13:54 +02:00
jovuit d63523a7c9 Readded missing trailing line 2021-05-23 19:07:16 +02:00
jovuit bb40606ff6 Removed trailing line 2021-05-23 19:06:13 +02:00
jovuit a84f244416 Fixed Black failing 2021-05-23 19:04:54 +02:00
jovuit d32fd8465b Fixed linting 2021-05-23 18:58:18 +02:00
jovuit 259514126c Fixed lint 2021-05-23 18:55:11 +02:00
jovuit b9094e5870 Minimal improvements (typos...) on pod config doc 2021-05-23 18:10:50 +02:00
Georg Krause 8202c1879b
Version bump and changelog for 1.1.2 2021-05-19 15:31:26 +02:00
Ciarán Ainsworth 071ff89a4f Fix recently listened widget and simple artist serializer 2021-05-19 12:59:14 +00:00
Blopware 0c8f4400b0
Sanitize remote tracks' saving locations with slashes on their names
For that case, the resulting saved file made use of these slashes to
store the tracks in subdirectories of federation_cache/xx/xx/xx, instead of
in the federation_cache/xx/xx/xx directory itself. As a consequence, the
tracks are downloaded in the wrong location, and upon any trial of
playing the tracks, funkwhale responds with the message
"The track cannot be loaded. You can have connectivity issues"

An example of a podcast with this kind of RSS items is located in
https://www.rtve.es/api/programas/2082/audios.rss

This commit overcomes this by a simple replacement of the offending
slashes to hyphens.
2021-05-09 17:51:45 +02:00
Ciarán Ainsworth 33f7993477 Add missing playable serializer 2021-05-09 05:38:55 +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 b26481a5f9
Fix linting error 2021-04-28 11:55:44 +02:00
Georg Krause 3231573047
Remove last JWT related includes 2021-04-28 11:34:57 +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 381215af98
Version bump and changelog for 1.1.1 2021-04-13 10:27:07 +02:00
Georg Krause c4664de41f
Add Middleware to trace memory usage 2021-04-12 20:20:39 +02:00
Fanyx 7bcb8d8c89 change struct to reflect subsonic api specs, fixes #1374 2021-03-28 19:21:01 +02: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 851afe923a
Version bump and changelog for 1.1 2021-03-10 10:25:28 +01:00
Georg Krause 51462200a2
Version bump and changelog for 1.1-rc2 2021-03-01 19:21:36 +01:00
Georg Krause 0b85cb978a
Fix twisted version, fixes #1346 2021-03-01 17:30:42 +01:00
Georg Krause 07677c6685 Ignore not supported activity pub tag types instead of discarding the request 2021-02-28 21:23:49 +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
Snack Capt 466b20bb28 fixes #1341; Update pleroma JSON-LD Schema 2021-02-25 19:17:35 +01:00
Georg Krause f55cbcb506
Version bump and changelog for 1.1-rc1 2021-02-24 08:18:56 +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 b321ab8da2 Add number of tracks and discs of an album to API 2021-02-20 12:54:11 +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
Christian Paul f93c9680a0 much minutes -> many minutes 2021-01-30 17:04:25 +01:00
Christian Paul 0f0fd8e8dd Add missing space 2021-01-30 17:00:04 +01:00
interfect 7f42c1ad44 Autodetect format when transcoding files 2021-01-21 15:11:53 +01:00
Agate 7164248e22 Merge branch '1323-fix-faker' into 'develop'
Ban the broken faker version

Closes #1323

See merge request funkwhale/funkwhale!1263
2021-01-12 10:12:04 +01:00
Adam Novak c3608e0eb2 Ban the broken faker version 2021-01-11 22:24:52 -08:00
heyarne b42675b52d Omit recording_mbid if no data is available; fixes https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/1310 2020-12-16 14:53:55 +01:00
Ciarán Ainsworth f477ba1b4f Podcast search capabilities 2020-12-04 09:33:17 +01:00
Ciarán Ainsworth 0ce5068f14 Resolve "Albums are not displaying on Album categories" 2020-12-02 18:44:04 +01:00
Philipp Wolfer 9e5d168e8d Support AIFF file format
Fixes #1243
2020-11-21 12:13:09 +01:00