summaryrefslogtreecommitdiffstats
path: root/lib/private/share20
Commit message (Expand)AuthorAgeFilesLines
* Properly check for legacy methodsRoeland Jago Douma2016-02-112-3/+10
* Merge pull request #22192 from owncloud/fix_19685Thomas Müller2016-02-092-7/+34
|\
| * Catch exceptionRoeland Jago Douma2016-02-091-4/+17
| * Throw exceptionRoeland Jago Douma2016-02-092-4/+15
| * Only set the default expiration date on share creationRoeland Jago Douma2016-02-092-1/+4
* | Move password update hook after updateRoeland Jago Douma2016-02-091-8/+10
* | Example hook checkRoeland Jago Douma2016-02-091-0/+1
* | add post hook on link-share password changeArthur Schiwon2016-02-081-1/+9
|/
* Respect not allowing outgoing sharesRoeland Jago Douma2016-02-082-7/+31
* Add federated share provider to coreRoeland Jago Douma2016-02-082-0/+53
* Fix exception on deleteRoeland Jago Douma2016-02-061-1/+6
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-1/+47
* Delete expired share when fetched by idRoeland Jago Douma2016-02-061-0/+8
* Delete a link share if it is expired on accessRoeland Jago Douma2016-02-061-1/+5
* Path should be relativeRoeland Jago Douma2016-02-041-1/+3
* [Share 2.0] Add missing post_update_permissions hookRoeland Jago Douma2016-02-042-0/+14
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-043-3/+41
* Make the share object lazyRoeland Jago Douma2016-02-043-20/+52
* [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-52/+66
* [Share 2.0] Fix defaultshare providerRoeland Jago Douma2016-02-031-77/+56
* [Share 2.0] Use strings for idsRoeland Jago Douma2016-02-031-0/+9
* [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-10/+11
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-023-27/+2
* Merge pull request #22013 from owncloud/share2_moveshareThomas Müller2016-02-022-0/+77
|\
| * [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-022-0/+77
* | Merge pull request #22057 from owncloud/share2_update_hashThomas Müller2016-02-021-1/+3
|\ \ | |/ |/|
| * Update old password hashed for link shares on accessRoeland Jago Douma2016-02-011-1/+3
* | getChildren should not return usergroup sharesRoeland Jago Douma2016-02-022-6/+7
* | [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-022-20/+15
|/
* Merge pull request #22028 from owncloud/share_hook_expirationdateThomas Müller2016-02-011-9/+23
|\
| * Emit hook for expirationDate verificationRoeland Jago Douma2016-01-301-9/+23
* | Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-292-19/+17
|/
* [Share 2.0] When deleting a group share delete childrenRoeland Jago Douma2016-01-281-9/+9
* [Share 2.0] Remove setId and setProviderId from the interfaceRoeland Jago Douma2016-01-281-2/+0
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-283-52/+55
* [Share 2.0] Create IManger interface for share managerRoeland Jago Douma2016-01-271-2/+4
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-277-477/+44
* [Share 2.0] Fix IShareRoeland Jago Douma2016-01-273-105/+47
* Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_...Thomas Müller2016-01-271-1/+1
|\
| * [Share 2.0] Properly handle user deleted group sharesRoeland Jago Douma2016-01-271-1/+1
* | Merge pull request #21887 from owncloud/share2_updateShareThomas Müller2016-01-272-15/+160
|\ \ | |/ |/|
| * Fix comments from ThomasRoeland Jago Douma2016-01-262-16/+16
| * [Share 2.0] Fire off hookRoeland Jago Douma2016-01-261-5/+21
| * [Share 2.0] Add update shareRoeland Jago Douma2016-01-262-4/+133
* | We must resolve to the proper usergroup shareRoeland Jago Douma2016-01-261-3/+11
|/
* Replace other usagesJoas Schilling2016-01-251-4/+3
* [Share 2.0] Add deleteFromSelf methodRoeland Jago Douma2016-01-223-0/+104
* [Share 2.0] Fix displaying old shares propleryRoeland Jago Douma2016-01-211-1/+12
* Comments from VincentRoeland Jago Douma2016-01-212-8/+8
* Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-13/+17