summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+14
| | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests
* Update license headersJenkins for ownCloud2015-03-261-13/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | | calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets.
* Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-271-2/+2
|\ | | | | Allow specifying the item source in unshareFromSelf().
| * 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 ↵Bjoern Schiessle2014-08-131-2/+3
| | | | | | | | notification was send
* | 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 #4823
* 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
|\ | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/share/file.php apps/files_sharing/tests/api.php lib/private/share/share.php
| * 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
| | | | to a "constants" class
* 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
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
| |
* | Fix more documentation failesJoas Schilling2014-02-081-22/+15
| | | | | | | | Issue #7111
* | 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 ↵ben-denham2014-01-061-1/+9
| | | | single owner.
* 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 ↵Bjoern Schiessle2013-12-051-14/+21
| | | | to find out to whom a file was shared after it was expired.
* Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller2013-12-011-3/+5
|\ | | | | Get rid of date strings for DB. Completely use Doctrine and DateTime.
| * 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 a DateTime object and have conversion handled by Doctrine instead of using a date string with a fixed format.