summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* When a user is removed we should remove the right sharesRoeland Jago Douma2016-02-051-1/+1
* manually backport some helper methodsBjörn Schießle2015-12-151-0/+74
* don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-152-2/+38
* Merge pull request #17158 from owncloud/backport-15772-no-permission-restrict...Morris Jobke2015-07-161-7/+9
|\
| * Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-06-251-0/+2
| * Correctly select file cache values also when checking group sharesJoas Schilling2015-06-251-7/+7
* | owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-031-2/+2
* | set NULL correctly in password updateRoeland Jago Douma2015-06-251-1/+1
|/
* Password set via OCS API should not be double escapedRoeland Jago Douma2015-06-031-1/+1
* No injectionsRoeland Jago Douma2015-06-031-3/+7
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-06-031-0/+80
* Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-...Morris Jobke2015-05-201-6/+9
|\
| * Fix scrutinizer complains and return type docJoas Schilling2015-05-041-4/+6
| * Correctly remove the protocol before prepeding itJoas Schilling2015-05-041-0/+1
| * Correctly generate the feedback URL for remote shareJoas Schilling2015-05-041-2/+2
* | Fix the share mail notification when the item is in a folderJoas Schilling2015-05-081-0/+5
|/
* Do not return shares for files outside "files"Vincent Petry2015-04-141-11/+48
* Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-121-10/+9
* also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-261-4/+5
* Backport of #15025Roeland Jago Douma2015-03-201-1/+9
* Extract the remote host from user input in share dropdownJoas Schilling2015-03-112-1/+31
* Do not overwrite the shareType so the post hook is still correctJoas Schilling2015-02-091-5/+5
* Merge pull request #13760 from owncloud/create_enc_key_for_remote_sharesMorris Jobke2015-01-291-9/+27
|\
| * make sure that we always create a public share key for remote sharesBjoern Schiessle2015-01-291-9/+27
* | remove trailing slashBjoern Schiessle2015-01-291-0/+1
|/
* Do not retrieve shares through group if user has no groupVincent Petry2015-01-231-20/+22
* Fix reshare permission change to not impair other deletion codeVincent Petry2015-01-222-9/+21
* Fix getItemSharedWithUser for groupsVincent Petry2015-01-161-9/+18
* don't delete share table entries for the unique name if re-share permission w...Bjoern Schiessle2015-01-071-4/+4
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-193-69/+230
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-3/+4
* Merge pull request #12350 from mprokop/link_expirationMorris Jobke2014-11-261-3/+6
|\
| * Consolidate if statement, and update unit testMiguel Prokop2014-11-211-4/+2
| * fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop2014-11-211-3/+8
* | Replace deprecated constant with new class constantJoas Schilling2014-11-251-6/+6
* | also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-5/+10
|/
* Merge pull request #12226 from owncloud/remove-phpassThomas Müller2014-11-201-3/+1
|\
| * Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-171-3/+1
* | only users can have a display name different from the idBjoern Schiessle2014-11-181-1/+4
* | make sure that we only find the shares from the correct share type if users a...Bjoern Schiessle2014-11-181-2/+8
* | make sure that we don't find the wrong shares if a user and a group have the ...Bjoern Schiessle2014-11-181-6/+10
|/
* Remove unreachable statementLukas Reschke2014-10-231-1/+0
* always use the correct share typeBjoern Schiessle2014-10-221-3/+3
* Add option to include tags for shared items.Bernhard Reiter2014-10-141-1/+52
* distinguish between file dependent shares and other sharesBjoern Schiessle2014-10-131-2/+3
* fix performance issuesBjoern Schiessle2014-10-101-18/+56
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-293-6/+5
* on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-09-262-15/+63
* only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-09-261-1/+1