summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-162-2/+2
|
* Fix missing actions menu on small screens in the user managementJulius Härtl2018-08-151-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixes hiding the disabled users nav item if there are no disabled usersMichael Weimann2018-08-143-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Allow external actions to users listJohn Molakvoæ (skjnldsv)2018-08-135-8/+39
| | | | | | + Created fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-132-28/+32
|
* Merge pull request #10610 from nextcloud/fix/noid/dontcountwithldapRoeland Jago Douma2018-08-101-6/+11
|\ | | | | do not trigger counting on LDAP
| * do not trigger counting on LDAPArthur Schiwon2018-08-101-6/+11
| | | | | | | | | | | | it's probably too many, degregading performance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | RecompileRoeland Jago Douma2018-08-101-3800/+123
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump bundled javascript from settingsJulius Härtl2018-08-102-124/+3800
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Sort apps by a proper hierarchical order (active, update, name)Julius Härtl2018-08-101-7/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix removeing apps in the sidebarJulius Härtl2018-08-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10546 from nextcloud/popover-tokensChristoph Wurst2018-08-102-40/+20
|\ \ | | | | | | Popovermenu fix and token settings design fixes
| * | POpovermenu fix and token settings design fixesJohn Molakvoæ (skjnldsv)2018-08-062-40/+20
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-102-8/+8
| |/ |/|
* | Fix `this` context for enter-key handler on app tokensChristoph Wurst2018-08-081-1/+1
| | | | | | | | | | | | Fixes https://sentry.io/share/issue/e07c5560b6154212832e4cd6598464c7/. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #10561 from nextcloud/fix/10476/applist-layoutJohn Molakvoæ2018-08-084-15/+33
|\ \ | | | | | | Fixes the apps list layout
| * | Updates the built filesMichael Weimann2018-08-072-3801/+124
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Fixes the apps list layoutMichael Weimann2018-08-073-136/+3831
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10572 from nextcloud/bugfix/10464/security-password-changeRoeland Jago Douma2018-08-081-6/+3
|\ \ \ | | | | | | | | Fix security settings if password change is disabled
| * | | Fix security settings if password change is disabledJulius Härtl2018-08-071-6/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+14
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-072-0/+56
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-08-062-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-052-0/+2
|/
* Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-022-3/+4
|\ | | | | Settings design polishing
| * Make user management heading font size lighterJulius Härtl2018-08-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move locale preview to two lines to reduce grid heightJulius Härtl2018-08-011-2/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstoreRoeland Jago Douma2018-08-021-3/+5
|\ \ | | | | | | Not all apps are from the appstore
| * | Not all apps are from the appstoreRoeland Jago Douma2018-08-021-3/+5
| | | | | | | | | | | | | | | | | | Fixes #10504 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Also allow to update apps which are currently not enabledJoas Schilling2018-08-021-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Keep the data of the local app (especially the version)Joas Schilling2018-08-021-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-022-40/+40
| |
* | Use icon classes in personal settingsJulius Härtl2018-08-011-10/+7
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-08-012-4/+4
|
* Merge pull request #9242 from ↵Roeland Jago Douma2018-07-314-6/+8
|\ | | | | | | | | nextcloud/fix-display-name-ignored-when-creating-new-user Fix display name ignored when creating new user
| * Compile vueRoeland Jago Douma2018-07-312-8/+8
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Set display name (if specified) when a new user is createdDaniel Calviño Sánchez2018-07-314-12/+14
| | | | | | | | | | | | | | | | Although the form to create a new user included a field to set the display name its value was not taken into account, so the new user ended with the default display name (the same as the user name). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add more spacing to the apps management sidebarJulius Härtl2018-07-311-5/+21
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-07-288-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-07-274-0/+44
|
* [tx-robot] updated from transifexNextcloud bot2018-07-262-2/+24
|
* Merge pull request #10391 from ↵Morris Jobke2018-07-251-1/+1
|\ | | | | | | | | nextcloud/bugfix/10389/fix-app-navigation-controller Fix app navigation controller to return an array
| * Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+1
| | | | | | | | | | | | This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-07-252-0/+2
|/
* Replace contacts-dark iconJulius Härtl2018-07-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-07-244-2/+12
|
* Merge pull request #10337 from ↵Morris Jobke2018-07-232-82/+26
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/vue-loader-15.2.6 Bump vue-loader from 15.2.4 to 15.2.6 in /settings
| * Bump vue-loader from 15.2.4 to 15.2.6 in /settingsdependabot[bot]2018-07-232-82/+26
| | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.2.4 to 15.2.6. - [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/compare/v15.2.4...v15.2.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump webpack-cli from 3.0.8 to 3.1.0 in /settingsdependabot[bot]2018-07-232-47/+81
|/ | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.8 to 3.1.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-232-0/+2
|