Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2214 from nextcloud/remove-logging | Robin Appelman | 2016-11-21 | 2 | -145/+0 |
|\ | |||||
| * | remove old logging section | Robin Appelman | 2016-11-21 | 2 | -145/+0 |
* | | 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 |
* | | Ask for password when scope is changed | Lukas Reschke | 2016-11-21 | 1 | -0/+8 |
* | | Fix mail scope | Lukas Reschke | 2016-11-21 | 1 | -1/+1 |
* | | Highlight current entry | Lukas Reschke | 2016-11-21 | 2 | -4/+26 |
* | | Make JS aware of password verification | Lukas Reschke | 2016-11-21 | 2 | -0/+9 |
* | | make icons a bit smaller | Jan-Christoph Borchardt | 2016-11-21 | 1 | -3/+3 |
* | | fix menu positioning hack | Jan-Christoph Borchardt | 2016-11-21 | 2 | -2/+1 |
* | | put explanatory text directly in popup | Jan-Christoph Borchardt | 2016-11-21 | 2 | -9/+17 |
* | | Fix changing display names for subadmins | Lukas Reschke | 2016-11-21 | 1 | -2/+8 |
* | | Adjust permission checks | Lukas Reschke | 2016-11-21 | 2 | -16/+10 |
* | | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 1 | -6/+12 |
* | | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -2/+3 |
* | | Fix password display issue | Roeland Jago Douma | 2016-11-21 | 1 | -0/+2 |
* | | rearrange input fields | Bjoern Schiessle | 2016-11-21 | 1 | -20/+19 |
* | | limit max-width to have never more than two input fields next to each other | Bjoern Schiessle | 2016-11-21 | 1 | -0/+1 |
* | | Fix position of menu | Roeland Jago Douma | 2016-11-21 | 2 | -6/+14 |
* | | Fix location of menu | Roeland Jago Douma | 2016-11-21 | 1 | -1/+1 |
* | | change scope to 'local' for display name and avatar | Bjoern Schiessle | 2016-11-21 | 2 | -19/+28 |
* | | change order of email and phone number | Bjoern Schiessle | 2016-11-21 | 1 | -14/+14 |
* | | 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 |
* | | Fix popup arrow positioning | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+1 |
* | | Fix popover layout fix for files and global | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+2 |
* | | 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 |
* | | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 2 | -110/+86 |
* | | allow multiple values for phone, website, address and email | Björn Schießle | 2016-11-21 | 2 | -11/+11 |
* | | display stored user data | Björn Schießle | 2016-11-21 | 1 | -12/+15 |
* | | introduce accounts table and keep it up-to-date with the data added to the pe... | Björn Schießle | 2016-11-21 | 2 | -3/+158 |
* | | use PUT to update user settings | Christoph Wurst | 2016-11-21 | 4 | -4/+10 |
* | | Add federation scope to the user avatar | Christoph Wurst | 2016-11-21 | 4 | -19/+37 |
* | | Persist settings on the server | Christoph Wurst | 2016-11-21 | 7 | -21/+197 |
* | | Add more personal information fields to the settings page for enhanced federa... | Christoph Wurst | 2016-11-21 | 6 | -43/+371 |
|/ | |||||
* | [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 |
|\ | |||||
| * | Fix user management callbacks | Morris Jobke | 2016-11-18 | 1 | -34/+43 |
| * | fix displayname | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| * | Fix error displaying on email and add confirmation | Joas Schilling | 2016-11-18 | 1 | -21/+37 |
| * | Require password confirmation to change the Quota | Joas Schilling | 2016-11-18 | 2 | -3/+19 |
| * | Require confirmation to change the displayname | Joas Schilling | 2016-11-18 | 1 | -15/+31 |
| * | Confirm on create/delete group | Joas Schilling | 2016-11-18 | 1 | -2/+13 |
| * | More fixes | Joas Schilling | 2016-11-18 | 1 | -2/+2 |
| * | Hide and show after updating | Joas Schilling | 2016-11-18 | 1 | -4/+10 |
| * | Require password confirmation for user management | Joas Schilling | 2016-11-18 | 6 | -14/+74 |