summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* A pending shares overviewRoeland Jago Douma2020-01-071-0/+5
| | | | | | | | Now that we accept shares we should show an overview of shares that are pending. This first part is the small API to get a list of the currently pending shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+6
| | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-1/+5
| | | | | | | | | Fixes #18255 A new user setting allows a user to always accept (internal) shares. For example if they don't like accepting shares manually ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Inherited SharesMaxence Lange2019-12-031-0/+5
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> working on users with resharing rights Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -getLogger() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix type Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Update SharingRightsException.php
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show sharing recommendationsChristoph Wurst2019-02-251-0/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+13
| | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move public preview endpoint overRoeland Jago Douma2018-06-201-7/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove old code + add MiddlewareRoeland Jago Douma2017-08-101-7/+2
| | | | | | | * Add proper middleware for shareinfo * Remove old shareinfo routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move shareinfo over to proper controllerRoeland Jago Douma2017-08-101-1/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove invalid routeLukas Reschke2017-04-131-2/+0
| | | | | | Said file doesn't exist anymore and accessing it would just return a 500 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move publicpreview overRoeland Jago Douma2016-11-031-7/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma2016-09-091-30/+33
|
* Sharee API to AppFrameworkRoeland Jago Douma2016-08-261-17/+8
| | | | | | | | * Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests
* Convert Share API to use the AppFrameworkRoeland Jago Douma2016-08-051-27/+30
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-3/+4
|
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-2/+0
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-2/+1
|
* Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-221-1/+2
| | | | * Fix tests
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Prepare OCS Share endpointRoeland Jago Douma2015-11-051-5/+8
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Made routes remote_shares only againRoeland Jago Douma2015-10-021-8/+8
| | | | | | | | Since we need a unique id to accept/reject shares for now we keep the pending shares under remote_shares. * remote_shares/pending lists pending shares * PUT/DELETE to remote_shares/pending/<ID> will accept/reject the share
* Added '../remote_shares' endpointRoeland Jago Douma2015-10-021-0/+16
| | | | | | * list incoming remote shares at 'remote_shares' * get per share info at 'remote_shares/<ID>' * delete remote share with a DELETE to 'remote_shares/<ID>'
* Move OCS endpoint ../remote_share to ../pending_sharesRoeland Jago Douma2015-10-021-3/+3
|
* Fix performance issues of the sharees apiJoas Schilling2015-08-261-2/+2
|
* Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-1/+2
|
* Inject the logger as wellJoas Schilling2015-08-261-1/+2
|
* Do not use deprecated method in new codeJoas Schilling2015-08-261-1/+1
|
* Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-261-0/+11
|
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-3/+8
| | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-5/+0
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-031-0/+15
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* fix mergeRobin Appelman2015-04-271-0/+2
|
* propagate etags for all user of a shareRobin Appelman2015-04-271-3/+0
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-7/+8
|
* Merge pull request #13964 from rullzer/capabilitiesMorris Jobke2015-03-301-0/+6
|\ | | | | Add OCS sharing info to capabilities - take 2
| * Added route againRoeland Jago Douma2015-03-111-0/+6
| |
* | Update license headersJenkins for ownCloud2015-03-261-1/+24
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+23
|
* Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-071-7/+0
|
* Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-041-0/+7
| | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed.