summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-152-2/+36
* Add explicit check for groups excluded from sharingVincent Petry2015-12-091-1/+1
* Allow sending a share email to multiple usersJoas Schilling2015-12-071-1/+3
* Check the expiration date for nullMorris Jobke2015-12-041-1/+7
* Make sure all variables are definedJoas Schilling2015-11-241-0/+2
* Make sure the share we found is for the same itemJoas Schilling2015-11-241-1/+1
* Return path instead of itemsourceRoeland Jago Douma2015-10-141-2/+2
* Discard expiration date from result for non-link sharesVincent Petry2015-09-211-0/+5
* Merge pull request #18903 from owncloud/fix_sharing_add_to_group_8.1Morris Jobke2015-09-091-28/+87
|\
| * intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-09-081-28/+87
* | setup owner when getting users for shareRobin Appelman2015-09-031-0/+2
|/
* Fix PHPDoc on setPasswordThomas Müller2015-07-241-1/+1
* Use a hook to integrate sharing password verificationThomas Müller2015-07-241-0/+22
* Make sure the owner always has the right pathJoas Schilling2015-07-151-3/+6
* Fix the path for users which have an exception for a group shareJoas Schilling2015-07-151-7/+22
* owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-031-2/+2
* if it is a mount point we need to get the path from the mount managerBjoern Schiessle2015-06-301-3/+19
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-272-1/+2
|\
| * update license headers and authorsMorris Jobke2015-06-252-1/+2
* | Merge pull request #17071 from owncloud/share-get-users-non-existingVincent Petry2015-06-261-2/+2
|\ \
| * | fix getUsersSharingFile with lockingRobin Appelman2015-06-261-2/+2
* | | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-262-23/+69
|\ \ \ | |/ / |/| |
| * | Use \OC\HintException and translate the hintJoas Schilling2015-06-223-34/+9
| * | Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-222-25/+44
| * | make sure that we split username and server address at the first '@' from the...Bjoern Schiessle2015-06-223-1/+53
* | | Merge pull request #17165 from owncloud/federated_cloud_sharing_search_addres...Thomas Müller2015-06-261-3/+12
|\ \ \ | |_|/ |/| |
| * | ne need to check twice if $row['share_with'] is setBjoern Schiessle2015-06-251-1/+1
| * | show nice display name for remote shares if possibleBjoern Schiessle2015-06-251-2/+11
| |/
* / set NULL correctly in password updateRoeland Jago Douma2015-06-241-1/+1
|/
* Fix the share mail notification when the item is in a folderJoas Schilling2015-05-061-0/+5
* Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions...Joas Schilling2015-05-041-7/+9
|\
| * Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| * Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
* | Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-301-2/+4
* | Merge pull request #15596 from owncloud/issue/15589Morris Jobke2015-04-291-6/+9
|\ \
| * | Fix scrutinizer complains and return type docJoas Schilling2015-04-281-4/+6
| * | Correctly remove the protocol before prepeding itJoas Schilling2015-04-281-0/+1
| * | Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-2/+2
| |/
* | Merge pull request #15906 from rullzer/fix_15777Morris Jobke2015-04-291-1/+1
|\ \ | |/ |/|
| * Password set via OCS API should not be double escapedRoeland Jago Douma2015-04-281-1/+1
* | Merge pull request #14764 from owncloud/shared-etag-propagateMorris Jobke2015-04-281-0/+24
|\ \
| * | propagate etags for all user of a shareRobin Appelman2015-04-271-0/+12
| * | Allow getting *all* share entries owned by a userRobin Appelman2015-04-271-0/+12
| |/
* / fix several issues with doc blocks on share.phpJoas Schilling2015-04-281-8/+20
|/
* Merge pull request #15729 from owncloud/remove-unused-variablesRobin McCorkell2015-04-191-1/+1
|\
| * Remove unused variablesMorris Jobke2015-04-181-1/+1
* | fix followup issues with unneeded parametersMorris Jobke2015-04-181-8/+8
|/
* Add "Reply-To" support to sharing mails and refactor codeLukas Reschke2015-04-101-60/+100
* Merge pull request #13920 from owncloud/sharing_no_user_entry_for_group_sharesThomas Müller2015-04-091-2/+7
|\
| * only create a db entry for the user in case of a name conflict on group shareBjoern Schiessle2015-04-091-2/+7