libreoffice-online/loolwsd/test
Pranav Kant b8ef017610 Move JWT auth to inside websocket to prevent CSRF
... instead of setting a httpOnly cookie for admin websocket
endpoint which can be CSRFed.

With this, we remove the httpOnly tag on jwt cookie so that
scripts in admin html pages can access the jwt cookie and
authenticates after opening websocket endpoint. Until
authenticated using 'auth authToken' command, admin will not
respond to any admin command.

Also, adapt admin test these changes
2016-07-29 12:03:14 +05:30
..
data loolwsd: test fixes 2016-07-07 03:50:16 +00:00
.gitignore loolwsd: no need to sleep before running tests 2016-04-30 14:37:36 +00:00
countloolkits.hpp loolwsd: shorter lokit process counting interval and log count 2016-05-15 14:34:46 +00:00
helpers.hpp loolwsd: status now includes the view-ID of the client 2016-07-27 15:55:09 +00:00
httpcrashtest.cpp loolwsd: don't reset the expected loolkit count in crash test 2016-05-15 14:32:06 +00:00
httpwstest.cpp loolwsd: unittest fixes for multiview 2016-07-27 15:59:29 +00:00
integration-http-server.cpp loolwsd: Restore test for convert-to API 2016-07-21 12:54:59 +05:30
Makefile.am loolwsd: max_concurrency setting added 2016-06-17 23:59:47 +00:00
run_unit.sh.in test: make check insist on a log file for skipped tests 2016-07-11 09:22:47 +02:00
test.cpp loolwsd: support CPPUNIT_TEST_NAME, similarly to core.git 2016-07-08 09:04:28 +02:00
TileCacheTests.cpp loolwsd: status now includes the view-ID of the client 2016-07-27 15:55:09 +00:00
UnitAdmin.cpp Move JWT auth to inside websocket to prevent CSRF 2016-07-29 12:03:14 +05:30
UnitFonts.cpp loolwsd: cout -> cerr 2016-05-21 15:53:11 +00:00
UnitPrefork.cpp loolwsd: fix PreFork test 2016-07-07 20:27:18 +00:00
UnitStorage.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitTileCache.cpp loolwsd: include cleanup and organization 2016-05-21 15:52:54 +00:00
UnitTimeout.cpp loolwsd: fix naming style of static members 2016-06-07 09:18:49 +02:00
WhiteBoxTests.cpp loolwsd: verify the number lokit instance before and after each test 2016-05-09 05:24:25 +00:00