Ashod Nakashian
0c508a09e0
Support for file versioning in WOPI
2016-06-17 10:27:35 -04:00
Pranav Kant
bb01949a9a
Use new owncloud9 addMenuEntry plugin
...
... to add new odf files from main 'Files' app
2016-06-15 22:38:08 +05:30
Pranav Kant
b138109820
Don't load all documents when only one is clicked on from 'Files'
2016-06-09 20:17:36 +05:30
Andras Timar
8534ee60ba
CA chain cert name change
2016-06-07 12:29:28 +02:00
Andras Timar
39b860ffa2
do not query UI language for each doc, it's same for all
2016-06-03 15:00:28 +02:00
Andras Timar
e22151a2b5
Pass the lang paramater to loleaflet from ownCloud user settings, which controls UI language
2016-05-29 00:16:27 +02:00
Andras Timar
cb271b50e5
Merge pull request #47 from timar/master
...
frame-src is deprecated on Firefox, but Safari wants it
2016-04-18 15:19:47 +02:00
Jan Holesovsky
69a2880800
Send the hint too.
2016-04-18 15:18:20 +02:00
Andras Timar
8f61bbe08f
frame-src is deprecated on Firefox, but Safari wants it
2016-04-18 15:16:15 +02:00
Henry Castro
efcf28abc2
Add ulrsrc attribute when create new documents
2016-04-16 17:41:43 -04:00
Jan Holesovsky
ea47464459
More improvements in the error handling.
2016-04-15 16:55:15 +02:00
Jan Holesovsky
2508e550fc
Content Security Policy: frame-src is deprecated, use child-src instead.
2016-04-13 19:07:37 +02:00
Jan Holesovsky
155f9578fc
MemCache is not mandatory any more; but used if available.
2016-04-13 19:07:37 +02:00
Jan Holesovsky
80cc8bf197
Improved error messages around discovery.xml.
2016-04-12 15:18:28 +02:00
Andras Timar
faf5c1007f
allow HTTP-only mode for testing/trial
2016-04-08 12:48:53 +02:00
Andras Timar
2b302fa1af
local file access method is deprecated by WOPI
2016-03-31 16:24:16 +02:00
Ashod Nakashian
38c1b87435
wopi: support for file sharing and authentication
2016-03-23 21:58:13 -04:00
Ashod Nakashian
dc05bb09f5
wopi: CheckFileInfo handler added
2016-03-23 21:58:12 -04:00
Andras Timar
f3eaa1683d
use SSL
2016-03-23 22:03:39 +01:00
Henry Castro
119e5ca38c
Fix inconsistent validation bug
2016-03-17 09:58:11 -04:00
Henry Castro
3a8b677bfd
Add response error page
2016-03-16 23:46:13 -04:00
Henry Castro
c168936107
Allow domain websocket URI
2016-03-16 09:04:35 -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
4585de5261
Pass fileId to get path
2016-03-13 23:23:57 -04:00
Henry Castro
14eda814f5
Read discovery.xml capabilities
2016-03-10 08:00:52 -04:00
Ashod Nakashian
30a22ef7e7
WOPI GetFile and PutFile added and document loader updated
2016-03-09 08:42:47 -05:00
Henry Castro
13692a5d3b
Request discovery.xml from WOPI client
2016-03-09 08:54:56 -04:00
Henry Castro
2d2edffa80
Add initial cache support
2016-03-09 08:50:49 -04:00
Henry Castro
85f3079b47
Post WOPI url iframe
2016-03-05 18:57:23 -04:00
Henry Castro
3a607668cc
Add template response wopi_url
2016-03-05 18:14:16 -04:00
Henry Castro
08dbf236d9
Add WOPI client settings
2016-03-05 17:40:47 -04:00
Andras Timar
407df19d7a
remove temp file only when all edit instances are closed
2016-02-23 15:35:21 +01:00
Andras Timar
7e43957711
enable shared view of the same document
2016-01-12 15:26:40 +01:00
Andras Timar
d290e21b40
remove trailing whitespaces
2016-01-12 15:20:38 +01:00
Victor Dubiniuk
447610b260
Fix appid
2015-12-16 18:04:32 +03:00
Jan Holesovsky
e587fce1da
cloudsuite: Construct more reasonable names + copy mtime.
...
So that we are able to use the cloudsuite tile caching.
2015-11-05 11:54:39 +01:00
Jan Holesovsky
91e49449f3
cloudsuite: Cleanup when the document is closed.
2015-11-05 11:15:45 +01:00
Jan Holesovsky
e6593def87
cloudsuite: Add buttons to create new spreadsheet and new presentation.
2015-11-04 21:49:23 +01:00
Jan Holesovsky
37f61b4056
cloudsuite: Fix the 'New document' button to always create new text documents.
2015-11-04 16:58:18 +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
7f7c41fb56
cloudsuite: add showLOleaflet method
2015-10-27 23:12:41 -04:00
Henry Castro
6354b2aa2c
cloudsuite: add Frame Domain policy
2015-10-27 23:10:48 -04:00
Henry Castro
0038ebc2da
cloudsuite: add URLGenerator to document controller
2015-10-27 23:08:48 -04:00
Henry Castro
7c96ce83ff
cloudsuite: Setup the appropriate Content-Security-Policy.
2015-10-26 11:00:25 +01:00
Victor Dubiniuk
89892137f0
Load previews only for registered providers
2015-08-28 20:49:50 +03:00
Victor Dubiniuk
dfc91185f0
Remove private and deprecated API calls
2015-08-28 19:32:54 +03:00