summaryrefslogtreecommitdiffstats
path: root/lib/private/share
Commit message (Expand)AuthorAgeFilesLines
* Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-121-10/+9
* Merge pull request #15072 from owncloud/fix_group_shareMorris Jobke2015-03-261-2/+3
|\
| * also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-201-2/+3
* | 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
|/
* Fix getItemSharedWithUser for groupsVincent Petry2015-01-201-12/+17
* Consolidate if statement, and update unit testMiguel Prokop2014-11-261-4/+2
* fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop2014-11-261-3/+8
* 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
* always use the correct share typeBjoern Schiessle2014-10-211-3/+3
* 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-10-013-5/+4
* on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-10-012-15/+63
* only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-10-011-1/+1
* for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle2014-10-011-3/+3
* for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle2014-10-011-1/+12
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-10-011-29/+5
* always select permissions, used in getItems()Bjoern Schiessle2014-10-011-2/+3
* some small fixesBjoern Schiessle2014-10-011-6/+1
* only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle2014-10-011-1/+1
* fix add user to group to work with grouped sharesBjoern Schiessle2014-10-011-10/+18
* generateTarget() will always find a unique targetBjoern Schiessle2014-10-012-96/+80
* unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-10-011-1/+1
* group shares and combine permissionsBjoern Schiessle2014-10-011-237/+247
* Use correct language package so the subject is correctly translatedJoas Schilling2014-09-091-1/+1
* we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-141-3/+4
* Add scrollto to the url if sharing a file for long file listsTom Needham2014-08-111-3/+9
* Fix link to files and folders in internal share emailsTom Needham2014-08-111-4/+3
* remove trailing slash from pathBjoern Schiessle2014-08-061-1/+2
* don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-1/+1
* make sure that we set the expire date if a date is adefault date is setBjoern Schiessle2014-07-301-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-281-5/+54
* Update share.phplibasys2014-07-151-1/+1
* Fix for #9422Daniel Hansson2014-07-141-14/+11
* BugFix missing $item on 'file_target' Line 1911libasys2014-07-091-1/+1
* make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-252-12/+70
* Fix check for shared files inside sharesRobin Appelman2014-06-141-3/+3
* Add server<->server sharing backendRobin Appelman2014-06-141-1/+1
* Added ORDER BY to enforce share entry orderVincent Petry2014-06-111-0/+1
* only expire link sharesBjoern Schiessle2014-06-062-36/+79
* make sure that we only delete shares for the current userBjoern Schiessle2014-06-061-3/+8
* only unshare user share if it was shared with the current userBjoern Schiessle2014-06-061-1/+2
* make sure that we remove all shares refering to the same parentBjoern Schiessle2014-06-061-21/+0
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-23/+38
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-061-0/+5
* unify share settingsBjoern Schiessle2014-06-051-3/+13