summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/mapping/groupmapping.php
Commit message (Collapse)AuthorAgeFilesLines
* Move User_LDAP to PSR-4Joas Schilling2016-05-251-39/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-5/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
|
* Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-191-0/+25
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