summaryrefslogtreecommitdiffstats
path: root/lib/group/database.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-239/+0
* Fix #2074 by initializing as an arrayMichael Gapczynski2013-03-041-2/+2
* Whitespace fixesBart Visscher2013-02-221-16/+16
* bug fix for issue 1739, two changes included:Qingping Hou2013-02-181-1/+1
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+9
* remove some left over commentsBjörn Schießle2013-01-311-9/+2
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-0/+28
* fix some more phpdocRobin Appelman2012-09-231-20/+27
* adding space between) and {Thomas Mueller2012-09-071-9/+9
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-39/+50
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-8/+16
| |\
| | * Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-111-6/+10
| | * Make getting all users and groups the defaultMichael Gapczynski2012-08-111-2/+6
| | * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-7/+5
| * | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
| * | Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-07-301-7/+5
| |/
| * remove unused variablesRobin Appelman2012-07-201-3/+2
| * make groups not static, fixes oc-919Arthur Schiwon2012-06-051-11/+11
| * update copyrightFrank Karlitschek2012-05-261-1/+1
* | escape all identifiers with backticksjfd2012-07-311-10/+10
|/
* allow multiply group backendsRobin Appelman2012-04-131-1/+3
* fix bug in group mangementRobin Appelman2012-02-241-1/+1
* fix creating groupsRobin Appelman2011-09-181-2/+2
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-171-1/+1
* add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman2011-08-111-4/+18
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
* Use autoloadJakob Sack2011-07-271-0/+177