summaryrefslogtreecommitdiff
path: root/wsd
AgeCommit message (Expand)AuthorFilesLines
2020-03-20Fix --with-support-public-key=... buildMiklos Vajna1-1/+1
2020-03-18wsd: improve lifecycle in ClientSession::onDisconnect()Miklos Vajna1-0/+3
2020-03-16Expose disk space and session checks via LOOLWSD class.Michael Meeks2-29/+33
2020-03-16Rework the somewhat odd sendTextMessage() interfaceMiklos Vajna2-3/+3
2020-03-13Make closing the document work again in the iOS (and Android?) appTor Lillqvist1-2/+1
2020-03-12Fix build for MOBILEAPPTor Lillqvist1-1/+2
2020-03-12wsd: some logging improvementsAshod Nakashian1-2/+1
2020-03-11re-factor: use protocol handler for document broker creation.Michael Meeks1-10/+12
2020-03-11re-factor: Socket / WebSocketHandler.Michael Meeks6-71/+86
2020-03-09Fix build on androidTomaž Vajngerl1-1/+1
2020-03-09Introduce StringVector::equals()Miklos Vajna5-64/+65
2020-03-07Remove unused filterHandleRequest unit test hook.Michael Meeks4-19/+0
2020-03-06wsd: debug: run the server with a single "lokit" processHenry Castro2-0/+28
2020-03-06Fix -Werror,-Woverloaded-virtual warningsMiklos Vajna2-3/+2
2020-03-05WebSocket - simplify handleMessage for now.Michael Meeks2-3/+3
2020-03-05Session: simplify shutdown and privatize some pieces.Michael Meeks2-4/+4
2020-03-05re-factor: move createNewSession into DocumentBroker.Michael Meeks3-36/+41
2020-02-29Just try to catch everything in the getSafeConfig().Jan Holesovsky1-1/+1
2020-02-29android: Don't even try to read these values, seem to trigger an exception.Jan Holesovsky2-1/+7
2020-02-28Rework StringVector to have a single underlying stringMiklos Vajna6-27/+31
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna11-36/+36
2020-02-27wsd: fix crash with read-only documents + uno command without paramMiklos Vajna1-1/+1
2020-02-26tdf#130798 admin: Use original data to create network traffic graphnienzu2-3/+3
2020-02-23wsd: cleanly shutdown when unittest times outAshod Nakashian3-5/+12
2020-02-23wsd: logging improvements and formattingAshod Nakashian1-1/+0
2020-02-23add missing #include <list>Andras Timar1-0/+1
2020-02-22wsd: fix crash when downloadas has not enough parametersMiklos Vajna1-1/+1
2020-02-22Add an initial libfuzzer based fuzzerMiklos Vajna2-1/+7
2020-02-20Default redlining_as_comments config to falseAron Budea1-2/+2
2020-02-19Check that absolute URI is passed to addWopiProofMike Kaganski1-6/+7
2020-02-19Proof key: make sure public exponent is exactly 4 bytesMike Kaganski1-4/+13
2020-02-18Don't drop trace log on errorMike Kaganski1-0/+1
2020-02-18Proof: URI must be absolute and converted to uppercaseMike Kaganski3-16/+21
2020-02-18Read proof key from source directory in debug buildsMike Kaganski1-1/+7
2020-02-18wsd: minor cleanupAshod Nakashian1-7/+8
2020-02-13Revert "Fix removal of kit procs when they are blocked"Michael Meeks1-11/+2
2020-02-12Fix removal of kit procs when they are blockedGabriel Masei1-2/+11
2020-02-07remove poco Environment call.Michael Meeks1-4/+2
2020-02-06Don't use Poco buffer when creating a proofMike Kaganski1-52/+72
2020-02-06Only warn on absent proof RSA key, don't log errorMike Kaganski1-14/+14
2020-02-06calc: formula input bar: adding support for text selection handlesMarco Cecchetti1-0/+1
2020-02-06Turn some errors to warnings, and drop unneeded stderr outputMike Kaganski1-4/+3
2020-02-06mobile: Unify the mutex usage that protects the main lokit thread.Jan Holesovsky2-3/+9
2020-02-05typo: shuting -> shuttingAndras Timar1-2/+2
2020-01-28wsd: per-user cookiesAshod Nakashian5-40/+108
2020-01-24test: remove documentation about no longer working CPPUNIT_TEST_NAME variantMiklos Vajna1-4/+3
2020-01-23wsd: fix Android buildMiklos Vajna1-2/+2
2020-01-23wsd: use port number after, rather than before allocating it.Michael Meeks1-4/+14
2020-01-22Resolved: Server crash when link opened in new tabPranam Lashkari1-0/+16
2020-01-22Fix an UB in the DocumentBroker dtorMiklos Vajna1-0/+4