Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -599/+0 |
| | |||||
* | remove unused variable | Bjoern Schiessle | 2014-08-05 | 1 | -1/+0 |
| | |||||
* | adjust error code | Bjoern Schiessle | 2014-07-28 | 1 | -2/+2 |
| | |||||
* | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -1/+26 |
| | |||||
* | Return and use isPreviewAvailable for share previews | Vincent Petry | 2014-07-04 | 1 | -0/+6 |
| | | | | | Since the mime type is known, now isPreviewAvailable is returned as well and used by the JS side to properly render mime icon and previews. | ||||
* | Merge pull request #8862 from owncloud/share-overview-fixmimetype | icewind1991 | 2014-06-05 | 1 | -4/+2 |
|\ | | | | | Fix mime type returning for shared with others files | ||||
| * | Fix mime type returning for "shared with others" files | Vincent Petry | 2014-06-04 | 1 | -4/+2 |
| | | | | | | | | | | Use "path" instead of "file_target", as the latter is not always set / reliable. | ||||
* | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 1 | -1/+1 |
|\ \ | | | | | | | Kill permissions table | ||||
| * | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -1/+1 |
| |/ | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* / | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -0/+1 |
|/ | | | | Updating SabreDAV namespaces | ||||
* | Fixed warning when file_target is not set | Vincent Petry | 2014-05-30 | 1 | -1/+3 |
| | | | | | In some cases (like in the unit tests) "file_target" is not set yet whenever the target file system hasn't been mounted yet. | ||||
* | Mimetype for sharing overview | Vincent Petry | 2014-05-30 | 1 | -3/+14 |
| | |||||
* | extend OCS Share API to allow the user to ask for files shared with him | Bjoern Schiessle | 2014-05-30 | 1 | -0/+19 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -13/+13 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -7/+12 |
| | |||||
* | @breif -> @brief | Thomas Müller | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -12/+0 |
| | |||||
* | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -4/+24 |
| | |||||
* | add 'received_from' info to the share, so that every share can have a ↵ | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
| | | | | different value | ||||
* | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 1 | -7/+6 |
| | |||||
* | only add "received_from" if a share was found | Bjoern Schiessle | 2014-02-26 | 1 | -6/+6 |
| | |||||
* | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -3/+3 |
| | |||||
* | remove needless element tag | Bjoern Schiessle | 2014-01-30 | 1 | -2/+1 |
| | |||||
* | public upload is also possible with encryption enabled, since OC6 | Bjoern Schiessle | 2014-01-28 | 1 | -10/+4 |
| | |||||
* | use more accurate error codes | Bjoern Schiessle | 2014-01-28 | 1 | -5/+5 |
| | |||||
* | filter duplicates directly in the sql query | Bjoern Schiessle | 2013-10-18 | 1 | -13/+4 |
| | |||||
* | split up reset()['path'] to make it compatible with older PHP versions | Bjoern Schiessle | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | adjust tests | Bjoern Schiessle | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | new option to add reshares to the result | Bjoern Schiessle | 2013-10-17 | 1 | -24/+85 |
| | |||||
* | add "received_from" and "received_from_displayname" field in case of a ↵ | Bjoern Schiessle | 2013-10-10 | 1 | -7/+18 |
| | | | | reshared file to the output | ||||
* | use true/false instead of yes/no for publicUpload and subfiles parameter | Bjoern Schiessle | 2013-10-04 | 1 | -4/+4 |
| | |||||
* | use always path as parameter to specify a file/folder | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| | |||||
* | also return success if no shares are found. | Bjoern Schiessle | 2013-09-30 | 1 | -3/+4 |
| | |||||
* | - adding unit test testGetShareFromUnknownId() | Thomas Müller | 2013-09-29 | 1 | -8/+6 |
| | | | | | - fixing getShareFromId() for Oracle - fixing error message | ||||
* | remove debug output | Bjoern Schiessle | 2013-09-23 | 1 | -1/+0 |
| | |||||
* | set share id to 'unknown' if we can't retrive one | Bjoern Schiessle | 2013-09-19 | 1 | -7/+6 |
| | |||||
* | extend API to get the shares from all files in a given folder | Bjoern Schiessle | 2013-09-19 | 1 | -0/+32 |
| | |||||
* | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -5/+6 |
| | |||||
* | return error if wrong shareType is given | Bjoern Schiessle | 2013-09-19 | 1 | -0/+2 |
| | |||||
* | remove debug output | Bjoern Schiessle | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 1 | -71/+160 |
| | |||||
* | more rest-style API | Bjoern Schiessle | 2013-09-17 | 1 | -30/+117 |
| | |||||
* | return error if public upload is disabled | Bjoern Schiessle | 2013-09-16 | 1 | -19/+10 |
| | |||||
* | allow to set a different permission during initial share operation | Bjoern Schiessle | 2013-09-16 | 1 | -3/+3 |
| | |||||
* | ocs api for file sharing | Bjoern Schiessle | 2013-09-16 | 1 | -37/+76 |
| | |||||
* | some more OCS calls for sharing | Bjoern Schiessle | 2013-09-06 | 1 | -21/+110 |
| | |||||
* | intermediate result ocs api | Bjoern Schiessle | 2013-09-06 | 1 | -5/+97 |
| | |||||
* | intermediate results, share api | Bjoern Schiessle | 2013-09-04 | 1 | -0/+48 |