Wykres commitów

8094 Commity (47a2e0854534742e561df9cc1c2cb15af2e39b8d)

Autor SHA1 Wiadomość Data
Flupsi 47a2e08545 refactor(front): statically load App 2025-08-15 18:49:18 +02:00
Flupsi e0ca10b5d3 chore(front): auto-format (eslint --fix) 2025-08-15 18:49:18 +02:00
Flupsi 4efb6260a7 feat(front): declarative grid layout (finally) 2025-08-15 18:49:18 +02:00
Flupsi ad5d861546 fix(front): minor layout fixes for 2.0.0 2025-08-15 18:49:18 +02:00
Flupsi ab7c3c16c5 fix(front): recover if page is set too high 2025-08-15 18:49:18 +02:00
Flupsi 26fd4b575d feat(front): make pagination responsive and accessible
https://benmyers.dev/blog/native-visually-hidden/
2025-08-15 18:49:18 +02:00
Flupsi 30583f4a53 feat(ui): prevent layout shift while loader is spinning #2496 2025-08-15 18:49:18 +02:00
Flupsi e4940acf92 fix(ci): duplicate lines due to my sloppy rebase 2025-08-15 18:49:18 +02:00
Flupsi 81779b3739 chore(front): [linter] undo pesky auto-formatter self-closing bracket... 2025-08-15 18:49:18 +02:00
Flupsi b8c9cc38ec feat(front): redesign funkwhale.audio link 2025-08-15 18:49:18 +02:00
Flupsi e6159c0880 fix(ui): nested elements inherit color even if they are `.funkwhale` (important for inverted colors) 2025-08-15 18:49:18 +02:00
Flupsi e7bd692637 feat(ui): delay auto-closing only if not clicked outside popover #2429 2025-08-15 18:49:18 +02:00
Flupsi b7ba13ba65 feat(ui): delay closing of Popover 2025-08-15 18:49:18 +02:00
Flupsi 2cfaebdc33 docs(front): add comments to complex composables 2025-08-15 18:49:18 +02:00
Petitminion a60ec575eb Version bump and changelog for 2.0.0-alpha.2 2025-08-15 18:49:18 +02:00
Petitminion 6ee930a512 Version bump and changelog for 2.0.0-alpha.2 2025-08-15 18:49:18 +02:00
Flupsi 4119c13d5a chore: add changelog entry; replace var with ref (linter) 2025-08-15 18:49:18 +02:00
Petitminion bd02ba557b Version bump and changelog for 2.0.0-alpha.2 2025-08-15 18:49:18 +02:00
Flupsi f1a33b6dbc chore: add changelog entry; replace var with ref (linter) 2025-08-15 18:49:18 +02:00
petitminion 4eedb66ca5 fix(schema): channel attributed_to return full actor instead of api actor NOCHANGELOG 2025-08-11 08:44:52 +00:00
Flupsi 1db86d404f feat (front): new ui on start page #2477 NOCHANGELOG 2025-08-04 21:32:51 +00:00
petitminion d33490c219 fix(activitypub):send delete activity instead of update in privacy level is me or instance 2025-07-21 12:26:16 +00:00
koldoH c89e4360ca Translated using Weblate (Basque)
Currently translated at 95.7% (2186 of 2282 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/eu/
2025-07-15 14:09:48 +00:00
FunTranslater 5f5b185cfa Translated using Weblate (Russian)
Currently translated at 95.1% (2171 of 2282 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2025-07-10 14:34:13 +00:00
FunTranslater 2c0f0fd86b Added translation using Weblate (Ukrainian) 2025-07-10 14:19:27 +00:00
petitminion bd12cc389e fix(front):make soundCache reactive to allow player to get track metadata when the queue only contains one track 2025-06-18 11:36:56 +00:00
JuniorJPDJ aaa4e6eb92 fix(api): allow importing single files using fs-import API endpoint 2025-06-13 11:15:46 +00:00
ArneBo e1bc3d2474 fix(front): syntax and performance improvements in playlist detail 2025-06-12 15:29:09 +02:00
Petitminion f8bfbb4434 fix(schema):update schema and documentation for release 2025-06-11 12:16:33 +02:00
Petitminion 6bc858986b fix(pylint):add default FUNKWHALE_URL var 2025-06-11 10:25:32 +02:00
Petitminion df34dcb452 fix(backend):pylint django setting variable not properly set 2025-06-11 10:04:31 +02:00
Petitminion ba385553b3 Version bump and changelog for 2.0.0-alpha.2 2025-06-10 17:42:44 +02:00
petitminion b09ba1c366 fix(front):do not use "usePage" in homepage 2025-06-09 22:24:04 +00:00
Marie cbaa823bad fix(front): fallback to medium sized attachments if small doesn't exist 2025-06-09 21:43:10 +00:00
Petitminion 34203afe44 fix(backend):AttributeError: 'AnonymousUser' object has no attribute 'get_channels_groups' 2025-06-04 12:24:36 +00:00
Petitminion 724d85a2d9 enhancement(backend): Only refresh_nodeinfo_known_nodes for Funkwhale instances (#2442) 2025-06-03 17:40:23 +02:00
petitminion ad9a829af6 enhancement(plugin):make playlist detail reactive to upload upgrades from plugins 2025-06-02 15:46:59 +00:00
Marie 5f0414138b chore(api): update to latest storage spec 2025-06-02 13:45:52 +00:00
Marie 611631213a fix(api): openSubsonic not returning as boolean NOCHANGELOG 2025-06-02 12:35:28 +00:00
Philipp Wolfer 0bf217dbcd fix(migrations):playlist and playlisttrack fid migrations 2025-06-02 11:51:21 +00:00
petitminion b063a3616e enhancement(front):use paginated page for playlist
fix(front): enable more link on artist and user profiles
refactor(front): use new ui components in track modal and track-mobile-row, render track-modal only once in parent and populate with data from mobile-row
2025-06-02 11:27:52 +00:00
ArneBo 0d9c5e77c4 fix(front): remove manual hash and use absolute directory for bootstrap icons 2025-05-30 19:55:42 +00:00
ArneBo ad1ca7658c fix(front): use futureproof sass import and make firefox load the app 2025-05-30 19:55:42 +00:00
ArneBo 7a7cc246aa fix(nginx): proxy Vite dev server deps for HMR in multi-node setup 2025-05-30 19:55:42 +00:00
Petitminion 6eddef1e1b Version bump and changelog for 2.0.0-alpha.1, with fixed typo 2025-05-23 19:20:10 +02:00
Petitminion 1b77ef4d24 Version bump and changelog for 2.0.0-alpha.1 2025-05-23 18:54:28 +02:00
petitminion 3710059a25 Update .gitlab-ci.yml file set oci-mediatypes to true (default) 2025-05-22 15:52:35 +00:00
petitminion 947080a517 Update .gitlab-ci.yml file : restoring 2025-05-22 14:03:00 +00:00
petitminion ed3bc3162e Update .gitlab-ci.yml file adding debugging information 2025-05-22 13:13:33 +00:00
petitminion 051bb43239 Update .gitlab-ci.yml file with --provenance=false
see https://dev.funkwhale.audio/funkwhale/infrastructure/infra/-/issues/71
2025-05-22 11:58:38 +00:00