summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Bump bundlesJulius Härtl2019-07-304-7/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [Security] Bump lodash from 4.17.11 to 4.17.13dependabot-preview[bot]2019-07-112-3/+3
| | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-268-9298/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [Security] Bump axios from 0.18.0 to 0.18.1dependabot-preview[bot]2019-06-0311-25/+25
| | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
* Show supported apps in app managementMorris Jobke2019-05-172-2/+2
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump user settings bundleJulius Härtl2019-05-072-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Apply `npm audit fix` on stable16Christoph Wurst2019-04-242-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-102-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move appstore details warnings above buttonsRoeland Jago Douma2019-04-022-2/+2
| | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix mobile menu on users managementJohn Molakvoæ (skjnldsv)2019-04-025-236/+244
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update buildJohn Molakvoæ (skjnldsv)2019-04-0210-18/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #14808 from ↵Roeland Jago Douma2019-03-254-4/+23
|\ | | | | | | | | nextcloud/fix/personal-settings-fed-scope-tabindex Fix personal settings fed scope tabindex
| * Make the federation scope selectable via keyboardChristoph Wurst2019-03-223-4/+13
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Fix tabindex and meno open/close via keyboard on fed scope menuChristoph Wurst2019-03-221-0/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Select the username input after creating a user successfullyChristoph Wurst2019-03-222-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix setup checks for ocm/ocs-providerMorris Jobke2019-03-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma2019-03-2016-6014/+2947
|\ | | | | Force enable apps
| * allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-2016-6014/+2947
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "Where is your data?"Roeland Jago Douma2019-03-201-103/+0
|/
* Collapse 2FA admin detail settings if disabledChristoph Wurst2019-03-204-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix plural rule detection for languagesJoas Schilling2019-03-112-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14484 from nextcloud/fix/users-and-groups/vue-multiselectMorris Jobke2019-03-045-366/+26
|\ | | | | Fix/users and groups/vue multiselect
| * Settings build updateJohn Molakvoæ (skjnldsv)2019-03-035-366/+26
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 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>