Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 1 | -0/+1 |
|\ | | | | | Update license headers | ||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | | |||||
* | | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+1 |
|/ | |||||
* | fix several issues with doc blocks on share.php | Joas Schilling | 2015-04-28 | 1 | -2/+4 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 settings | Roeland Jago Douma | 2015-03-30 | 1 | -0/+14 |
| | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+21 |
| | |||||
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -2/+3 |
| | |||||
* | Move share interfaces to own files so they can be autoloaded | Joas Schilling | 2014-11-27 | 1 | -83/+0 |
| | |||||
* | also check for the correct owner if it was submitted | Bjoern Schiessle | 2014-11-21 | 1 | -3/+4 |
| | |||||
* | some small fixes | Bjoern Schiessle | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | mark exclude list as deprecated. It neither used by the files app nor by the | Bjoern Schiessle | 2014-09-24 | 1 | -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-source | Björn Schießle | 2014-08-27 | 1 | -2/+2 |
|\ | | | | | Allow specifying the item source in unshareFromSelf(). | ||||
| * | Allow specifying the item source in unshareFromSelf(). | Michael Kuhn | 2014-07-26 | 1 | -2/+2 |
| | | |||||
* | | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-13 | 1 | -2/+3 |
| | | | | | | | | notification was send | ||||
* | | don't display share permission if resharing was disabled by the admin | Bjoern Schiessle | 2014-08-05 | 1 | -0/+9 |
| | | |||||
* | | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -2/+3 |
|/ | |||||
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -9/+5 |
| | | | | Fix #4823 | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -12/+12 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Correct return type for getFilePath | Bart Visscher | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Better documentation for isValidSource function | Bart Visscher | 2014-05-01 | 1 | -4/+1 |
| | |||||
* | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 1 | -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 user | Bjoern Schiessle | 2014-04-23 | 1 | -0/+16 |
| | | |||||
| * | Add option to getUsersSharingFile() to get the paths for the shared users | Joas Schilling | 2014-04-09 | 1 | -3/+4 |
| | | |||||
* | | Fix PHPdoc in OC\Share\Share and OCP\Share | Bart Visscher | 2014-04-15 | 1 | -68/+70 |
|/ | |||||
* | always encrypt files to owner | Bjoern Schiessle | 2014-03-31 | 1 | -3/+3 |
| | |||||
* | remove prepFileTarget() seems that it is no longer in use | Bjoern Schiessle | 2014-03-25 | 1 | -9/+0 |
| | |||||
* | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 1 | -49/+1 |
| | | | | to a "constants" class | ||||
* | added private share api | Bjoern Schiessle | 2014-03-25 | 1 | -1647/+58 |
| | |||||
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -2/+4 |
| | |||||
* | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -2/+7 |
| | |||||
* | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-25 | 1 | -1/+15 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | replace 'size' with 'unencrypted_size' if encryption is enabled | Bjoern Schiessle | 2014-02-07 | 1 | -1/+1 |
| | | |||||
* | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -22/+15 |
| | | | | | | | | Issue #7111 | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -11/+20 |
|/ | |||||
* | fixing comment + adding unit test for checkPasswordProtectedShare | Thomas Müller | 2014-01-21 | 1 | -1/+7 |
| | |||||
* | in case no share is found for the given token we can return right away | Thomas Müller | 2014-01-21 | 1 | -0/+3 |
| | |||||
* | adding password protection check to getShareByToken() | Thomas Müller | 2014-01-21 | 1 | -4/+32 |
| | |||||
* | Unshare all will now delete all shares for the item, instead of only for a ↵ | ben-denham | 2014-01-06 | 1 | -1/+9 |
| | | | | single owner. | ||||
* | rely only on php DateTime to parse the db datetime string | Jörn Friedrich Dreyer | 2013-12-13 | 1 | -3/+2 |
| | |||||
* | add a optional parameter to skip check for expired files, this is necessary ↵ | Bjoern Schiessle | 2013-12-05 | 1 | -14/+21 |
| | | | | to find out to whom a file was shared after it was expired. | ||||
* | Merge pull request #6052 from owncloud/datetime-doctrine | Thomas Müller | 2013-12-01 | 1 | -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 Fischer | 2013-11-26 | 1 | -1/+2 |
| | | |||||
| * | Use DateTime object instead of fixed format date string. | Andreas Fischer | 2013-11-26 | 1 | -2/+1 |
| | | | | | | | | | | Use a DateTime object and have conversion handled by Doctrine instead of using a date string with a fixed format. |