Andras Timar
c1f81dc36a
Bump version to 1.1.26
...
Signed-off-by: Andras Timar <andras.timar@collabora.com>
2017-04-21 14:37:10 +02:00
Morris Jobke
18d3498a50
Add icon to admin page sidebar
...
* follow up to nextcloud/server#3151
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-24 12:16:54 -06:00
Lukas Reschke
6d046cccf4
Increase version
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 20:35:29 +01:00
Lukas Reschke
719b159a44
v1.1.24
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-13 11:29:36 +01:00
Lukas Reschke
92a0eed917
Whitelist wopi URL for iframes
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 18:46:52 +01:00
Lukas Reschke
478288f2f0
Increase version
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 09:21:35 +01:00
Lukas Reschke
7ef24654cf
Public editing
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 00:57:01 +01:00
Lukas Reschke
4464726d80
Increase version
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06 21:10:42 +01:00
Lukas Reschke
75af90b4f1
Cleanup source code
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06 21:09:40 +01:00
Lukas Reschke
f304fd4629
New admin pages
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06 14:09:19 +01:00
Lukas Reschke
d359d1452f
Group restrictions are not supported
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06 12:08:40 +01:00
Lukas Reschke
12a873d51d
Link to Nextcloud instead to the ownCloud repo
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-05 21:17:23 +01:00
Andras Timar
d2fa83564c
Bump version to 1.1.15
2016-11-29 17:51:42 +01:00
Lukas Reschke
5ef181a29a
Remove public.php
...
That file is not required anymore
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-24 13:09:04 +01:00
Andras Timar
db07929380
Bump version to 1.1.14
2016-11-21 16:12:50 +01:00
Morris Jobke
9ae2dfc029
Update to 11
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-15 20:46:29 +01:00
Andras Timar
a4b60e84cf
Bump version to 1.1.13
2016-11-11 00:09:37 +01:00
Andras Timar
f0fd5b2a22
Bump version to 1.1.12
2016-11-01 15:01:44 +01:00
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
Andras Timar
ee1e6388f9
Bump version to 1.1.6
2016-10-02 16:20:30 +02:00
Andras Timar
ccc483e8e8
Bump version to 1.1.5
2016-09-01 17:16:40 +02:00
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
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
Lukas Reschke
d48d3b4f70
Correct spelling
2016-07-18 19:59:04 +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
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
773b4c8d5e
Bump version to 0.9.1 to trigger database update
2016-03-25 12:13:16 +01:00
Andras Timar
b323d9512d
internal name: richdocuments, name: Collabora Online, version: 0.9.0
2016-03-15 00:13:55 +01:00
Ashod Nakashian
be97780451
WOPI Token table and database plumbing added
2016-03-09 08:40:48 -05: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
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
a8e1d14622
Add more tags in description and update version
2015-06-18 20:02:57 +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
Georg Ehrke
51d27fd186
add ocsid
2014-07-07 17:30:17 +02:00
Victor Dubiniuk
a341ca775a
OC6 as a least required version
2014-04-11 01:03:41 +03:00
Frank Karlitschek
f930623d6b
enable by default
2013-10-02 09:23:58 +02:00
Victor Dubiniuk
20da92fc4e
Initial work on public links
2013-09-23 22:56:57 +03:00
Victor Dubiniuk
e2b65db967
Required OC version was a bit soft
2013-09-04 21:23:02 +03:00
Jörn Friedrich Dreyer
7bc25ec0ce
rename office -> documents
2013-08-28 12:02:27 +02:00
Frank Karlitschek
7d01f5f427
A skeleton app for usage in the future
2013-08-27 20:26:26 +02:00