Commit 55f0091a authored by Roque's avatar Roque

solving conflicts

parents 05b8df70 16b10406
...@@ -48,6 +48,13 @@ ...@@ -48,6 +48,13 @@
if (site) { if (site) {
return gadget.redirect({ command: "row", url: site}); return gadget.redirect({ command: "row", url: site});
} }
// User entered wrong password ?
// Notify
return gadget.notifySubmitted({message: 'Unauthorized storage access', status: 'error'})
.push(function () {
return gadget.redirect({command: 'display',
options: {page: 'ojs_configurator'}});
});
} }
throw error; throw error;
}); });
...@@ -60,6 +67,7 @@ ...@@ -60,6 +67,7 @@
gadget.state_parameter_dict = {}; gadget.state_parameter_dict = {};
}) })
.declareAcquiredMethod("notifySubmitted", "notifySubmitted")
.declareAcquiredMethod("redirect", "redirect") .declareAcquiredMethod("redirect", "redirect")
.declareAcquiredMethod("getSetting", "getSetting") .declareAcquiredMethod("getSetting", "getSetting")
.declareAcquiredMethod("setSetting", "setSetting") .declareAcquiredMethod("setSetting", "setSetting")
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.44981.11075.37051</string> </value> <value> <string>973.43582.44368.54391</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1550240875.4</float> <float>1550152243.11</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -13,7 +13,16 @@ ...@@ -13,7 +13,16 @@
}) })
.push(function (setting) { .push(function (setting) {
var configuration = {}, var configuration = {},
attachment_synchro = setting[1] !== ""; attachment_synchro = setting[1] !== "",
linshare_json = {
type: "linshare",
url: options.url
};
if (options.username || options.password) {
linshare_json.access_token = window.btoa(
options.username + ':' + options.password
);
}
configuration = { configuration = {
type: "replicate", type: "replicate",
query: { query: {
...@@ -69,13 +78,7 @@ ...@@ -69,13 +78,7 @@
}, },
sub_storage: { sub_storage: {
type: "query", type: "query",
sub_storage: { sub_storage: linshare_json
type: "linshare",
url: options.url,
access_token: window.btoa(
options.username + ':' + options.password
)
}
} }
} }
} }
...@@ -111,7 +114,8 @@ ...@@ -111,7 +114,8 @@
var gadget = this; var gadget = this;
if (options.url) { if (options.url) {
return gadget.changeState({ return gadget.changeState({
url: options.url || "" url: options.url || "",
username: options.username || ""
}); });
} }
return gadget.getSetting('linshare_storage', "") return gadget.getSetting('linshare_storage', "")
...@@ -160,7 +164,7 @@ ...@@ -160,7 +164,7 @@
"my_username": { "my_username": {
"description": "", "description": "",
"title": "Username", "title": "Username",
"default": "", "default": gadget.state.username || "",
"css_class": "", "css_class": "",
"required": 1, "required": 1,
"editable": 1, "editable": 1,
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.44981.11075.37051</string> </value> <value> <string>973.43371.54750.44595</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1550236694.62</float> <float>1550139619.39</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</div> </div>
</div> </div>
<div class="panel_img"> <div class="panel_img">
<img class="ui-title" alt="OfficeJS" src="officejs_logo.png?format=png"/> <img class="ui-title" alt="OfficeJS" src="gadget_erp5_panel.png?format=png"/>
</div> </div>
</div> </div>
</script> </script>
......
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>969.52327.64978.40960</string> </value> <value> <string>973.40404.23731.64460</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1535121191.77</float> <float>1549966400.8</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
erp5_officejs erp5_web_renderjs_ui
erp5_software_pdm erp5_software_pdm
\ No newline at end of file
...@@ -166,11 +166,7 @@ appstore/dev/index.en.html\n ...@@ -166,11 +166,7 @@ appstore/dev/index.en.html\n
appstore/dev/index.html\n appstore/dev/index.html\n
appstore/documentation/brainstorming_page_json.txt\n appstore/documentation/brainstorming_page_json.txt\n
appstore/documentation/documentation.txt\n appstore/documentation/documentation.txt\n
appstore/img/appjabbericon.svg\n
appstore/img/erp5-logo.png\n
appstore/img/flags.png\n appstore/img/flags.png\n
appstore/img/slapos.png\n
appstore/img/vifib-logo.png\n
appstore/\n appstore/\n
appstore/js/bin.js\n appstore/js/bin.js\n
appstore/js/erp5_loader.js\n appstore/js/erp5_loader.js\n
...@@ -340,7 +336,7 @@ NETWORK:\n ...@@ -340,7 +336,7 @@ NETWORK:\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.19272.23311.6092</string> </value> <value> <string>973.40487.50916.35840</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -358,7 +354,7 @@ NETWORK:\n ...@@ -358,7 +354,7 @@ NETWORK:\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1548694049.98</float> <float>1549966616.29</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -148,6 +148,8 @@ gadget_hr_translation_data.js\n ...@@ -148,6 +148,8 @@ gadget_hr_translation_data.js\n
gadget_officejs_widget_listbox.js\n gadget_officejs_widget_listbox.js\n
erp5_launcher.js\n erp5_launcher.js\n
erp5_launcher.html\n erp5_launcher.html\n
gadget_officejs_hr_web_manifest.json\n
hr_logo.svg\n
\n \n
gadget_officejs_page_expense_report.html\n gadget_officejs_page_expense_report.html\n
gadget_officejs_page_expense_report.js\n gadget_officejs_page_expense_report.js\n
...@@ -380,7 +382,7 @@ NETWORK:\n ...@@ -380,7 +382,7 @@ NETWORK:\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>966.59986.993.48708</string> </value> <value> <string>973.40447.29564.60893</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -398,8 +400,8 @@ NETWORK:\n ...@@ -398,8 +400,8 @@ NETWORK:\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1523958492.04</float> <float>1549964903.16</float>
<string>GMT+2</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<link href="font-awesome/font-awesome.css" rel="stylesheet" type="text/css" /> <link href="font-awesome/font-awesome.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="jquerymobile.css"> <link rel="stylesheet" href="jquerymobile.css">
<link rel="stylesheet" href="gadget_erp5.css"> <link rel="stylesheet" href="gadget_erp5.css">
${webapp_manifest_full_link_tag}
<script data-renderjs-configuration="application_title" type="text/x-renderjs-configuration">${application_title}</script> <script data-renderjs-configuration="application_title" type="text/x-renderjs-configuration">${application_title}</script>
<script data-renderjs-configuration="panel_gadget" type="text/x-renderjs-configuration">${panel_gadget}</script> <script data-renderjs-configuration="panel_gadget" type="text/x-renderjs-configuration">${panel_gadget}</script>
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>cedric.le.ninivin</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.4234.59641.41216</string> </value> <value> <string>973.40447.29564.60893</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1505315239.43</float> <float>1549964847.35</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
{
"short_name": "HR",
"name": "OfficeJS HR",
"description": "Business travel, Expense remboursement, Leave request management",
"icons": [{
"src": "hr_logo.svg",
"sizes": "any",
"type": "image/svg"
}],
"start_url": "../../",
"display": "standalone"
}
\ No newline at end of file
...@@ -299,6 +299,16 @@ ...@@ -299,6 +299,16 @@
<value> <string>string</string> </value> <value> <string>string</string> </value>
</item> </item>
</dictionary> </dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>configuration_webapp_manifest_url</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -385,6 +395,10 @@ ...@@ -385,6 +395,10 @@
<key> <string>configuration_view_action_category</string> </key> <key> <string>configuration_view_action_category</string> </key>
<value> <string>object_view</string> </value> <value> <string>object_view</string> </value>
</item> </item>
<item>
<key> <string>configuration_webapp_manifest_url</string> </key>
<value> <string>gadget_officejs_hr_web_manifest.json</string> </value>
</item>
<item> <item>
<key> <string>configuration_x_frame_options</string> </key> <key> <string>configuration_x_frame_options</string> </key>
<value> <string>SAMEORIGIN</string> </value> <value> <string>SAMEORIGIN</string> </value>
...@@ -624,7 +638,7 @@ ...@@ -624,7 +638,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>966.51303.25888.32000</string> </value> <value> <string>973.40447.29564.60893</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -642,8 +656,8 @@ ...@@ -642,8 +656,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1523518073.81</float> <float>1549964409.02</float>
<string>GMT+2</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
...@@ -13111,7 +13111,12 @@ return new Parser; ...@@ -13111,7 +13111,12 @@ return new Parser;
_linshare_uuid: entry_list[i].uuid _linshare_uuid: entry_list[i].uuid
}; };
if (options.include_docs === true) { if (options.include_docs === true) {
entry.doc = JSON.parse(entry_list[i].metaData) || {}; try {
entry.doc = JSON.parse(entry_list[i].metaData) || {};
} catch (error) {
// Metadata are not always JSON
entry.doc = {};
}
} }
result_list.push(entry); result_list.push(entry);
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.4826.12688.30276</string> </value> <value> <string>973.43645.19782.57207</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1548090618.17</float> <float>1550160394.98</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -9,6 +9,9 @@ file_content = file.getData() ...@@ -9,6 +9,9 @@ file_content = file.getData()
# The vanilla HTML is wanted # The vanilla HTML is wanted
response.setBase(None) response.setBase(None)
# Allow any external app to download the source code
response.setHeader("Access-Control-Allow-Origin", "*")
if REQUEST.getHeader('If-Modified-Since', '') == file.getModificationDate().rfc822(): if REQUEST.getHeader('If-Modified-Since', '') == file.getModificationDate().rfc822():
response.setStatus(304) response.setStatus(304)
return "" return ""
......
...@@ -6,6 +6,9 @@ if response is None: ...@@ -6,6 +6,9 @@ if response is None:
# The vanilla HTML is wanted # The vanilla HTML is wanted
response.setBase(None) response.setBase(None)
# Allow any external app to download the source code
response.setHeader("Access-Control-Allow-Origin", "*")
image = context image = context
if REQUEST.getHeader('If-Modified-Since', '') == image.getModificationDate().rfc822(): if REQUEST.getHeader('If-Modified-Since', '') == image.getModificationDate().rfc822():
response.setStatus(304) response.setStatus(304)
......
...@@ -6,6 +6,9 @@ if response is None: ...@@ -6,6 +6,9 @@ if response is None:
# The vanilla HTML is wanted # The vanilla HTML is wanted
response.setBase(None) response.setBase(None)
# Allow any external app to download the source code
response.setHeader("Access-Control-Allow-Origin", "*")
web_page = context web_page = context
web_section = REQUEST.get("current_web_section") web_section = REQUEST.get("current_web_section")
if web_section is None: if web_section is None:
......
...@@ -36,11 +36,6 @@ import transaction ...@@ -36,11 +36,6 @@ import transaction
from zLOG import TRACE, WARNING from zLOG import TRACE, WARNING
# Stop validating more messages when this limit is reached
MAX_VALIDATED_LIMIT = 1000
# Read up to this number of messages to validate.
READ_MESSAGE_LIMIT = 1000
class SQLDict(SQLBase): class SQLDict(SQLBase):
""" """
A simple OOBTree based queue. It should be compatible with transactions A simple OOBTree based queue. It should be compatible with transactions
......
...@@ -13111,7 +13111,12 @@ return new Parser; ...@@ -13111,7 +13111,12 @@ return new Parser;
_linshare_uuid: entry_list[i].uuid _linshare_uuid: entry_list[i].uuid
}; };
if (options.include_docs === true) { if (options.include_docs === true) {
entry.doc = JSON.parse(entry_list[i].metaData) || {}; try {
entry.doc = JSON.parse(entry_list[i].metaData) || {};
} catch (error) {
// Metadata are not always JSON
entry.doc = {};
}
} }
result_list.push(entry); result_list.push(entry);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment