Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport of #11494 | Arthur Schiwon | 2014-10-20 | 2 | -15/+53 |
| | | | | | | | | | | | | | | | | | | | fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/lib/access.php apps/user_ldap/tests/group_ldap.php | ||||
* | Prevent button click when enter key is pressed in LDAP wizard | Vincent Petry | 2014-10-10 | 3 | -4/+4 |
| | | | | | | | | | | Pressing enter in the LDAP wizard will trigger a click on the first button. In the main page it would trigger the delete dialog, which is quite inconvenient. Added a type attribute to suppress this behavior. Backport of bb424802c8f6e8fd0e7fbe28e000400a5b0660f3 from master | ||||
* | Backport of #10527 | Arthur Schiwon | 2014-10-09 | 2 | -12/+32 |
| | | | | | | | | | | | | | | | | properly cancel a Paginated Results operation in order to avoid protocol errors, fixes #10526 abandon ongoing paged search before starting a new one abandond paged search only if PHP supports them init a new paged search on read operations to satisfy OpenLDAP make scrutinizer happy, very minor changes Conflicts: apps/user_ldap/lib/access.php apps/user_ldap/lib/ildapwrapper.php | ||||
* | Merge pull request #10631 from owncloud/fixWizardTest_stable6 | blizzz | 2014-08-28 | 1 | -1/+1 |
|\ | | | | | fix wizard test, adjust to changed parameters of the tested method, intr... | ||||
| * | fix wizard test, adjust to changed parameters of the tested method, ↵ | Arthur Schiwon | 2014-08-26 | 1 | -1/+1 |
| | | | | | | | | introduced by 9caa354cfc1f73159f335646ca89be4db72b125e | ||||
* | | Merge pull request #10034 from owncloud/remove-es_MX-from-stable6 | Lukas Reschke | 2014-08-15 | 1 | -6/+0 |
|\ \ | |/ |/| | Remove es mx from stable6 | ||||
| * | remove language es_MX | Thomas Müller | 2014-07-29 | 1 | -6/+0 |
| | | |||||
* | | backport of #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -13/+20 |
|/ | | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 Conflicts: apps/user_ldap/lib/wizard.php Fix remarks in #9848 Conflicts: apps/user_ldap/lib/wizard.php Fix initializing in #9848 do not change var names here | ||||
* | Merge pull request #9575 from owncloud/fix-7038 | Vincent Petry | 2014-07-22 | 2 | -2/+14 |
|\ | | | | | Hack to avoid Agent DN + Password being overwritten by some ugly browser... | ||||
| * | Hack to avoid Agent DN + Password being overwritten by some ugly browsers ↵ | Arthur Schiwon | 2014-07-16 | 2 | -2/+14 |
| | | | | | | | | with stored site credentials | ||||
* | | don't trigger update from checkPassword, it is already called by userExists, ↵ | Arthur Schiwon | 2014-07-10 | 1 | -4/+0 |
|/ | | | | this is enough. | ||||
* | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 2 | -3/+4 |
| | |||||
* | remove unused vars; increase scrutinizer happiness | Arthur Schiwon | 2014-06-16 | 1 | -2/+1 |
| | |||||
* | simplify two methods a bit, because they are not used for group search anymore | Arthur Schiwon | 2014-06-16 | 2 | -13/+6 |
| | |||||
* | make all this work in an early configuration state in the wizard by marking ↵ | Arthur Schiwon | 2014-06-16 | 2 | -1/+15 |
| | | | | the config active and ignoring the validation state. | ||||
* | Wizard: get really all groups from LDAP by power of Paged Search | Arthur Schiwon | 2014-06-16 | 1 | -5/+55 |
| | |||||
* | fix PHPdoc | Arthur Schiwon | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | consolidate requirement check | Arthur Schiwon | 2014-06-16 | 1 | -22/+21 |
| | |||||
* | LDAP Wizard: count users and groups with the power of paged search | Arthur Schiwon | 2014-06-16 | 1 | -26/+30 |
| | |||||
* | add method to count groups on LDAP | Arthur Schiwon | 2014-06-16 | 1 | -0/+12 |
| | |||||
* | fix PHPdoc | Arthur Schiwon | 2014-06-16 | 1 | -2/+3 |
| | |||||
* | Merge pull request #8623 from owncloud/fix-8457 | blizzz | 2014-06-16 | 2 | -3/+81 |
|\ | | | | | LDAP: fix possible infinite loop, that causes hanging wizard, fixes #8457 | ||||
| * | add unit test to make sure the infinite loop never comes back | Arthur Schiwon | 2014-05-16 | 1 | -1/+79 |
| | | |||||
| * | set result entry identifier earlier, i.e. before a continue for the same ↵ | Arthur Schiwon | 2014-05-16 | 1 | -2/+2 |
| | | | | | | | | level can happen. otherwise will always get the same value and we end up in an infinite loop | ||||
* | | simpler and better readable assignment | Arthur Schiwon | 2014-05-28 | 1 | -4/+1 |
| | | |||||
* | | bump version and don't overwrite values on next update if not necessary | Arthur Schiwon | 2014-05-14 | 2 | -13/+22 |
| | | |||||
* | | get the correct version number for compare -.- | Arthur Schiwon | 2014-05-14 | 1 | -1/+1 |
| | | |||||
* | | LDAP: set filter mode to raw, so filters will not be changed and broken ↵ | Arthur Schiwon | 2014-05-13 | 1 | -0/+12 |
|/ | | | | after upgrade from oc5, when visiting the LDAP settings and opening filter tabs | ||||
* | LDAP: getDisplayNamesInGroup is not an option for group backends anymore | Arthur Schiwon | 2014-04-23 | 2 | -36/+1 |
| | |||||
* | Backport of #8164 | ben-denham | 2014-04-23 | 3 | -79/+122 |
| | | | | | | | | | | | | | | Added improved version of patch by @blizzz in https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition. Moved LdapFilter into a separate js file in user_ldap. Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation. fix comparison in determineMode, fixes problems with restoring the filter mode (assisted or manually) on page refresh Give hint when composing filter failed fixing some JSHint warnings | ||||
* | add additional comments, PHPdoc and check whether it's really applicable | Arthur Schiwon | 2014-04-16 | 1 | -3/+12 |
| | |||||
* | LDAP: cache display names immediately on retrieval, saves tens of unecessary ↵ | Arthur Schiwon | 2014-04-16 | 1 | -0/+6 |
| | | | | queries to LDAP server in the share dialog for example | ||||
* | Backport of PR #7815, correct LDAP user count on setup with many users | Arthur Schiwon | 2014-04-16 | 1 | -15/+40 |
| | | | | | | | | | | | | | | (occ user:report) LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0 LDAP: fix user report i.e. count for LDAP servers with really many users initialize variable var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop Put inner loop into own method, let's see whether it makes scrutinizer happier | ||||
* | LDAP: fetch email from LDAP on userExists check as well (along to Quota and ↵ | Arthur Schiwon | 2014-04-11 | 1 | -0/+1 |
| | | | | Avatar) | ||||
* | Backport of PR #7837 to stable6 | Arthur Schiwon | 2014-04-09 | 2 | -7/+235 |
| | | | | | | | | | | | | | | | | | | | | | LDAP Wizard: when determining objectclasses, we realy do not need to look at every entry. Fixes #7530 Conflicts: apps/user_ldap/lib/wizard.php Fix wildcard handling and check even less DNs per filter, enough will be looked at anyway Use the LDAP wrapper for checking resources, needs for proper testing fix potential infinite loop when the DN of the first entry was already read. add tests for cumulativeSearchOnAttribute make tests work on systems without php5_ldap define var add comment to clearify when a skip in the foreach happens | ||||
* | Meanwhile, the quota value is stored human-readable in the DB | Arthur Schiwon | 2014-04-03 | 1 | -2/+1 |
| | |||||
* | more precise php doc | Arthur Schiwon | 2014-04-02 | 1 | -2/+4 |
| | |||||
* | add PHP docs | Arthur Schiwon | 2014-04-01 | 1 | -1/+12 |
| | |||||
* | LDAP: Read email and quota when mapping user, fixes #7785 | Arthur Schiwon | 2014-03-28 | 2 | -33/+48 |
| | |||||
* | add test for cloning and keeping configuration seperate | Arthur Schiwon | 2014-03-21 | 1 | -0/+54 |
| | |||||
* | Use array_key_exists instead of isset, because the latter returns false if ↵ | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
| | | | | the assigned value is null | ||||
* | 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. | ||||
* | Fix duplicate ipauniqueid | Robin McCorkell | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | Add FreeIPA UUID compatibility, fixes #7796 | Robin McCorkell | 2014-03-21 | 1 | -2/+2 |
| | | | | Ability to use ipauniqueid for the UUID of a user | ||||
* | Fixed configkey casing for PostgreSQL | Vincent Petry | 2014-03-04 | 1 | -1/+1 |
| | | | | Backport of fd5dec0 from master | ||||
* | remove remaining testing artefact | Arthur Schiwon | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | intendetion. where did the whitespaces come from? | Arthur Schiwon | 2014-02-27 | 1 | -2/+2 |
| | |||||
* | LDAP: let proxy for multiple server access methods from Access | Arthur Schiwon | 2014-02-27 | 1 | -4/+13 |
| | |||||
* | LDAP: fix and extend tests | Arthur Schiwon | 2014-02-21 | 2 | -3/+169 |
| | |||||
* | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-21 | 2 | -0/+14 |
| |