Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+15 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -15/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+15 |
| | |||||
* | make scrutinizer happy, very minor changes | Arthur Schiwon | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -21/+21 |
| | | | | * test case added to avoid adding them later | ||||
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -6/+6 |
| | |||||
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -58/+58 |
| | | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this. | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -1/+3 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | LDAP: extend LDAP wrapper search method for sizelimit, improves performance ↵ | Arthur Schiwon | 2014-02-10 | 1 | -1/+3 |
| | | | | | | | | in wizard | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -9/+9 |
|/ | |||||
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵ | Arthur Schiwon | 2013-10-17 | 1 | -0/+16 |
| | | | | purposes | ||||
* | LDAP Wizard: autodetect base DN | Arthur Schiwon | 2013-10-17 | 1 | -0/+8 |
| | |||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | LDAP: add phpdoc | Arthur Schiwon | 2013-09-27 | 1 | -0/+1 |
| | |||||
* | LDAP: establish wrapper interface to allow proper mocking | Arthur Schiwon | 2013-09-27 | 1 | -0/+179 |