summaryrefslogtreecommitdiffstats
path: root/tests/lib/share20/managertest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-2570/+0
* Fix testsRoeland Jago Douma2016-04-191-3/+7
* Add testLukas Reschke2016-04-121-0/+40
* Fix ShareManager testsRoeland Jago Douma2016-04-081-1/+1
* Set proper permissions on link shareRoeland Jago Douma2016-04-081-0/+19
* Non moveable mount points should always be UPDATE+DELETE shareableRoeland Jago Douma2016-03-301-0/+11
* Block group sharing in API and in share managerRoeland Jago Douma2016-03-221-0/+30
* Merge pull request #22683 from owncloud/fix_22682Thomas Müller2016-02-291-0/+11
|\
| * Relax rootfolder checkRoeland Jago Douma2016-02-261-0/+11
* | Expiration date can only be enforced if default is enabledRoeland Jago Douma2016-02-261-0/+15
|/
* Merge pull request #22660 from owncloud/fix_22656Thomas Müller2016-02-261-0/+29
|\
| * Do not allow sharing of the root folderRoeland Jago Douma2016-02-251-0/+29
* | Merge pull request #22646 from owncloud/fix_22642Thomas Müller2016-02-261-6/+27
|\ \
| * | Set default expiration date if none given on share creationRoeland Jago Douma2016-02-251-6/+27
| |/
* / Fix verifyExpirationDate passwordSet argumentRoeland Jago Douma2016-02-251-2/+3
|/
* When (re-)sharing an incomming federated share set the corrent ownerRoeland Jago Douma2016-02-191-9/+88
* Return proper error string if sharing for this user is disabledRoeland Jago Douma2016-02-161-31/+10
* Merge pull request #22309 from owncloud/infinite-recursion-on-expired-linkThomas Müller2016-02-121-12/+2
|\
| * Fix unit testsRoeland Jago Douma2016-02-111-12/+2
* | Add parent for invisible link sharesRoeland Jago Douma2016-02-111-0/+4
|/
* Only set the default expiration date on share creationRoeland Jago Douma2016-02-091-0/+16
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-0/+103
* Delete expired share when fetched by idRoeland Jago Douma2016-02-061-0/+27
* Delete a link share if it is expired on accessRoeland Jago Douma2016-02-061-0/+43
* Path should be relativeRoeland Jago Douma2016-02-041-2/+5
* [Share 2.0] Add missing post_update_permissions hookRoeland Jago Douma2016-02-041-7/+34
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-041-0/+80
* Make the share object lazyRoeland Jago Douma2016-02-041-46/+47
* [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-170/+176
* [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-3/+3
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-021-1/+1
* Merge pull request #22013 from owncloud/share2_moveshareThomas Müller2016-02-021-0/+73
|\
| * [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-021-0/+73
* | Update old password hashed for link shares on accessRoeland Jago Douma2016-02-011-0/+21
|/
* Add Unit testsRoeland Jago Douma2016-01-301-19/+111
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-281-54/+54
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-271-21/+23
* Fix comments from ThomasRoeland Jago Douma2016-01-261-18/+18
* [share 2.0] manager unit testsRoeland Jago Douma2016-01-261-1/+245
* [Share 2.0] Fix unit testsRoeland Jago Douma2016-01-261-46/+52
* Add Unit testsRoeland Jago Douma2016-01-201-0/+65
* Properly DI the servercontainerRoeland Jago Douma2016-01-201-1/+5
* [Share 2.0] Fix pre_share and post_share hooksRoeland Jago Douma2016-01-131-0/+7
* [Share 2.0] Let the factory do the factory stuffRoeland Jago Douma2016-01-131-184/+41
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-7/+20
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-271/+140
* [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-10/+240
* [Sharing 2.0] Some error cases report 404 instead of 403Roeland Jago Douma2016-01-061-6/+11
* [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-061-16/+38
* [Share 2.0] Make the share manager ready for share creationRoeland Jago Douma2016-01-061-12/+1165