Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -458/+0 |
| | |||||
* | Fix LDAP race conditions | Morris Jobke | 2016-04-20 | 1 | -4/+0 |
| | | | | | | | | * 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 | ||||
* | fix unit tests | Arthur Schiwon | 2016-02-03 | 1 | -4/+9 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Adjust unit tests | Lukas Reschke | 2015-10-16 | 1 | -8/+3 |
| | |||||
* | adjust tests | Arthur Schiwon | 2015-10-09 | 1 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | read all relevant user attributes on login and user search, in one query. ↵ | Arthur Schiwon | 2015-09-23 | 1 | -1/+5 |
| | | | | saves us some. | ||||
* | Properly nest groups when using memberOf to detect group membership, fixes ↵ | Frédéric Fortier | 2015-08-03 | 1 | -4/+3 |
| | | | | #17759 | ||||
* | adjust unit test | Arthur Schiwon | 2015-06-30 | 1 | -0/+4 |
| | |||||
* | if possible, getUserGroups should get memberships using memberOf virtual ↵ | Arthur Schiwon | 2015-06-03 | 1 | -0/+59 |
| | | | | attribute | ||||
* | Fixes returns of group memberships and counting if all members have the ↵ | Arthur Schiwon | 2015-05-19 | 1 | -0/+70 |
| | | | | specific groups as primary set. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -19/+20 |
| | |||||
* | offset needs to be considered in computed limit | Arthur Schiwon | 2015-03-23 | 1 | -0/+14 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+20 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -1/+6 |
|\ | | | | | Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups | ||||
| * | fix counting of users in primary group | Arthur Schiwon | 2015-01-28 | 1 | -1/+6 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -20/+19 |
|/ | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -1/+2 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -3/+1 |
| | |||||
* | add one simple cache test | Arthur Schiwon | 2014-10-17 | 1 | -4/+29 |
| | |||||
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -1/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing | ||||
* | adjust group tests | Arthur Schiwon | 2014-06-03 | 1 | -2/+9 |
| | |||||
* | add tests for LDAP | Arthur Schiwon | 2014-04-08 | 1 | -0/+115 |
| | |||||
* | remove outdated (thus failing) and anyway insufficient group tests - for now | Arthur Schiwon | 2013-09-27 | 1 | -46/+0 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -8/+8 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | LDAP: adjust test after refactoring | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | group LDAP: simple basic tests | Arthur Schiwon | 2012-04-15 | 1 | -0/+6 |
| | |||||
* | group LDAP: implemented inGroup() | Arthur Schiwon | 2012-04-15 | 1 | -0/+4 |
| | |||||
* | test for ldap group backend | Arthur Schiwon | 2012-04-14 | 1 | -0/+36 |