Kasper Seweryn
3b78ac8cc6
Workaround axios-auth-refresh in production
...
axios-auth-refresh has only prebuilt files, that might be the case when
vite is trying to bundle it. It seems like vite thinks that it's
constructed like:
```
export default {
default () {
// ...
}
}
```
This also fixes `jQuery is not defined` in dev
2022-02-22 13:01:29 +01:00
Kasper Seweryn
5e24160375
Fix jQuery in fomantic-ui-css
2022-02-22 13:01:29 +01:00
Georg Krause
b2dc70cf3a
Remove tests and their dependencies for now
2022-02-22 12:48:20 +01:00
Georg Krause
ebb3d7deb5
Remove vue cli config
2022-02-22 12:36:51 +01:00
Georg Krause
06f636fec0
Remove babel config
2022-02-22 12:34:13 +01:00
Kasper Seweryn
17006094b6
Fix linter error
...
Linter did not like await in global scope besides it being fully
functional, so I've created a `src/jquery.js` file which sets jquery
globals and then we can safely import `src/semantic.js`.
2022-02-22 00:00:17 +01:00
Kasper Seweryn
5f319db268
Remove console.log
2022-02-21 23:48:55 +01:00
Kasper Seweryn
94af589757
Fix jQuery and semantic ui
2022-02-21 23:38:51 +01:00
Kasper Seweryn
4ce7386128
Fix env variables
2022-02-21 23:23:13 +01:00
Kasper Seweryn
873e498031
Remove undeclared `exports` from volume.js
2022-02-21 23:21:39 +01:00
Kasper Seweryn
a6ce396fa2
Fix django-channels import
...
`django-channels` module has only dist files which are built with
parcel. This leads to `assignment to undeclared variable parcelRequire`
error.
A simple workaround is to add `var parcelRequire;` to the beginning of
the module.
2022-02-21 23:16:48 +01:00
Kasper Seweryn
80ed06db04
Remove @/lodash.js
...
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Georg Krause
db86483fbc
Make linter happy
2022-02-21 20:09:06 +01:00
Ciaran Ainsworth
d949909c40
Fix additional linting issues
2022-02-21 20:02:08 +01:00
Georg Krause
d92d75f822
Fix linting of App.vue
2022-02-21 19:54:04 +01:00
Ciaran Ainsworth
60c6a1938f
Fix some linting issues
2022-02-21 19:52:16 +01:00
Georg Krause
e76ab66084
Start fixing lint errors in App.vue
2022-02-21 18:00:45 +01:00
Ciaran Ainsworth
08d6772392
Fix broken imports
2022-02-21 17:27:00 +01:00
Georg Krause
e9c4bfe947
Start migration to vite
2022-02-21 15:07:07 +01:00
Georg Krause
593cff4316
Update dependency vue cli and plugins to 5.0.1
2022-02-20 19:55:48 +01:00
RenovateBot
2b6a7c7e48
Update dependency text-clipper to v2 (develop)
2022-02-20 18:12:53 +00:00
RenovateBot
651417410e
Update dependency showdown to v2 (develop)
2022-02-20 17:18:51 +00:00
Georg Krause
3d1a06dfa9
Install jq from Debian repositories instead of downloading x64 binary from github
2022-02-20 13:03:44 +01:00
RenovateBot
c766c5e1a1
Update dependency mocha to v9.2.1 (develop)
2022-02-20 08:02:46 +00:00
RenovateBot
5b19583157
Update dependency @vue/cli-plugin-unit-mocha to v5 (develop)
2022-02-19 20:36:25 +00:00
ghose
7bb1750b58
Translated using Weblate (Galician)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/gl/
2022-02-19 14:17:03 +00:00
RenovateBot
9328bbc516
Update dependency sass to v1.49.8 (develop)
2022-02-17 22:33:23 +00:00
RenovateBot
148d6d3195
Update dependency sanitize-html to v2.7.0 (develop)
2022-02-17 19:15:58 +00:00
RenovateBot
c83fd45190
Update dependency core-js to v3.21.1 (develop)
2022-02-17 15:33:13 +00:00
Georg Krause
a87dab71a6
Adjust dependencies in order to make build succeed
2022-02-17 13:11:22 +01:00
RenovateBot
33e5276868
Update dependency eslint to v8.9.0 (develop)
2022-02-16 15:51:12 +00:00
Ciaran Ainsworth
7b74e55e7f
Use proper method for fetching artist cover
2022-02-16 10:29:39 +00:00
Ciaran Ainsworth
c1694a808c
Fix linting issues
2022-02-16 10:29:39 +00:00
Ciaran Ainsworth
41d444bbbb
Add support for all cover sources in embedded player
2022-02-16 10:29:39 +00:00
RenovateBot
6c09dcb566
Update dependency axios to v0.26.0 (develop)
2022-02-16 10:29:08 +00:00
RenovateBot
cff3ba5cf7
Lock file maintenance (stable)
2022-02-15 19:37:00 +00:00
RenovateBot
13f873fc34
Update dependency focus-trap to v6.7.3 (develop)
2022-02-15 15:33:57 +00:00
RenovateBot
ad0edf2b3f
Update dependency sinon to v13 (develop)
2022-02-12 08:42:33 +00:00
Ciaran Ainsworth
ae840e06d1
Change to normal default cover
2022-02-10 19:30:26 +01:00
Ciaran Ainsworth
34b8e2929a
Fix linting error
2022-02-10 13:36:20 +01:00
Ciaran Ainsworth
b387287931
Undo automatic formatting
2022-02-10 13:31:32 +01:00
Ciaran Ainsworth
9b1865e43e
Add fallback to generic album cover for tracks with no album
2022-02-10 13:22:58 +01:00
Michael Long
144b5440c0
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-02-09 13:36:52 +00:00
Michael Long
c6074b1747
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-02-08 08:36:55 +00:00
MattDHarding
3a48ae7e51
Fix silent playlist track add fail bug ( #1020 )
2022-02-06 14:52:36 +01:00
RenovateBot
5a475f477f
Update dependency vue-plyr to v7 (develop)
2022-02-06 11:48:54 +00:00
RenovateBot
fba0acfaea
Update dependency vuex-persistedstate to v4 (develop)
2022-02-05 11:03:33 +00:00
Georg Krause
b39bd5f349
Merge branch 'stable' into develop
2022-02-04 12:51:41 +01:00
JuniorJPDJ
9a1619e3e0
chore(front): fix eslint error
2022-02-03 22:40:51 +01:00
JuniorJPDJ
aecbd101c0
fix(front): update code to work with focus-trap v6
2022-02-03 22:36:39 +01:00
JuniorJPDJ
8f53f41395
fix(front): update code to work with django-channels v2
2022-02-03 22:17:53 +01:00
Renovate Bot
11f103a8c6
Update node Docker tag to v16
2022-02-03 19:03:51 +01:00
Georg Krause
fae4ba08e8
Fix broken instance description if it contains a line break
2022-02-03 09:16:54 +01:00
Georg Krause
68c97cbb69
Downgrade sass-loader to 10.2.1
2022-02-03 08:56:38 +01:00
Georg Krause
fefbb7760c
Downgrade sass-loader to 11.1.1
2022-02-03 08:51:20 +01:00
RenovateBot
a2b8167f61
Update dependency sass-loader to v12 (develop)
2022-02-03 07:28:38 +00:00
RenovateBot
d02ab4908f
Update dependency purgecss-webpack-plugin to v4 (develop)
2022-02-03 01:15:33 +00:00
Renovate Bot
71ed304469
Update dependency eslint-plugin-html to v6
2022-02-03 01:27:58 +01:00
Renovate Bot
cbacda195b
Update dependency @babel/eslint-parser to v7.17.0
2022-02-03 01:27:29 +01:00
Renovate Bot
6f778549c4
Update dependency mocha to v9
2022-02-03 01:24:57 +01:00
Renovate Bot
5650d66ec7
Update dependency eslint-plugin-promise to v6
2022-02-03 01:23:21 +01:00
Renovate Bot
aab558bb6e
Update dependency focus-trap to v6
2022-02-03 01:19:29 +01:00
RenovateBot
4a0ace30df
Update dependency eslint to v8 (develop)
2022-02-02 23:22:01 +00:00
RenovateBot
b09527eec0
Update dependency django-channels to v2 (develop)
2022-02-02 20:01:37 +00:00
JuniorJPDJ
768e0368ad
Revert "Update dependency django-channels to v1.2.2"
...
This reverts commit 21005b02ea
.
2022-02-02 19:35:35 +01:00
RenovateBot
34491ce2f7
Update dependency diff to v5 (develop)
2022-02-02 18:23:50 +00:00
RenovateBot
4e3e34c952
Update dependency core-js to v3.21.0 (develop)
2022-02-02 09:02:09 +00:00
RenovateBot
c9b785ba0d
Update dependency sass to v1.49.7 (develop)
2022-02-02 08:20:41 +00:00
Renovate Bot
182f04cab2
Update dependency axios to v0.25.0
2022-02-01 19:56:40 +01:00
Michael Long
73f6bfedb6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.3% (1287 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-02-01 17:37:24 +00:00
Renovate Bot
21005b02ea
Update dependency django-channels to v1.2.2
2022-02-01 15:06:48 +00:00
RenovateBot
fae3e6d442
Update dependency @vue/cli-service to v4.5.15 (develop)
2022-01-31 12:06:40 +00:00
RenovateBot
e3af018a58
Update dependency @vue/cli-plugin-unit-mocha to v4.5.15 (develop)
2022-01-31 11:03:31 +00:00
RenovateBot
7804fc77ce
Update dependency @vue/cli-plugin-pwa to v4.5.15 (develop)
2022-01-31 10:29:07 +00:00
Renovate Bot
5346ee463b
Update dependency @vue/cli-plugin-babel to v4.5.15
2022-01-30 23:03:29 +00:00
Renovate Bot
f8171d15bb
Pin dependencies
2022-01-29 12:07:29 +00:00
Renovate Bot
dc29098f54
Pin dependencies
2022-01-29 08:03:21 +00:00
Renovate Bot
24d082bfb1
Lock file maintenance
2022-01-28 16:07:16 +00:00
Georg Krause
11da28fe4a
Soft-pin packages
2022-01-28 16:15:25 +01:00
Georg Krause
f3be1c43fb
Revert "Lock file maintenance"
...
This reverts commit 67338622ca
.
2022-01-28 14:02:24 +01:00
Georg Krause
60ac83bff7
Revert "Update dependency core-js to ^3.20.3"
...
This reverts commit 262163812b
.
2022-01-28 14:02:18 +01:00
Renovate Bot
262163812b
Update dependency core-js to ^3.20.3
2022-01-28 11:32:55 +00:00
Renovate Bot
67338622ca
Lock file maintenance
2022-01-28 11:03:22 +00:00
Georg Krause
1ed1a691df
Remove dangling commit to make linter happy
2022-01-28 11:51:20 +01:00
Georg Krause
dde6575f24
Remove npm's package lock file, yarn is the default
2022-01-28 11:09:08 +01:00
Renovate Bot
1939279b1d
Update dependency eslint-plugin-vue to ^7.20.0
2022-01-28 09:58:51 +00:00
Michael Long
de21367678
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.3% (1287 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-01-28 06:36:50 +00:00
Renovate Bot
59fcfa4e06
Update dependency eslint-config-standard to ^16.0.3
2022-01-26 07:04:16 +00:00
Renovate Bot
ad1167e299
Update dependency eslint-plugin-import to ^2.25.4
2022-01-26 06:04:46 +00:00
Renovate Bot
c34cfe692a
Update dependency eslint-plugin-html to ^4.0.6
2022-01-25 21:03:14 +00:00
Renovate Bot
d510f791aa
Update dependency axios-auth-refresh to ^2.2.8
2022-01-25 16:04:05 +00:00
Renovate Bot
1ffe463998
Update dependency eslint to ^7.32.0
2022-01-25 13:32:55 +00:00
Ciarán Ainsworth
62154bcd44
Resolve "No tracks appear on library tracks page"
2022-01-24 16:28:46 +00:00
Renovate Bot
91a6f48990
Update dependency @babel/eslint-parser to ^7.16.5
2022-01-23 13:32:30 +00:00
Georg Krause
9a0a14c096
Update dependency vue-template-compiler to 2.6.14
2022-01-23 10:07:41 +01:00
Georg Krause
4aa22a02e8
Update yarn lockfile
2022-01-23 10:04:48 +01:00
Renovate Bot
5f417ad8df
Update dependency vue to ^2.6.14
2022-01-23 07:03:18 +00:00
Renovate Bot
95a4e87b73
Update dependency vuex-persistedstate to ^2.7.1
2022-01-22 20:32:10 +00:00
Renovate Bot
de924ec161
Update dependency vuedraggable to ^2.24.3
2022-01-22 20:03:42 +00:00
Ciaran Ainsworth
be6876966b
FIx embedded player
2022-01-22 19:42:55 +00:00
Renovate Bot
0a544acb17
Update dependency vue-lazyload to ^1.3.3
2022-01-22 19:33:42 +00:00
Renovate Bot
d9039c503f
Update dependency vue-plyr to ^5.1.3
2022-01-22 18:33:59 +00:00
Renovate Bot
3c97ced490
Update dependency vue-upload-component to ^2.8.22
2022-01-22 17:35:28 +00:00
Renovate Bot
f8a3530527
Update dependency vue-gettext to ^2.1.12
2022-01-22 15:03:42 +00:00
Georg Krause
faee52c457
Update yarn lockfile
2022-01-22 15:47:28 +01:00
Renovate Bot
8e7901ed34
Update dependency showdown to ^1.9.1
2022-01-21 09:03:29 +00:00
Renovate Bot
9ee8219d8e
Update dependency js-logger to ^1.6.1
2022-01-21 08:32:59 +00:00
Renovate Bot
2f28d71c11
Update dependency register-service-worker to ^1.7.2
2022-01-20 20:33:25 +00:00
Renovate Bot
33bde16f41
Update dependency howler to ^2.2.3
2022-01-20 19:33:16 +00:00
Renovate Bot
4e82a6449b
Update dependency fomantic-ui-css to ^2.8.8
2022-01-20 19:03:50 +00:00
Renovate Bot
1be4332f24
Update dependency diff to ^4.0.2
2022-01-20 13:04:14 +00:00
Renovate Bot
80517aa4bc
Update dependency axios-auth-refresh to ^2.2.8
2022-01-20 09:33:47 +00:00
Georg Krause
9a5733af5f
Remove npm's package lock file, yarn is the default
2022-01-19 10:33:13 +01:00
Georg Krause
850dc69091
Update Black & run for whole repository
2022-01-09 11:40:49 +00:00
JuniorJPDJ
40ce28079d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2022-01-08 11:52:45 +01:00
Marcos Peña
9d1b48106d
Fix: missing values in moderation library UI ( #1667 )
2022-01-08 11:51:46 +01:00
JuniorJPDJ
64df005395
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2022-01-07 21:36:40 +00:00
Marcos Peña
a84a7c9746
Fix: missing values in moderation library UI ( #1667 )
2022-01-07 14:19:36 +01:00
Georg Krause
9348614bf3
Fix not working podcast subscription form
2022-01-06 17:36:41 +01:00
Georg Krause
8248f3709a
Fix wrong spelling of component prop
2022-01-06 17:36:40 +01:00
Georg Krause
db051aa27a
Fix remote content page
2022-01-06 17:36:40 +01:00
Georg Krause
ef99f47449
Fix not working podcast subscription form
2022-01-06 14:03:01 +00:00
JuniorJPDJ
7dcf1b812b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2022-01-06 14:52:41 +01:00
Dignified Silence
f799e17860
Translated using Weblate (Japanese)
...
Currently translated at 87.9% (1140 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2022-01-06 14:52:06 +01:00
Dignified Silence
2673029029
Translated using Weblate (Japanese)
...
Currently translated at 87.9% (1140 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2022-01-05 21:36:41 +00:00
JuniorJPDJ
a44059212c
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2022-01-05 21:36:40 +00:00
Philipp Wolfer
d93f0d107d
Allow using dark / light theme as indicated by prefers-color-scheme media feature
2022-01-04 09:14:05 +00:00
Georg Krause
dbad92ce33
Fix wrong spelling of component prop
2021-12-30 12:29:19 +01:00
Georg Krause
ec9f8e1611
Fix remote content page
2021-12-30 05:51:15 +00:00
Georg Krause
ce46e4d929
Fix album play button
2021-12-27 10:00:29 +01:00
Marcos Peña
e567abd5fb
Enhances about page ui ( #1619 )
...
Done some css refactoring
2021-12-23 14:40:54 +01:00
Marcos Peña
57d6489007
Fix moderation user request list crash ( #1645 )
2021-12-22 19:54:59 +00:00
JuniorJPDJ
142008cbed
Resolve "Too long radio descriptions resize the entire row"
2021-12-21 07:37:43 +00:00
Stefano Pigozzi
0873a6e916
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/it/
2021-12-19 21:36:34 +00:00
Riccardo Sacchetto
4d5dedf403
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/it/
2021-12-19 21:36:34 +00:00
Marcos Peña
312ceb9cfb
Resolve "Computed properties already defined in data"
2021-12-19 17:37:48 +00:00
Rubén Cabrera
e4debe06e5
Translated using Weblate (Spanish)
...
Currently translated at 48.9% (635 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/es/
2021-12-15 11:36:32 +00:00
Georg Krause
d8c7f6443f
Translated using Weblate (Spanish)
...
Currently translated at 48.9% (635 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/es/
2021-12-15 11:36:32 +00:00
Tony Simoes
a4c51faa44
Translated using Weblate (Spanish)
...
Currently translated at 46.9% (608 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/es/
2021-12-14 10:36:32 +00:00
Marcos Peña
a561e4a315
Fix: duplicated tracks in multi-disc albums
2021-12-14 00:04:05 +00:00
Classified
d007eafe3e
Translated using Weblate (Turkish)
...
Currently translated at 1.1% (15 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/tr/
2021-12-12 15:09:35 +00:00
ghose
69eff2760e
Translated using Weblate (Galician)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/gl/
2021-12-12 15:09:34 +00:00
Tony Simoes
0d03388b23
Translated using Weblate (Spanish)
...
Currently translated at 46.8% (607 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/es/
2021-12-12 15:09:34 +00:00
Quentin PAGÈS
59ec17eae5
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/oc/
2021-12-12 15:09:33 +00:00
greengekota
666ad93792
Translated using Weblate (Italian)
...
Currently translated at 93.2% (1208 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/it/
2021-12-12 15:09:32 +00:00
Georg Krause
e1b86a3f35
Fix tag filter
2021-12-12 11:09:00 +00:00
Classified
c2aa90a1fd
Added translation using Weblate (Turkish)
2021-12-12 10:13:22 +00:00
Georg Krause
35ffc6ee71
Open external links on about page in new tab
2021-12-12 09:58:51 +01:00
Dignified Silence
d8f4b50257
Translated using Weblate (Japanese)
...
Currently translated at 71.5% (927 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2021-12-11 20:27:49 +00:00
Ciarán Ainsworth
9d5178d0fa
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/
2021-12-11 20:27:49 +00:00
Asier Iturralde Sarasola
59f885fb56
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/eu/
2021-12-11 20:27:48 +00:00
SpcCw
f2bdafacbe
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2021-12-11 20:27:48 +00:00
Philipp Wolfer
188dbb1de1
Translated using Weblate (German)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-12-11 20:27:47 +00:00
Christoph Pomaska
f8c17da77c
Translated using Weblate (German)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-12-11 20:27:47 +00:00
Georg Krause
cd76263660
Translated using Weblate (German)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-12-11 20:27:47 +00:00
Quentin PAGÈS
85d304a361
Translated using Weblate (Occitan)
...
Currently translated at 92.5% (1199 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/oc/
2021-12-11 20:27:47 +00:00
Erik Präntare
dffe4da2b5
Translated using Weblate (Swedish)
...
Currently translated at 3.9% (51 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/sv/
2021-12-11 20:27:46 +00:00
JuniorJPDJ
3c118b12b7
Translated using Weblate (Polish)
...
Currently translated at 96.8% (1255 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-12-11 20:27:46 +00:00
Deleted User
6bbfeb2e18
Translated using Weblate (Polish)
...
Currently translated at 96.8% (1255 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-12-11 20:27:45 +00:00
Manuel Viens
37b88e108d
Translated using Weblate (French)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2021-12-11 20:27:45 +00:00
Georg Krause
bac901168a
Added translation using Weblate (English (United States))
2021-12-11 20:25:35 +00:00
Georg Krause
20c4e7ac31
Don't show go to track page link on track page
2021-12-11 19:55:54 +00:00
Georg Krause
72950d52d3
Fix weird behavior on external Links in Sidebar
2021-12-11 20:41:42 +01:00
Georg Krause
4c64694da2
Load all tracks for albums, disable play button if not playable
2021-12-11 19:20:36 +00:00
Asier Iturralde Sarasola
351f86aa40
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/eu/
2021-12-11 10:29:48 +00:00
Sergio Varela
3fe2395e6f
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1296 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/eu/
2021-12-11 10:29:48 +00:00
manuelviens
3cef66f6e7
Translated using Weblate (French)
...
Currently translated at 99.0% (1284 of 1296 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2021-12-10 11:01:26 +00:00
Marcos Peña
aa996d1bd8
fix(front): duplicate keys detected in tags page
2021-12-08 22:08:33 +01:00
Georg Krause
547fd5d685
Update Author of Frontend package
2021-12-08 20:15:55 +01:00
Georg Krause
cefa3ec9d2
Fix post lint issues
2021-12-08 18:48:06 +00:00
Marcos Peña
9f30e4ec10
Resolve "Album list in artist view under track table"
2021-12-08 18:29:17 +00:00
Georg Krause
84edd35a71
Update all .po files
2021-12-08 19:18:04 +01:00
Philipp Wolfer
ce851ccaca
Translated using Weblate (German)
...
Currently translated at 96.6% (1203 of 1245 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-12-08 17:57:04 +00:00
Philipp Wolfer
746a9af205
Translated using Weblate (German)
...
Currently translated at 96.2% (1198 of 1245 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-12-07 14:36:26 +00:00
Georg Krause
4990983071
Update locales
2021-12-06 13:50:14 +01:00
Georg Krause
6f58a49c91
Fix wrong prop types
2021-12-06 11:50:04 +01:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Georg Krause
869fc20536
Use the same help menu entry for mobile and desktop
2021-12-03 11:35:15 +01:00
Georg Krause
8328ce9c9c
Fix nested routes, remove / prefix
2021-12-01 13:18:31 +01:00
Georg Krause
87c5283ead
Lint all changes files
2021-11-29 12:31:30 +01:00
Georg Krause
2dcbb6dc1a
Add Podname to Banner
2021-11-29 12:31:30 +01:00
Georg Krause
862bfe9365
Fix desktop banner regression
2021-11-29 12:31:30 +01:00
Georg Krause
fc3730e5bc
Do not show registration form for logged in users
2021-11-29 12:31:30 +01:00
Georg Krause
10a611bfb8
Remove done todo
2021-11-29 12:31:30 +01:00
Georg Krause
7823726df1
Fix moderators section
2021-11-29 12:31:30 +01:00
Georg Krause
d6f5b82ef3
Prevent feature tables on about page to get stacked
2021-11-29 12:31:29 +01:00
Georg Krause
82816ebd50
Justify about page text blocks
2021-11-29 12:31:29 +01:00
Georg Krause
302c1dd472
Make mobile about page banner full width
2021-11-29 12:31:29 +01:00
Georg Krause
0578d18cd9
Fix statistics view
2021-11-29 12:31:29 +01:00
Ciarán Ainsworth
58df0d4529
Profile menu redesign
2021-11-26 11:01:58 +00:00
Marcos Peña
474f16674c
Disables 'change password' button until both fields are filled ( #1591 )
...
MR !1405
2021-11-11 19:05:11 +00:00
Marcos Peña
1512b0ede3
Resolve "Don't show Delete account window if the user has not enetered a password"
2021-11-11 08:54:59 +00:00
Marcos Peña
a0560f020f
Reverts player changes introduced in MR!1291 breaking background playback ( #1509 )
...
MR !1397
2021-11-09 18:03:49 +00:00
Asier Iturralde Sarasola
2e4354717f
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/eu/
2021-11-08 11:17:28 +00:00
Ciarán Ainsworth
6136f866eb
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/
2021-11-03 04:04:34 +00:00
Georg Krause
6a61cf7d10
Fix linting of App.vue by using the right dependency
2021-11-01 19:20:12 +01:00
appzer0
0c2259683b
Translated using Weblate (French)
...
Currently translated at 94.6% (1197 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2021-10-31 16:48:20 +00:00
Marcos Peña
0cf83f3000
Resolve "Removing last track in queue jumps player to new last track (instead of continuing current track) ( #1485 )"
2021-10-28 08:17:33 +00:00
Georg Krause
6adae1de66
Allow to set listen activity privacy to be public
2021-10-25 12:15:37 +02:00
Dignified Silence
568c59599b
Translated using Weblate (Japanese)
...
Currently translated at 74.8% (946 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2021-10-22 17:48:18 +00:00
Ciarán Ainsworth
44394275ec
Update track table
2021-10-21 17:26:18 +00:00
Georg Krause
da33ec0241
Fixes crash at About Page, closes #1594
2021-10-21 11:13:41 +02:00
Georg Krause
0abf71095c
Revert progress bar changes, see #1381
2021-10-21 10:24:14 +02:00
Connor Hay
77bffa20ac
Update about page and add new /about/pod page
2021-10-21 07:44:34 +00:00
Marcos Peña
89b3789c76
Resolve "Show a popup to let user know that the subsonic api password has been copied"
2021-10-17 11:31:20 +00:00
ghose
ae56890fa3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/gl/
2021-10-08 05:36:23 +00:00
Marcos Peña
b05bfee277
Fix moderation interface when missing album cover
2021-10-03 12:09:29 +00:00
Georg Krause
e4efee4e92
Fix tests after changing progress unit
2021-09-27 04:56:45 +00:00
Georg Krause
5a74d1d3a0
Fix linting errors in touched files
2021-09-27 04:56:45 +00:00
Georg Krause
9bef230499
Update track progress bars with css transitions
2021-09-27 04:56:45 +00:00
vachan-maker
e9de6863c8
Translated using Weblate (Malayalam)
...
Currently translated at 14.8% (177 of 1193 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ml/
2021-09-26 13:36:19 +00:00
Georg Krause
ad80ddfce4
Fix frontend tests
2021-09-24 17:40:54 +02:00
Georg Krause
e5b95c82a4
Show embed option for channel tracks, closes #1278
2021-09-21 13:12:38 +02:00
Georg Krause
147888106f
Remove unused lines, closes #1477
2021-09-21 11:56:35 +02:00
Konstantinos G
a1f03aa5cf
Translated using Weblate (Greek)
...
Currently translated at 32.1% (407 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/el/
2021-09-18 18:55:49 +00:00
Georgios B
5b1c2f680a
Translated using Weblate (Greek)
...
Currently translated at 26.5% (336 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/el/
2021-09-13 16:55:47 +00:00
Georg Krause
9967a9b63d
Fix greek language code
2021-09-13 06:24:58 +02:00
Georgios B
5181372854
Translated using Weblate (Greek)
...
Currently translated at 14.5% (184 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/el/
2021-09-11 21:55:46 +00:00
Tony Wasserka
6114853445
Enable stepless adjustment of the volume control slider
2021-09-10 19:03:32 +00:00
Georg Krause
ee4d0928e4
Added translation using Weblate (Greek)
2021-09-10 18:42:58 +00:00
Georgios Brellas
f18238d0d0
Add Greek Language
2021-09-10 20:08:20 +02:00
ghose
971529efee
Translated using Weblate (Galician)
...
Currently translated at 97.1% (1228 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/gl/
2021-09-01 04:04:51 +00:00
Georg Krause
369122b32b
Fix typo in locales file
2021-08-25 11:52:22 +02:00
Georg Krause
08263765b1
Add missing languages to language switcher
2021-08-25 11:01:28 +02:00
Thomas
3fe020f19c
Translated using Weblate (French)
...
Currently translated at 94.4% (1194 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/
2021-08-13 11:04:44 +00:00
JuniorJPDJ
5f35ad1d33
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-11 17:04:43 +00:00
SpcCw
95cbf16c75
Translated using Weblate (Russian)
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2021-08-09 08:21:17 +00:00
ghose
4f239c98b3
Translated using Weblate (Galician)
...
Currently translated at 96.1% (1215 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/gl/
2021-08-09 08:21:15 +00:00
JuniorJPDJ
27d70fe84f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1264 of 1264 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-09 07:32:58 +00:00
Georg Krause
f01a21d679
Update translation strings
2021-08-07 20:31:12 +02:00
JuniorJPDJ
c35e514f71
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1250 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-06 02:04:42 +00:00
JuniorJPDJ
61d7c8bf14
Lower delay for loading sound
2021-08-04 11:44:46 +00:00
JuniorJPDJ
13c3b22b02
Set global howler volume, use log volume scale internally
...
fixes:
- next track volume
- saves precise volume slider position
- keyboard shortcut now sets volume in correct scale
2021-08-04 11:44:46 +00:00
JuniorJPDJ
ffc9109a45
Change volume dynamic range from 60dB to 40dB
...
also makes it easily configurable in future if needed
changes volume calculation algo to more precise and easy to understand (dB definition)
2021-08-04 11:44:46 +00:00
JuniorJPDJ
f1f6a77d14
Don't allow track playing start if it's not current track
...
partially fixes #1213
2021-08-04 11:44:46 +00:00
JuniorJPDJ
d28065886f
Name Polish language in more convenient way
2021-08-04 07:37:55 +00:00
JuniorJPDJ
885e2ad7f5
Replace Riot links with matrix.to links
2021-08-03 21:23:48 +02:00
JuniorJPDJ
9c68d4ef53
Translated using Weblate (Polish)
...
Currently translated at 99.6% (1246 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-03 12:12:38 +00:00
JuniorJPDJ
0a2d46785a
Translated using Weblate (Polish)
...
Currently translated at 99.7% (1247 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-02 22:16:01 +00:00
Dignified Silence
e4beb3c485
Translated using Weblate (Japanese)
...
Currently translated at 74.4% (930 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2021-08-01 20:12:22 +00:00
Quentin PAGÈS
8c2f58a7aa
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (1250 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/oc/
2021-08-01 20:12:22 +00:00
JuniorJPDJ
6ef57e8e76
Translated using Weblate (Polish)
...
Currently translated at 99.9% (1249 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-01 20:12:21 +00:00
Ciarán Ainsworth
3b80f84fed
Translated using Weblate (Japanese)
...
Currently translated at 74.3% (929 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2021-08-01 20:12:21 +00:00
Ryan Harg
b92c96b572
Translated using Weblate (German)
...
Currently translated at 99.9% (1249 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-08-01 20:12:21 +00:00
Ryan Harg
5d68179738
Translated using Weblate (German)
...
Currently translated at 99.9% (1249 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2021-08-01 20:12:21 +00:00
vachan-maker
1f5dec6d38
Translated using Weblate (Malayalam)
...
Currently translated at 13.6% (170 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ml/
2021-08-01 20:12:21 +00:00
Dignified Silence
ce67945deb
Translated using Weblate (Japanese)
...
Currently translated at 74.3% (929 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ja/
2021-08-01 20:12:21 +00:00
vachan-maker
3a9f0125a7
Translated using Weblate (Malayalam)
...
Currently translated at 13.3% (167 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ml/
2021-08-01 20:12:21 +00:00
vachan-maker
735fb11136
Added translation using Weblate (Malayalam)
2021-08-01 20:12:21 +00:00
Damian Szetela
9c28a3239e
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1250 of 1250 strings)
Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pl/
2021-08-01 20:12:21 +00:00