summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Manually whitelist tagsLukas Reschke2017-01-131-1/+16
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Apply DOMPurify over HTMLLukas Reschke2017-01-132-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix JSUnit testsMorris Jobke2017-01-131-0/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't render non HTTP links, images and quotesJoas Schilling2017-01-131-1/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Render markdownJoas Schilling2017-01-132-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3035 from nextcloud/fix-federationScopeMenu-menuMorris Jobke2017-01-121-1/+1
|\ | | | | Fit federationScopeMenu to guidelines
| * Update federationscopemenu.jsJohn Molakvoæ2017-01-111-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-01-122-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2017-01-114-8/+22
|
* fix dev manual linkChristoph Wurst2017-01-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2017-01-094-38/+252
|
* [tx-robot] updated from transifexNextcloud bot2017-01-052-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-022-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-12-302-0/+76
|
* [tx-robot] updated from transifexNextcloud bot2016-12-294-8/+86
|
* [tx-robot] updated from transifexNextcloud bot2016-12-282-0/+108
|
* [tx-robot] updated from transifexNextcloud bot2016-12-272-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-12-26116-968/+186
|
* [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>