From 81e60581e4d658063af6bd5174a521819359fe2f Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 19 Oct 2016 16:37:28 +0530 Subject: [PATCH] Add a db index to access token --- appinfo/database.xml | 41 +++++++++++++++++++++++++---------------- appinfo/info.xml | 2 +- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 722fc1ee..c441ed37 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -7,7 +7,7 @@ *dbprefix*richdocuments_session - + es_id text @@ -41,7 +41,7 @@ 64 oC user who created the session - + richdocuments_session_ei_idx true @@ -51,14 +51,14 @@ ascending - +
- + *dbprefix*richdocuments_member - + member_id integer @@ -114,14 +114,14 @@ true 1 - +
- + *dbprefix*richdocuments_op - + seq integer @@ -160,7 +160,7 @@ false json-string - + richdocs_seq_pKey true @@ -181,13 +181,13 @@ ascending - +
*dbprefix*richdocuments_invite - + es_id text @@ -214,13 +214,13 @@ true 4 - +
*dbprefix*richdocuments_revisions - + es_id text @@ -257,7 +257,7 @@ true used to lookup revision in documents folder of member, eg hash.odt - + richdocuments_rev_eis_idx true @@ -270,10 +270,10 @@ ascending - +
- + *dbprefix*richdocuments_wopi @@ -335,6 +335,15 @@ 4 Expiration time of the token + + + richdocuments_wopi_token_idx + true + + token + ascending + +
diff --git a/appinfo/info.xml b/appinfo/info.xml index c79af661..18f56e7b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Collabora Online allows you to to work with all kinds of office documents directly in your browser. This application requires Collabora Cloudsuite to be installed on one of your servers, please read the documentation to learn more about that. Edit office documents directly in your browser. AGPL - 1.1.6 + 1.1.7 Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk https://github.com/owncloud/richdocuments/issues https://github.com/owncloud/richdocuments.git