Pranav Kant
a12ff8d0d2
security: Support WOPI's PostMessageOrigin
...
Adds a new property PostMessageOrigin to WOPI's CheckFileInfo.
The inner frame then only sends message to target with origin
mentioned in this property.
Also implement editor initialization WOPI specs. Inner frame
sends a App_LoadingStatus message to us when ready, and we send
Host_PostmessageReady when we are ready.
2016-10-27 17:57:46 +05:30
Andras Timar
46bd131dbe
Bump version to 1.1.10
2016-10-27 12:36:33 +02:00
Andras Timar
8f0c7d304e
bump version to 1.1.9
2016-10-24 12:54:34 +02:00
Pranav Kant
7e64777f4a
Store canwrite property in DB
...
Move whether the file is editable or not logic when generating a
token and store it in the DB with the access token instead of
checking it dynamically in WOPI calls.
2016-10-19 21:12:29 +05:30
Pranav Kant
81e60581e4
Add a db index to access token
2016-10-19 21:12:29 +05:30
Pranav Kant
145854400e
New 'Use OOXML by default' option in admin settings
2016-10-13 14:41:49 +05:30
Thomas Müller
517cc37372
There are no personal settings
...
Fixes #118
2016-10-07 12:28:15 +02:00
Andras Timar
ee1e6388f9
Bump version to 1.1.6
2016-10-02 16:20:30 +02:00
Andras Timar
6fc595eb93
remove unused 'Save new documents to' setting, fixes #76
2016-09-12 19:42:46 +02:00
Andras Timar
ccc483e8e8
Bump version to 1.1.5
2016-09-01 17:16:40 +02:00
Pranav Kant
c166c7b189
Respect default settings
...
Support for default settings when there is none provided by user
was already in lib/appconfig.php
But we were using the CoreConfig object always which queries the
database; lets use the appConfig object so that if the value is
missing in the database, we still have the default value to take
care of the app.
2016-08-29 14:47:31 +05:30
Andras Timar
955098c52c
Bump max-version to 9.2
2016-08-25 09:11:39 +02:00
Jan Holesovsky
1d16bf0246
Bump version to 1.1.4, update max-version to 9.1.
2016-08-09 13:32:33 +02:00
Andras Timar
2cb728e02c
Set app icon
2016-07-22 11:02:53 +02:00
Lukas Reschke
aa777cea85
Add more metadata
2016-07-20 10:33:14 +02:00
Andras Timar
1bfa8d2a9d
update name to fit in the app dropdown, for real
2016-07-19 20:49:04 +02:00
Andras Timar
31ee01520f
Bump version to 1.1.3
2016-07-19 20:35:41 +02:00
Jan-Christoph Borchardt
8b75221ff3
update name to fit in the app dropdown
2016-07-19 17:02:39 +02:00
Andras Timar
42d1f78f39
Bump version to 1.1.2
2016-07-19 15:49:44 +02:00
Andras Timar
8ec0138f5d
Bump version to 1.1.1
2016-07-19 14:15:24 +02:00
Andras Timar
444f987412
Merge branch 'master' into rename-info-xml
2016-07-19 11:10:17 +02:00
Andras Timar
b091c74814
Merge pull request #87 from owncloud/add-ocs-id
...
Add OCS ID
2016-07-19 11:08:57 +02:00
Lukas Reschke
294274adc6
Use event dispatcher
...
Registers the JS via event dispatchers. Otherwise the JS is not loaded when somebody has pretty URLs configured.
2016-07-18 23:47:01 +02:00
Lukas Reschke
d48d3b4f70
Correct spelling
2016-07-18 19:59:04 +02:00
Lukas Reschke
fe248b98f8
Add OCS ID
...
Adds the OCS ID for https://apps.owncloud.com/content/show.php/Collabora+Online+connector?content=174727
2016-07-18 19:58:33 +02:00
Lukas Reschke
6d8b89b949
Name file info.xml directly
...
When developing apps for Nextcloud it is more usual that as a developer you can directly clone the app and enable it. The makefile is also very specific.
To improve the developer experience I have renamed that file to "info.xml" directly. At least I was kinda confused why I couldn't enable the app the first time I cloned it :-)
2016-07-18 12:07:09 +02:00
Pranav Kant
3235b886ad
Add a revision history sidebar
2016-06-28 14:24:26 +05:30
Ashod Nakashian
0517f76c32
Shared documents now show correct editor's name in the change hisotry
2016-06-18 20:43:00 -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
af16a4cd27
Make me work with owncloud9
...
Due to API change (searchByMime), app was completely broken when
installed with owncloud9. This change should make it work with
owncloud9, while still keeping older owncloud version (upto 8.2)
in working state.
Lets use functions on object returned by searchByMime instead of
directly accessing its data members.
2016-06-15 13:33:25 +05:30
Andras Timar
7dd4a8c58d
Merge pull request #58 from pranavk/master
...
Don't load all documents when only one is clicked on from 'Files'
2016-06-13 15:55:24 +02:00
Andras Timar
002d4e6f34
Set ownCloud version compatibility, as of now, 8.2 only
2016-06-10 13:44:36 +02:00
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
8e2ee31a13
Bump version to 0.15.0
2016-04-17 11:56:56 +02:00
Andras Timar
b297367139
Bump version to 0.14.0
2016-04-04 13:09:49 +02:00
Andras Timar
2b302fa1af
local file access method is deprecated by WOPI
2016-03-31 16:24:16 +02:00
Andras Timar
79e6af8182
Merge pull request #26 from timar/master
...
Bump version to 0.9.1 to trigger database update
2016-03-25 12:14:06 +01:00
Andras Timar
773b4c8d5e
Bump version to 0.9.1 to trigger database update
2016-03-25 12:13:16 +01: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
b323d9512d
internal name: richdocuments, name: Collabora Online, version: 0.9.0
2016-03-15 00:13:55 +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
Ashod Nakashian
be97780451
WOPI Token table and database plumbing added
2016-03-09 08:40:48 -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
Victor Dubiniuk
447610b260
Fix appid
2015-12-16 18:04:32 +03:00
Andras Timar
814fb4d182
change app name to CODE
2015-12-06 11:45:52 +01:00
Andras Timar
8010839279
bccu#1335 don't try to handle pdf, internal pdf.js does a better job
2015-11-15 19:12:45 +01:00
Jan Holesovsky
91e49449f3
cloudsuite: Cleanup when the document is closed.
2015-11-05 11:15:45 +01:00