151 Commits

Author SHA1 Message Date
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
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
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
32bc4fdbfe cloudsuite: add filter documents
The upload works as expected. But the document filters does not
show the uploaded files.  So this patch add more file supports
2015-10-29 15:10:55 -04: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
Henry Castro
ddfacfe344 cloudsuite: add URLGenerator 2015-10-27 23:03:18 -04:00
Jan Holesovsky
7324ec8549 cloudsuite: Minimal branding. 2015-10-23 14:00:36 +02:00
Victor Dubiniuk
eacd2b4d10 Raise minversion, update version, put it into info.xml 2015-10-22 21:10:49 +03:00
Jan-Christoph Borchardt
d5402458e8 fix ownCloud version in dependency, fix #558 2015-10-22 09:24:03 +13:00
Victor Dubiniuk
76ef4e48aa ByeBye static Config class 2015-09-19 00:20:28 +03:00
Victor Dubiniuk
b8917435f3 Use different entry points for users and guests 2015-09-18 21:47:19 +03:00
Victor Dubiniuk
dfc91185f0 Remove private and deprecated API calls 2015-08-28 19:32:54 +03:00
Victor Dubiniuk
58725da687 Remove deprecated API usage. Step 2 2015-08-27 01:27:06 +03:00
Victor Dubiniuk
8897dda9ab Remove deprected API usage. Step 1 2015-08-26 19:12:45 +03:00
Victor Dubiniuk
03b6ccb113 0.10.1 2015-08-04 16:55:08 +03:00
Thomas Müller
3da0cd1fd5 Fix the app 2015-07-13 16:29:26 +02:00
RealRancor
ced3dd3c66 Fix "Undefined index: REQUEST_URI" on cron runs 2015-07-10 08:11:44 +02:00
Victor Dubiniuk
a8e1d14622 Add more tags in description and update version 2015-06-18 20:02:57 +03:00
Victor Dubiniuk
a5ae82e870 Use closure for navigation. Fixes #486 2015-06-16 21:53:44 +03:00
Bernhard Posselt
e9d95b6acd do not load scripts for all apps 2015-05-25 19:06:23 +03:00
Victor Dubiniuk
117ead441b Update appinfo to actual state 2015-05-14 19:24:02 +03:00
David Prévot
3359db959d Drop useless execution bits 2015-02-27 18:16:42 -04:00
Joas Schilling
766766c8f2 Remove is shipped 2015-01-27 12:52:36 +01:00
Victor Dubiniuk
3e5b13f752 Fix member disconnection routes 2014-11-19 01:15:15 +03:00