summaryrefslogtreecommitdiffstats
path: root/lib/private/user/manager.php
Commit message (Expand)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Fixed "Remote IP:" syntax on failed loginsRealRancor2015-07-091-1/+1
* Update license headersJenkins for ownCloud2015-03-261-5/+24
* Can also be nullLukas Reschke2015-03-131-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+6
* Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-4/+1
* Updating license headersJenkins for ownCloud2015-02-231-6/+24
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-3/+8
* Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-171-0/+3
* Use public interfaceLukas Reschke2014-12-111-5/+5
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+8
* migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-081-3/+4
* Add REST route for user & group managementLukas Reschke2014-12-081-1/+1
* Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling2014-11-271-3/+3
* Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-051-19/+5
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* Fix unit testLukas Reschke2014-08-151-1/+4
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-0/+2
* Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-141-1/+2
* increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon2014-05-231-1/+1
* clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-0/+6
* Use OC_User_Interface instead of OC_User_BackendRobin McCorkell2014-05-131-4/+4
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-2/+2
* Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-151-14/+0
* Make hardcoded exception messages translatableVolkan Gezer2014-04-081-5/+6
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+2
* if backends have the same class name, sum their users up instead of overwritingArthur Schiwon2014-01-081-1/+5
* Introduce user count action to user managementArthur Schiwon2014-01-071-0/+18
* fix the config option to remove the ability for users to set their displaynameRobin Appelman2013-12-181-4/+13
* remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-291-0/+14
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+250