summaryrefslogtreecommitdiffstats
path: root/lib/private/share/share.php
Commit message (Expand)AuthorAgeFilesLines
* Make sure the owner always has the right pathJoas Schilling2015-07-151-3/+6
* Fix the path for users which have an exception for a group shareJoas Schilling2015-07-151-7/+22
* if it is a mount point we need to get the path from the mount managerBjoern Schiessle2015-06-301-3/+19
* Merge pull request #17071 from owncloud/share-get-users-non-existingVincent Petry2015-06-261-2/+2
|\
| * fix getUsersSharingFile with lockingRobin Appelman2015-06-261-2/+2
* | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-261-5/+7
|\ \ | |/ |/|
| * Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+1
| * Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-221-4/+5
| * make sure that we split username and server address at the first '@' from the...Bjoern Schiessle2015-06-221-1/+1
* | Merge pull request #17165 from owncloud/federated_cloud_sharing_search_addres...Thomas Müller2015-06-261-3/+12
|\ \
| * | ne need to check twice if $row['share_with'] is setBjoern Schiessle2015-06-251-1/+1
| * | show nice display name for remote shares if possibleBjoern Schiessle2015-06-251-2/+11
| |/
* / set NULL correctly in password updateRoeland Jago Douma2015-06-241-1/+1
|/
* Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions...Joas Schilling2015-05-041-7/+9
|\
| * Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| * Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
* | Merge pull request #15596 from owncloud/issue/15589Morris Jobke2015-04-291-6/+9
|\ \
| * | Fix scrutinizer complains and return type docJoas Schilling2015-04-281-4/+6
| * | Correctly remove the protocol before prepeding itJoas Schilling2015-04-281-0/+1
| * | Correctly generate the feedback URL for remote shareJoas Schilling2015-04-281-2/+2
| |/
* | Merge pull request #15906 from rullzer/fix_15777Morris Jobke2015-04-291-1/+1
|\ \ | |/ |/|
| * Password set via OCS API should not be double escapedRoeland Jago Douma2015-04-281-1/+1
* | Merge pull request #14764 from owncloud/shared-etag-propagateMorris Jobke2015-04-281-0/+24
|\ \
| * | propagate etags for all user of a shareRobin Appelman2015-04-271-0/+12
| * | Allow getting *all* share entries owned by a userRobin Appelman2015-04-271-0/+12
| |/
* / fix several issues with doc blocks on share.phpJoas Schilling2015-04-281-8/+20
|/
* fix followup issues with unneeded parametersMorris Jobke2015-04-181-8/+8
* only create a db entry for the user in case of a name conflict on group shareBjoern Schiessle2015-04-091-2/+7
* Merge pull request #14987 from rullzer/ocs_password_fix2Morris Jobke2015-04-081-0/+84
|\
| * No injectionsRoeland Jago Douma2015-03-301-3/+7
| * OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+80
* | remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-1/+1
|/
* Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke2015-03-271-11/+48
|\
| * Do not return shares for files outside "files"Vincent Petry2015-03-271-11/+48
* | also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-261-4/+5
|/
* Update license headersJenkins for ownCloud2015-03-261-13/+28
* When the expiration date is enforced respect thisRoeland Jago Douma2015-03-191-1/+9
* Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-det...Morris Jobke2015-03-111-1/+1
|\
| * Extract the remote host from user input in share dropdownJoas Schilling2015-02-231-1/+1
* | Revert "Updating license headers"Morris Jobke2015-02-261-27/+14
* | 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