Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -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_shares | Roeland Jago Douma | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | Fix performance issues of the sharees api | Joas Schilling | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Take a list of share IDs instead of the user and group names | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | Inject the logger as well | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | Do not use deprecated method in new code | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Start of OCS Share API sharees endpoint | Roeland Jago Douma | 2015-08-26 | 1 | -0/+11 |
| | |||||
* | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -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 manager | Roeland Jago Douma | 2015-08-10 | 1 | -5/+0 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 1 | -0/+15 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | fix merge | Robin Appelman | 2015-04-27 | 1 | -0/+2 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -3/+0 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -7/+8 |
| | |||||
* | Merge pull request #13964 from rullzer/capabilities | Morris Jobke | 2015-03-30 | 1 | -0/+6 |
|\ | | | | | Add OCS sharing info to capabilities - take 2 | ||||
| * | Added route again | Roeland Jago Douma | 2015-03-11 | 1 | -0/+6 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+24 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+23 |
| | |||||
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 1 | -7/+0 |
| | |||||
* | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 1 | -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 #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 |