summaryrefslogtreecommitdiffstats
path: root/wsd/ClientSession.hpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: add and use isWritable helper in sessionAshod Nakashian2022-04-141-0/+3
* wsd: correct active-session countingAshod Nakashian2022-04-141-0/+4
* wsd: use STATE_ENUM for SessionStateAshod Nakashian2022-04-141-6/+6
* wsd: more comments rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* kill reuse_cookiesAshod Nakashian2021-11-021-5/+0
* clipboard: fix partial content read for text/htmlDennis Francis2021-11-021-0/+4
* Session: Send file mode to the client. We need to know if comments are editab...Gökay Şatır2021-07-091-0/+2
* Introduce a TRACEEVENT message from client to serverTor Lillqvist2021-05-061-0/+3
* wsd: specify the minimum bytes we can write to the socketAshod Nakashian2021-04-271-1/+1
* wsd: filter-out redundant 'formfieldbutton' messages.Tamás Zolnai2021-02-101-0/+3
* wsd: fix a typo in ClientSessionMiklos Vajna2020-11-061-1/+1
* fix license headersAndras Timar2020-10-011-2/+0
* allow saving a PDF, add "view_comment" stateTomaž Vajngerl2020-07-271-1/+2
* Allow user to try to lock the document for editMike Kaganski2020-07-201-0/+3
* Handle failed locking as (temporarily) read-only sessionMike Kaganski2020-07-201-1/+6
* wsd: improved TileCacheAshod Nakashian2020-07-141-1/+1
* wsd/kit: use splitx/splity in clientvisiblearea message...Dennis Francis2020-07-081-0/+20
* android: Remove unneeded dependency + add some comments.Jan Holesovsky2020-07-021-0/+1
* wsd: Authorization parsing and creation improvementsAshod Nakashian2020-07-011-1/+3
* wsd: performance improvementsAshod Nakashian2020-06-021-1/+1
* Proxy: use much more obscure session IDs.Michael Meeks2020-05-131-1/+7
* Proxy: move requestDetails closer to ProxyProtocol.Michael Meeks2020-05-131-1/+1
* Proxy: re-factor proxy handling into ServerURL and cleanup copy/paste.Michael Meeks2020-05-061-3/+4
* Proxy websocket prototype.Michael Meeks2020-04-241-3/+0
* Use #pragma onceTor Lillqvist2020-04-181-5/+1
* add pretty name - Android patchgokaysatir2020-04-111-0/+1
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-111-8/+13
* Remove unused filterHandleRequest unit test hook.Michael Meeks2020-03-071-2/+0
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-281-5/+5
* wsd: per-user cookiesAshod Nakashian2020-01-281-0/+5
* watermarking: create SessionMap template to canonicalize views.Michael Meeks2020-01-061-1/+1
* Add REST endpoint for admin metrics.Gabriel Masei2019-11-251-0/+3
* clipboard: persist selections for a while after a view closes.Michael Meeks2019-08-051-9/+24
* wsd: add 'meta origin' to clipboardcontent payloads tooAshod Nakashian2019-08-051-0/+3
* Rename to clipboardkey.Michael Meeks2019-08-051-1/+1
* clipboard - set it with a post now.Michael Meeks2019-08-051-1/+3
* More work getting the unit test closer to passing.Michael Meeks2019-08-051-4/+1
* clipboard: start of rotating clipboard key management.Michael Meeks2019-08-051-5/+12
* Switch to text/html for paste where we can.Michael Meeks2019-08-051-2/+30
* TileCache: remove redundant, expensive tracking in ClientSession.Michael Meeks2019-03-021-13/+0
* TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks2019-02-141-0/+13
* Expose tile-id generation to unit tests.Michael Meeks2019-02-131-3/+0
* Session: make members privateMiklos Vajna2018-11-131-6/+0
* Upper limit of sent out versions of the same tileTamás Zolnai2018-09-291-1/+2
* Filter out tiles by wired on wsd side tooTamás Zolnai2018-09-291-19/+1
* Fix warning: in case of a text document part number has no meaningTamás Zolnai2018-09-211-0/+2
* Calculate tiles-on-fly limit a bit more preciselyTamás Zolnai2018-08-301-0/+3
* Go back using list for tilesOnFlyTamás Zolnai2018-08-231-2/+3
* Drop too old tileID's from tiles-on-fly listTamás Zolnai2018-08-231-1/+3
* Updated deduplicated tiles wireIDTamás Zolnai2018-08-221-9/+7