Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Group to PSR-4 | Roeland Jago Douma | 2016-05-01 | 3 | -840/+0 |
| | |||||
* | Move old classes to legacy | Roeland Jago Douma | 2016-05-01 | 4 | -650/+0 |
| | |||||
* | Move the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 1 | -213/+0 |
| | | | | | The dummy backend is only used for testing and should thus reside in tests. | ||||
* | Make sure that the return value is an array | Joas Schilling | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -4/+7 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix even more | Roeland Jago Douma | 2016-02-19 | 1 | -1/+2 |
| | |||||
* | Fix more things | Joas Schilling | 2016-02-19 | 1 | -0/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 2 | -1/+4 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Solves # | Roman Kreisel | 2016-01-21 | 1 | -0/+5 |
| | |||||
* | Merge pull request #21717 from owncloud/addpublicgroupinterface | Thomas Müller | 2016-01-15 | 2 | -4/+5 |
|\ | | | | | allow apps to add an OCP GroupInterface backend | ||||
| * | allow apps to add an OCP GroupInterface backend | Jörn Friedrich Dreyer | 2016-01-14 | 2 | -5/+6 |
| | | |||||
* | | Merge pull request #21714 from owncloud/groups-insertifnotexists | Thomas Müller | 2016-01-14 | 1 | -34/+5 |
|\ \ | | | | | | | Groups insertifnotexists | ||||
| * | | Use IDbConnectin::insertIfNotExist | Thomas Müller | 2016-01-14 | 1 | -2/+1 |
| | | | |||||
| * | | Use insertIfNotExists() when creating a group | Joas Schilling | 2016-01-14 | 1 | -33/+5 |
| |/ | |||||
* / | move methods to correct interface, deprecate private interface | Jörn Friedrich Dreyer | 2016-01-14 | 2 | -61/+6 |
|/ | |||||
* | Merge pull request #20018 from owncloud/cache_group_backend | Thomas Müller | 2016-01-13 | 1 | -29/+129 |
|\ | | | | | The group database backend should cache groups | ||||
| * | Properly close cursors | Roeland Jago Douma | 2016-01-12 | 1 | -6/+13 |
| | | |||||
| * | Cache if a group exists | Roeland Jago Douma | 2016-01-12 | 1 | -0/+1 |
| | | |||||
| * | Inject DBConnection | Roeland Jago Douma | 2016-01-12 | 1 | -24/+89 |
| | | | | | | | | | | * Use query builder * Minor unit tests additions | ||||
| * | The group database backend should cache groups | Roeland Jago Douma | 2016-01-12 | 1 | -12/+39 |
| | | | | | | | | | | | | | | | | | | This avoids duplicated queries like first checking the group_users db and then just doing a select on the group db. Those enries are linked (and should be using foreign keys!) This commit makes sure we cache those entries. If a user is part of N groups this saves N queries on webdav access | ||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -15/+15 |
|/ | |||||
* | Adjust PHPDoc as suggested | Thomas Müller | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -0/+3 |
| | |||||
* | Make sure that group names are strings not integers | Joas Schilling | 2015-11-06 | 1 | -1/+3 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -34/+19 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | New \OC\SubAdmin class | Roeland Jago Douma | 2015-10-21 | 1 | -1/+18 |
| | | | | | | | * DI * Tests * moved OC_SubAdmin to legacy * Added to private OC\GroupManager | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -0/+4 |
| | |||||
* | Use proper type | Lukas Reschke | 2015-06-19 | 1 | -1/+1 |
| | | | | This is a string | ||||
* | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 1 | -3/+14 |
| | |||||
* | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -0/+7 |
| | |||||
* | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 1 | -15/+24 |
|\ | | | | | Sort user groups by group name and hide the user count | ||||
| * | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -15/+24 |
| | | |||||
* | | Reduce the complexity of the search queries in the backends to a minimum | Joas Schilling | 2015-05-18 | 1 | -6/+27 |
|/ | |||||
* | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 | Thomas Müller | 2015-04-14 | 1 | -2/+4 |
| | |||||
* | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -1/+1 |
|\ | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames | ||||
| * | When searching for displayname then search for displayname | Roeland Jago Douma | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 8 | -101/+183 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 8 | -179/+136 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Clear the local cache when we clear the backends | Joas Schilling | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -10/+1 |
|\ | | | | | Better caching for enabled apps | ||||
| * | better user group caching | Robin Appelman | 2015-02-17 | 1 | -10/+1 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 8 | -136/+179 |
|/ | |||||
* | add isAdmin and isInGroup methods for the group manager | Bernhard Posselt | 2014-12-17 | 1 | -2/+28 |
| | |||||
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 2 | -3/+9 |
| | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | Merge pull request #12470 from owncloud/jenkins-12447 | Lukas Reschke | 2014-11-27 | 4 | -11/+33 |
|\ | | | | | Jenkins 12447 | ||||
| * | Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class | Joas Schilling | 2014-11-27 | 4 | -11/+33 |
| | | |||||
* | | Correctly namespace and autoload DatabaseException | Joas Schilling | 2014-11-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #11479 from owncloud/cleanup-group-admin-on-deleteGroup | Morris Jobke | 2014-11-13 | 1 | -0/+4 |
|\ | | | | | cleanup group admin(s) on deleteGroup |