Wykres commitów

2561 Commity (81e904b254116c101476e412dfdd9e94ea2cb15b)

Autor SHA1 Wiadomość Data
Renovate Bot 9ef6836073 chore(front): update dependency vue-tsc to v1.0.24 2023-01-22 17:35:19 +00:00
Renovate Bot 8447d12000 chore(front): update dependency vue-i18n to v9.3.0-beta.14-77e850b 2023-01-22 17:05:05 +00:00
Renovate Bot 0dad30cf1a chore(front): update dependency vite-plugin-pwa to v0.14.1 2023-01-22 16:35:11 +00:00
Renovate Bot d20cc3f0d6 chore(front): update dependency vite to v4.0.4 2023-01-22 16:05:08 +00:00
Renovate Bot 267af9b11c chore(front): update dependency standardized-audio-context to v25.3.37 2023-01-22 15:35:21 +00:00
Renovate Bot 5f45e116e6 chore(front): update dependency sass to v1.57.1 2023-01-22 15:04:55 +00:00
Renovate Bot b13cc01336 chore(front): update dependency fomantic-ui-css to v2.9.1 2023-01-22 14:35:21 +00:00
Renovate Bot ed396d019b chore(front): update dependency eslint-plugin-n to v15.6.1 2023-01-22 14:04:56 +00:00
Renovate Bot e9178315ee chore(front): update dependency dompurify to v2.4.3 2023-01-22 13:35:16 +00:00
Renovate Bot 51f185f941 chore(front): update dependency axios-auth-refresh to v3.3.6 2023-01-22 13:04:56 +00:00
Renovate Bot 18776d9d1d chore(front): update dependency axios to v1.2.3 2023-01-22 12:34:50 +00:00
Renovate Bot 9df2b7f629 chore(front): update dependency @vue/test-utils to v2.2.7 2023-01-22 11:35:18 +00:00
Renovate Bot 2d94539bd9 chore(front): update dependency @types/jquery to v3.5.16 2023-01-22 11:04:53 +00:00
Kasper Seweryn df4cd1d6f9 fix: fix eslint
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2330>
2023-01-21 12:14:05 +00:00
Kasper Seweryn e66426dd4b feat: add retries when failed to fetch radio candidate
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2330>
2023-01-21 12:14:05 +00:00
Kasper Seweryn 8d65551c2c refactor: cleanup code
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2329>
2023-01-20 23:36:10 +01:00
Ciarán Ainsworth 8353de9c15 fix: fix permission check
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2329>
2023-01-20 22:33:17 +00:00
Kasper Seweryn 25d378ae16 fix: fix tags repr in library edit card
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2329>
2023-01-20 22:33:17 +00:00
Kasper Seweryn 88d3e23cc9 fix: fix album modal not showing up
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2327>
2023-01-20 22:22:05 +00:00
Renovate Bot a591f343f3 chore(front): update dependency @typescript-eslint/eslint-plugin to v5.48.2
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2297>
2023-01-20 20:04:33 +00:00
Thomas c46ca1faab Translated using Weblate (French)
Currently translated at 99.9% (2179 of 2180 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2023-01-20 13:42:37 +00:00
wvffle 7a4f764a5e fix: remove active state from artists button if unfocused
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2323>
2023-01-20 08:13:08 +00:00
wvffle d7255bf293 fix: fix tsc linter
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle 91c6935e2d fix: ensure description is always available in upload metadata form
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle 61af75d712 fix(ui): fix channel page infinite loop after upload
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle d3fda52e4f fix(ui): fix uploaded check on loader in channel upload form
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle a124ff9030 fix(ui): fix channel upload form loaders being visible after tracks are uploaded
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle 640abb07f7 fix(ui): fix double uploading file from channels upload form
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle f0e7ab9945 fix(ui): fix metadata when we do not have uploadData
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle 66473084eb fix(ui): expose public channel upload form methods
This commit also returns a function removed during Vue 3 rewrite. (in 1c395c01b0)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
wvffle 943b50ffda fix(ui): move files variable to the top in channel upload form component
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
2023-01-20 08:08:38 +00:00
Thomas af6fd0911a Translated using Weblate (French)
Currently translated at 99.9% (2178 of 2180 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2023-01-19 12:35:36 +00:00
Thomas ab1ea3ce78 Translated using Weblate (French)
Currently translated at 99.9% (2178 of 2180 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2023-01-19 12:34:32 +00:00
wvffle 7f93311150 feat(ui): update upload status with error message if import failed
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2308>
2023-01-19 07:26:17 +00:00
jo ce522dbf59 test(front): ignore nbsp chars in locales
(cherry picked from commit f5c9ad595170b93713460d6393ed7a795cb4bc2e)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
2023-01-18 22:48:25 +01:00
Ciarán Ainsworth dd7c3bab5b Revert "chore(front): fix JSON linting"
This reverts commit b1f6934699a1cd41f5c8eac77a748fb22681ce0b

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
2023-01-18 21:46:36 +00:00
Ciarán Ainsworth eca67380bb chore(front): fix JSON linting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
2023-01-18 20:50:22 +01:00
Ciarán Ainsworth a2f0050ced chore(front): update vue-i18n
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2322>
2023-01-18 20:43:48 +01:00
Thomas 52f97d191c Translated using Weblate (French)
Currently translated at 98.1% (2139 of 2180 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2023-01-17 13:42:36 +00:00
Renovate Bot bb0dbfb509 chore(front): update dependency vue-i18n to v9.3.0-beta.14-77e850b 2023-01-12 06:04:33 +00:00
wvffle af6b5c3843 fix(playback): await all async methods in interna API
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2306>
2022-12-29 14:34:04 +00:00
Ciarán Ainsworth b04e087ca6 Improve a11y
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
2022-12-28 18:37:37 +00:00
Kasper Seweryn d55176b213 refactor: fix indentation
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
2022-12-28 14:48:37 +00:00
Ciarán Ainsworth 9833133894 Improve formatting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
2022-12-28 14:47:09 +00:00
Ciarán Ainsworth b4ef4e1f08 Update vue-i18n to latest beta
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
2022-12-28 14:47:09 +00:00
wvffle 576f6f448f fix(components): remove all `%{}` string templates
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
2022-12-28 14:47:09 +00:00
wvffle fb87d3141a fix(ui): repair reactivity on search fieds in moderation views when on first page
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2304>
2022-12-28 08:38:03 +00:00
wvffle 1b6de47a4f fix(playback): previous button now seeks to 0 when track is listened over 3 seconds
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2305>
2022-12-27 13:09:12 +00:00
Ciarán Ainsworth 4ecbc8956a Improve UI copy
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2285>
2022-12-19 17:13:29 +00:00
Petitminion 03a5a83a3b Random and less listened radio filter out un-owned content on library section (#2007)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2285>
2022-12-19 17:13:29 +00:00