summaryrefslogtreecommitdiffstats
path: root/core/src/maintenance.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading error catchJohn Molakvoæ (skjnldsv)2020-09-181-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not import the full OC since we don't need itRoeland Jago Douma2020-06-051-3/+2
| | | | | | | Import what we need. Saves off a bunch of bytes of the bundle (600 kilobytes to be exact) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-161-0/+49
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>