Jenkins for ownCloud
|
b585d87d9d
Update license headers
|
лет назад: 9 |
Morris Jobke
|
06aef4e8b1
Revert "Updating license headers"
|
лет назад: 9 |
Jenkins for ownCloud
|
6a1a4880f0
Updating license headers
|
лет назад: 9 |
Lukas Reschke
|
fe7d9a7ca0
Add REST route for user & group management
|
лет назад: 10 |
Joas Schilling
|
24511c6f00
Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class
|
лет назад: 10 |
Robin Appelman
|
94fa21d146
Add group management to the public api
|
лет назад: 10 |
Arthur Schiwon
|
2d83c68f05
make search parameter optional, which is already the case in the medthod it is passed to
|
лет назад: 10 |
Morris Jobke
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
лет назад: 10 |
Robin McCorkell
|
a7ae2e874a
Squash 'a | b' into 'a|b', in /lib
|
лет назад: 10 |
Arthur Schiwon
|
45e42c25de
Group Database backend must not gather user details itself but ask user
|
лет назад: 10 |
Arthur Schiwon
|
64679b2e62
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
|
лет назад: 10 |
Arthur Schiwon
|
5f8d9b3a4e
ask implementsAction instead of checking method_exists for easier testing
|
лет назад: 10 |
Arthur Schiwon
|
698297feb3
add optional countUsersInGroup method to group backends
|
лет назад: 10 |
Robin Appelman
|
8a86837eac
remove unneeded ; in comment
|
лет назад: 11 |
Robin Appelman
|
3d29992378
user Group->users as assosiative array
|
лет назад: 11 |
Robin Appelman
|
b126374780
cache the result from inGroup
|
лет назад: 11 |
Thomas Müller
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
лет назад: 11 |