summaryrefslogtreecommitdiffstats
path: root/lib/private/share20
Commit message (Expand)AuthorAgeFilesLines
* Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-207-2631/+0
* Do not recurse link share fetchingRoeland Jago Douma2016-03-131-0/+5
* Use more generic node instead of File/FolderRoeland Jago Douma2016-03-112-18/+2
* Select queries in the default share provider should query for file/folderRoeland Jago Douma2016-03-091-10/+51
* Update author informationLukas Reschke2016-03-013-0/+4
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-011-1/+7
|\
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-1/+7
* | Merge pull request #22683 from owncloud/fix_22682Thomas Müller2016-02-291-1/+1
|\ \
| * | Relax rootfolder checkRoeland Jago Douma2016-02-261-1/+1
* | | Expiration date can only be enforced if default is enabledRoeland Jago Douma2016-02-261-1/+2
|/ /
* | Merge pull request #22660 from owncloud/fix_22656Thomas Müller2016-02-261-0/+5
|\ \
| * | Do not allow sharing of the root folderRoeland Jago Douma2016-02-251-0/+5
| |/
* | Merge pull request #22646 from owncloud/fix_22642Thomas Müller2016-02-261-16/+16
|\ \
| * | Set default expiration date if none given on share creationRoeland Jago Douma2016-02-251-16/+16
| |/
* / Fix verifyExpirationDate passwordSet argumentRoeland Jago Douma2016-02-251-1/+1
|/
* When (re-)sharing an incomming federated share set the corrent ownerRoeland Jago Douma2016-02-191-2/+14
* Return proper error string if sharing for this user is disabledRoeland Jago Douma2016-02-161-11/+5
* Merge pull request #22309 from owncloud/infinite-recursion-on-expired-linkThomas Müller2016-02-121-2/+2
|\
| * Do not getShare in deleteShare, it's already there when deletingJoas Schilling2016-02-111-2/+2
* | Add parent for invisible link sharesRoeland Jago Douma2016-02-112-0/+27
* | 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
|\