Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-22 | 36 | -612/+614 |
| | |||||
* | Merge pull request #2221 from nextcloud/from-is-featured-to-featured | Lukas Reschke | 2016-11-21 | 1 | -0/+3 |
|\ | | | | | Error log spam: Cast "isFeatured" to "featured" | ||||
| * | 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> | ||||
* | | use date as device name if no name was given | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #2214 from nextcloud/remove-logging | Robin Appelman | 2016-11-21 | 2 | -145/+0 |
|\ | | | | | remove old logging section | ||||
| * | remove old logging section | Robin Appelman | 2016-11-21 | 2 | -145/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | center checkmark to indicate that the setting was stored | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |
| | | |||||
* | | 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 | 3 | -8/+7 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Ask for password when scope is changed | Lukas Reschke | 2016-11-21 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Fix mail scope | Lukas Reschke | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Highlight current entry | Lukas Reschke | 2016-11-21 | 2 | -4/+26 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Make JS aware of password verification | Lukas Reschke | 2016-11-21 | 2 | -0/+9 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | make icons a bit smaller | Jan-Christoph Borchardt | 2016-11-21 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | fix menu positioning hack | Jan-Christoph Borchardt | 2016-11-21 | 2 | -2/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | put explanatory text directly in popup | Jan-Christoph Borchardt | 2016-11-21 | 2 | -9/+17 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | 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 | 2 | -16/+10 |
| | | | | | | | | 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> | ||||
* | | Fix password display issue | Roeland Jago Douma | 2016-11-21 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | rearrange input fields | Bjoern Schiessle | 2016-11-21 | 1 | -20/+19 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | limit max-width to have never more than two input fields next to each other | Bjoern Schiessle | 2016-11-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Fix position of menu | Roeland Jago Douma | 2016-11-21 | 2 | -6/+14 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Fix location of menu | Roeland Jago Douma | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | change scope to 'local' for display name and avatar | Bjoern Schiessle | 2016-11-21 | 2 | -19/+28 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | change order of email and phone number | Bjoern Schiessle | 2016-11-21 | 1 | -14/+14 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | fix avatar cropper | Robin Appelman | 2016-11-21 | 2 | -7/+9 |
| | | |||||
* | | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 4 | -36/+65 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Fix popup arrow positioning | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix popover layout fix for files and global | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | remove double import | Christoph Wurst | 2016-11-21 | 1 | -1/+0 |
| | | |||||
* | | fix profile picture fed sharing scope menu | Christoph Wurst | 2016-11-21 | 3 | -9/+13 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 2 | -110/+86 |
| | | | | | | | | | | | | 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 | 2 | -11/+11 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | display stored user data | Björn Schießle | 2016-11-21 | 1 | -12/+15 |
| | | | | | | | | 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 | 2 | -3/+158 |
| | | | | | | | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | use PUT to update user settings | Christoph Wurst | 2016-11-21 | 4 | -4/+10 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add federation scope to the user avatar | Christoph Wurst | 2016-11-21 | 4 | -19/+37 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Persist settings on the server | Christoph Wurst | 2016-11-21 | 7 | -21/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Add more personal information fields to the settings page for enhanced ↵ | Christoph Wurst | 2016-11-21 | 6 | -43/+371 |
|/ | | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-21 | 8 | -2/+48 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-20 | 8 | -2/+94 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-19 | 32 | -32/+48 |
| | |||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 14 | -95/+271 |
|\ | | | | | Password confirmation for some actions | ||||
| * | Fix user management callbacks | Morris Jobke | 2016-11-18 | 1 | -34/+43 |
| | | | | | | | | | | | | * properly handle user management actions like display name, email or password field change Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | fix displayname | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Fix error displaying on email and add confirmation | Joas Schilling | 2016-11-18 | 1 | -21/+37 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require password confirmation to change the Quota | Joas Schilling | 2016-11-18 | 2 | -3/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require confirmation to change the displayname | Joas Schilling | 2016-11-18 | 1 | -15/+31 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |