| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 1 | -1/+9 |
* | Port of LDAP Wizard: get correct total no of users, groups and complete list... | Arthur Schiwon | 2014-06-25 | 1 | -60/+99 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -22/+22 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -4/+4 |
* | Use WizardResult|false instead of mixed | Lukas Reschke | 2014-05-11 | 1 | -2/+2 |
* | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 1 | -4/+4 |
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -40/+90 |
* | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 1 | -0/+1 |
|\ |
|
| * | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 1 | -0/+1 |
* | | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -2/+2 |
* | | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 |
* | | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 |
* | | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
* | | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
* | | Fix wildcard handling and check even less DNs per filter, enough will be look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 |
* | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -4/+4 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+5 |
|\ |
|
| * | Wizard: disable LDAP referrals, fixes #6670 | Arthur Schiwon | 2014-02-10 | 1 | -0/+1 |
| * | throw an info message, when base dn test failed | Arthur Schiwon | 2014-02-10 | 1 | -0/+4 |
* | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -1/+1 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -6/+11 |
|/ |
|
* | typo, grammar | Arthur Schiwon | 2014-01-14 | 1 | -1/+1 |
* | remove unused variables | Arthur Schiwon | 2014-01-14 | 1 | -2/+2 |
* | LDAP: fix TLS detection | Arthur Schiwon | 2014-01-14 | 1 | -2/+5 |
* | LDAP Wizard: return correct var | Arthur Schiwon | 2013-12-04 | 1 | -1/+1 |
* | LDAP Wizard: don't send ldap_tls change back to the interface as the element ... | Arthur Schiwon | 2013-12-04 | 1 | -1/+0 |
* | Merge pull request #5955 from owncloud/fix5863 | blizzz | 2013-11-27 | 1 | -0/+39 |
|\ |
|
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing mode... | Arthur Schiwon | 2013-11-19 | 1 | -0/+39 |
* | | LDAP Wizard: add objectclass for group detection in Zimbra | Arthur Schiwon | 2013-11-21 | 1 | -1/+1 |
* | | Merge pull request #5700 from owncloud/ldapWizSetDisplayNames | Thomas Müller | 2013-11-15 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | LDAP Wizard: do not forget to set display name attributes for user and group,... | Arthur Schiwon | 2013-11-05 | 1 | -0/+13 |
* | | LDAP Wizard: determine port without credentials. don't hide the port input field | Arthur Schiwon | 2013-11-11 | 1 | -2/+2 |
* | | LDAP Wizard: improve check for Agent DN and Credentials | Arthur Schiwon | 2013-11-11 | 1 | -26/+16 |
|/ |
|
* | Excpetion->Exception | VicDeo | 2013-11-01 | 1 | -11/+11 |
* | LDAP Wizard: proper strings and translations for user and group count text | Arthur Schiwon | 2013-10-23 | 1 | -3/+9 |
* | Don't set Base User and Base Group when Base DN was detected, would case prob... | Arthur Schiwon | 2013-10-17 | 1 | -5/+0 |
* | LDAP Wizard: fix couple more or less nasty bugs aka polishing | Arthur Schiwon | 2013-10-17 | 1 | -10/+12 |
* | Wizard: autodetection of group-member-assoc attribute | Arthur Schiwon | 2013-10-17 | 1 | -0/+61 |
* | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 1 | -13/+137 |
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of l... | Arthur Schiwon | 2013-10-17 | 1 | -13/+143 |
* | LDAP Wizard: create user list filter, show number of user that will have acce... | Arthur Schiwon | 2013-10-17 | 1 | -1/+120 |
* | Cleanup code, sort results | Arthur Schiwon | 2013-10-17 | 1 | -41/+49 |
* | Ldap Wizard: find out whether server supports memberOf in LDAP Filter and dis... | Arthur Schiwon | 2013-10-17 | 1 | -15/+64 |
* | cleanup and coding style | Arthur Schiwon | 2013-10-17 | 1 | -2/+2 |
* | cleanup, doc and todo | Arthur Schiwon | 2013-10-17 | 1 | -35/+55 |
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposes | Arthur Schiwon | 2013-10-17 | 1 | -17/+51 |
* | Remove debug output | Arthur Schiwon | 2013-10-17 | 1 | -1/+0 |
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu... | Arthur Schiwon | 2013-10-17 | 1 | -1/+149 |