summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/user
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-125-5/+5
* Make LDAP more robust to exceptions and log them properlyMorris Jobke2016-01-061-1/+1
* if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-10-301-0/+7
* fix update quota with known valueArthur Schiwon2015-10-271-3/+3
* Update license headersLukas Reschke2015-10-264-0/+4
* Fix doc blocks of LDAP classesJoas Schilling2015-10-154-25/+24
* adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-081-7/+10
* do not throw exception when no attribute is specifiedArthur Schiwon2015-09-231-1/+4
* read all relevant user attributes on login and user search, in one query. sav...Arthur Schiwon2015-09-232-27/+190
* fix uncaught exception on not permitted file types when setting avatar, fixes...Arthur Schiwon2015-07-271-1/+7
* fix runtime caching in ldap's user manager, fixes #17631Arthur Schiwon2015-07-171-2/+2
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* fix typo and commentMorris Jobke2015-04-101-1/+1
* fix_testsJörn Friedrich Dreyer2015-04-101-2/+7
* do not hide exception when ldap server has a hiccupJörn Friedrich Dreyer2015-04-101-6/+2
* Update license headersJenkins for ownCloud2015-03-265-65/+60
* Revert "Updating license headers"Morris Jobke2015-02-265-55/+70
* Updating license headersJenkins for ownCloud2015-02-235-70/+55
* doc fixes and removal of unnecessary use statementsArthur Schiwon2015-01-071-1/+1
* inject DB Connection to user managerArthur Schiwon2015-01-071-31/+25
* inject oc config to User_LDAPArthur Schiwon2015-01-062-3/+2
* smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-062-1/+12
* planned refactorings for OC 8Arthur Schiwon2014-12-201-0/+9
* move from \OC\Preferences to \OCP\IConfigArthur Schiwon2014-12-203-47/+22
* basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-204-17/+13
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-195-15/+418
* better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-112-2/+3
* [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ow...Philippe Jung2014-07-101-1/+2
* class descriptionsArthur Schiwon2014-06-033-0/+16
* newlinesArthur Schiwon2014-06-031-1/+1
* port of PR #8038Arthur Schiwon2014-06-031-2/+1
* precaution: lowercase string for comparisonArthur Schiwon2014-06-031-1/+1
* LDAP: put out fetching of user meta data into a fully tested class of its own...Arthur Schiwon2014-06-033-0/+516