summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-2934-34/+106
|
* Fix Regex for iPhone and add iPadLukas Reschke2016-11-281-2/+4
| | | | | | | | The previous Regex worked for an iPhone with version "10.0" but not with "10.0.1" which was wrong. I modified the Regex to also match for those situations. I also added a Regex for the iPad Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-286-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2710-2/+34
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2634-136/+454
|
* Merge pull request #2276 from nextcloud/update-email-addressMorris Jobke2016-11-252-10/+106
|\ | | | | Update email address
| * bring back setEmailAddress for the user managementBjoern Schiessle2016-11-252-3/+97
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * update email address correctlyBjoern Schiessle2016-11-231-8/+10
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-242-5/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #2307 from nextcloud/better-filter-on-appstoreblizzz2016-11-241-0/+6
|\ \ | | | | | | Loop for newest version in appstore response
| * | Also show updates on the "enabled" pageLukas Reschke2016-11-241-0/+6
| |/ | | | | | | | | | | The enabled page doesn't pass through "getAppsForCategory" thus it also needs to have that special logic applied. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2224 from nextcloud/fix-visibility-switcherLukas Reschke2016-11-243-2/+3
|\ \ | |/ |/| Fix visibility switcher for avatar
| * Make Christoph happierLukas Reschke2016-11-211-1/+1
| | | | | | | | | | | | Apparently this failed for him as per https://github.com/nextcloud/server/pull/2224#issuecomment-262085537 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Fix visibility switcher for avatarLukas Reschke2016-11-212-1/+2
| | | | | | | | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2239 from nextcloud/cleanup-settings-application-againJoas Schilling2016-11-231-136/+0
|\ \ | | | | | | Cleanup settings application again
| * | Clean up the Application class againJoas Schilling2016-11-221-136/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2250 from nextcloud/check-if-data-is-definedJoas Schilling2016-11-221-1/+1
|\ \ \ | | | | | | | | Check if data is defined
| * | | Check if data is definedLukas Reschke2016-11-221-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise when adding a user as subadmin this would throw the following JS error: ``` users.js?v=bc2aae7…:500 Uncaught TypeError: Cannot read property 'message' of undefined(…)(anonymous function) @ users.js?v=bc2aae7…:500j @ jquery.js:3099fireWith @ jquery.js:3211x @ jquery.js:8264(anonymous function) @ jquery.js:8605 ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / / Remove superfluous email input fieldLukas Reschke2016-11-221-28/+0
|/ / | | | | | | | | | | | | | | That field is already there and looking at the code this seems to have been missed on a rebase. Fixes https://github.com/nextcloud/server/issues/2222 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add SubAdminMiddleware backLukas Reschke2016-11-221-0/+2
| | | | | | | | | | | | Removed by mistake in #1946 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2228 from nextcloud/use-appid-instead-of-app-elementRoeland Jago Douma2016-11-221-1/+1
|\ \ | | | | | | Use app ID instead of object
| * | Use app ID instead of objectLukas Reschke2016-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes several error messages when installing an app from the appstore, including: ``` Illegal offset type in isset or empty at /media/psf/stable9/lib/private/legacy/app.php#662 Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#663 Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#661 Object of class OC_App could not be converted to string at /media/psf/stable9/lib/private/legacy/app.php#81 trim() expects parameter 1 to be string, object given at /media/psf/stable9/lib/private/legacy/app.php#628 ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-2236-612/+614
|/ /
* | Merge pull request #2221 from nextcloud/from-is-featured-to-featuredLukas Reschke2016-11-211-0/+3
|\ \ | | | | | | Error log spam: Cast "isFeatured" to "featured"
| * | Cast "isFeatured" to "featured"Lukas Reschke2016-11-211-0/+3
| |/ | | | | | | | | | | | | | | | | | | The appstore returns a "isFeatured" in the current API revision. We need to cast this thus. Fixes the following error log message when opening the tab "Customization": > Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / use date as device name if no name was givenBjoern Schiessle2016-11-211-1/+1
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #2214 from nextcloud/remove-loggingRobin Appelman2016-11-212-145/+0
|\ | | | | remove old logging section
| * remove old logging sectionRobin Appelman2016-11-212-145/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | center checkmark to indicate that the setting was storedBjoern Schiessle2016-11-211-1/+1
| |
* | don't try to verify email address if no email address is setBjoern Schiessle2016-11-211-1/+1
| |
* | small fixesBjoern Schiessle2016-11-213-8/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Ask for password when scope is changedLukas Reschke2016-11-211-0/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix mail scopeLukas Reschke2016-11-211-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Highlight current entryLukas Reschke2016-11-212-4/+26
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Make JS aware of password verificationLukas Reschke2016-11-212-0/+9
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | make icons a bit smallerJan-Christoph Borchardt2016-11-211-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | fix menu positioning hackJan-Christoph Borchardt2016-11-212-2/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | put explanatory text directly in popupJan-Christoph Borchardt2016-11-212-9/+17
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix changing display names for subadminsLukas Reschke2016-11-211-2/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Adjust permission checksLukas Reschke2016-11-212-16/+10
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add a signer class for signingLukas Reschke2016-11-211-6/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | fix unit testsBjoern Schiessle2016-11-211-2/+3
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix password display issueRoeland Jago Douma2016-11-211-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | rearrange input fieldsBjoern Schiessle2016-11-211-20/+19
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | limit max-width to have never more than two input fields next to each otherBjoern Schiessle2016-11-211-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix position of menuRoeland Jago Douma2016-11-212-6/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix location of menuRoeland Jago Douma2016-11-211-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | change scope to 'local' for display name and avatarBjoern Schiessle2016-11-212-19/+28
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | change order of email and phone numberBjoern Schiessle2016-11-211-14/+14
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | fix avatar cropperRobin Appelman2016-11-212-7/+9
| |