libreoffice-online/net
Ashod Nakashian da455c486a Serve a decidedly unpretty clipboard download page
The initial bits to serving some page with provision
to ingest the different formats into a table.

Doesn't yet link with the actual document, but it's
a start.

The link will have some unique id(s) in it to
reference the document in question, which will
be some hash (possibly changing with some logic for
security reasons). This hash will have to be
something valid that WSD will use to locate
the DocBroker in question, connect to it and
fetch the formats supported and generate unique
links for each. When the user clicks on a link,
the contents will be downloaded in the given
format and copied to the user's clipboard.

The clipboard.html template is based on loleaflet.html
as we're very likely to use the same customization,
branding, localization, and javascript bits.

We would probably want to add a brandable title
with logo etc. and possibly some more reasable
background (ideally, an image enlarged and blured
to give the page some semblance of having content).

Change-Id: If0550184d4423bef1e98fecbb072bdf8df07701b
2019-08-05 20:26:13 -04:00
..
clientnb.cpp net: make members private in clientnb 2019-01-21 09:13:23 +01:00
DelaySocket.cpp net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
DelaySocket.hpp
FakeSocket.cpp android: Kill the extremely verbose FakeSocket logging. 2019-06-20 14:12:26 +02:00
FakeSocket.hpp android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
ServerSocket.hpp LocalServerSocket: can move sockFactory instead of copy 2019-05-22 14:09:02 +02:00
Socket.cpp keep the project buildable with poco 1.7.8 2019-07-08 21:05:46 +02:00
Socket.hpp Serve a decidedly unpretty clipboard download page 2019-08-05 20:26:13 -04:00
Ssl.cpp CRYPTO_dynlock_value: make members private 2018-12-03 09:11:22 +01:00
Ssl.hpp
SslSocket.hpp StreamSocket: make members private 2018-10-26 09:07:30 +02:00
WebSocketHandler.hpp Improve debugging by showing un-masked websocket content. 2019-05-29 15:40:46 +01:00