| Commit message (Expand) | Author | Age | Files | Lines |
* | backport of #11494 | Arthur Schiwon | 2014-10-20 | 2 | -15/+53 |
* | Prevent button click when enter key is pressed in LDAP wizard | Vincent Petry | 2014-10-10 | 3 | -4/+4 |
* | Backport of #10527 | Arthur Schiwon | 2014-10-09 | 2 | -12/+32 |
* | 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, introduce... | Arthur Schiwon | 2014-08-26 | 1 | -1/+1 |
* | | Merge pull request #10034 from owncloud/remove-es_MX-from-stable6 | Lukas Reschke | 2014-08-15 | 1 | -6/+0 |
|\ \
| |/
|/| |
|
| * | 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 |
|/ |
|
* | 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 browsers wit... | Arthur Schiwon | 2014-07-16 | 2 | -2/+14 |
* | | don't trigger update from checkPassword, it is already called by userExists, ... | Arthur Schiwon | 2014-07-10 | 1 | -4/+0 |
|/ |
|
* | 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 |
* | 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 |
|\ |
|
| * | 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 leve... | Arthur Schiwon | 2014-05-16 | 1 | -2/+2 |
* | | 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 after... | Arthur Schiwon | 2014-05-13 | 1 | -0/+12 |
|/ |
|
* | 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 |
* | 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 |
* | Backport of PR #7815, correct LDAP user count on setup with many users | Arthur Schiwon | 2014-04-16 | 1 | -15/+40 |
* | LDAP: fetch email from LDAP on userExists check as well (along to Quota and A... | Arthur Schiwon | 2014-04-11 | 1 | -0/+1 |
* | Backport of PR #7837 to stable6 | Arthur Schiwon | 2014-04-09 | 2 | -7/+235 |
* | 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 th... | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
* | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -0/+2 |
* | 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 |
* | Fixed configkey casing for PostgreSQL | Vincent Petry | 2014-03-04 | 1 | -1/+1 |
* | 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 |