No description
b71ebb8dfc
This is possible by moving all the password handling logic to Document container class. When a user opens a password protected document the first time, it saves all possible data such as password, password type etc. Upon opening the same document again, password is matched with the cached password saved in the document container class before allowing the new view access to this document. Change-Id: Id1f2b6e06de806564bf865e83fed51b01c9a0fbc Reviewed-on: https://gerrit.libreoffice.org/22208 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.