summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-29/+5
* 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
* fix add user to group to work with grouped sharesBjoern Schiessle2014-09-241-10/+18
* generateTarget() will always find a unique targetBjoern Schiessle2014-09-242-96/+80
* 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
* Merge pull request #10858 from owncloud/issue/10847VicDeo2014-09-091-1/+1
|\
| * Use correct language package so the subject is correctly translatedJoas Schilling2014-09-041-1/+1
* | Readd TOKEN_LENGTHkondou2014-09-042-1/+3
* | 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-042-3/+20
* | Initial work on shorter linkskondou2014-09-041-1/+1
|/
* Use public api for getting l10nRobin Appelman2014-08-312-6/+6
* 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
* | Add scrollto to the url if sharing a file for long file listsTom Needham2014-08-091-3/+9
* | Fix link to files and folders in internal share emailsTom Needham2014-08-091-4/+3
* | 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
|\ \
| * | expire -> expirationVolkan Gezer2014-08-021-6/+6
| * | suggestions by deepdiverVolkan Gezer2014-08-011-4/+4
| * | typo fix from transifex suggestionVolkan Gezer2014-07-301-2/+2
* | | Merge pull request #9970 from owncloud/sharing_set_expire_dateMorris Jobke2014-07-301-1/+2
|\ \ \ | |/ / |/| |
| * | make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-281-1/+2
* | | remove share permission if user is excluded from sharingBjoern Schiessle2014-07-291-1/+1
|/ /
* / add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-5/+54
|/
* Merge pull request #9561 from libasys/patch-3icewind19912014-07-151-1/+1
|\
| * Update share.phplibasys2014-07-101-1/+1
| * Update share.phplibasys2014-07-101-1/+1
* | Fix for #9422Daniel Hansson2014-07-091-14/+11
|/
* BugFix missing $item on 'file_target' Line 1911libasys2014-07-081-1/+1