Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [stable8.2] check if renamed user is still valid by reapplying the ld… ↵ | Thomas Müller | 2016-08-10 | 2 | -2/+7 |
| | | | | | | | | | | (#25394) * [stable8.2] check if renamed user is still valid by reapplying the ldap filter (#25338) * Add missing filter during cleanup * Fix another missing check | ||||
* | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-06-01 | 1 | -2/+6 |
| | | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything. | ||||
* | Merge pull request #24498 from owncloud/backport-20804-8.2 | Vincent Petry | 2016-05-13 | 5 | -1/+141 |
|\ | | | | | [stable8.2] LDAP: do not attempt to process user records without display name, fi… | ||||
| * | LDAP: do not attempt to process user records without display name, fixes ↵ | Arthur Schiwon | 2016-05-09 | 5 | -1/+141 |
| | | | | | | | | fatal error | ||||
* | | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
|/ | |||||
* | Merge pull request #24243 from owncloud/stable8.2-backport-24052 | blizzz | 2016-04-26 | 6 | -48/+32 |
|\ | | | | | [stable8.2] Fix LDAP race conditions | ||||
| * | Fix LDAP race conditions | Morris Jobke | 2016-04-25 | 6 | -48/+32 |
| | | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values | ||||
* | | on clone Connection, do not take over the existing LDAP resource | Arthur Schiwon | 2016-04-25 | 2 | -11/+3 |
|/ | | | | | | | For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful. | ||||
* | Merge pull request #23402 from owncloud/backport-23282-stable8.2 | Vincent Petry | 2016-04-20 | 2 | -3/+89 |
|\ | | | | | [stable8.2] fix writing to cache when fallback server should be used immediately | ||||
| * | fix writing to cache when fallback server should be used immediately | Arthur Schiwon | 2016-03-18 | 2 | -3/+89 |
| | | |||||
* | | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-21 | 2 | -1/+17 |
|/ | | | | properly, fixes #21555 | ||||
* | take the first result of that array, if present. Fixes 2nd display name to ↵ | Arthur Schiwon | 2016-02-26 | 1 | -2/+2 |
| | | | | be 'Array', if cache is configured and enabled. | ||||
* | Fix race condition when switching filter mode. Fixes #22278 | Arthur Schiwon | 2016-02-24 | 4 | -5/+32 |
| | |||||
* | Merge pull request #22040 from owncloud/stable8.2-backport-21999 | Thomas Müller | 2016-02-11 | 1 | -1/+1 |
|\ | | | | | [stable8.2] [user_ldap] properly decode cached objects | ||||
| * | [user_ldap] properly decode cached objects | Morris Jobke | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | * fixes #21896 | ||||
* | | Make LDAP more robust to exceptions and log them properly | Morris Jobke | 2016-02-10 | 2 | -1/+2 |
| | | |||||
* | | adjust test | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | | |||||
* | | Backport of LDAP second display name | Arthur Schiwon | 2016-02-09 | 11 | -15/+209 |
|/ | | | | From c1871f5787cd48eb1e116f7f62bc4d4a50a0a04b | ||||
* | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2016-01-11 | 4 | -18/+178 |
| | |||||
* | Merge pull request #21197 from owncloud/backport-21133-stable8.2 | Vincent Petry | 2015-12-15 | 4 | -9/+203 |
|\ | | | | | [backport] [stable8.2] Fix shared files of deleted users, detect DN change when checking for existence on LDAP | ||||
| * | throw NoUserException in getHome when the requested user does not exist anymore | Arthur Schiwon | 2015-12-14 | 4 | -9/+203 |
| | | | | | | | | look for DN changes before marking a user as deleted | ||||
* | | properly preserve home folder naming enforcement setting | Morris Jobke | 2015-12-15 | 2 | -2/+7 |
|/ | |||||
* | ensure multiselect always receives an array when setting its value, fixes #18734 | Arthur Schiwon | 2015-12-09 | 1 | -1/+5 |
| | |||||
* | passing an empty base in this diagnosis call will not result in LDAP errors | Arthur Schiwon | 2015-12-08 | 1 | -1/+1 |
| | | | | Neither in "Invalid DN syntax" nor in "Object not found" | ||||
* | Backport of #20093 and #20124 | Arthur Schiwon | 2015-11-10 | 5 | -9/+59 |
| | | | | | | | | | | | #20093 LDAP fix quota and case #20124 remove uselessly used parameter, read all user attributes also when looking up users in groups fix update quota with known value fix attribute casing to ensure array keys work remove uselessly used parameter, read all user attributes also when looking up users in groups | ||||
* | make all the buttons beautiful | Arthur Schiwon | 2015-11-09 | 7 | -12/+26 |
| | |||||
* | integration tests | Arthur Schiwon | 2015-11-06 | 1 | -0/+118 |
| | |||||
* | LDAP: attempt to connect to backup server again, if main server is not ↵ | Arthur Schiwon | 2015-11-06 | 1 | -20/+31 |
| | | | | available. Fixes #18701 | ||||
* | Merge pull request #20338 from owncloud/l10n-8.2-backport | Morris Jobke | 2015-11-05 | 90 | -90/+272 |
|\ | | | | | Backport translations for 8.2 | ||||
| * | Backport translations for 8.2 | Joas Schilling | 2015-11-05 | 90 | -90/+272 |
| | | |||||
* | | Merge pull request #20245 from owncloud/backport-20192-stable8.2 | Vincent Petry | 2015-11-05 | 2 | -0/+12 |
|\ \ | |/ |/| | [backport] [stable8.2] if a user that is flag as deleted shows up again, remove that flag. F… | ||||
| * | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-11-02 | 2 | -0/+12 |
| | | |||||
* | | add port to host only, if an URL is used instead of a plain hostname | Arthur Schiwon | 2015-11-04 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #20241 from owncloud/backport-20191-stable8.2 | Morris Jobke | 2015-11-03 | 5 | -3/+167 |
|\ \ | | | | | | | [backport] [stable8.2] add method to count users by loginname and use it for diagnose test, … | ||||
| * | | add method to count users by loginname and use it for diagnose test, fixes ↵ | Arthur Schiwon | 2015-11-02 | 5 | -3/+167 |
| |/ | | | | | | | #20151 | ||||
* / | add tooltip to ldap server wizard | Hendrik Leppelsack | 2015-11-02 | 1 | -0/+1 |
|/ | |||||
* | Adjust unit tests | Lukas Reschke | 2015-10-19 | 1 | -8/+3 |
| | |||||
* | Fix style | Lukas Reschke | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Revert "adjust to nested group fix | Frédéric Fortier | 2015-10-19 | 1 | -6/+1 |
| | | | | This reverts commit 845485cfe, which fixes #19816 regression. | ||||
* | Increase the 2nd digit of shipped apps for 8.2 | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | 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 |
| | |