libreoffice-online:distro/cib/libreoffice-6-2

Last commit made on 2020-09-09
Get this branch:
git clone -b distro/cib/libreoffice-6-2 https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
distro/cib/libreoffice-6-2
Repository:
lp:libreoffice-online

Recent commits

3639eb1... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

Simplify download process

Use hash to identify download and pass that to the client.
This allows us to reduce parameters for download requests.
DocBroker maps download ids to URL in the file system.

Change-Id: I254d4f0ccaf3cff9f038a817c8162510ae228bc5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101992
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <email address hidden>
Tested-by: Michael Meeks <email address hidden>
Reviewed-by: Michael Meeks <email address hidden>

19d0505... by Samuel Mehrbrodt <email address hidden>

Release 6.2.12.0

Change-Id: I552114d06222705e77cb9c266887b5ae80583af8

ccb6581... by Samuel Mehrbrodt <email address hidden>

Consider save successful also when doc changed in storage

Ported from master fix 8c602e179e8afe44f2a1fe513bdc7640cd57ed2a

Change-Id: Iaf52e950cc635d625c1415754b9d411d0a009927

ec165df... by Samuel Mehrbrodt <email address hidden>

fix username formatting

Inspired by bc0920178aef2bcb7affe989fa79309fe131aec4

Change-Id: Ie82bccaf371b4c200c906125548eb24008e84c61
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102006
Reviewed-by: Michael Meeks <email address hidden>
Reviewed-by: Samuel Mehrbrodt <email address hidden>
Tested-by: Samuel Mehrbrodt <email address hidden>

a73fed6... by Samuel Mehrbrodt <email address hidden>

Release 6.2.11.0

dd87f6b... by Samuel Mehrbrodt <email address hidden>

Don't update modified status after saving to storage fails

Otherwise client gets a notification that document is unmodified.
This should not happen, as the document in the storage has not been updated
and so it should be considered as modified until saving to storage succeeds.

14f66bc... by Samuel Mehrbrodt <email address hidden>

Fix response name

7a3b244... by Samuel Mehrbrodt <email address hidden>

Release 6.2.10.0

d97784c... by Samuel Mehrbrodt <email address hidden>

Improve reporting save results

Change-Id: I3f2f96f4b8f196e6e9268bed24695f739f679124
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97699
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Samuel Mehrbrodt <email address hidden>
(cherry picked from commit e71e37bcec84068e92434357df6172b9cf457e7e)

0b367e1... by Samuel Mehrbrodt <email address hidden>

Report back load result to integrator

Integrator currently gets no message when loading the document
from WOPI host fails.

Similiar to Action_Save_Resp, introduce Action_Load_Resp with
the result of the load action.