Wykres commitów

  • 8441c3f912 Merge branch '2452-fetch-third-party-metadata' into 'develop' petitminion 2025-07-27 05:58:23 +0000
  • 9a98a9a20b Merge branch '2405-front-buttont-trigger-third-party-hook' into 'develop' petitminion 2025-07-26 16:04:43 +0000
  • 9f208e6284 Merge branch '2448-complete-tags' into 'develop' Flupsi 2025-07-25 17:19:58 +0000
  • c0302facd4 fix(front): create custom option in pills when user has pressed ENTER without matching suggestion 2448-complete-tags Flupsi 2025-07-25 19:17:33 +0200
  • 2a948e4af6 Version bump and changelog for 2.0.0-alpha.2 Petitminion 2025-06-10 17:42:44 +0200
  • f80084c2ce Version bump and changelog for 2.0.0-alpha.2 Petitminion 2025-06-10 17:42:44 +0200
  • b54370fab6 refactor(front): lint and fix linter errors Flupsi 2025-07-25 18:47:41 +0200
  • 3fe56ed94a fix(front): for now, all tags persisted on the backend are considered `presets` and can't be edited Flupsi 2025-07-25 18:21:21 +0200
  • 56f27cf99a feat(front): make pill controls a little bit more beautiful Flupsi 2025-07-25 18:09:59 +0200
  • 6be24e7127 fix(front): exclude current pills from suggestions for additional pills Flupsi 2025-07-25 17:58:30 +0200
  • f5056da106 fix(front): When pressing SPACE, COMMA or TAB in a Pill input, use the new custom input, not the closest match, unless it matches exactly Flupsi 2025-07-25 17:42:25 +0200
  • 14ca363be2 fix(front): A11y - indicate pill suggestion that can be confirmed with ENTER (match) #2487 Flupsi 2025-07-25 17:09:14 +0200
  • f65d2538cd feat(front): non-matching `Pill` proposals are only shown when the input is shorter than 2 letters Flupsi 2025-07-25 15:31:07 +0200
  • d1792a9637 fix(front): A11y - indicate focus on primary elements; enable fake-focus for inputs that can be confirmed with ENTER #2487 Flupsi 2025-07-25 14:36:23 +0200
  • 31dc467136 feat(front): use Sørensen–Dice coefficient for calculating tags match Flupsi 2025-07-22 16:32:31 +0200
  • b22f1e6ac2 fix(front): handle simplified Vue syntax for useRouteQuery transform Flupsi 2025-07-22 16:29:35 +0200
  • 6d41280384 feat(front): when filtering / searching objects, only show available tags; disallow editing them (presets) Flupsi 2025-07-22 16:01:56 +0200
  • b358a36312 chore(front): hide separator if no `cancel` option given (Pills) Flupsi 2025-07-22 15:56:59 +0200
  • 8dbf0de340 fix(front): disallow editing tags already stored on the backend (by making them presets) Flupsi 2025-07-22 15:56:09 +0200
  • b11cbca623 chore(front): clean up code Flupsi 2025-07-22 15:27:20 +0200
  • 65e3f9866f fix(front): do not re-initialize tags (Pills) after adding a tag Flupsi 2025-07-22 15:25:03 +0200
  • cf508bac2b fix(front): apply extraneous props (fallback props) to list of pills Flupsi 2025-07-22 15:18:24 +0200
  • eec8c200fa style(front): explicitly set (and override) the cursor on buttons and pills Flupsi 2025-07-22 14:48:17 +0200
  • 5b968b06ce style(front): format implicitly self-closing tags Flupsi 2025-07-15 18:55:17 +0200
  • ff1d6a6b92 chore(front): allow ES2022 syntax such as Array.at Flupsi 2025-07-15 18:54:44 +0200
  • c0ab7eaea9 style(front): auto-format with prettier Flupsi 2025-07-15 15:48:30 +0200
  • 8f10e95bbb fix(front): Make Pills 48px high by default (right, that's our default) Flupsi 2025-07-15 15:42:18 +0200
  • 8bda8388fc feat(front): fit up to 3 tags until wrapping (Pills in Search bar) Flupsi 2025-07-15 15:41:22 +0200
  • 0d4a9b8563 fix(front): show separator in Pills only when necessary Flupsi 2025-07-15 15:13:04 +0200
  • 436600d620 fix(front): Make Pills 44px high by default Flupsi 2025-07-15 14:25:00 +0200
  • 39b5f7cc34 fix(front): make empty Pill white to indicate it's editable Flupsi 2025-07-15 14:23:35 +0200
  • 1427a3a646 fix(front): disable VueMacros to fix errors Flupsi 2025-07-15 14:07:48 +0200
  • 7fefe934fc chore(front): Vite Flupsi 2025-07-15 13:12:22 +0200
  • 26a9450662 fix(front): minor styling in Pills Flupsi 2025-07-15 13:12:01 +0200
  • b1ef778d58 feat (front): After editing a tag, "Enter" closes the menu (whereas "Space" and "Comma" add a new tag) Flupsi 2025-06-10 18:47:08 +0200
  • ee5ec923eb chore: add changelog entry; replace var with ref (linter) Flupsi 2025-06-06 21:49:32 +0200
  • 058c1a5170 Version bump and changelog for 2.0.0-alpha.2 Petitminion 2025-06-10 17:42:44 +0200
  • ab618fba30 chore: add changelog entry; replace var with ref (linter) Flupsi 2025-06-06 21:49:32 +0200
  • 4ec993d943 fix(front): allow users to temporarily hide previously added tags #2448 #2390 Flupsi 2025-06-06 20:51:16 +0200
  • 2c7b4414b7 feat(front): suggest previously used tags in `<Pills>` component #2448 Flupsi 2025-06-06 20:38:22 +0200
  • 9be6bf4f13 chore(front): cleanup Flupsi 2025-06-06 19:32:02 +0200
  • 92e888028e feat(front): cache objects and make them available across components #2448 #2390 Flupsi 2025-06-06 17:38:29 +0200
  • 70e1d7ce0d fix(front): tell `Vue` to update the Pills when tags are reset Flupsi 2025-06-05 19:18:38 +0200
  • ed2d1a45ea feat(front): remove unnecessary <span> element Flupsi 2025-06-05 18:51:19 +0200
  • ebbb760361 fix(front): remove faulty attributes to enable editing tags #2448 #2390 Flupsi 2025-06-05 18:35:55 +0200
  • 015a823f4a fix(front): layout (EditForm was occluded by play bar) Flupsi 2025-06-05 18:34:29 +0200
  • 733896ccbf feat(front): indicate required fields in edit form with an asterisk * Flupsi 2025-06-05 18:14:01 +0200
  • 97cf42ee49 fix(tags): hide tags until `useRouteQuery` is fully loaded #2448 #2390 Flupsi 2025-06-05 17:58:00 +0200
  • 6a263bdb4b fix(tags): allow adding and removing tags in filter toolbar #2448 #2390 Flupsi 2025-06-05 16:22:41 +0200
  • c79c1ccd52 chore: maintenance Flupsi 2025-06-05 16:17:49 +0200
  • cff08bf750 refactor(front): lint and fix linter errors Flupsi 2025-07-25 18:47:41 +0200
  • 07040fec61 fix(front): for now, all tags persisted on the backend are considered `presets` and can't be edited Flupsi 2025-07-25 18:21:21 +0200
  • b70d8a7dc1 feat(front): make pill controls a little bit more beautiful Flupsi 2025-07-25 18:09:59 +0200
  • 8f23948700 fix(front): exclude current pills from suggestions for additional pills Flupsi 2025-07-25 17:58:30 +0200
  • 800f7f3215 fix(front): When pressing SPACE, COMMA or TAB in a Pill input, use the new custom input, not the closest match, unless it matches exactly Flupsi 2025-07-25 17:42:25 +0200
  • e1b2f9bc16 fix(front): A11y - indicate pill suggestion that can be confirmed with ENTER (match) #2487 Flupsi 2025-07-25 17:09:14 +0200
  • 2368f04fdd feat(front): non-matching `Pill` proposals are only shown when the input is shorter than 2 letters Flupsi 2025-07-25 15:31:07 +0200
  • 53ae2063f1 fix(front): A11y - indicate focus on primary elements; enable fake-focus for inputs that can be confirmed with ENTER #2487 Flupsi 2025-07-25 14:36:23 +0200
  • 7446d04328 feat(front): use Sørensen–Dice coefficient for calculating tags match Flupsi 2025-07-22 16:32:31 +0200
  • 854745ddfe fix(front): handle simplified Vue syntax for useRouteQuery transform Flupsi 2025-07-22 16:29:35 +0200
  • 0893db90ac feat(front): when filtering / searching objects, only show available tags; disallow editing them (presets) Flupsi 2025-07-22 16:01:56 +0200
  • ca6b8ab473 chore(front): hide separator if no `cancel` option given (Pills) Flupsi 2025-07-22 15:56:59 +0200
  • b92cfbf271 fix(front): disallow editing tags already stored on the backend (by making them presets) Flupsi 2025-07-22 15:56:09 +0200
  • 82f9cd461f chore(front): clean up code Flupsi 2025-07-22 15:27:20 +0200
  • 08774f196b fix(front): do not re-initialize tags (Pills) after adding a tag Flupsi 2025-07-22 15:25:03 +0200
  • 2d5218b8a8 fix(front): apply extraneous props (fallback props) to list of pills Flupsi 2025-07-22 15:18:24 +0200
  • 30291a01d4 style(front): explicitly set (and override) the cursor on buttons and pills Flupsi 2025-07-22 14:48:17 +0200
  • 909d2b841f Merge branch '2322-troi-frontend' into 'develop' petitminion 2025-07-22 12:04:29 +0000
  • fa40e9a1ae Merge branch 'spec-domain-follow' into 'develop' petitminion 2025-07-21 16:23:04 +0000
  • 1f94f0246b Merge branch '2451-delete-no-user-query' into 'develop' petitminion 2025-07-21 12:26:23 +0000
  • d33490c219 fix(activitypub):send delete activity instead of update in privacy level is me or instance develop petitminion 2025-07-21 12:26:16 +0000
  • 858027dbca Merge branch '2466-send-delete-activity-if-object-local' into 'develop' petitminion 2025-07-21 12:09:39 +0000
  • 7f62bf2dbc changelog Petitminion 2025-07-21 14:09:07 +0200
  • 1658ee2841 fix(activitypub):delete no_user_query to avoid leaking data 2451-delete-no-user-query Petitminion 2025-07-21 14:06:37 +0200
  • 52931e1793 fix(activitypub):send delete acitivy instead of updtae in privacy level is me or instance Petitminion 2025-07-21 13:51:26 +0200
  • 787bef70e2 WIP:I don't remember but frontend stuff to get the upload state. Should add a rety button and make display the upload error/state in the popover ? 2405-front-buttont-trigger-third-party-hook Petitminion 2025-07-21 13:03:15 +0200
  • 8c3131ad9b style(front): format implicitly self-closing tags Flupsi 2025-07-15 18:55:17 +0200
  • ce7b0b9fd7 chore(front): allow ES2022 syntax such as Array.at Flupsi 2025-07-15 18:54:44 +0200
  • c89e4360ca Translated using Weblate (Basque) koldoH 2025-07-15 13:59:44 +0000
  • bed1a820ca style(front): auto-format with prettier Flupsi 2025-07-15 15:48:30 +0200
  • f351523012 fix(front): Make Pills 48px high by default (right, that's our default) Flupsi 2025-07-15 15:42:18 +0200
  • 740373ea6f feat(front): fit up to 3 tags until wrapping (Pills in Search bar) Flupsi 2025-07-15 15:41:22 +0200
  • 17294831e0 fix(front): show separator in Pills only when necessary Flupsi 2025-07-15 15:13:04 +0200
  • 871ad54fac fix(front): Make Pills 44px high by default Flupsi 2025-07-15 14:25:00 +0200
  • bf3e94e445 fix(front): make empty Pill white to indicate it's editable Flupsi 2025-07-15 14:23:35 +0200
  • 70caff6245 fix(front): disable VueMacros to fix errors Flupsi 2025-07-15 14:07:48 +0200
  • 324fd1c8dc chore(front): Vite Flupsi 2025-07-15 13:12:22 +0200
  • 9a1fb73a61 fix(front): minor styling in Pills Flupsi 2025-07-15 13:12:01 +0200
  • 76b347b4fd feat (front): After editing a tag, "Enter" closes the menu (whereas "Space" and "Comma" add a new tag) Flupsi 2025-06-10 18:47:08 +0200
  • 1f1de22445 chore: add changelog entry; replace var with ref (linter) Flupsi 2025-06-06 21:49:32 +0200
  • a27705f8e3 Translated using Weblate (Russian) FunTranslater 2025-07-10 14:20:23 +0000
  • 26613816bb Added translation using Weblate (Ukrainian) FunTranslater 2025-07-10 14:19:27 +0000
  • 27c37d6463 fix(front):make soundCache reactive to allow player to get track metadata when the queue only contains one track petitminion 2025-06-18 11:36:56 +0000
  • 65197e1ff7 fix(api): allow importing single files using fs-import API endpoint JuniorJPDJ 2024-07-09 00:50:21 +0200
  • 7b27b70653 fix(front): syntax and performance improvements in playlist detail ArneBo 2025-06-12 15:29:09 +0200
  • 5713d0e983 fix(schema):update schema and documentation for release Petitminion 2025-06-11 12:16:33 +0200
  • 9ed1569890 fix(pylint):add default FUNKWHALE_URL var Petitminion 2025-06-11 10:25:32 +0200
  • 53b81db666 fix(backend):pylint django setting variable not properly set Petitminion 2025-06-11 10:04:31 +0200
  • c3d6c077d6 Version bump and changelog for 2.0.0-alpha.2 Petitminion 2025-06-10 17:42:44 +0200
  • d741cbff25 fix(front):do not use "usePage" in homepage petitminion 2025-06-09 22:24:04 +0000