nextcloud/apps/user_ldap/ajax
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
..
clearMappings.php Split mapping from Access and Helper classes into it's own. Fully test them, too. 2014-12-19 18:26:12 +01:00
deleteConfiguration.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00
getConfiguration.php LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 2013-09-27 13:34:15 +02:00
getNewServerConfigPrefix.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
setConfiguration.php LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 2013-12-04 17:57:40 +01:00
testConfiguration.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00
wizard.php detect user display name attribute and return user count depending on its presence 2014-11-20 18:31:39 +01:00