aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/settings-vue.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-251-92/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump vuex from 3.0.1 to 3.1.0 in /settingsdependabot[bot]2019-01-211-6/+6
| | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump js deps of settingsRoeland Jago Douma2019-01-121-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge branch 'master' of https://github.com/nextcloud/server into ↵John Molakvoæ (skjnldsv)2019-01-031-8/+8
|\ | | | | | | ie11-compatibility-settings
| * Compile assetsRoeland Jago Douma2019-01-031-8/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | IE11 compatibility for users & apps managementJohn Molakvoæ (skjnldsv)2018-12-211-9/+9
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile assetsJohn Molakvoæ (skjnldsv)2018-12-201-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge remote-tracking branch ↵Christoph Wurst2018-12-121-2/+2
| | | | | | 'origin/dependabot/npm_and_yarn/settings/vue-template-compiler-2.5.21' into dependabot/npm_and_yarn/settings/vue-2.5.21 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update vue-template-compiler too & bumpJohn Molakvoæ (skjnldsv)2018-12-111-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile assetsRoeland Jago Douma2018-12-101-0/+92
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update vue-template-compiler tooJohn Molakvoæ (skjnldsv)2018-12-101-92/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settingsdependabot[bot]2018-12-051-1/+1
| | | | | | | | | Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Compile assetsRoeland Jago Douma2018-12-051-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Compile assetsRoeland Jago Douma2018-12-041-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Compile assetsRoeland Jago Douma2018-11-271-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Commpile assetsRoeland Jago Douma2018-11-261-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Compile assetsRoeland Jago Douma2018-11-221-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not clear new user form on failureJohn Molakvoæ (skjnldsv)2018-11-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix interaction with groups that contain a slashJoas Schilling2018-11-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fixup! Use nextcloud-password-confirmationJohn Molakvoæ (skjnldsv)2018-11-121-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Rebuild assetsRoeland Jago Douma2018-10-231-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove Vue compiler because templates have to be precompiled anywayChristoph Wurst2018-10-161-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix unsafe-eval used in 2FA admin settingsChristoph Wurst2018-10-161-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add admin interface to enforce 2FAChristoph Wurst2018-10-101-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove useless promise transformationChristoph Wurst2018-10-081-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix generateUrl for webpackJohn Molakvoæ (skjnldsv)2018-10-021-1/+1
| | | | | | | OC.generateUrl(OC.linkTo('contacts', 'js/')) will append index.php, we should not have that! Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Babel fix and dynamic import on settingsJohn Molakvoæ (skjnldsv)2018-10-021-130/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add new group entry on users list + fixesJohn Molakvoæ (skjnldsv)2018-09-281-11/+96
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* State default unknown quota to 0John Molakvoæ (skjnldsv)2018-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix string formattingJohn Molakvoæ (skjnldsv)2018-09-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add back the total used space per userJohn Molakvoæ (skjnldsv)2018-09-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update config and babel for ie11John Molakvoæ (skjnldsv)2018-09-101-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js deps settingsRoeland Jago Douma2018-09-041-8/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add missing js filesJin Lin Wright2018-08-291-1/+1
|
* Recompile settingsRoeland Jago Douma2018-08-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixes hiding the disabled users nav item if there are no disabled usersMichael Weimann2018-08-141-1/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Allow external actions to users listJohn Molakvoæ (skjnldsv)2018-08-131-1/+1
| | | | | | + Created fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RecompileRoeland Jago Douma2018-08-101-3800/+123
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump bundled javascript from settingsJulius Härtl2018-08-101-123/+3800
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Updates the built filesMichael Weimann2018-08-071-3800/+123
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fixes the apps list layoutMichael Weimann2018-08-071-123/+3800
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Compile vueRoeland Jago Douma2018-07-311-7/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set display name (if specified) when a new user is createdDaniel Calviño Sánchez2018-07-311-8/+8
| | | | | | | | Although the form to create a new user included a field to set the display name its value was not taken into account, so the new user ended with the default display name (the same as the user name). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Sidebar fixJohn Molakvoæ (skjnldsv)2018-07-201-1/+1
| | | | | | | Fix sidebar and scrollbar on content Sidebar fixes, and sidebar-width + header-height variables Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump settings buildJulius Härtl2018-07-201-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display the remove item even for elements without a countMichael Weimann2018-07-181-1/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>