summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-5/+17
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-5/+5
|
* Refactor file sharing public link handlingLukas Reschke2014-11-141-0/+1
| | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* files_sharing: add route for ajax/publicpreviewGeorg Ehrke2014-09-211-0/+2
|
* Add routing to files_sharingLukas Reschke2014-08-191-4/+8
|
* Add route which went missing during rebaseRobin Appelman2014-06-161-0/+1
|
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-0/+1
|
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+2
|
* move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-131-15/+0
|
* fix liskov substitution principle in admin mail template settings, fixes #8997Jörn Friedrich Dreyer2014-06-121-1/+1
|
* convert mail template editor to app framework for a restful apiJörn Friedrich Dreyer2014-06-031-0/+15
|
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-4/+4
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-1/+1
|
* Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-0/+1
|
* some unit test for the new ocs share apiBjoern Schiessle2013-09-191-1/+1
|
* use share ID as REST resourceBjoern Schiessle2013-09-171-17/+8
|
* more rest-style APIBjoern Schiessle2013-09-171-22/+16
|
* ocs api for file sharingBjoern Schiessle2013-09-161-24/+8
|
* some more OCS calls for sharingBjoern Schiessle2013-09-061-1/+8
|
* intermediate result ocs apiBjoern Schiessle2013-09-061-3/+19
|
* intermediate results, share apiBjoern Schiessle2013-09-041-14/+0
|
* initial commit, start implementing the ocs share apiBjoern Schiessle2013-09-041-1/+52
|
* outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-0/+5