summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-03-2214-0/+46
|
* Bump @nextcloud/initial-state from 1.1.0 to 1.1.1dependabot-preview[bot]2020-03-214-8/+8
| | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix tests due to config adjustmentsJulius Härtl2020-03-201-20/+32
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add setting to restrict user enumeration to groupsJulius Härtl2020-03-203-0/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #19993 from nextcloud/bug/19991/check-if-value-is-arrayRoeland Jago Douma2020-03-201-0/+4
|\ | | | | Make sure app_install_overwrite is an array
| * Make sure app_install_overwrite is an arrayDaniel Kesselberg2020-03-161-0/+4
| | | | | | | | | | | | otherwise in_array will complain. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2020-03-206-12/+24
| |
* | Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-03-172-2/+2
|/
* Merge pull request #19962 from nextcloud/dependabot/npm_and_yarn/vuex-3.1.3Roeland Jago Douma2020-03-164-12/+12
|\ | | | | Bump vuex from 3.1.2 to 3.1.3
| * Bump vuex from 3.1.2 to 3.1.3dependabot-preview[bot]2020-03-154-12/+12
| | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-03-166-4/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-156-6/+42
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-142-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-124-6/+318
|
* Merge pull request #19839 from ↵Roeland Jago Douma2020-03-1116-444/+444
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.4.0 Bump @nextcloud/vue from 1.3.1 to 1.4.0
| * Bump @nextcloud/vue from 1.3.1 to 1.4.0dependabot-preview[bot]2020-03-1016-444/+444
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.1...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-03-112-2/+2
| |
* | Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-101-7/+3
|\ \ | |/ |/| Update check for outdated php version.
| * Update check for outdated php version.Daniel Kesselberg2020-02-241-7/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #19812 from nextcloud/enh/noid/subscription-configRoeland Jago Douma2020-03-102-1/+16
|\ \ | | | | | | Add config flag for subscription and hide server development notice
| * | Add system config flag to manually set that a subscription is availableJulius Härtl2020-03-101-1/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Hide development notice when subscription is validJulius Härtl2020-03-061-0/+13
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Bump bundlesJulius Härtl2020-03-1018-226/+13971
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix group navigationJulius Härtl2020-03-102-4/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix row height and display name inputJulius Härtl2020-03-101-0/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Allow to edit admin/own user in the user managementJulius Härtl2020-03-103-7/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-102-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-092-0/+4
| | |
* | | Bump clipboard from 2.0.4 to 2.0.6dependabot-preview[bot]2020-03-082-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.4...v2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Bump webpack from 4.41.6 to 4.42.0dependabot-preview[bot]2020-03-0816-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Bump vue-infinite-loading from 2.4.4 to 2.4.5dependabot-preview[bot]2020-03-084-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases) - [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.4...v2.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-074-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-064-4/+20
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-042-0/+4
| |
* | Merge pull request #19739 from nextcloud/bugfix/noid/groupid-spacesRoeland Jago Douma2020-03-035-9/+8
|\ \ | | | | | | Do not use replace on the group id
| * | Do not use replace on the group idJulius Härtl2020-03-025-9/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-032-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-024-2/+10
| |
* | Bump @babel/core from 7.8.4 to 7.8.6dependabot-preview[bot]2020-03-018-9/+9
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump vue-router from 3.1.5 to 3.1.6dependabot-preview[bot]2020-03-012-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.5...v3.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #19709 from ↵Roeland Jago Douma2020-03-018-14/+14
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.8.6 Bump @babel/preset-env from 7.8.3 to 7.8.6
| * | Bump @babel/preset-env from 7.8.3 to 7.8.6dependabot-preview[bot]2020-02-298-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-014-12/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-02-29118-0/+124
| |
* | Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-2815-40/+93
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-02-284-10/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-2710-2/+10
| |
* | Merge pull request #19589 from nextcloud/bug/19162/reindex-quota-presetJohn Molakvoæ2020-02-261-6/+14
|\ \ | | | | | | Make sure quota_preset is using numerical indexes