summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-224-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-12-216-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2016-12-20114-234/+666
|
* Merge pull request #2707 from nextcloud/clear_appstore_cache_on_upgradeLukas Reschke2016-12-161-1/+2
|\ | | | | Clear appstore cache on version upgrade
| * Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-1/+2
| | | | | | | | | | | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Changed anchoramittel2016-12-161-1/+1
|/ | | | | from `avatar` to `personal-settings` fixes #2711
* fix wording for apps mgmt buttonsJan-Christoph Borchardt2016-12-132-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2016-12-122-4/+4
|
* Merge pull request #2598 from nextcloud/fix_2403Lukas Reschke2016-12-101-0/+9
|\ | | | | Check for app updates on disabled page
| * Check for app updates on disabled pageRoeland Jago Douma2016-12-091-0/+9
| | | | | | | | | | | | | | | | | | Fixes #2403 We need to check for updates of disabled apps so that if you update with incompatible apps you at least get a chance to upgrade. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-12-102-0/+18
| |
* | Fix dev manual link for NC11Christoph Wurst2016-12-091-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2016-12-094-24/+118
|
* Allow non-subadmins to change their languageJoas Schilling2016-12-081-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2545 from nextcloud/fix-popover-widthRoeland Jago Douma2016-12-081-0/+1
|\ | | | | Fix popover width
| * Fix popover federationScopeMenuJohn Molakvoæ (skjnldsv)2016-12-071-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #2534 from nextcloud/fix-avatar-upload-buttonsRoeland Jago Douma2016-12-081-26/+11
|\ \ | | | | | | Fix avatar delete button
| * | Fix #2473John Molakvoæ (skjnldsv)2016-12-061-26/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-082-2/+2
|/ /
* | hide token configure menu when clicking outside itRobin Appelman2016-12-061-1/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | hide all other token dropdowns when showing oneRobin Appelman2016-12-061-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | center arrow for token dropdownRobin Appelman2016-12-061-0/+5
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2016-12-0684-400/+296
|
* Merge pull request #2509 from nextcloud/sudo-mode-for-app-enablingLukas Reschke2016-12-055-0/+38
|\ | | | | Add sudo mode to enabling and disabling apps
| * Add sudo mode to enabling and disabling appsLukas Reschke2016-12-055-0/+38
| | | | | | | | | | | | | | | | | | | | Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible. Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic) Ref https://github.com/nextcloud/server/issues/2487 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2484 from nextcloud/fix-wrong-update-of-email-addressChristoph Wurst2016-12-051-0/+2
|\ \ | | | | | | make sure that we only update the email address if it really changed
| * | make sure that we only update the email address if it really changedBjoern Schiessle2016-12-021-0/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #2501 from ↵Morris Jobke2016-12-051-23/+30
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/issue-2472-remove-update-notification-after-updating Remove the update warning and the notification after an successful up…
| * | Remove the update warning and the notification after an successful updateJoas Schilling2016-12-051-23/+30
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2468 from nextcloud/fix-personal-settings-readonlyMorris Jobke2016-12-051-42/+16
|\ \ \ | | | | | | | | personal settings: handle read-only parameters correctly
| * | | hide password recovery note if email address can't be setBjoern Schiessle2016-12-051-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | handle read-only parameters correctlyBjoern Schiessle2016-12-021-40/+12
| | |/ | |/| | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #2502 from nextcloud/personal-settings-dead-codeMorris Jobke2016-12-051-55/+0
|\ \ \ | | | | | | | | remove dead js code from personal settings
| * | | remove dead js code from personal settingsChristoph Wurst2016-12-051-55/+0
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / | Allow emtpy values on personal page and fix saving checkmark positionChristoph Wurst2016-12-052-1/+4
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #2491 from nextcloud/fix-groups-enable-visualRoeland Jago Douma2016-12-052-3/+6
|\ \ | | | | | | Put "Enable only for specific groups" into a new div
| * | Change groups enable to block elementJohn Molakvoæ (skjnldsv)2016-12-052-3/+6
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: Felix A. Epp <work@felixepp.de>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-054-0/+46
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-12-042-4/+4
| | |
* | | Merge pull request #2434 from nextcloud/app-list-growJohn Molakvoæ2016-12-031-4/+41
|\ \ \ | | | | | | | | dont grow items in the app list
| * | | use flex and specify rows to align everythingJohn Molakvoæ (skjnldsv)2016-12-031-4/+41
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | dont grow items in the app listRobin Appelman2016-12-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2016-12-03100-200/+44
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-12-022-0/+4
| | |
* | | Merge pull request #2423 from nextcloud/fix-language-namesLukas Reschke2016-12-012-67/+3
|\ \ \ | |_|/ |/| | Fix naming of languages
| * | LanguageMorris Jobke2016-11-302-67/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2425 from nextcloud/show-real-apps-ratingRoeland Jago Douma2016-12-012-1/+3
|\ \ \ | | | | | | | | Show app store rating only for 5+ votes
| * | | Show app store rating only for 5+ votesMorris Jobke2016-11-302-1/+3
| |/ / | | | | | | | | | | | | | | | | | | * shows the rating of an app only if a given amount of ratings are given * fixes #2001 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / [tx-robot] updated from transifexNextcloud bot2016-12-016-0/+16
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-11-30122-1316/+234
| |