summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Escape special characters (#25429)Aaron Wood2016-07-202-3/+5
* Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-0/+4
|\
| * check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm2016-07-041-0/+4
* | Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
|/
* Fix null pointer exception in user_ldap (#25062)Jörn Friedrich Dreyer2016-06-211-1/+8
* Use proper namespaces - fixes #25078 (#25079)Thomas Müller2016-06-131-1/+2
* Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-2/+6
* Update license headersLukas Reschke2016-05-2635-52/+79
* Last instances of lowercase user_ldapJoas Schilling2016-05-251-2/+2
* Fix several minor issuesJoas Schilling2016-05-254-11/+9
* Move Job to a better class nameJoas Schilling2016-05-251-3/+5
* Move Access to PSR-4Joas Schilling2016-05-256-12/+4
* Move BackendUtility to PSR-4Joas Schilling2016-05-253-3/+3
* Move Configuration to PSR-4Joas Schilling2016-05-255-6/+5
* Move Connection to PSR-4Joas Schilling2016-05-255-8/+6
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-255-5/+8
* Move Helper to PSR-4Joas Schilling2016-05-2510-16/+13
* Move interface to PSR-4Joas Schilling2016-05-259-9/+3
* Move LDAP to PSR-4Joas Schilling2016-05-254-5/+6
* Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
* Move LogWrapper to PSR-4Joas Schilling2016-05-255-6/+6
* Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
* lib/userJoas Schilling2016-05-251-1/+2
* Move wizardJoas Schilling2016-05-252-2/+7
* Move lib\user to PSR-4Joas Schilling2016-05-2511-29/+27
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-256-5/+742
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-254-4/+1104
* Move Command namespace to PSR-4Joas Schilling2016-05-258-0/+776
* Move User_LDAP to PSR-4Joas Schilling2016-05-254-0/+0
* Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-253-25/+9
|\
| * Fix LDAP race conditionsMorris Jobke2016-04-203-25/+9
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-222-11/+3
|/
* Merge pull request #23527 from owncloud/fix-21136C. Montero Luque2016-04-142-2/+6
|\
| * disable Paged Search when chunksize is set to 0, fixes #21136Arthur Schiwon2016-03-232-2/+6
* | apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
* | Handle case where the user is not known - fixes #23759Thomas Müller2016-04-041-5/+7
|/
* Merge pull request #23329 from owncloud/fix-21555Thomas Müller2016-03-211-1/+16
|\
| * Avatar must be saved after login is done and external storages set up properl...Arthur Schiwon2016-03-161-1/+16
* | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-161-2/+12
|/
* remove deprecated ldap_sortArthur Schiwon2016-03-103-30/+1
* improve log output when no LDAP user was found on login attemptArthur Schiwon2016-03-051-0/+2
* untangle different user manager instances, fixes #22770Arthur Schiwon2016-03-021-3/+3
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-014-4/+0
* Update author informationLukas Reschke2016-03-015-1/+5
* take the first result of that array, if present. Fixes 2nd display name to be...Arthur Schiwon2016-02-241-2/+2
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-1/+1
* Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-065-12/+41
|\
| * Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-035-12/+41
* | code changes for user_ldap Dynamic Group MembershipAlex Weirig2016-02-031-1/+5
|/