Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Return permissions and expiration on create share responses | Roeland Jago Douma | 2015-08-30 | 1 | -0/+4 |
| | | | | Updated and added unit tests | ||||
* | Actually validate the expire date on share | Roeland Jago Douma | 2015-08-30 | 1 | -4/+8 |
| | | | | * Added more intergration tests | ||||
* | Allow to directly set the expireDate on a new (link)share | Roeland Jago Douma | 2015-08-29 | 1 | -2/+36 |
| | | | | | | | | | | Since this extends the API we now properly parse the date. We only accept valid ISO 8601 Dates (YYYY-MM-DD). Currently this only works for link shares (it is just ignored for other shares). Since we do not have user/group/federated expiring shares yet. * Tests added | ||||
* | Move private functions to proper list of arguments | Roeland Jago Douma | 2015-08-11 | 1 | -25/+22 |
| | | | | | | Some private static functions in the OCS Share API (files_sharing/api/local.php) take a params array with all the info inside. This is bad for the limited type checking and is not clear. | ||||
* | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 1 | -1/+0 |
| | | | | Switch to new javascript mimetype resolver | ||||
* | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 1 | -1/+4 |
| | |||||
* | Allow sharing with type remote share | Joas Schilling | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #16535 from rullzer/ocs_share_api_url | Morris Jobke | 2015-07-01 | 1 | -0/+10 |
|\ | | | | | OCS Share API link shares now always have an url | ||||
| * | OCS Share API link shares now always have an url | Roeland Jago Douma | 2015-05-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | | To make sure clients have the correct and latest link add an url field to all OCS Share API return statements on public link shares. * Added unit tests | ||||
* | | Merge pull request #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 1 | -2/+2 |
|\ \ | | | | | | | Move files sharing app (mostly) to OCP\DB | ||||
| * | | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 1 | -1/+0 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| |/ | |||||
* / | Use \OC\HintException and translate the hint | Joas Schilling | 2015-06-22 | 1 | -0/+4 |
|/ | |||||
* | Enable file icons & previews in "Shared ..." categories | Morris Jobke | 2015-05-06 | 1 | -0/+1 |
| | | | | | | * sharing API returns now the mimetype icon path * file previews are now lazyloaded by default (as the doc says) * fixes #16086 | ||||
* | fix followup issues with unneeded parameters | Morris Jobke | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-03-30 | 1 | -34/+9 |
| | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+17 |
| | |||||
* | OCS API should return fancy OC url | Roeland Jago Douma | 2015-03-21 | 1 | -2/+1 |
| | | | | * Also use the URLGenerator | ||||
* | Shares should have a least read permission | Roeland Jago Douma | 2015-03-01 | 1 | -1/+8 |
| | | | | | * Throw 400 when a share is created or updated without read permissions * Added unit tests | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+16 |
| | |||||
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -0/+599 |