summaryrefslogtreecommitdiffstats
path: root/settings/controller/userscontroller.php
Commit message (Expand)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Merge pull request #15978 from owncloud/feature/fix-encryption-tooltipsThomas Müller2015-05-151-3/+3
|\
| * fixing recovery tooltipClark Tomlinson2015-05-041-3/+3
* | Allow user to set an empty email addressMorris Jobke2015-05-051-1/+6
|/
* Update license headersJenkins for ownCloud2015-03-261-5/+19
* show a better error message when trying to create a user that already existsRobin Appelman2015-03-201-0/+9
* Incorporate review changesLukas Reschke2015-03-161-3/+2
* Migrate to SwiftMailLukas Reschke2015-03-161-16/+15
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
* Return milliseconds instead of seconds for lastLogin - refs #14005Thomas Müller2015-02-161-1/+1
* Consistent variable namingLukas Reschke2015-01-301-10/+9
* Switch to a factory and add unit testsLukas Reschke2015-01-301-22/+21
* Add unit testsLukas Reschke2015-01-301-9/+15
* Fix subadmin listing of groupLukas Reschke2015-01-301-6/+21
* Add value if restore of data is possible for a userMorris Jobke2015-01-271-6/+47
* Fix filtering for users when $gid is emptyLukas Reschke2015-01-181-1/+1
* Mail address of users is now changable in the user managementMorris Jobke2014-12-181-6/+93
* Send mail for new usersMorris Jobke2014-12-161-7/+81
* Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-131-17/+41
|\
| * Make comment clearLukas Reschke2014-12-121-1/+1
| * Comment code pathLukas Reschke2014-12-121-0/+1
| * Use limit and offsetLukas Reschke2014-12-121-1/+1
| * Use array key instead of valueLukas Reschke2014-12-121-1/+1
| * Break loopLukas Reschke2014-12-111-0/+1
| * Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-17/+39
* | Show user backend in user managementMorris Jobke2014-12-121-1/+2
|/
* Expose backend type via REST APILukas Reschke2014-12-091-24/+26
* React on other statuscodes than 200Lukas Reschke2014-12-081-10/+4
* Add statuscodesLukas Reschke2014-12-081-7/+15
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+251