summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23236 from owncloud/stable8.1-fix_21678Vincent Petry2016-03-181-0/+6
|\
| * Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-0/+6
* | Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
|/
* Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-241-0/+3
* show display name but internally use the user nameBjörn Schießle2015-12-151-0/+1
* Merge pull request #21102 from owncloud/stable8.1_20989Vincent Petry2015-12-101-0/+38
|\
| * Update parent when moving share into recieved shareRoeland Jago Douma2015-12-101-0/+38
* | Add reshare permission checksVincent Petry2015-12-092-1/+8
|/
* ILogger has no logException() - fixes #20797Thomas Müller2015-12-071-1/+1
* handle NoUserException in sharing codeMorris Jobke2015-10-231-1/+7
* Allow public auth to recognize sesssionVincent Petry2015-10-161-1/+4
* sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-084-21/+67
* Split files_sharing middelwareRoeland Jago Douma2015-10-081-0/+15
* Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-10-082-9/+22
* Respect disabled sharing API settingsRoeland Jago Douma2015-10-081-0/+5
* Merge pull request #18928 from owncloud/stable8.1-backport-18832Morris Jobke2015-09-091-0/+8
|\
| * Avoid re-propagation of shares during one propagation runMorris Jobke2015-09-091-0/+8
* | Merge pull request #18904 from owncloud/missing-context-on-update-file-target...Morris Jobke2015-09-091-1/+1
|\ \
| * | Use context function call instead of staticJoas Schilling2015-09-081-1/+1
* | | Merge pull request #18903 from owncloud/fix_sharing_add_to_group_8.1Morris Jobke2015-09-091-4/+10
|\ \ \ | |_|/ |/| |
| * | use the correct user if we update the share tableBjoern Schiessle2015-09-081-4/+10
| |/
* / Delay setting up the filesystem for a share owner untill the share is usedRobin Appelman2015-09-032-7/+6
|/
* Merge pull request #18274 from owncloud/issue-18261-sharing-capabilities-use-...Thomas Müller2015-08-141-5/+5
|\
| * Fix default values of sharing capabilitiesJoas Schilling2015-08-131-5/+5
* | Fix duplicated line in doc blockJoas Schilling2015-08-121-1/+0
* | Fix scanFile signature to avoid boring warningVincent Petry2015-08-121-1/+3
|/
* just pass the share instead of searching for itRobin Appelman2015-08-063-23/+11
* fix infinite loops with propagating etags on resharesRobin Appelman2015-08-041-2/+2
* Merge pull request #17658 from owncloud/share-lock-owner-parent-stable81Vincent Petry2015-07-162-10/+33
|\
| * only lock the parent foldersRobin Appelman2015-07-151-2/+2
| * lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-152-10/+33
* | Merge pull request #17294 from owncloud/stable8.1-s2s-catchmoreexceptiontypesMorris Jobke2015-07-161-13/+7
|\ \ | |/ |/|
| * Throw storage not available on guzzle errorVincent Petry2015-07-131-1/+1
| * Catch more error codes thrown by federated sharesVincent Petry2015-07-011-13/+7
* | Use the item name when refering to the unaccepted remote shareJoas Schilling2015-07-021-1/+1
|/
* Merge pull request #17083 from owncloud/share-etag-update-targetVincent Petry2015-06-291-2/+2
|\
| * take share target into account when updating recipient etagsRobin Appelman2015-06-221-2/+2
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-277-16/+75
|\ \
| * | update license headers and authorsMorris Jobke2015-06-257-16/+75
* | | Signature of overriding method should match the parentOlivier Paroz2015-06-261-1/+1
* | | Merge pull request #17082 from owncloud/shared-etag-propagate-fileThomas Müller2015-06-263-12/+39
|\ \ \ | |/ / |/| |
| * | add some docsRobin Appelman2015-06-251-0/+2
| * | fix etag propagation for single file sharesRobin Appelman2015-06-243-12/+37
| |/
* / [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-2/+10
|/
* Disable video preview if previews are disabledMorris Jobke2015-06-091-0/+1
* Merge pull request #16686 from owncloud/show_cloud_idLukas Reschke2015-06-021-0/+16
|\
| * show federated cloud id in the personal settingsBjoern Schiessle2015-06-021-0/+16
* | add changeLock to the storage apiRobin Appelman2015-06-011-0/+11
* | add locking to the storage apiRobin Appelman2015-06-011-0/+26
|/
* Merge pull request #16440 from owncloud/scrutinizer-patch-1Thomas Müller2015-05-193-5/+0
|\