summaryrefslogtreecommitdiffstats
path: root/lib/private/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-231-14/+27
* Merge pull request #13979 from owncloud/group-share-collition-wrong-type-in-p...Vincent Petry2015-02-111-5/+5
|\
| * Do not overwrite the shareType so the post hook is still correctJoas Schilling2015-02-091-5/+5
* | for password protected link shares the password is stored in shareWith, so we...Bjoern Schiessle2015-02-051-2/+9
|/
* 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-221-1/+2
* Fix getItemSharedWithUser for groupsVincent Petry2015-01-161-9/+18
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-68/+225
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-3/+4
* 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-291-2/+3
* on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-09-261-11/+43
* only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-09-261-1/+1
* for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle2014-09-261-3/+3
* for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle2014-09-261-1/+12
* always select permissions, used in getItems()Bjoern Schiessle2014-09-251-2/+3
* some small fixesBjoern Schiessle2014-09-251-6/+1
* only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle2014-09-241-1/+1
* generateTarget() will always find a unique targetBjoern Schiessle2014-09-241-19/+40
* unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-1/+1
* group shares and combine permissionsBjoern Schiessle2014-09-221-237/+249
* Readd TOKEN_LENGTHkondou2014-09-041-1/+1
* Use base62 and remove configuration options for link lengthkondou2014-09-041-7/+2
* Change config.sample entry and use MediumSecuritykondou2014-09-041-1/+1
* Adapt token size to new generation and add an option for free length specific...kondou2014-09-041-16/+5
* Use a route instead of s.php and convert tokens asapkondou2014-09-041-1/+20
* Use public api for getting l10nRobin Appelman2014-08-311-5/+5
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-2/+2
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-6/+7
|\
| * Allow specifying the item source in unshareFromSelf().Michael Kuhn2014-07-261-6/+7
* | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-131-3/+4
* | typo fix from transifex suggestionVolkan Gezer2014-08-061-2/+2
* | Merge pull request #10191 from owncloud/sharing_rm_trailing_slashMorris Jobke2014-08-051-1/+2
|\ \
| * | remove trailing slash from pathBjoern Schiessle2014-08-051-1/+2
* | | don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-1/+1
|/ /
* | Merge pull request #10025 from owncloud/l10n-typoThomas Müller2014-08-041-8/+8
|\ \