summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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