- 04 Aug, 2021 1 commit
-
-
Georg Krause authored
-
- 24 Jul, 2021 1 commit
-
-
Georg Krause authored
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.
-
- 07 Jul, 2021 3 commits
-
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
-
- 06 Jul, 2021 5 commits
-
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
-
- 05 Jul, 2021 1 commit
-
-
Georg Krause authored
-
- 04 Jul, 2021 4 commits
-
-
Georg Krause authored
-
Georg Krause authored
This reverts commit 50cb7f07.
-
Georg Krause authored
-
Georg Krause authored
-
- 30 Jun, 2021 1 commit
-
-
Georg Krause authored
-
- 28 May, 2021 1 commit
-
-
Georg Krause authored
* Build docker image to run tests in * Collect backend coverage reports * Update dependencies
-
- 30 Apr, 2021 1 commit
-
-
Georg Krause authored
-
- 28 Apr, 2021 7 commits
-
-
Georg Krause authored
This reverts commit a5020c1d.
-
Georg Krause authored
This reverts commit 747c639b.
-
Georg Krause authored
-
Georg Krause authored
-
Georg Krause authored
This reverts commit 6bf2f792.
-
Georg Krause authored
-
Georg Krause authored
-
- 25 Apr, 2021 1 commit
-
-
Georg Krause authored
-
- 10 Mar, 2021 2 commits
-
-
Georg Krause authored
-
Georg Krause authored
-
- 01 Mar, 2021 1 commit
-
-
Georg Krause authored
-
- 28 Feb, 2021 1 commit
-
-
Georg Krause authored
This reverts merge request !1120
-
- 21 Feb, 2021 1 commit
-
-
Georg Krause authored
-
- 13 Feb, 2021 2 commits
-
-
Georg Krause authored
-
-
- 05 Feb, 2021 1 commit
-
-
Pierre Couy authored
Fixes #1320 & #1332
-
- 25 Oct, 2020 3 commits
-
-
Agate authored
-
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)
-
Agate authored
-
- 22 Oct, 2020 1 commit
-
-
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)
-
- 30 Sep, 2020 1 commit
-
-
Agate authored
-
- 20 Aug, 2020 1 commit
-
-
Agate authored
-