aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* resolve DIArthur Schiwon2017-11-091-7/+7
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-23/+49
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-4/+15
* move ldap user sync to background (WIP)Arthur Schiwon2017-11-091-15/+19
* Update license headersMorris Jobke2017-11-061-1/+4
* avoid unnecessary recursionArthur Schiwon2017-10-251-10/+9
* fix counting found results in search opArthur Schiwon2017-09-141-3/+6
* fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-8/+8
* suppress superflous php error on rejected password changeRoger Szabo2017-06-301-1/+1
* fix pagingArthur Schiwon2017-05-261-3/+4
* make sure used ldap connection resource is always up to dateArthur Schiwon2017-05-251-6/+8
* moved to something a little less invasive. back to passing CR around.bline2017-05-251-36/+40
* special case for controlPagedResultResponse. It would be nice if there was a ...bline2017-05-251-33/+78
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-1/+1
|\
| * blizzz comments 03.04.2017Roger Szabo2017-04-061-1/+1
* | Change LDAP method namesMorris Jobke2017-04-121-11/+11
* | Update comments to NextcloudMorris Jobke2017-04-111-24/+24
|/
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-2/+2
* Fix determining the UUID attribute, default of the override is nullArthur Schiwon2017-02-171-1/+1
* LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon2017-01-301-4/+0
* Gracefully deny users or groups with too long DNsArthur Schiwon2017-01-251-0/+3
* adjust: sanitizeDN resides in HelperArthur Schiwon2016-12-051-1/+1
* Extract lowercase conversion out of the loopJuan Pablo Villafáñez2016-12-051-1/+2
* range support for LDAP read operationsArthur Schiwon2016-12-051-22/+121
* Add testsLukas Reschke2016-11-231-0/+3
* restore ldap_password_prroot2016-11-231-0/+26
* Merge branch 'master' into downstream-ldap-3Arthur Schiwon2016-10-161-1/+0
|\
| * symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-121-1/+0
* | Harden emptyVictor Dubiniuk2016-10-131-11/+15
|/
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-071-0/+1
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-2/+1
* New LDAPProvider for user_ldaproot2016-07-221-59/+14
* Fix apps/Joas Schilling2016-07-211-2/+4
* Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
* Fix null pointer exception in user_ldap (#25062)Jörn Friedrich Dreyer2016-06-211-1/+8
* Update license headersLukas Reschke2016-05-261-3/+3
* Fix several minor issuesJoas Schilling2016-05-251-2/+2
* Move Access to PSR-4Joas Schilling2016-05-251-0/+1762