Jenkins for ownCloud
|
b585d87d9d
Update license headers
|
9 years ago |
Morris Jobke
|
06aef4e8b1
Revert "Updating license headers"
|
9 years ago |
Jenkins for ownCloud
|
6a1a4880f0
Updating license headers
|
9 years ago |
Lukas Reschke
|
fe7d9a7ca0
Add REST route for user & group management
|
10 years ago |
Joas Schilling
|
24511c6f00
Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class
|
10 years ago |
Robin Appelman
|
94fa21d146
Add group management to the public api
|
10 years ago |
Arthur Schiwon
|
2d83c68f05
make search parameter optional, which is already the case in the medthod it is passed to
|
10 years ago |
Morris Jobke
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 years ago |
Robin McCorkell
|
a7ae2e874a
Squash 'a | b' into 'a|b', in /lib
|
10 years ago |
Arthur Schiwon
|
45e42c25de
Group Database backend must not gather user details itself but ask user
|
10 years ago |
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 years ago |
Arthur Schiwon
|
5f8d9b3a4e
ask implementsAction instead of checking method_exists for easier testing
|
10 years ago |
Arthur Schiwon
|
698297feb3
add optional countUsersInGroup method to group backends
|
10 years ago |
Robin Appelman
|
8a86837eac
remove unneeded ; in comment
|
11 years ago |
Robin Appelman
|
3d29992378
user Group->users as assosiative array
|
11 years ago |
Robin Appelman
|
b126374780
cache the result from inGroup
|
11 years ago |
Thomas Müller
|
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
|
11 years ago |