summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api/local.php
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-301-0/+4
| | | | Updated and added unit tests
* Actually validate the expire date on shareRoeland Jago Douma2015-08-301-4/+8
| | | | * Added more intergration tests
* Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-291-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 argumentsRoeland Jago Douma2015-08-111-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 iconRoeland Jago Douma2015-07-061-1/+0
| | | | Switch to new javascript mimetype resolver
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-1/+4
|
* Allow sharing with type remote shareJoas Schilling2015-07-031-2/+2
|
* Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-011-0/+10
|\ | | | | OCS Share API link shares now always have an url
| * OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-221-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_DBMorris Jobke2015-07-011-2/+2
|\ \ | | | | | | Move files sharing app (mostly) to OCP\DB
| * | Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-181-2/+2
| |/
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-1/+0
|\ \ | | | | | | Update license headers
| * | update license headers and authorsMorris Jobke2015-06-251-1/+0
| |/
* / Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+4
|/
* Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-061-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 parametersMorris Jobke2015-04-181-1/+1
|
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-34/+9
| | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests
* Update license headersJenkins for ownCloud2015-03-261-12/+17
|
* OCS API should return fancy OC urlRoeland Jago Douma2015-03-211-2/+1
| | | | * Also use the URLGenerator
* Shares should have a least read permissionRoeland Jago Douma2015-03-011-1/+8
| | | | | * Throw 400 when a share is created or updated without read permissions * Added unit tests
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+16
|
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-0/+599