| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Touching the code so moving it over to PSR-4
|
| |
|
|
|
|
|
|
|
|
|
| |
The phpdoc for the sharing functions was very restrictive. As a
consequence passing node object (for example from the OCS Share API
where we don't really care if it is a file or folder), would actually
be invalid.
With this loser restriction the interfaces become more generic.
|
|
|
|
|
|
| |
* Better phpdoc
* Promper use statements
* Unused parameter
|
| |
|
| |
|
|
|
|
|
| |
* Only recipient can move a share
* Unit tests
|
|
|
|
|
| |
* This allows us to retrieve usergroup shares for a given id.
If the user deleted a share or moved it this will be a different share
|
|
|
|
|
|
| |
This allows all clients to quickly get the share info for a given path.
Instead of returning everything and filtering it then manually on the
client side.
|
|
|
|
|
|
|
|
| |
* Made comments more clear
* Removed unneeded methods
* IShares shareTime is now a proper DateTime object
* IShares getPath -> getNode & setPath -> setNode
* Fix unit tests
|
|
|