nextcloud/apps/user_ldap/lib
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too.
remove unused methods

split mapping methods off from Access class

fix DB query handling

move 'clear mapping' methods from static helper to new mapping class

add tests

test directly with DB

finishing tests and fix return value from setDNbyUUID

add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class.

add missing info to PHPDoc

add unmap method

fix namespaces

fix test inheritance

PHPDoc and a small code restructure for scrutinizer, no effective changes

PostgreSQL does not accept LIMIT in DELETE queries

phpdoc fixes, no code changes
2014-12-19 18:26:12 +01:00
..
mapping Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
user better check whether string resembles a DN, fixes #9887 2014-08-11 16:40:41 +02:00
access.php Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
backendutility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
configuration.php more beautiful white spaces 2014-10-08 15:04:29 +02:00
connection.php Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
filesystemhelper.php newlines 2014-06-03 12:59:10 +02:00
helper.php Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
ildapwrapper.php make scrutinizer happy, very minor changes 2014-10-01 11:55:53 +02:00
jobs.php fix instantiation of Access class 2014-06-27 18:49:11 +02:00
ldap.php ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 2014-08-07 17:15:36 +02:00
ldaputility.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
logwrapper.php newlines 2014-06-03 12:59:10 +02:00
proxy.php Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
wizard.php phpdoc and mixed up letters 2014-11-20 18:31:40 +01:00
wizardresult.php Fix PHPDoc in /apps 2014-05-16 22:21:57 +01:00