Commit Graph

6465 Commits

Author SHA1 Message Date
wvffle ab8699783d
Fix looping 2022-10-30 19:20:34 +01:00
wvffle ba10e03143
Potential fix for silent external audio tracks 2022-10-30 19:20:34 +01:00
wvffle 247abbcfea
Fix clearing queue with shortcut 2022-10-30 19:20:34 +01:00
wvffle d90f41ec51
Fix some linting problems 2022-10-30 19:20:32 +01:00
wvffle db932f2470
Add track position 2022-10-30 19:17:56 +01:00
wvffle 8c62d516b0
Resolve race condition 2022-10-30 19:17:56 +01:00
wvffle 0118fe0c63
Resolve TODOs 2022-10-30 19:17:56 +01:00
wvffle 832180bbb3
Pin dependencies 2022-10-30 19:17:56 +01:00
wvffle 4376e40e26
Fix shuffling 2022-10-30 19:17:55 +01:00
wvffle f51007b807
Fetch only new queue tracks from indexedDB 2022-10-30 19:17:55 +01:00
wvffle 9f36c4b3a8
Cleanup old queue and player logic 2022-10-30 19:17:55 +01:00
wvffle f06464ffa2
Fix calling createTrack multiple times when radio track changes 2022-10-30 19:17:55 +01:00
wvffle c828e106b0
Add radio support 2022-10-30 19:17:55 +01:00
wvffle c7f53df4af
Remove vscode recommended extension 2022-10-30 19:17:54 +01:00
wvffle 1be6701752
Fix changing songs and add LRU cache 2022-10-30 19:17:54 +01:00
wvffle ccb905b004
Migrate queue component 2022-10-30 19:17:54 +01:00
wvffle bef0d1dec4
WIP Rewrite queue 2022-10-30 19:17:54 +01:00
wvffle 15f5056a59
Add web worker communication for offloading the main thread 2022-10-30 19:17:53 +01:00
wvffle aba816e8bf
Add queue shuffling 2022-10-30 19:17:53 +01:00
wvffle c08e1fad94
WIP: Rewrite queue 2022-10-30 19:17:51 +01:00
wvffle 3bf7dd98a2
Fix volume controls 2022-10-30 19:16:29 +01:00
wvffle de3d112434
Add listen submitting (Fix #1874) 2022-10-30 19:16:29 +01:00
wvffle 7c68fee276
Add track looping logic 2022-10-30 19:16:29 +01:00
wvffle e47dbc5ab5
Add Sound implementation 2022-10-30 19:16:26 +01:00
wvffle 7b17c46987
Create audio system based on Web Audio API 2022-10-30 19:12:46 +01:00
Jacek Pruciak 7b2b204389 changelog 2022-10-30 14:26:55 +01:00
Jacek Pruciak 0168632ad9 fix(api/Dockerfile): bump cryptography to 3.4.8 2022-10-30 14:24:52 +01:00
Jacek Pruciak ff26bb8976 Revert "ci(armv7): Disable Docker builds for now"
This reverts commit 3650981bc5.
2022-10-30 14:21:42 +01:00
Georg Krause 9b9d47e1d3
ci(tests): Fix exclusion of tests on stable 2022-10-30 13:33:45 +01:00
RenovateBot dc20b5307d Update dependency coverage to v6.5.0 (develop) 2022-10-30 08:48:15 +00:00
RenovateBot 543a84b9ce Update dependency boto3 to v1.25.4 (develop) 2022-10-30 08:06:43 +00:00
Georg Krause d24f6fbc95
fix(dependency): Resolve dependency clash with corejs 2022-10-30 08:59:03 +01:00
RenovateBot f70a8911ec Update dependency Pillow to v9.3.0 (develop) 2022-10-29 17:07:49 +00:00
RenovateBot b60f0e962c Update dependency black to v22.10.0 (develop) 2022-10-29 14:31:06 +00:00
RenovateBot bb55a5aa3d Update dependency Sphinx to v5.3.0 (develop) 2022-10-29 12:58:39 +00:00
Georg Krause 64758a6a7f
ci(docs): Deploy docs for changes in develop 2022-10-29 14:34:33 +02:00
RenovateBot 2628fa313e Update dependency @vue/test-utils to v2.2.1 (develop) 2022-10-29 12:09:01 +00:00
RenovateBot e7045595ab Update dependency @vitest/coverage-c8 to v0.24.3 (develop) 2022-10-29 11:57:32 +00:00
RenovateBot c91e3e2746 Update dependency @vitejs/plugin-vue to v3.2.0 (develop) 2022-10-29 11:04:18 +00:00
RenovateBot 2763d542c3 Lock file maintenance (stable) 2022-10-29 10:29:31 +00:00
Georg Krause 2a32358e59
fix(python3.7): Avoid having importlib_metadata updated to a version not compatible with py3.7 2022-10-29 11:48:00 +02:00
RenovateBot 8705960ec0 Update dependency @typescript-eslint/eslint-plugin to v5.41.0 (develop) 2022-10-29 08:58:11 +00:00
Philipp Wolfer 6a91ea91b2
Ensure SPA HTML files get loaded with UTF-8 encoding
Fixes issues with wrong encoding of the "Loading Funkwhale…" text in index.html
2022-10-29 10:57:13 +02:00
Georg Krause 93fa14e1fa
fix(testing): Make sure tests run conditionally in branches and always on develop 2022-10-29 10:03:04 +02:00
Georg Krause f68cb880f3
feat(docs): Run Preview deployment automatically when docs changed 2022-10-29 10:02:25 +02:00
Georg Krause 5c72d8d8c4
ci(testing): Only run tests for relevant changes 2022-10-29 09:46:41 +02:00
Georg Krause 570af9f1b2
ci(tests): Use released python 3.11 image for tests 2022-10-29 09:36:34 +02:00
Ciarán Ainsworth 0f439d505b Add translation introduction 2022-10-29 07:04:31 +00:00
Ciarán Ainsworth 38455c8662 Update API readme 2022-10-29 07:04:31 +00:00
Ciarán Ainsworth 5dfc2c341d Standardize code blocks 2022-10-29 07:04:31 +00:00