summaryrefslogtreecommitdiffstats
path: root/lib/private/share/hooks.php
Commit message (Collapse)AuthorAgeFilesLines
* intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-28/+87
| | | | | targets before the user was added to the group otherwise we will always detect a name collision
* owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-021-2/+2
|
* Remove unused variablesMorris Jobke2015-04-181-1/+1
| | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint
* Update license headersJenkins for ownCloud2015-03-261-12/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+13
|
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-291-1/+1
|
* fix add user to group to work with grouped sharesBjoern Schiessle2014-09-241-10/+18
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-5/+5
|
* add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-0/+108
to a "constants" class