summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Fixed JS unit tests for fed owner display nameVincent Petry2015-12-151-0/+4
* show display name but internally use the user nameBjörn Schießle2015-12-156-6/+12
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-151-0/+8
* 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-088-34/+279
* Split files_sharing middelwareRoeland Jago Douma2015-10-082-29/+43
* Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-10-083-10/+76
* Respect disabled sharing API settingsRoeland Jago Douma2015-10-082-3/+37
* Do not register JS share plugin if core sharing API is disabledVincent Petry2015-09-291-0/+4
* Move registration of background job to install/updateJoas Schilling2015-09-144-5/+24
* 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
|/
* don't load gs-shareThomas Müller2015-08-251-2/+4
* Simply hide sharing buttons for IE8 - fixes #18011Thomas Müller2015-08-252-0/+9
* Merge pull request #18274 from owncloud/issue-18261-sharing-capabilities-use-...Thomas Müller2015-08-142-16/+16
|\
| * Fix config map provider for testsJoas Schilling2015-08-131-11/+11
| * Fix default values of sharing capabilitiesJoas Schilling2015-08-131-5/+5
* | Add a basic unit test which notifies us about incompatible extendingJoas Schilling2015-08-131-0/+82
* | Fix duplicated line in doc blockJoas Schilling2015-08-121-1/+0
* | Fix scanFile signature to avoid boring warningVincent Petry2015-08-121-1/+3
|/
* Merge pull request #17753 from oparoz/fix-previews-for-public-uploadsVincent Petry2015-08-121-11/+13
|\
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-07-201-11/+13
* | just pass the share instead of searching for itRobin Appelman2015-08-063-23/+11
* | add unit tests for share target conflict with group sharesRobin Appelman2015-08-061-0/+39
* | fix infinite loops with propagating etags on resharesRobin Appelman2015-08-042-7/+16
|/
* Merge pull request #17653 from owncloud/backport-17330-share-group-path-excep...Morris Jobke2015-07-161-0/+130
|\
| * Add test case when owner renames shared folderVincent Petry2015-07-151-5/+8
| * Add unit test for getUsersSharingFileVincent Petry2015-07-151-0/+127
* | Merge pull request #17658 from owncloud/share-lock-owner-parent-stable81Vincent Petry2015-07-163-10/+134
|\ \
| * | only lock the parent foldersRobin Appelman2015-07-152-2/+13
| * | lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-153-10/+123
| |/
* | 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
* | | Merge pull request #17337 from owncloud/stable8.1-backport-17077Morris Jobke2015-07-151-3/+5
|\ \ \ | |_|/ |/| |
| * | handle error during setupRobin Appelman2015-07-021-3/+5
| |/
* | Merge pull request #17332 from owncloud/fix-temporary-mountpoint-name-in-acti...Morris Jobke2015-07-082-2/+8
|\ \
| * | Use the item name when refering to the unaccepted remote shareJoas Schilling2015-07-022-2/+8
| |/
* | Merge pull request #17370 from owncloud/stable8.1-share-onlyshowstaticownerif...Morris Jobke2015-07-082-1/+18
|\ \
| * | Do not show static share owner if not availableVincent Petry2015-07-032-1/+18