summaryrefslogtreecommitdiffstats
path: root/lib/private/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-011-1/+2
* on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-10-011-11/+43
* 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
* 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
* generateTarget() will always find a unique targetBjoern Schiessle2014-10-011-19/+40
* 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
* we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-141-3/+4
* 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-251-8/+52
* 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-061-36/+67
* 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
* 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
* - drop permissions table and related codeThomas Müller2014-06-051-4/+4
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-1/+9
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Automatically copy the share expiration date when new shares are createdJoas Schilling2014-05-191-31/+93
* Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-5/+9
|\
| * use default expire date only for link sharesBjoern Schiessle2014-05-161-5/+9
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-1/+10
|/
* fix PHPDocThomas Müller2014-05-131-3/+5
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-11/+11