Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix profile picture fed sharing scope menu | Christoph Wurst | 2016-11-21 | 3 | -9/+13 |
* | increase version to trigger db migration | Christoph Wurst | 2016-11-21 | 1 | -1/+2 |
* | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 3 | -110/+87 |
* | 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 | 5 | -3/+479 |
* | 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 | 52 | -16/+444 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-20 | 54 | -28/+432 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-19 | 104 | -150/+262 |
* | Merge pull request #1602 from nextcloud/ignore-mod-env | Lukas Reschke | 2016-11-18 | 6 | -12/+36 |
|\ | |||||
| * | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 6 | -12/+36 |
* | | Merge pull request #2107 from nextcloud/fix-scrollbar-firefox | Morris Jobke | 2016-11-18 | 1 | -6/+3 |
|\ \ | |||||
| * | | fix glitch in Chrome | Morris Jobke | 2016-11-18 | 1 | -0/+2 |
| * | | fix scrollbar in settings area in Firefox, improve on @pgys pull request | Jan-Christoph Borchardt | 2016-11-18 | 1 | -6/+1 |
* | | | Merge pull request #1855 from nextcloud/focus-onslidetoggle | Morris Jobke | 2016-11-18 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Add focus to autofocus form element on slide toggle | Felix A. Epp | 2016-11-07 | 1 | -0/+4 |
* | | | | Merge pull request #2133 from nextcloud/select2-fix | Morris Jobke | 2016-11-18 | 1 | -95/+97 |
|\ \ \ \ | |||||
| * | | | | Fix select2 dropdown | John Molakvoæ | 2016-11-18 | 1 | -95/+97 |
* | | | | | Merge pull request #2076 from nextcloud/log_preview_access | Morris Jobke | 2016-11-18 | 5 | -7/+106 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 5 | -7/+106 |
* | | | | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 35 | -106/+513 |
|\ \ \ \ \ | |||||
| * | | | | | Fix user management callbacks | Morris Jobke | 2016-11-18 | 1 | -34/+43 |
| * | | | | | fix displayname | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| * | | | | | Use the existing prompt | Joas Schilling | 2016-11-18 | 3 | -73/+27 |
| * | | | | | Submit on enter | Roeland Jago Douma | 2016-11-18 | 1 | -0/+6 |
| * | | | | | Show a little explanation above the input field | Joas Schilling | 2016-11-18 | 2 | -3/+8 |
| * | | | | | Add the 15 seconds to the window, instead of removing | Joas Schilling | 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 |
| * | | | | | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 2 | -6/+4 |
| * | | | | | 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 |
| * | | | | | Fix unit tests | Joas Schilling | 2016-11-18 | 3 | -2/+12 |
| * | | | | | Update class map | Joas Schilling | 2016-11-18 | 2 | -0/+2 |
| * | | | | | More fixes | Joas Schilling | 2016-11-18 | 1 | -2/+2 |
| * | | | | | use proper method call for _.bind() | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| * | | | | | 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 |
| * | | | | | Require password confirmation when changing workflow rules | Joas Schilling | 2016-11-18 | 2 | -0/+16 |
| * | | | | | Require confirmation for app config changes | Joas Schilling | 2016-11-18 | 1 | -0/+4 |
| * | | | | | Require confirmation when changing the email settings | Joas Schilling | 2016-11-18 | 2 | -10/+43 |
| * | | | | | Make sure it is a function | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| * | | | | | Fix error message displaying | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| * | | | | | Require password confirmation for app password | Joas Schilling | 2016-11-18 | 2 | -3/+10 |
| * | | | | | Require confirmation when generating backup codes | Joas Schilling | 2016-11-18 | 2 | -4/+11 |
| * | | | | | Allow to check it via the API | Joas Schilling | 2016-11-18 | 1 | -2/+16 |