Wykres commitów

1729 Commity (7d96baa3cd6a70d8a24751cd2f2c4b570cc893a7)

Autor SHA1 Wiadomość Data
jo 7d96baa3cd feat(front): split large bundles into chunks
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2349>
2023-01-31 18:09:17 +00:00
Philipp Wolfer 993fb426ee Support boolean config fields in plugins
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2334>
2023-01-30 09:08:41 +00:00
Kasper Seweryn cc7c7b9f67 fix(tsc): fix type errors
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn 73e12e0e54 feat: remove unneeded null coalescing assignment
axios headers are now alway present (according to the typings)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn ac8237645d fix(eslint): remove unused import
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn d4cf0bd590 fix(front): reinitialize virtual queue list whenever queue gets empty
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +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
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
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
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
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
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
wvffle f4c5ebed18 Fix hours and nodeinfo 2022-12-13 21:13:40 +00:00
Kasper Seweryn 75e717785a Resolve "Invalid prop: type check failed for prop "index". Expected Number with value NaN, got Undefined" NOCHANGELOG 2022-12-13 21:02:47 +00:00
wvffle 6e740d6fda fix: Fix unhandled errors 2022-12-12 11:10:31 +00:00
Matyáš Caras 92111d1e9c Translated using Weblate (Czech)
Currently translated at 93.3% (2033 of 2178 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/cs/
2022-12-05 11:32:44 +00:00
Henri Dickson 9d4ca44dff Translated using Weblate (Chinese (Simplified))
Currently translated at 96.6% (2105 of 2178 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-12-02 02:04:32 +00:00
Aina Hernàndez Campaña 14a9bde10f Translated using Weblate (Catalan)
Currently translated at 98.1% (2137 of 2178 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ca/
2022-12-02 02:04:31 +00:00
wvffle ba97fb5bd4 Fix album view
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2244>
2022-11-30 15:17:00 +00:00
wvffle a0c9fdee78 Fix composables calling `useI18n` too early 2022-11-30 14:24:23 +00:00
Georg Krause f5ba37f329 Translated using Weblate (German)
Currently translated at 97.3% (2120 of 2178 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2022-11-30 10:45:44 +00:00
wvffle 6f7d13057f Ensure old audio source is disconnected 2022-11-29 07:37:12 +00:00
wvffle 0bbe2d609d Fetch sources if we have none 2022-11-29 07:37:12 +00:00
wvffle dfd55b95b3 Don't fetch all tracks at once when migrating 2022-11-29 07:37:12 +00:00