summaryrefslogtreecommitdiffstats
path: root/lib/private/group/dummy.php
Commit message (Collapse)AuthorAgeFilesLines
* Move the group dummy backend to testRoeland Jago Douma2016-04-191-213/+0
| | | | | The dummy backend is only used for testing and should thus reside in tests.
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Fix even moreRoeland Jago Douma2016-02-191-1/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-191-1/+1
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-20/+26
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+23
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-23/+25
|
* extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-251-3/+30
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-9/+9
| | | | * test case added to avoid adding them later
* Fix PHPDoc and typosLukas Reschke2014-05-131-7/+16
| | | | | | | | | | | | | Some things my IDE complained about while creating a custom backend. Fix PHPDoc and typos Some things my IDE complained about while creating a custom backend. Conflicts: lib/private/group/database.php lib/private/group/dummy.php lib/private/group/example.php
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-13/+13
|
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-3/+3
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-9/+9
|
* add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-081-0/+10
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+160
Conflicts: lib/private/vcategories.php