Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -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 sharing | Bjoern Schiessle | 2014-12-04 | 1 | -5/+5 | |
| | ||||||
* | Refactor file sharing public link handling | Lukas Reschke | 2014-11-14 | 1 | -0/+1 | |
| | | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php | |||||
* | files_sharing: add route for ajax/publicpreview | Georg Ehrke | 2014-09-21 | 1 | -0/+2 | |
| | ||||||
* | Add routing to files_sharing | Lukas Reschke | 2014-08-19 | 1 | -4/+8 | |
| | ||||||
* | Add route which went missing during rebase | Robin Appelman | 2014-06-16 | 1 | -0/+1 | |
| | ||||||
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+1 | |
| | ||||||
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 | |
| | ||||||
* | move mail template editor from core to standalone templateeditor repo | Jörn Friedrich Dreyer | 2014-06-13 | 1 | -15/+0 | |
| | ||||||
* | fix liskov substitution principle in admin mail template settings, fixes #8997 | Jörn Friedrich Dreyer | 2014-06-12 | 1 | -1/+1 | |
| | ||||||
* | convert mail template editor to app framework for a restful api | Jörn Friedrich Dreyer | 2014-06-03 | 1 | -0/+15 | |
| | ||||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -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 interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 | |
| | ||||||
* | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 1 | -0/+1 | |
| | ||||||
* | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 1 | -1/+1 | |
| | ||||||
* | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 1 | -17/+8 | |
| | ||||||
* | more rest-style API | Bjoern Schiessle | 2013-09-17 | 1 | -22/+16 | |
| | ||||||
* | ocs api for file sharing | Bjoern Schiessle | 2013-09-16 | 1 | -24/+8 | |
| | ||||||
* | some more OCS calls for sharing | Bjoern Schiessle | 2013-09-06 | 1 | -1/+8 | |
| | ||||||
* | intermediate result ocs api | Bjoern Schiessle | 2013-09-06 | 1 | -3/+19 | |
| | ||||||
* | intermediate results, share api | Bjoern Schiessle | 2013-09-04 | 1 | -14/+0 | |
| | ||||||
* | initial commit, start implementing the ocs share api | Bjoern Schiessle | 2013-09-04 | 1 | -1/+52 | |
| | ||||||
* | outsource sharing and deleted files previews to apps | Georg Ehrke | 2013-08-19 | 1 | -0/+5 | |