summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add testsLukas Reschke2016-11-234-0/+263
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* restore ldap_password_prroot2016-11-231-1/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> remove notification part Signed-off-by: Roger Szabo <roger.szabo@web.de> blizzz comments Signed-off-by: Roger Szabo <roger.szabo@web.de> morris comment Signed-off-by: Roger Szabo <roger.szabo@web.de> improved error message for changing password Signed-off-by: Roger Szabo <roger.szabo@web.de> blizz comments 20161013 Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de> Adjust HintException usage Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de>
* fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update tests for phunit 5.5Victor Dubiniuk2016-10-135-30/+47
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-101-0/+95
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-108-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-071-8/+118
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* get rid of test warningsArthur Schiwon2016-10-061-21/+22
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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
| | | | CI uses an older PHPUnit
* 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
| | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* 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
| | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Merge pull request #23329 from owncloud/fix-21555Thomas Müller2016-03-211-0/+1
|\ | | | | Avatar must be saved after login is done and external storages set up…
| * Avatar must be saved after login is done and external storages set up ↵Arthur Schiwon2016-03-161-0/+1
| | | | | | | | properly, fixes #21555
* | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-161-1/+77
|/
* Update author informationLukas Reschke2016-03-014-3/+3
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* More fixed tests :)Arthur Schiwon2016-02-091-28/+36
|
* Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-063-1/+130
|\ | | | | [LDAP] add second field for additional/optional display name attribute
| * Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-033-1/+130
| |
* | fix unit testsArthur Schiwon2016-02-031-4/+9
|/
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-205-76/+88
|
* Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displaynameThomas Müller2016-01-203-1/+132
|\ | | | | LDAP: do not attempt to process user records without display name, fi…