50 Commits

Author SHA1 Message Date
Andras Timar
2b302fa1af local file access method is deprecated by WOPI 2016-03-31 16:24:16 +02:00
Ashod Nakashian
dc05bb09f5 wopi: CheckFileInfo handler added 2016-03-23 21:58:12 -04:00
Andras Timar
a32c1e2be3 remove unused webODF unstable setting 2016-03-15 00:23:17 +01:00
Andras Timar
f0f3e42c0e remove dead code (from Collabora Online perspective) 2016-03-14 23:34:29 +01:00
Ashod Nakashian
30a22ef7e7 WOPI GetFile and PutFile added and document loader updated 2016-03-09 08:42:47 -05:00
Victor Dubiniuk
447610b260 Fix appid 2015-12-16 18:04:32 +03:00
Jan Holesovsky
91e49449f3 cloudsuite: Cleanup when the document is closed. 2015-11-05 11:15:45 +01:00
Jan Holesovsky
aa0a8f666a cloudsuite: Implement the saving back. 2015-11-04 13:15:22 +01:00
Jan Holesovsky
302317ca47 cloudsuite: Fix starting of editing directly from the Files view. 2015-10-30 17:48:32 +01:00
Henry Castro
48cba261ec cloudsuite: revert route showLOleaflet
With the current layout changes, showLOleaflet is no longer need it.
2015-10-28 16:14:38 -04:00
Jan Holesovsky
3bed81b4a9 cloudsuite: Implement the document loading via CloudSuite.
In order to work, we need a group that is shared between wwwrun (for owncloud)
and loolwsd; let's call it loolwww.  Then:

cd <www>/owncloud/apps/documents
mkdir documents-tmp
chown chown wwwrun:loolwww documents-tmp
chmod g+ws documents-tmp

ownCloud takes care of copying the files to this shared location, and back (in
the future).  It will also need to take care of the cleanup, at the moment the
files are leaked.
2015-10-28 15:57:51 +01:00
Henry Castro
5368e28482 cloudsuite: add route showLOleaflet 2015-10-27 23:04:26 -04:00
Victor Dubiniuk
b8917435f3 Use different entry points for users and guests 2015-09-18 21:47:19 +03:00
Victor Dubiniuk
8897dda9ab Remove deprected API usage. Step 1 2015-08-26 19:12:45 +03:00
Victor Dubiniuk
3e5b13f752 Fix member disconnection routes 2014-11-19 01:15:15 +03:00
Victor Dubiniuk
4476742856 generic avatar is no used anymore -> kill it 2014-11-05 17:12:09 +03:00
Victor Dubiniuk
d24863e97e Only GET 2014-11-04 18:40:31 +03:00
Victor Dubiniuk
4f19683c03 Inject logger 2014-10-28 22:38:08 +03:00
Victor Dubiniuk
d7b06b635a Move otpoll to session controller 2014-10-28 20:21:27 +03:00
Victor Dubiniuk
815194cddb Move supported mimes to settings controller 2014-10-28 18:50:58 +03:00
Victor Dubiniuk
45c30440b8 Move download to documentcontroller 2014-10-28 01:59:49 +03:00
Victor Dubiniuk
33dfec8804 Migrate settings controllers to appframework 2014-10-28 01:04:35 +03:00
Victor Dubiniuk
595b2fbf96 Migrate major controllers to appframework 2014-10-25 17:18:00 +03:00
Victor Dubiniuk
58c7575a92 Declare routes required by breaking routing change in core 2014-10-09 20:49:57 +03:00
Victor Dubiniuk
1a545d4941 Remove info routes and action 2014-09-08 21:11:58 +03:00
Victor Dubiniuk
c49415d764 Remove routes and action 2014-09-08 21:08:54 +03:00
Victor Dubiniuk
c0749af35b Add routes 2014-09-02 20:16:07 +03:00
Victor Dubiniuk
f26e107504 No more barrier to enter for guests. Closes #200 2014-03-14 20:49:17 +03:00
Victor Dubiniuk
d1aee9fe68 Remove dead code 2014-02-12 17:22:00 +03:00
Victor Dubiniuk
988ae02b8e Move rename controller to document 2013-12-19 00:08:02 +03:00
Vincent Petry
d56ef4f0b6 Make it possible to rename documents by clicking on title 2013-12-05 14:04:36 +01:00
Victor Dubiniuk
9b0afdd44a Disconnect user on leaving a session. Closes #15 2013-10-28 20:01:30 +03:00
Victor Dubiniuk
e3e8ef5b58 Refactoring permissions. Allow guests to join session 2013-09-25 16:34:54 +03:00
Victor Dubiniuk
8aee613fca Sharing 2013-09-19 23:59:25 +03:00
Victor Dubiniuk
c6a207ec51 No need in explicit start session. It is started by the first join. Partially Ref #4 2013-09-18 23:41:43 +03:00
Victor Dubiniuk
d64f046e06 Create new document. Ref #34 2013-09-13 13:19:50 +03:00
Victor Dubiniuk
a92c665916 Split controllers 2013-09-02 19:55:36 +03:00
Jörn Friedrich Dreyer
e62bae00b4 move documents.php functionality to controller, add route 2013-08-28 19:38:17 +02:00
Jörn Friedrich Dreyer
7bc25ec0ce rename office -> documents 2013-08-28 12:02:27 +02:00
Victor Dubiniuk
32b08e7040 Initial backend for save 2013-08-27 20:26:33 +02:00
Victor Dubiniuk
922cdec6b8 Merge session list with document list 2013-08-27 20:26:33 +02:00
Victor Dubiniuk
0d6d3a5d22 App settings 2013-08-27 20:26:33 +02:00
Victor Dubiniuk
35837010ae Split controller 2013-08-27 20:26:32 +02:00
Victor Dubiniuk
c1c01c364c Invitations. Ugly but works 2013-08-27 20:26:32 +02:00
Victor Dubiniuk
c3fae98bfe New sessions list 2013-08-27 20:26:32 +02:00
Victor Dubiniuk
ab9ceaf3f4 Code deduplication 2013-08-27 20:26:31 +02:00
Victor Dubiniuk
0fe3e2717a Generic avatar 2013-08-27 20:26:31 +02:00
Victor Dubiniuk
9658890600 Joining session works 2013-08-27 20:26:31 +02:00
Victor Dubiniuk
412d07dedc Legal stuff 2013-08-27 20:26:30 +02:00
Victor Dubiniuk
5b165331df Copy genesis to storage 2013-08-27 20:26:30 +02:00