summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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…
| * LDAP: do not attempt to process user records without display name, fixes ↵Arthur Schiwon2016-01-113-1/+132
| | | | | | | | fatal error
* | Happy new year!Thomas Müller2016-01-1226-27/+36
|/
* Merge pull request #17924 from owncloud/ldap-fix-appending-portThomas Müller2016-01-081-0/+166
|\ | | | | ensure an LDAP URL is used, append the port to the host URL when necessary, and just in one place
| * always use an LDAP URL when connecting to LDAPArthur Schiwon2015-12-051-0/+166
| |
* | unit test on getHome in combination with OfflineUserArthur Schiwon2015-12-111-2/+52
| |
* | adjust unit testArthur Schiwon2015-12-111-0/+8
|/
* Add DB group to some files_external testsThomas Müller2015-11-309-1/+64
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* integration testsArthur Schiwon2015-11-041-0/+118
|
* add method to count users by loginname and use it for diagnose test, fixes ↵Arthur Schiwon2015-10-303-1/+151
| | | | #20151
* fix attribute casing to ensure array keys workArthur Schiwon2015-10-271-3/+13
|
* fix update quota with known valueArthur Schiwon2015-10-271-0/+39
|
* Update license headersLukas Reschke2015-10-261-0/+1
|
* Adjust unit testsLukas Reschke2015-10-161-8/+3
|
* Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-132-4/+4
|\ | | | | allow an attribute to return more than one value
| * adjust testsArthur Schiwon2015-10-092-4/+4
| |
* | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-071-0/+81
|\ \ | |/ |/| fix possible infinite loop when reading groups in the wizard
| * fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-051-0/+81
| |
* | Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-067-8/+99
|\ \ | | | | | | update licence headers via script
| * | update licence headers via scriptMorris Jobke2015-10-057-8/+99
| |/
* / trim by default, add unit testsArthur Schiwon2015-10-051-0/+106
|/
* memberOf resembles a DN as well and is actively usedArthur Schiwon2015-09-281-0/+34
|
* do not throw exception when no attribute is specifiedArthur Schiwon2015-09-231-0/+103
|
* read all relevant user attributes on login and user search, in one query. ↵Arthur Schiwon2015-09-235-22/+176
| | | | saves us some.