Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port of LDAP Wizard: get correct total no of users, groups and complete ↵ | Arthur Schiwon | 2014-06-25 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -9/+9 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -11/+11 |
| | |||||
* | Merge pull request #8556 from owncloud/kill-legacy-code-master | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
|\ | | | | | Kill legacy code master | ||||
| * | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | | |||||
* | | That's bool and not always true | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -17/+36 |
|/ | | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this. | ||||
* | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
| | | | | using scrutinizer patch | ||||
* | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -0/+2 |
| | | | | | To avide effects on the original instance of Connection when the clone is modified, for instance on authentication checks. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: apps/user_ldap/lib/connection.php | ||||
| * | LDAP: only read config from database, if configID is given. Not what we want ↵ | Arthur Schiwon | 2014-01-14 | 1 | -1/+2 |
| | | | | | | | | to do when on-the-fly-testing settings from the admin page | ||||
* | | Use $server->getMemCacheFactory() in ldap connection | Robin Appelman | 2014-01-09 | 1 | -1/+1 |
|/ | |||||
* | LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 | Arthur Schiwon | 2013-10-24 | 1 | -0/+15 |
| | |||||
* | resolve merge conflicts from rebase | Arthur Schiwon | 2013-10-17 | 1 | -37/+20 |
| | |||||
* | LDAP: move Configuration out of Connection into class of its own. The new ↵ | Arthur Schiwon | 2013-10-17 | 1 | -391/+207 |
| | | | | wizard requires it. | ||||
* | Doc fix | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | LDAP: allow different UUID attributes for groups and users | Arthur Schiwon | 2013-10-04 | 1 | -24/+45 |
| | |||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -3/+7 |
| | |||||
* | LDAP: get rid of some PHP Warnings | Arthur Schiwon | 2013-09-27 | 1 | -1/+6 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -9/+13 |
| | | | | inheriting it. | ||||
* | LDAP: use wrapper, not direct function call | Arthur Schiwon | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | LDAP: establish wrapper interface to allow proper mocking | Arthur Schiwon | 2013-09-27 | 1 | -3/+3 |
| | |||||
* | LDAP: move is_resource check to ldap wrapper to make it mockable | Arthur Schiwon | 2013-09-27 | 1 | -4/+5 |
| | |||||
* | Resolve merge conflict | Arthur Schiwon | 2013-09-27 | 1 | -11/+12 |
| | |||||
* | LDAP: use memcache if available | Arthur Schiwon | 2013-08-17 | 1 | -1/+6 |
| | |||||
* | LDAP: only connect to LDAP once on login | Arthur Schiwon | 2013-08-17 | 1 | -1/+13 |
| | |||||
* | LDAP: even better check for emptiness, fixes #3815 | Arthur Schiwon | 2013-07-10 | 1 | -8/+19 |
| | |||||
* | LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 | Arthur Schiwon | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | LDAP: fix possible recursion | Arthur Schiwon | 2013-05-25 | 1 | -0/+7 |
| | |||||
* | LDAP: fix handling when LDAP Host is offline | Arthur Schiwon | 2013-05-25 | 1 | -3/+2 |
| | |||||
* | Merge branch 'master' into ldap_configurable_username_n_uuid | Arthur Schiwon | 2013-05-13 | 1 | -7/+7 |
|\ | |||||
| * | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 1 | -7/+7 |
| |\ | | | | | | | Use === and !== in user_ldap app | ||||
| | * | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -7/+7 |
| | | | |||||
* | | | LDAP: better variable name | Arthur Schiwon | 2013-05-08 | 1 | -5/+9 |
| | | | |||||
* | | | LDAP: implement r+w for new settings | Arthur Schiwon | 2013-05-08 | 1 | -2/+11 |
|/ / | |||||
* / | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-05-06 | 1 | -1/+3 |
|/ | |||||
* | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | LDAP: simplify default for user home settings, fixes wrong display of ↵ | Arthur Schiwon | 2013-02-22 | 1 | -7/+4 |
| | | | | default value in settings | ||||
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -17/+69 |
|\ | | | | | Style cleanup user_ldap | ||||
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -18/+70 |
| | | |||||
* | | LDAP: check array with isset first to avoid warnings about undefined index | Arthur Schiwon | 2013-02-16 | 1 | -1/+2 |
| | | |||||
* | | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+6 |
|\ | | | | | Fix ldap stored homedir | ||||
| * | LDAP: fix settings handling of homeFolderNamingRule option | Arthur Schiwon | 2013-02-06 | 1 | -1/+6 |
| | | |||||
* | | Typo | Arthur Schiwon | 2013-02-07 | 1 | -1/+1 |
| | |