Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for app updates on disabled page | Roeland Jago Douma | 2016-12-09 | 1 | -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> | ||||
* | Allow non-subadmins to change their language | Joas Schilling | 2016-12-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | make sure that we only update the email address if it really changed | Bjoern Schiessle | 2016-12-02 | 1 | -0/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Show app store rating only for 5+ votes | Morris Jobke | 2016-11-30 | 1 | -0/+2 |
| | | | | | | | * 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> | ||||
* | Merge pull request #2276 from nextcloud/update-email-address | Morris Jobke | 2016-11-25 | 1 | -10/+105 |
|\ | | | | | Update email address | ||||
| * | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 1 | -3/+96 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | update email address correctly | Bjoern Schiessle | 2016-11-23 | 1 | -8/+10 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Also show updates on the "enabled" page | Lukas Reschke | 2016-11-24 | 1 | -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> | ||||
* | Cast "isFeatured" to "featured" | Lukas Reschke | 2016-11-21 | 1 | -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> | ||||
* | Merge pull request #2214 from nextcloud/remove-logging | Robin Appelman | 2016-11-21 | 1 | -57/+0 |
|\ | | | | | remove old logging section | ||||
| * | remove old logging section | Robin Appelman | 2016-11-21 | 1 | -57/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | don't try to verify email address if no email address is set | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |
| | | |||||
* | | small fixes | Bjoern Schiessle | 2016-11-21 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Make JS aware of password verification | Lukas Reschke | 2016-11-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Fix changing display names for subadmins | Lukas Reschke | 2016-11-21 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Adjust permission checks | Lukas Reschke | 2016-11-21 | 1 | -10/+4 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 1 | -6/+12 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -18/+21 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 1 | -109/+84 |
| | | | | | | | | | | | | keep display name and email address in sync with the accounts table Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | allow multiple values for phone, website, address and email | Björn Schießle | 2016-11-21 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | introduce accounts table and keep it up-to-date with the data added to the ↵ | Björn Schießle | 2016-11-21 | 1 | -2/+24 |
| | | | | | | | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | use PUT to update user settings | Christoph Wurst | 2016-11-21 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Persist settings on the server | Christoph Wurst | 2016-11-21 | 1 | -3/+49 |
|/ | | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 5 | -3/+18 |
|\ | | | | | Password confirmation for some actions | ||||
| * | Require password confirmation for user management | Joas Schilling | 2016-11-18 | 3 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require confirmation when changing the email settings | Joas Schilling | 2016-11-18 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require password confirmation for app password | Joas Schilling | 2016-11-18 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require password confirmation for changing the email | Joas Schilling | 2016-11-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix warnings when updating app password | Robin Appelman | 2016-11-16 | 1 | -2/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | enable deleting/configuring new tokens | Robin Appelman | 2016-11-16 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 1 | -0/+16 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | Adjust previous fallbacks | Lukas Reschke | 2016-11-15 | 1 | -4/+4 |
| | | | | | | 11.0 is 11 and not 9.2 anymore Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add settings PersonalController | Roeland Jago Douma | 2016-11-06 | 1 | -0/+86 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Proxy images through usercontent.apps.nextcloud.com | Lukas Reschke | 2016-10-31 | 1 | -3/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -7/+21 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -191/+169 |
| | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Allow users to change their passwords again | Joas Schilling | 2016-10-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 4 | -28/+25 |
|\ | | | | | Cleanup settings Application class | ||||
| * | Fix tests | Joas Schilling | 2016-10-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 3 | -28/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 1 | -4/+24 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Set default | Roeland Jago Douma | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -8/+2 |
| | |||||
* | Show hint if password policy disallows password change | Morris Jobke | 2016-08-19 | 1 | -2/+13 |
| | |||||
* | Merge pull request #868 from nextcloud/changepasswordcontroller | Roeland Jago Douma | 2016-08-17 | 1 | -0/+253 |
|\ | | | | | Make ChangePassword a real Controller | ||||
| * | Moved ChangePassword to an actual Controller | Roeland Jago Douma | 2016-08-17 | 1 | -0/+253 |
| | | | | | | | | | | * Still no full DI because of encryption fu * Remove old "Controller" | ||||
* | | Merge pull request #892 from nextcloud/fix_phpdoc | Roeland Jago Douma | 2016-08-17 | 1 | -1/+1 |
|\ \ | |/ |/| | Some scrutinizer phpdoc fixes | ||||
| * | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 1 | -4/+0 |
|\ \ | | | | | | | IE8 be gone! |