summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding password protection check to getShareByToken()Thomas Müller2014-01-211-4/+32
* Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-061-1/+9
* rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer2013-12-131-3/+2
* add a optional parameter to skip check for expired files, this is necessary t...Bjoern Schiessle2013-12-051-14/+21
* Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller2013-12-011-3/+5
|\
| * Use the Doctrine to convert date string to DateTime object.Andreas Fischer2013-11-261-1/+2
| * Use DateTime object instead of fixed format date string.Andreas Fischer2013-11-261-2/+1
| * Use bindValue() instead of passing parameters in execute().Andreas Fischer2013-11-261-1/+3
* | add comment from @DeepDiverMorris Jobke2013-11-271-2/+1
* | API doc for contacts manager, server container and shareMorris Jobke2013-11-271-1/+18
|/
* Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler2013-11-251-3/+3
|\
| * fix some capital lettersMorris Jobke2013-11-251-3/+3
* | Fix fatal error when trying to open a non existing public linkRobin Appelman2013-11-121-1/+1
|/
* fix "No page-level DocBlock"Morris Jobke2013-11-031-0/+9
* Always select item_source.Andreas Fischer2013-11-031-3/+3
* Deduplicate expiration date check into a method.Andreas Fischer2013-11-031-15/+21
* Use unshareItem() when unsharing expired shares.Andreas Fischer2013-11-031-2/+2
* Use unshareItem() in unshareAll().Andreas Fischer2013-11-031-1/+1
* Extract unshare() code into unshareItem().Andreas Fischer2013-11-031-17/+1
* OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer2013-11-031-8/+26
* fix documentation stuffMorris Jobke2013-10-311-240/+262
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-24/+20
* Merge branch 'master' into fix-sharing-codeThomas Müller2013-10-231-0/+17
|\
| * Merge pull request #5249 from owncloud/activities-apiThomas Müller2013-10-211-0/+1
| |\
| | * remove test codeThomas Müller2013-10-161-4/+0
| | * Merge branch 'master' into activities-apiThomas Müller2013-10-161-4/+4
| | |\
| | * \ Merge branch 'master' into activities-apiThomas Müller2013-10-091-9/+81
| | |\ \