Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2015-10-26 | 8 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-21 | 4 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-19 | 2 | -0/+58 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 4 | -106/+286 |
| | |||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
| | |||||
* | Merge pull request #19821 from owncloud/GreenArchon-fix-memberof-regression | C. Montero Luque | 2015-10-16 | 2 | -15/+5 |
|\ | | | | | Revert "adjust to nested group fix | ||||
| * | Adjust unit tests | Lukas Reschke | 2015-10-16 | 1 | -8/+3 |
| | | |||||
| * | Fix style | Lukas Reschke | 2015-10-16 | 1 | -1/+1 |
| | | |||||
| * | Revert "adjust to nested group fix | Frédéric Fortier | 2015-10-16 | 1 | -6/+1 |
| | | | | | | | | This reverts commit 845485cfe, which fixes #19816 regression. | ||||
* | | [IE9] Prevent LDAP password field to become plain text | Vincent Petry | 2015-10-16 | 1 | -0/+4 |
|/ | | | | | | | | | The placeholders library converts the password field to a text field to achieve placeholders functionality. However this is buggy and doesn't properly mask the password when it was set through $el.val(). This workaround sets the type back to password directly after setting a value. | ||||
* | Merge pull request #19795 from owncloud/fix-language-level-compat | Thomas Müller | 2015-10-15 | 1 | -2/+3 |
|\ | | | | | Remove arbitrary expression in empty | ||||
| * | Remove arbitrary expression in empty | Lukas Reschke | 2015-10-14 | 1 | -2/+3 |
| | | | | | | | | | | | | Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4 Fixes https://github.com/owncloud/core/issues/19793 | ||||
* | | Fix doc blocks of LDAP classes | Joas Schilling | 2015-10-15 | 7 | -28/+25 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-15 | 6 | -4/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -0/+2 |
| | |||||
* | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 7 | -52/+59 |
|\ | | | | | allow an attribute to return more than one value | ||||
| * | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-09 | 1 | -1/+3 |
| | | |||||
| * | adjust tests | Arthur Schiwon | 2015-10-09 | 2 | -4/+4 |
| | | |||||
| * | fix primary group retrieval | Arthur Schiwon | 2015-10-09 | 1 | -1/+1 |
| | | |||||
| * | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 3 | -6/+6 |
| | | |||||
| * | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 4 | -13/+33 |
| | | |||||
| * | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 2 | -29/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #19489 from owncloud/fix-18297 | Thomas Müller | 2015-10-07 | 3 | -1/+106 |
|\ \ | |/ |/| | fix possible infinite loop when reading groups in the wizard | ||||
| * | fix possible infinite loop when reading groups in the wizard | Arthur Schiwon | 2015-10-05 | 3 | -1/+106 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 4 | -4/+16 |
| | | |||||
* | | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 15 | -10/+109 |
|\ \ | | | | | | | update licence headers via script | ||||
| * | | update licence headers via script | Morris Jobke | 2015-10-05 | 15 | -10/+109 |
| |/ | |||||
* | | Merge pull request #18484 from owncloud/fix-17964 | Thomas Müller | 2015-10-06 | 2 | -7/+152 |
|\ \ | | | | | | | Remove whitespace from base-DNs | ||||
| * | | trim by default, add unit tests | Arthur Schiwon | 2015-10-05 | 2 | -16/+140 |
| | | | |||||
| * | | Spaces -> Tabs, Update PHP-Doc and function logic | Lennart Rosam | 2015-10-05 | 1 | -12/+27 |
| | | | |||||
| * | | Remove whitespace from base-DNs | Lennart Rosam | 2015-10-05 | 1 | -6/+12 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #19547 from owncloud/fix-16154 | Thomas Müller | 2015-10-05 | 1 | -4/+5 |
|\ | | | | | LDAP Wizard: do not be picky about credentials when only looking for … | ||||
| * | LDAP Wizard: do not be picky about credentials when only looking for the port | Arthur Schiwon | 2015-10-03 | 1 | -4/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-04 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 10 | -2/+30 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-02 | 4 | -168/+180 |
| | |||||
* | memberOf resembles a DN as well and is actively used | Arthur Schiwon | 2015-09-28 | 2 | -1/+37 |
| | |||||
* | Merge pull request #18469 from owncloud/ldap-batch-read-attrs-ng | Thomas Müller | 2015-09-28 | 10 | -101/+516 |
|\ | | | | | read all relevant user attributes on login and user search, in one qu… | ||||
| * | do not throw exception when no attribute is specified | Arthur Schiwon | 2015-09-23 | 2 | -1/+107 |
| | | |||||
| * | adjust to nested group fix | Arthur Schiwon | 2015-09-23 | 1 | -1/+6 |
| | | |||||
| * | read all relevant user attributes on login and user search, in one query. ↵ | Arthur Schiwon | 2015-09-23 | 9 | -100/+404 |
| | | | | | | | | saves us some. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-28 | 4 | -6/+318 |
| | | |||||
* | | LDAP Wizard: enable/disable test login name button depending on whether a ↵ | Arthur Schiwon | 2015-09-24 | 2 | -2/+13 |
|/ | | | | login name is provided or not | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-17 | 2 | -12/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-14 | 2 | -4/+4 |
| | |||||
* | Merge pull request #18762 from owncloud/use-json-instead-of-unserialize | Morris Jobke | 2015-09-04 | 2 | -4/+4 |
|\ | | | | | Use "json_encode" and "json_decode" instead of unserialize | ||||
| * | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2015-09-02 | 2 | -4/+4 |
| | |