| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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(). | Michael Kuhn | 2014-07-26 | 1 | -2/+2 |
* | | we need the recipient as a additional parameter to know for which share the n... | Bjoern Schiessle | 2014-08-13 | 1 | -2/+3 |
* | | 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 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 |
|\ |
|
| * | 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 |
* | 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 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | | 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 si... | ben-denham | 2014-01-06 | 1 | -1/+9 |
* | 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 t... | Bjoern Schiessle | 2013-12-05 | 1 | -14/+21 |
* | Merge pull request #6052 from owncloud/datetime-doctrine | Thomas Müller | 2013-12-01 | 1 | -3/+5 |
|\ |
|
| * | 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 bindValue() instead of passing parameters in execute(). | Andreas Fischer | 2013-11-26 | 1 | -1/+3 |
* | | add comment from @DeepDiver | Morris Jobke | 2013-11-27 | 1 | -2/+1 |
* | | API doc for contacts manager, server container and share | Morris Jobke | 2013-11-27 | 1 | -1/+18 |
|/ |
|
* | Merge pull request #6034 from owncloud/fix-api-documentation | Owen Winkler | 2013-11-25 | 1 | -3/+3 |
|\ |
|
| * | fix some capital letters | Morris Jobke | 2013-11-25 | 1 | -3/+3 |
* | | Fix fatal error when trying to open a non existing public link | Robin Appelman | 2013-11-12 | 1 | -1/+1 |
|/ |
|
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -0/+9 |
* | Always select item_source. | Andreas Fischer | 2013-11-03 | 1 | -3/+3 |
* | Deduplicate expiration date check into a method. | Andreas Fischer | 2013-11-03 | 1 | -15/+21 |
* | Use unshareItem() when unsharing expired shares. | Andreas Fischer | 2013-11-03 | 1 | -2/+2 |