Wykres commitów

1894 Commity (7cc62c03d556d7b12e1e1658e5e88934bffb981f)

Autor SHA1 Wiadomość Data
Marcos f3d998c7e0
Restores front tests using jest and vite 2022-03-21 12:52:41 +01:00
RenovateBot 22dfaad27e Update dependency plyr to v3.6.12 (develop) 2022-03-18 20:02:44 +00:00
Georg Krause 842071c13b
Fix frontend formatting 2022-03-18 17:32:39 +01:00
Georg Krause f81221ef11
Merge branch 'stable' into develop 2022-03-18 13:43:00 +01:00
Georg Krause 916e63eb09 Catch ValueError at the end of a radio 2022-03-16 13:06:35 +00:00
petitminion 5b7a28684a Catch ValueError at the end of a radio 2022-03-16 12:54:35 +00:00
Marcos Peña 8e2d686386 Fix Upload Form Vue Errors 2022-03-16 12:17:48 +00:00
RenovateBot 7216f3bacc Update dependency autoprefixer to v10.4.4 (develop) 2022-03-16 09:35:34 +00:00
RenovateBot 45a05e7738 Update dependency autoprefixer to v10.4.3 (develop) 2022-03-15 19:02:25 +00:00
RenovateBot e607f8ebd6 Update dependency eslint to v8.11.0 (develop) 2022-03-14 11:05:43 +00:00
RenovateBot 566db1046c Update dependency glob-all to v3.3.0 (develop) 2022-03-13 18:52:23 +00:00
Marcos 6cbe9cb72b Removes vite warning (missing slash) 2022-03-11 09:08:24 +00:00
Marcos 42ff6fe600 Fix login redirect (#1736) 2022-03-11 09:08:24 +00:00
RenovateBot 0b91cfadf9 Update dependency eslint to v8.10.0 (develop) 2022-03-11 04:47:23 +00:00
Georg Krause e076172106 Fix bug that prevents users from creating a new oauth application (#1706) 2022-03-10 19:39:08 +00:00
RenovateBot 7bacffeb69 Update dependency axios to v0.26.1 (develop) 2022-03-10 15:32:15 +00:00
RenovateBot 3c088e7238 Update dependency showdown to v2.0.3 (develop) 2022-03-10 13:32:20 +00:00
MattDHarding 706d55413b Fix playlist editor can't click outside trash can to delete item 2022-03-09 20:09:32 +00:00
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 a7e43a8346
Fix broken mobile apps link 2022-03-02 16:52:12 +01: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
MattDHarding 111ee4f518 fixed issue 1384 - element doesn't need v-dropdown directive 2022-02-27 14:16:08 +00: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