aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-401/+0
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
* Happy new year!Thomas Müller2016-01-121-2/+2
* adjust comment, this parameter was added for 9.0Björn Schießle2015-11-041-1/+1
* cache result from parent foldersBjoern Schiessle2015-11-041-4/+5
* Update license headersLukas Reschke2015-10-261-1/+1
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-3/+4
* Fix PHPDoc on setPasswordThomas Müller2015-07-231-1/+1
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-0/+1
|\
| * update license headers and authorsMorris Jobke2015-06-251-0/+1
* | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+1
|/
* fix several issues with doc blocks on share.phpJoas Schilling2015-04-281-2/+4
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+27
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+14
* Update license headersJenkins for ownCloud2015-03-261-13/+22
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+19
* Updating license headersJenkins for ownCloud2015-02-231-19/+21
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-2/+3
* Move share interfaces to own files so they can be autoloadedJoas Schilling2014-11-271-83/+0
* also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-3/+4
* some small fixesBjoern Schiessle2014-09-251-1/+1
* mark exclude list as deprecated. It neither used by the files app nor by theBjoern Schiessle2014-09-241-1/+1
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-2/+2
|\
| * Allow specifying the item source in unshareFromSelf().Michael Kuhn2014-07-261-2/+2
* | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-131-2/+3
* | don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-0/+9
* | add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-2/+3
|/
* Automatically copy the share expiration date when new shares are createdJoas Schilling2014-05-191-9/+5
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-12/+12
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* Correct return type for getFilePathBart Visscher2014-05-011-1/+1
* Better documentation for isValidSource functionBart Visscher2014-05-011-4/+1
* Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-3/+20
|\
| * add api to get shares from a specific userBjoern Schiessle2014-04-231-0/+16
| * Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-091-3/+4
* | Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher2014-04-151-68/+70
|/
* always encrypt files to ownerBjoern Schiessle2014-03-311-3/+3
* remove prepFileTarget() seems that it is no longer in useBjoern Schiessle2014-03-251-9/+0
* add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-49/+1
* added private share apiBjoern Schiessle2014-03-251-1647/+58
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-2/+4
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-2/+7
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-1/+15
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+13
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\
| * replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
* | Fix more documentation failesJoas Schilling2014-02-081-22/+15
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-11/+20
|/
* fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-1/+7
* in case no share is found for the given token we can return right awayThomas Müller2014-01-211-0/+3