summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-04-261-1/+77
* always use an LDAP URL when connecting to LDAPArthur Schiwon2016-01-111-0/+166
* unit test on getHome in combination with OfflineUserArthur Schiwon2015-12-141-2/+52
* adjust unit testArthur Schiwon2015-12-141-0/+8
* integration testsArthur Schiwon2015-11-061-0/+118
* fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-291-0/+81
* fixing typoThomas Müller2015-10-281-2/+1
* memberOf resembles a DN as well and is actively usedArthur Schiwon2015-10-281-0/+34
* Adjust unit testsLukas Reschke2015-10-261-8/+3
* adjust testsArthur Schiwon2015-10-222-4/+4
* lowercase configured displayname attribute so isset works - all attribute nam...Arthur Schiwon2015-10-221-3/+13
* fix update quota with known valueArthur Schiwon2015-10-221-0/+39
* Backport #18469 (read all relevant user attributes on login and user search, ...Arthur Schiwon2015-10-225-22/+279
* Merge pull request #18123 from GreenArchon/backport-17759-stable8.1blizzz2015-09-211-4/+3
|\
| * Properly nest groups when using memberOf to detect group membership, fixes #1...Frédéric Fortier2015-08-071-4/+3
* | Backport of #17464, fix uncaught exception on not permitted file types when s...Arthur Schiwon2015-07-298-97/+333
|/
* Merge pull request #17762 from owncloud/backport-17723-stable8.1Morris Jobke2015-07-211-123/+131
|\
| * Backport of #17723 to stable8.1Arthur Schiwon2015-07-201-123/+131
* | LDAP: when checking group for matching filter, also take base DN into conside...Arthur Schiwon2015-07-172-1/+79
* | Backport of 17255 to stable8.1Arthur Schiwon2015-07-177-0/+359
|/
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* delete user test to take getHome into account to ensure it is also deleted su...Arthur Schiwon2015-06-171-1/+4
* if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon2015-06-031-0/+59
* Fixes returns of group memberships and counting if all members have the speci...Arthur Schiwon2015-05-191-0/+70
* add integration test to ensure correct behaviour on lost connectionsArthur Schiwon2015-04-241-0/+192
* LDAP tests: swithc var_dump to exceptionMorris Jobke2015-04-181-3/+3
* fix cherrypickingJörn Friedrich Dreyer2015-04-102-14/+17
* fix_testsJörn Friedrich Dreyer2015-04-102-47/+194
* adjust testsArthur Schiwon2015-04-091-6/+9
* Update license headersJenkins for ownCloud2015-03-2611-152/+219
* offset needs to be considered in computed limitArthur Schiwon2015-03-231-0/+14
* Revert "Updating license headers"Morris Jobke2015-02-2611-209/+163
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-1/+6
|\
| * fix counting of users in primary groupArthur Schiwon2015-01-281-1/+6
* | Updating license headersJenkins for ownCloud2015-02-2311-163/+209
|/
* add test for mapping's getList methodArthur Schiwon2015-01-071-0/+24
* inject DB Connection to user managerArthur Schiwon2015-01-075-47/+52
* inject oc config to User_LDAPArthur Schiwon2015-01-061-31/+37
* smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-061-24/+0
* planned refactorings for OC 8Arthur Schiwon2014-12-201-0/+4
* basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-201-0/+10
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-193-2/+175
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-194-31/+228
* Merge pull request #11837 from owncloud/fix-11328Morris Jobke2014-11-241-30/+2
|\
| * consolidate user count filter in wizard and user back endArthur Schiwon2014-11-201-30/+2
* | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-198-12/+13
|/
* Merge pull request #11789 from owncloud/fix-11762Morris Jobke2014-11-111-2/+22
|\
| * dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-10-271-2/+22
* | Merge pull request #11172 from owncloud/user-ldap-no-bcmathblizzz2014-11-032-33/+30
|\ \ | |/ |/|
| * user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-032-33/+30