summaryrefslogtreecommitdiffstats
path: root/lib/private/user
Commit message (Expand)AuthorAgeFilesLines
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-091-0/+2
* More cleanups of OC_Config usageMorris Jobke2015-12-032-2/+2
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-1/+1
* Fix endless recursionThomas Müller2015-12-021-7/+9
* Fix commentsThomas Müller2015-12-021-1/+1
* Fix getCloudIdThomas Müller2015-12-021-0/+1
* Proposal: add enumeration function to IUserManager which simply calls a callb...Thomas Müller2015-12-021-4/+30
* Add the user's cloud id to the vCardThomas Müller2015-12-021-25/+42
* Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-1/+27
* Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-0/+10
* Make sure that remote shares use the correct uid casingJoas Schilling2015-10-061-0/+32
* update licence headers via scriptMorris Jobke2015-10-054-3/+3
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-169/+0
* Remove last occurence of `forcessl`Lukas Reschke2015-08-261-2/+2
* Fixed "Remote IP:" syntax on failed loginsRealRancor2015-07-091-1/+1
* Remove OC_LogThomas Müller2015-07-031-2/+2
* Fix indentationLukas Reschke2015-06-271-15/+15
* Add missing annotations for parametersLukas Reschke2015-06-274-26/+36
* update license headers and authorsMorris Jobke2015-06-252-5/+17
* more type hintsRobin Appelman2015-06-021-2/+2
* Reduce the complexity of the search queries in the backends to a minimumJoas Schilling2015-05-181-5/+20
* fix followup issues with unneeded parametersMorris Jobke2015-04-181-2/+2
* throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer2015-04-101-0/+14
* Update license headersJenkins for ownCloud2015-03-268-73/+179
* Remove outdated commentLukas Reschke2015-03-131-2/+0
* Drop example user backendLukas Reschke2015-03-131-70/+0
* Merge pull request #14867 from owncloud/drop-OC_User_HTTPMorris Jobke2015-03-131-120/+0
|\
| * Remove OC_User_HTTPLukas Reschke2015-03-131-120/+0
* | Can also be nullLukas Reschke2015-03-131-1/+1
|/
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-2610-222/+144
* Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-4/+1
|\
| * Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-4/+1
* | Merge pull request #13340 from owncloud/use-http-onlyLukas Reschke2015-02-241-10/+13
|\ \ | |/ |/|
| * Use "HTTPOnly" for cookies when logging outLukas Reschke2015-01-141-10/+13
* | Updating license headersJenkins for ownCloud2015-02-2310-144/+222
* | Throw an exception when login is canceled by an appRobin Appelman2015-01-222-1/+18
* | Return false if the login is canceled in a hookRobin Appelman2015-01-131-1/+1
|/
* Merge pull request #12969 from owncloud/clarify-docsMorris Jobke2014-12-221-2/+2
|\
| * Fix typoLukas Reschke2014-12-191-1/+1
| * Clarify return valuesLukas Reschke2014-12-191-1/+1
* | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-modeLukas Reschke2014-12-191-0/+5
|\ \ | |/ |/|
| * Add ultra-slim hack for incognito modeLukas Reschke2014-12-171-0/+5
* | introduce names for user backends - IUserBackendMorris Jobke2014-12-195-6/+38
* | Merge pull request #12901 from owncloud/move-ldap-check-to-managerRobin McCorkell2014-12-181-0/+3
|\ \ | |/ |/|
| * Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-171-0/+3
* | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+9
|/
* Use public interfaceLukas Reschke2014-12-111-5/+5
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+8
* Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-101-0/+9
|\