summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-02-0814-8/+38
|
* [tx-robot] updated from transifexNextcloud bot2020-02-0710-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2020-02-07128-1006/+94
|
* [tx-robot] updated from transifexNextcloud bot2020-02-068-10/+88
|
* [tx-robot] updated from transifexNextcloud bot2020-02-054-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-02-042-0/+2
|
* Merge pull request #19273 from ↵Roeland Jago Douma2020-02-034-5/+5
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.8.4 Bump @babel/core from 7.8.3 to 7.8.4
| * Bump @babel/core from 7.8.3 to 7.8.4dependabot-preview[bot]2020-02-034-5/+5
| | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [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.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Update test to pass l10n instead of factoryDaniel Kesselberg2020-02-031-6/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Use the l10n from settingsRoeland Jago Douma2020-02-031-2/+2
|/ | | | | | Fixes #19261 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19243 from nextcloud/enh/settings/admin_settings_to_info_xmlRoeland Jago Douma2020-02-0312-19/+24
|\ | | | | Move Admin Settings also to info.xml
| * Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-3112-19/+24
| | | | | | | | | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-02-034-36/+134
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-024-14/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-0160-64/+64
|/
* Use activity registration for the settingsRoeland Jago Douma2020-01-312-9/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19217 from nextcloud/enh/settings/personalRoeland Jago Douma2020-01-3112-31/+32
|\ | | | | Personal settings cleanup
| * Move personal settings to proper registrationRoeland Jago Douma2020-01-3011-22/+26
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move password settingsRoeland Jago Douma2020-01-306-14/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-01-3160-64/+62
|/
* Merge pull request #19192 from ↵Roeland Jago Douma2020-01-308-134/+171
|\ | | | | | | | | nextcloud/enh/settings/move_2fa_to_own_settings_class Move the personal 2FA settings to its settings
| * Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-298-134/+171
| | | | | | | | | | | | | | | | Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19125 from nextcloud/bugfix/noid/tab-idJohn Molakvoæ2020-01-3018-13065/+114
|\ \ | | | | | | Give the sharing tab a unique id so it also opens properly on other languages
| * | Bump @nextcloud/vueJulius Härtl2020-01-2918-13065/+114
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-30128-128/+574
| |/ |/|
* | Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settingsRoeland Jago Douma2020-01-294-20/+25
|\ \ | |/ |/| Move can create token logic
| * Move can create token logicRoeland Jago Douma2020-01-294-20/+25
| | | | | | | | | | | | | | It makes sense to have this in the actual authtoken settings. As well. This is where it is used. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19174 from ↵Roeland Jago Douma2020-01-299-0/+372
|\ \ | | | | | | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | Move admin sections to settings appRoeland Jago Douma2020-01-289-0/+372
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-29126-20/+240
|/
* Merge pull request #19168 from ↵blizzz2020-01-286-0/+189
|\ | | | | | | | | nextcloud/enh/settings/personal_sections_to_proper_app Move the Personal sections to the settings app
| * Move the Personal sections to the settings appRoeland Jago Douma2020-01-286-0/+189
| | | | | | | | | | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19164 from nextcloud/dependabot/variousRoeland Jago Douma2020-01-2814-39/+39
|\ \ | | | | | | Dependabot/various
| * | Merge multiple dependabots updatesJohn Molakvoæ (skjnldsv)2020-01-2714-39/+39
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-284-0/+82
|/
* Bump @nextcloud/vue from 1.2.5 to 1.2.7dependabot-preview[bot]2020-01-2616-136/+136
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7) 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-01-256-4/+12
|
* Merge pull request #19116 from nextcloud/fix/19104/fix-bundle-viewblizzz2020-01-246-8/+10
|\ | | | | apps can have polyamorous relationships with bundles
| * Compile assetsnpmbuildbot[bot]2020-01-244-6/+6
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-242-2/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #19110 from nextcloud/backpost/recommended_apps/masterRoeland Jago Douma2020-01-246-3938/+4716
|\ \ | | | | | | Update recommended apps
| * | Fix width and iconRoeland Jago Douma2020-01-246-3938/+4716
| |/ | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-2426-2/+28
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-23128-568/+568
|
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-2224-664/+1384
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-222-0/+16
|
* Compile templatesJohn Molakvoæ (skjnldsv)2020-01-211-11/+26
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-218-8/+10
|
* Bump vue-router from 3.1.3 to 3.1.5dependabot-preview[bot]2020-01-202-6/+6
| | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.3 to 3.1.5. - [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.3...v3.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>