summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Bump vue-multiselect from 2.1.3 to 2.1.4dependabot[bot]2019-03-042-2/+2
| | | | | | | | | Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/shentao/vue-multiselect/releases) - [Commits](https://github.com/shentao/vue-multiselect/compare/v2.1.3...2.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* BuildJohn Molakvoæ (skjnldsv)2019-03-046-11/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Load auth tokens with the initial state APIChristoph Wurst2019-03-012-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve multiselect handling on twofactor settingsJoas Schilling2019-03-019-28/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add app token QR codes for mobile appsChristoph Wurst2019-03-0114-35/+6530
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move personal auth token settings to VueChristoph Wurst2019-02-2828-4427/+6324
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-289-32/+58
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update assetsRoeland Jago Douma2019-02-286-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump nextcloud-vue from 0.6.3 to 0.8.0dependabot[bot]2019-02-274-88/+208
| | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Compile assetsRoeland Jago Douma2019-02-259-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update settings buildJohn Molakvoæ (skjnldsv)2019-02-2114-10/+4035
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-201-2/+4
|\ | | | | Fix ocm end-point discovery discovery
| * Add unit tests and provide better messageMorris Jobke2019-02-201-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * check ocs-provider routeBjoern Schiessle2019-02-201-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add setup check for ocm-provider routeBjoern Schiessle2019-02-201-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Bump bundlesJulius Härtl2019-02-209-9/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Move settings to main webpackRoeland Jago Douma2019-02-208-8/+8
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to NODE_ENVRoeland Jago Douma2019-02-188-18/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust Apps and User settings to new Vue componentsChristoph Wurst2019-02-1410-37/+117
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-111-0/+103
|\ | | | | Where is your data?
| * Implement storing and loading the server infoMichael Weimann2019-01-141-0/+103
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Don't update token if current session tokenDaniel Kesselberg2019-02-021-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Improve usabilityDaniel Kesselberg2019-02-023-12/+29
| | | | | | | | | | | | | | | | - Trigger rename by doubleclick on token name - Use action rename to open and close - Line height stays the same Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Make app password description editableDaniel Kesselberg2019-02-013-10/+79
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Clipboard -> ClipboardJSDaniel Kesselberg2019-02-011-1/+1
| | | | | | | | | | https://github.com/nextcloud/server/issues/12915 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Extend regex to match DAVx5Daniel Kesselberg2019-02-011-1/+1
| | | | | | | | | | https://gitlab.com/bitfireAT/davx5-ose/commit/7ce739c271f9b4f9b3cd7c16c526a774a7d99bdc Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Generate assetsRoeland Jago Douma2019-01-312-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump vue-loader from 15.6.0 to 15.6.2 in /settingsdependabot[bot]2019-01-282-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-2521-37/+77
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #13679 from ↵Roeland Jago Douma2019-01-222-2/+2
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/dompurify-1.0.9 Bump dompurify from 1.0.8 to 1.0.9 in /settings
| * | Bump dompurify from 1.0.8 to 1.0.9 in /settingsdependabot[bot]2019-01-222-2/+2
| |/ | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.8...1.0.9) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Bump vuex from 3.0.1 to 3.1.0 in /settingsdependabot[bot]2019-01-215-10/+10
|/ | | | | | | | | 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>
* Recompile assetsRoeland Jago Douma2019-01-134-26/+26
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump js deps of settingsRoeland Jago Douma2019-01-124-14/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-109-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-1013-6136/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #12899 from nextcloud/feature/run-setupcheck-on-overwieMorris Jobke2019-01-081-57/+63
|\ | | | | Run setupchecks when #security-warnings is present
| * Run setupchecks when #security-warnings is presentDaniel Kesselberg2019-01-051-57/+63
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #13200 from nextcloud/ie11-compatibility-settingsChristoph Wurst2019-01-0712-39/+39
|\ \ | |/ |/| Cleanup of IE11 compatibility for users & apps management
| * Merge branch 'master' of https://github.com/nextcloud/server into ↵John Molakvoæ (skjnldsv)2019-01-036-34/+34
| |\ | | | | | | | | | ie11-compatibility-settings
| * | IE11 compatibility for users & apps managementJohn Molakvoæ (skjnldsv)2018-12-2112-39/+39
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #13134 from nextcloud/bugfix/13088/404-instead-of-exceptionMorris Jobke2019-01-041-1/+1
|\ \ \ | |_|/ |/| | returns a 404 instead of exception if app is not installed - #13088
| * | Make setup check also pass with a 501 statusJulius Härtl2018-12-191-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Compile assetsRoeland Jago Douma2019-01-0310-38/+38
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Compile assetsJohn Molakvoæ (skjnldsv)2018-12-2010-38/+38
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge remote-tracking branch ↵Christoph Wurst2018-12-127-9/+9
| | | | | | '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-116-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile assetsRoeland Jago Douma2018-12-108-8/+101
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update vue-template-compiler tooJohn Molakvoæ (skjnldsv)2018-12-102-93/+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-055-5/+5
| | | | | | | | | 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>