summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detectionLukas Reschke2017-02-209-41/+608
|\
| * add tests to DB groupArthur Schiwon2017-02-172-0/+12
| * Background jobs can take 4k of characters only. We find a good batch size.Arthur Schiwon2017-02-172-9/+69
| * Add repair stepsArthur Schiwon2017-02-175-1/+437
| * add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+86
| * Fix integration test by not relying on Fake instancesArthur Schiwon2017-02-173-40/+13
* | Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck2017-02-201-0/+2
|/
* Merge pull request #3264 from nextcloud/ldap-deny-long-dnsMorris Jobke2017-01-261-1/+2
|\
| * Gracefully deny users or groups with too long DNsArthur Schiwon2017-01-251-1/+2
* | Fix testsJoas Schilling2017-01-251-1/+1
|/
* Fix app section testsJoas Schilling2017-01-191-2/+16
* Add testsLukas Reschke2016-11-234-0/+263
* restore ldap_password_prroot2016-11-231-1/+100
* fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
* Update tests for phunit 5.5Victor Dubiniuk2016-10-135-30/+47
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-101-0/+95
* DI IConfig into ldap helperRoeland Jago Douma2016-10-108-9/+9
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-071-8/+118
* get rid of test warningsArthur Schiwon2016-10-061-21/+22
* Fix the User_LDAP appJoas Schilling2016-09-123-5/+0
* Fix getMock user_ldapRoeland Jago Douma2016-09-069-84/+128
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-294-11/+3
* Use MockBuilder instead of createMockLukas Reschke2016-08-152-2/+2
* Add unit testsLukas Reschke2016-08-152-0/+152
* Nextcloud license header for new filesroot2016-07-281-8/+10
* Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2711-21/+36
|\
| * fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-2511-21/+36
* | comments amendedroot2016-07-271-1/+0
* | final changesroot2016-07-271-1/+1
* | New LDAPProvider for user_ldaproot2016-07-228-31/+386
|/
* Fix apps/Joas Schilling2016-07-2129-54/+85
* Escape special characters (#25429)Aaron Wood2016-07-201-1/+1
* Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
* Update license headersLukas Reschke2016-05-2629-31/+50
* Fix the tests againJoas Schilling2016-05-254-4/+4
* Fix throws docsJoas Schilling2016-05-251-3/+3
* Move tests/ to PSR-4Joas Schilling2016-05-2532-66/+61
* Move Access to PSR-4Joas Schilling2016-05-256-19/+19
* Move Configuration to PSR-4Joas Schilling2016-05-252-4/+4
* Move Connection to PSR-4Joas Schilling2016-05-259-18/+18
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-256-6/+6
* Move Helper to PSR-4Joas Schilling2016-05-251-1/+1
* Move interface to PSR-4Joas Schilling2016-05-257-14/+11
* Move LDAP to PSR-4Joas Schilling2016-05-253-4/+4
* Move LogWrapper to PSR-4Joas Schilling2016-05-256-8/+9
* Move wizardJoas Schilling2016-05-251-4/+4
* Move lib\user to PSR-4Joas Schilling2016-05-2517-36/+37
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-2511-22/+22
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-6/+6
* Fix LDAP race conditionsMorris Jobke2016-04-201-4/+0