Commit Graph

21 Commits (cfe241a959d02fa856c0aca3cb7779b02cb3c943)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Joas Schilling e1f3abf7a5 Correctly namespace and autoload DatabaseException 10 years ago
michag86 8abe441d4a cleanup group admin(s) on deleteGroup 11 years ago
michag86 ca58ac50a2 fix for issue #10880 11 years ago
Vincent Petry d7db006315 Revert "fix for issue #10880" 11 years ago
michag86 0df070a8e4 fix for issue #10880 11 years ago
Arthur Schiwon 0bb460c9b5 retrieve local users, groups and group members in a sorted way 11 years ago
Joas Schilling f80baf03d4 Fix getting group '0' from database backend 11 years ago
Arthur Schiwon 121d52860e return int, not string 11 years ago
Arthur Schiwon 01a012980a search term for users and groups may occur anywhere in the name or displayname, not just in the beginning 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Lukas Reschke 7e448a376f Fix PHPDoc and typos 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Arthur Schiwon 698297feb3 add optional countUsersInGroup method to group backends 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Michael Gapczynski 8b09402b77 Fix #2074 by initializing as an array 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Qingping Hou 2c78c5ccab bug fix for issue 1739, two changes included: 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Björn Schießle 77765bd967 remove some left over comments 12 years ago
Björn Schießle c00b66fe5b implement DisplayNamesInGroup for database back-end 12 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski a1c88a3e39 Add search, limit, offset parameters to usersInGroups() 13 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 13 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Michael Gapczynski 3533f43d12 Implement groupExists in group database backend 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Arthur Schiwon 7621559d00 make groups not static, fixes oc-919 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 13 years ago
Robin Appelman 9dcf29ff51 fix bug in group mangement 13 years ago
Robin Appelman 0714e83a8e fix creating groups 14 years ago
Robin Appelman 8c7aa06088 dont use numRows when it's not needed since it can be expensive 14 years ago
Robin Appelman 5e3ecbbf96 dont use numRows when it's not needed since it can be expensive 14 years ago
Robin Appelman bfd72501a1 add OC_Group::usersInGroup() to get a list of all users in a group 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack f5c0dbd947 Use autoload 14 years ago
Jakob Sack f1e78be4f4 Even more fixes on user management. Any designers here that want to make it good looking? 14 years ago
Jakob Sack a70330e9be Improved documentation for group management 14 years ago
Robin Appelman 58cb46c4e8 make sql queries work in sqlite 14 years ago
Jakob Sack c4287162c4 Some work on the fancy user management 14 years ago
Jakob Sack 4c74029489 First sketch of a user administration 14 years ago