summaryrefslogtreecommitdiffstats
path: root/wsd/ClientSession.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: add and use isWritable helper in sessionAshod Nakashian2022-04-141-2/+4
* wsd: correct active-session countingAshod Nakashian2022-04-141-1/+3
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-141-4/+4
* wsd: use STATE_ENUM for SessionStateAshod Nakashian2022-04-141-20/+7
* wsd: include the ClientSession name in logsAshod Nakashian2022-04-141-16/+18
* wsd: do not skip uploading when last save skippedAshod Nakashian2022-02-251-1/+1
* wsd: test: more consistent test loggingAshod Nakashian2022-02-171-1/+0
* Handle JSON exception when parsing commands fixes #3916Szymon Kłos2022-01-091-42/+63
* trace: emit loadTile as an async event.Michael Meeks2021-12-131-4/+6
* rename: remaining lool->cool changesAndras Timar2021-11-181-34/+34
* rename wsd protocol command 'loolclient' to 'coolclient'Andras Timar2021-11-171-3/+3
* rename wsd protocol command 'loolserver' to 'coolserver'Andras Timar2021-11-171-1/+1
* wsd: more comments rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* wsd: rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* wsd: update trace prefix and commentsHenry Castro2021-11-101-3/+3
* wsd: update define variableHenry Castro2021-11-101-6/+6
* wsd: update commentsHenry Castro2021-11-101-3/+3
* kill reuse_cookiesAshod Nakashian2021-11-021-11/+0
* clipboard: fix partial content read for text/htmlDennis Francis2021-11-021-0/+27
* Open Signature Dialog on signature status icon clickSzymon Kłos2021-10-291-1/+1
* Use tokens.equals() instead of tokens[] ==Hugo Peixoto2021-10-211-48/+48
* LOK: unifying the Freemium and uno command hiding APIs part 2Pranam Lashkari2021-10-211-5/+1
* introduce way to hide/restrict uno commandsPranam Lashkari2021-10-211-0/+4
* WaE: avoid reference to temporary std::string.Michael Meeks2021-10-041-1/+1
* wsd: autosave using the last editing sessionAshod Nakashian2021-09-261-0/+6
* New POST service to render a search result + unit and integ. testsTomaž Vajngerl2021-09-131-2/+3
* wsd: better response when disconnectingAshod Nakashian2021-07-281-0/+20
* Allow pasting into document even when DisableCopy is activeSzymon Kłos2021-07-281-6/+0
* Introduce Freemium optionsPranam Lashkari2021-07-201-0/+4
* wsd: close the connection after failing to loadAshod Nakashian2021-07-191-0/+1
* wsd: correctly update the modified flagAshod Nakashian2021-07-171-12/+4
* wsd: don't re-render tiles while closing a session.Michael Meeks2021-07-121-0/+6
* Session: Send file mode to the client. We need to know if comments are editab...Gökay Şatır2021-07-091-0/+10
* wsd: log javascript handled exceptionsHenry Castro2021-07-071-1/+1
* Revert "Make it possible to generate Trace Events already when loading the do...Tor Lillqvist2021-07-071-7/+14
* Make it possible to generate Trace Events already when loading the documentTor Lillqvist2021-07-071-14/+7
* Improve debug output.Michael Meeks2021-06-241-1/+1
* Use S and F events here, too, instead of b and eTor Lillqvist2021-06-241-1/+1
* It's Trace Event, not event traceTor Lillqvist2021-06-221-1/+1
* Guard against uninitialised or bogus _performanceCounterEpoch valuesTor Lillqvist2021-06-221-0/+20
* Use a synthetic pid and tid for Trace Events from loleafletTor Lillqvist2021-06-221-12/+21
* Use the WSD's pid for the Trace Events coming in from loleafletTor Lillqvist2021-06-221-3/+3
* Re-factor Trace Event stuff for improved functionality and thread safetyTor Lillqvist2021-06-211-21/+39
* No need to add the thread name to the args of Trace Events nowTor Lillqvist2021-06-211-8/+0
* wsd: support uploading after loading from a templateAshod Nakashian2021-06-191-4/+3
* wsd: handle renameFile command with async uploadingAshod Nakashian2021-06-191-1/+9
* wsd: guard against negative counter in loolclient cmdMiklos Vajna2021-06-041-1/+2
* Add the thread name also to Trace Events from the client without argsTor Lillqvist2021-06-021-0/+2
* Introduce a generic TraceEvent class and instant events here, tooTor Lillqvist2021-06-021-3/+3
* wsd: revisit log messages ClientSession.cppHenry Castro2021-06-011-3/+3