| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 2 | -16/+8 |
|\ |
|
| * | Fixed Controller Test | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+1 |
| * | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -7/+4 |
| * | Correctly return the group name | Joas Schilling | 2018-03-08 | 1 | -10/+5 |
* | | Inject public IGroupManager instead of private GroupManager | Daniel Calviño Sánchez | 2018-03-13 | 2 | -8/+12 |
* | | Make UserController strict | Roeland Jago Douma | 2018-03-09 | 1 | -72/+48 |
* | | Make ChangePasswordController strict | Roeland Jago Douma | 2018-03-09 | 1 | -19/+8 |
|/ |
|
* | Set the correct active navigation entry | Joas Schilling | 2018-03-05 | 3 | -8/+5 |
* | this was a migration step to ownCloud 8.0 to restructure the encryption folde... | Bjoern Schiessle | 2018-03-02 | 1 | -161/+0 |
* | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 2 | -18/+1 |
|\ |
|
| * | Remove fromMailAddress from MailSettingsController | Morris Jobke | 2018-02-13 | 1 | -6/+1 |
| * | Remove crypto and timefactory from UsersController | Morris Jobke | 2018-02-13 | 1 | -12/+0 |
* | | Merge pull request #8365 from nextcloud/fix-phpdoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix typo in PHPDoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
| |/ |
|
* / | Remove unused import statements | Morris Jobke | 2018-02-14 | 2 | -6/+0 |
|/ |
|
* | Link to NC 14 dev manual | Roeland Jago Douma | 2018-02-08 | 1 | -2/+9 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -3/+1 |
* | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-24 | 1 | -2/+10 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -1/+5 |
* | Add warning regarding freetype support | Roeland Jago Douma | 2017-12-13 | 1 | -0/+9 |
* | Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore | Morris Jobke | 2017-12-08 | 1 | -1/+1 |
* | Merge pull request #7292 from Neraste/fix/4789_disabled_users | Lukas Reschke | 2017-11-27 | 1 | -3/+3 |
|\ |
|
| * | Fix #4789: Group admins cannot see disabled users | Neraste | 2017-11-27 | 1 | -3/+3 |
* | | Make isUpdateAvailable non-static | Morris Jobke | 2017-11-25 | 1 | -7/+12 |
|/ |
|
* | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 12 | -2/+32 |
* | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -4/+13 |
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
* | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -1/+2 |
* | fix url | Bjoern Schiessle | 2017-10-17 | 1 | -2/+2 |
* | App management: add update section | Julius Härtl | 2017-10-10 | 1 | -0/+29 |
* | Make sure the password contains special characters | Joas Schilling | 2017-09-07 | 1 | -1/+3 |
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 1 | -3/+1 |
* | Implement metadata for email templates of remaining emails | Morris Jobke | 2017-08-30 | 1 | -0/+5 |
* | Fix group management which was broken since #5847 | Tobia De Koninck | 2017-08-15 | 1 | -3/+4 |
* | Use public API instead of private | Lukas Reschke | 2017-08-01 | 1 | -8/+8 |
* | Fix settings/Controller/ | Lukas Reschke | 2017-08-01 | 3 | -18/+23 |
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -6/+5 |
* | The app password avoids 1Il etc. Adapted comment accordingly | Marcel Waldvogel | 2017-07-21 | 1 | -1/+1 |
* | no warning on password change if no encryption module uses per-user keys | Bjoern Schiessle | 2017-07-06 | 1 | -1/+22 |
* | Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english... | blizzz | 2017-07-05 | 1 | -0/+4 |
|\ |
|
| * | Use translated Hint instead of english error on password policy | Joas Schilling | 2017-06-14 | 1 | -0/+4 |
* | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 1 | -44/+61 |
|\ \ |
|
| * | | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -44/+61 |
| |/ |
|
* | | avoid marking two sections as active when they have the same name | Arthur Schiwon | 2017-06-23 | 3 | -13/+17 |
* | | already declared in Trait | Arthur Schiwon | 2017-06-23 | 1 | -2/+0 |