Commit Graph

1864 Commits

Author SHA1 Message Date
Kasper Seweryn 341bcf5b17 Remove `require` from auth store 2022-03-08 14:04:54 +00:00
Marcos Peña a7698ce56b Fix broken dev environment set-up 2022-03-08 09:37:37 +00:00
petitminion bc5aba6808 close /radios/build to un-authenticated users 2022-03-04 14:37:59 +00:00
RenovateBot b2b4f0c64b Update dependency vite to v2.8.6 (develop) 2022-03-04 03:34:13 +00:00
RenovateBot d5fa9ce56c Update dependency showdown to v2.0.2 (develop) 2022-03-03 23:34:41 +00:00
Reinhard Prechtl 4e1c625c24
Fix broken mobile apps link 2022-03-02 13:59:58 +01:00
RenovateBot 91130f4f95 Update dependency vite to v2.8.5 (develop) 2022-03-01 14:03:40 +00:00
RenovateBot c760503a36 Update dependency sass to v1.49.9 (develop) 2022-03-01 13:33:41 +00:00
Kasper Seweryn 9bd580e5a0
Fix deployment warning message 2022-02-27 23:44:09 +01:00
Kasper Seweryn d5cff4f3bf
Fix deployment base path 2022-02-27 23:20:03 +01:00
Michael Long f25965d256 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-26 16:17:05 +00:00
Georg Krause ef5c85b293
Pin dependencies 2022-02-26 10:10:30 +01:00
Kasper Seweryn e743e07ba7
Move service-worker to public 2022-02-24 13:22:13 +01:00
Kasper Seweryn 08b57c67d2
Fix production env var checks 2022-02-24 11:54:30 +01:00
Kasper Seweryn 43f609b497
Update axios-auth-refresh 2022-02-24 11:54:21 +01:00
Georg Krause 7fb82c5785
Disable source maps for production builds again 2022-02-24 10:27:02 +01:00
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
RenovateBot 33e5276868 Update dependency eslint to v8.9.0 (develop) 2022-02-16 15:51:12 +00:00
RenovateBot 6c09dcb566 Update dependency axios to v0.26.0 (develop) 2022-02-16 10:29:08 +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
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