[Libreoffice-commits] online.git: Changes to 'private/pranavk/ssl'
Pranav Kant
pranavk at collabora.com
Mon Mar 21 18:00:06 UTC 2016
New branch 'private/pranavk/ssl' available with the following commits:
commit f063ae9bca7c10bcfb52c34da932b0e83dc652c3
Author: Pranav Kant <pranavk at collabora.com>
Date: Sun Mar 20 16:29:32 2016 +0530
SSL everywhere
Use same port (9989) for all client connections. This includes
admin panel, static file serving and normal client websocket
connections.
Change-Id: Idcfd7dd8925523c36e884717c41a3b6a827f6ff3
commit 060a572460b18139ba84feb052008efdced3aca2
Author: Pranav Kant <pranavk at collabora.com>
Date: Sun Mar 20 19:37:24 2016 +0530
loolwsd: Allow specifying custom file server root
By default, use git directory root.
Change-Id: I4ee1173c43f313de3abb1732e6a7401169896189
commit 66634499c0bd39b8c31d0c76877539f722fbfe87
Author: Pranav Kant <pranavk at collabora.com>
Date: Sun Mar 20 19:26:20 2016 +0530
loleaflet: Move admin console related files to dist/admin
Better to put all admin related content in a separate directory
rather than mixing it with other files in dist/
Change-Id: I328ff95cf23251ff91bb438c3b9be923ccc2017f
commit e67480bc0e9c63d8d6355d2ef9b2d03b1477f6c7
Author: Pranav Kant <pranavk at collabora.com>
Date: Mon Mar 21 14:36:54 2016 +0530
loolwsd: Use JWT authentication to access admin console
File server serves the admin html file after successfull
authentication, and sets the cookie in client which would be sent
for all subsequent connections by client to connect to admin websocket.
Change-Id: I0ee3bbfca7eefc428020d29612374410556b1e27
commit 135450f6dd9c0bbf67b9b01c69e8417c566fb662
Author: Pranav Kant <pranavk at collabora.com>
Date: Mon Mar 21 14:10:10 2016 +0530
loolwsd: FileServer class to serve static contents
Only purpose, at the moment, is to create
Poco::HTTPRequestHandler which would be passed on the serving
handling the static file requests.
Change-Id: I97c3fc0c73da077d3efee919416098b880c9c2ad
commit 92c245f0368031a8ce45349e65c2cc2f07fc236b
Author: Pranav Kant <pranavk at collabora.com>
Date: Mon Mar 21 14:07:39 2016 +0530
loolwsd: SSL infrastructure
... and use SSL for client connections. Also fix our test suite
to use HTTPS now.
Change-Id: Id396a7c2d1830da8d3b0ce446522403363ac17c1
Reviewed-on: https://gerrit.libreoffice.org/23395
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
More information about the Libreoffice-commits
mailing list