| Commit message (Expand) | Author | Age | Files | Lines |
* | memberOf resembles a DN as well and is actively used | Arthur Schiwon | 2015-09-28 | 1 | -1/+3 |
* | do not throw exception when no attribute is specified | Arthur Schiwon | 2015-09-23 | 1 | -1/+4 |
* | read all relevant user attributes on login and user search, in one query. sav... | Arthur Schiwon | 2015-09-23 | 3 | -28/+218 |
* | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2015-09-02 | 2 | -4/+4 |
* | Merge pull request #18244 from owncloud/fix-issue-17677 | blizzz | 2015-08-24 | 1 | -3/+0 |
|\ |
|
| * | Fix 17677 | Lennart Rosam | 2015-08-12 | 1 | -3/+0 |
* | | Merge pull request #14401 from owncloud/ux-s2s-ldap | Thomas Müller | 2015-08-19 | 1 | -0/+31 |
|\ \
| |/
|/| |
|
| * | allow login names to be used for s2s with LDAP users | Arthur Schiwon | 2015-04-13 | 1 | -0/+31 |
* | | Merge pull request #17923 from owncloud/fix-17921 | blizzz | 2015-07-29 | 1 | -8/+0 |
|\ \ |
|
| * | | remove unused var | blizzz | 2015-07-29 | 1 | -2/+0 |
| * | | Remove Log info when no group filter is set, fixes #17921 | blizzz | 2015-07-28 | 1 | -6/+0 |
* | | | fix uncaught exception on not permitted file types when setting avatar, fixes... | Arthur Schiwon | 2015-07-27 | 1 | -1/+7 |
|/ / |
|
* | | Merge pull request #17526 from owncloud/fix-17516 | Morris Jobke | 2015-07-27 | 1 | -0/+11 |
|\ \ |
|
| * | | LDAP: when checking group for matching filter, also take base DN into conside... | Arthur Schiwon | 2015-07-09 | 1 | -0/+11 |
* | | | fix runtime caching in ldap's user manager, fixes #17631 | Arthur Schiwon | 2015-07-17 | 1 | -2/+2 |
* | | | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 2 | -5/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 2 | -5/+3 |
* | | | Merge pull request #17255 from owncloud/fix-17119 | Thomas Müller | 2015-07-01 | 1 | -0/+27 |
|\ \ \ |
|
| * | | | ensure groups match filter when using memberOf to read users group, refs #17119 | Arthur Schiwon | 2015-06-26 | 1 | -0/+27 |
| |/ / |
|
* / / | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -2/+1 |
|/ / |
|
* | | Merge pull request #16736 from owncloud/utilize-member-of | Thomas Müller | 2015-06-10 | 3 | -33/+22 |
|\ \ |
|
| * | | if possible, getUserGroups should get memberships using memberOf virtual attr... | Arthur Schiwon | 2015-06-03 | 2 | -0/+8 |
| * | | Implement a faster way for checking availability of memberOf. Users tab in th... | Arthur Schiwon | 2015-06-03 | 1 | -33/+14 |
* | | | port detection needs to take care of now thrown exceptions when LDAP server i... | Arthur Schiwon | 2015-06-04 | 1 | -13/+21 |
|/ / |
|
* | | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 1 | -2/+17 |
|\ \ |
|
| * | | only use memcache, if available | Arthur Schiwon | 2015-05-08 | 1 | -2/+17 |
* | | | handle unallowed auth exception on port detection | Arthur Schiwon | 2015-05-18 | 2 | -6/+20 |
* | | | throw exception on LDAP error 1, which we usually do not see and is pretty ge... | Arthur Schiwon | 2015-05-18 | 1 | -0/+2 |
* | | | catch unallowed anonymous auth attempt and show specific error | Arthur Schiwon | 2015-05-18 | 1 | -0/+2 |
* | | | Merge pull request #15811 from owncloud/exception-on-lost-ldap-connection | Thomas Müller | 2015-05-15 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | throw exception when LDAP Connection was lost | Arthur Schiwon | 2015-04-22 | 1 | -0/+4 |
| |/ |
|
* | | drop global file cache support, fixes #15621 | Arthur Schiwon | 2015-05-07 | 1 | -6/+9 |
* | | cleanup | Arthur Schiwon | 2015-05-05 | 1 | -1/+0 |
|/ |
|
* | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+1 |
* | fix typo and comment | Morris Jobke | 2015-04-10 | 2 | -3/+3 |
* | throw exception if setup is incomplete | Morris Jobke | 2015-04-10 | 1 | -1/+3 |
* | fix_tests | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -2/+7 |
* | do not hide exception when ldap server has a hiccup | Jörn Friedrich Dreyer | 2015-04-10 | 2 | -7/+4 |
* | change default value of ldap_tls to 0. It will be detected anyway, but starti... | Arthur Schiwon | 2015-04-09 | 2 | -1/+4 |
* | cleanup | Arthur Schiwon | 2015-04-09 | 1 | -2/+0 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 3 | -56/+119 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 23 | -266/+365 |
* | support paged results against 389ds. | Arthur Schiwon | 2015-03-12 | 1 | -3/+6 |
* | set up paged search when limit is 0 | Arthur Schiwon | 2015-03-05 | 1 | -0/+11 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 23 | -352/+289 |
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 3 | -3/+14 |
|\ |
|
| * | and escape the search term | Arthur Schiwon | 2015-01-29 | 2 | -1/+2 |
| * | inlcude AD primary group in user filter, if a group is selected. fixes #12190 | Arthur Schiwon | 2015-01-28 | 1 | -2/+12 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 23 | -289/+352 |
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 2 | -17/+17 |
|\ \ |
|