aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-0/+37
| | | | | | * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update generated webpack files to .l10nignoreMorris Jobke2019-03-061-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove leftover input that causes undefined index errorsChristoph Wurst2019-03-051-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add activities for group membership changesJoas Schilling2019-03-044-0/+404
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14484 from nextcloud/fix/users-and-groups/vue-multiselectMorris Jobke2019-03-048-423/+33
|\ | | | | 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>
| * Use nextcloud-vue multiselectJohn Molakvoæ (skjnldsv)2019-03-033-57/+7
| | | | | | | | 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>
* | Merge pull request #14467 from ↵John Molakvoæ2019-03-046-11/+11
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.8 Bump vue and vue-template-compiler
| * | BuildJohn Molakvoæ (skjnldsv)2019-03-046-11/+11
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / Fix default input element heightJohn Molakvoæ (skjnldsv)2019-03-021-3/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Load auth tokens with the initial state APIChristoph Wurst2019-03-016-60/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve multiselect handling on twofactor settingsJoas Schilling2019-03-0110-30/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add app token QR codes for mobile appsChristoph Wurst2019-03-0115-36/+6554
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #14392 from nextcloud/refactor/auth-token-VueRoeland Jago Douma2019-03-0137-4570/+7107
|\ | | | | Move personal auth token settings to Vue
| * Move personal auth token settings to VueChristoph Wurst2019-02-2837-4570/+7107
| | | | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2019-03-014-120/+434
| |
* | Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-0/+5
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-2813-54/+142
| | | | 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>
* Merge remote-tracking branch 'origin/master' into users-management-enhancementsRoeland Jago Douma2019-02-256-27/+9
|\
| * Merge pull request #14365 from nextcloud/enh/npm-makefileMorris Jobke2019-02-251-26/+0
| |\ | | | | | | Makefile to root folder
| | * Makefile to root folderRoeland Jago Douma2019-02-241-26/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | [tx-robot] updated from transifexNextcloud bot2019-02-252-0/+6
| |/
| * Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-221-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * [tx-robot] updated from transifexNextcloud bot2019-02-222-0/+2
| |
* | Focus new group input on showJohn Molakvoæ (skjnldsv)2019-02-211-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix app-navigation loadingJohn Molakvoæ (skjnldsv)2019-02-211-4/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | update settings buildJohn Molakvoæ (skjnldsv)2019-02-2114-10/+4035
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix group form reset after new userJohn Molakvoæ (skjnldsv)2019-02-211-1/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Automatically select newly created groupJohn Molakvoæ (skjnldsv)2019-02-211-0/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix infiniteLoading state after user add/removeJohn Molakvoæ (skjnldsv)2019-02-211-4/+23
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+4
|
* 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-2013-7072/+10
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14263 from nextcloud/publish-activity-app-tokenRoeland Jago Douma2019-02-191-0/+31
|\ | | | | Publish activity if app password created by ocs api or client login flow
| * Emit event if app password createdDaniel Kesselberg2019-02-181-0/+31
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #14261 from ↵Morris Jobke2019-02-191-1/+6
|\ \ | | | | | | | | | | | | nextcloud/show-warning-if-x-forwarded-set-with-empty-trusted-proxies Warning if x-forwarded-host present but trusted_proxies empty
| * | Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-171-1/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Move settings to NODE_ENVRoeland Jago Douma2019-02-1810-25/+17
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-182-0/+54
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-02-174-0/+68
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-164-0/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-15110-166/+278
|/