summaryrefslogtreecommitdiff
path: root/wsd
AgeCommit message (Expand)AuthorFilesLines
2019-04-12Use the app name more generally, not only on iOS.Jan Holesovsky1-0/+3
2019-03-31Fix build in the MOBILEAPP caseTor Lillqvist1-0/+2
2019-03-30Use peercreds to identify processes connecting rather than URL params.Michael Meeks1-10/+3
2019-03-30Switch local prisoner sockets to abstract UDSMichael Meeks1-37/+31
2019-03-30Only erase buffer if socket is not shutting down.Michael Meeks1-0/+2
2019-03-26tdf#124146 touch gesture support, send pan gesture in dialogsTomaž Vajngerl1-0/+1
2019-03-21tdf#124055: Idle timeout is pointless in mobile appsTor Lillqvist1-3/+7
2019-03-20Kill some extra whitespace.Jan Holesovsky1-3/+3
2019-03-19fix: saveAs breaks when '%' character is used within the filenameEduard Ardeleanu1-6/+10
2019-03-15Revert "wsd: use a tiny parser, variable substitution"Jan Holesovsky2-141/+20
2019-03-15Revert "wsd: tokenize symbol "_('') _("")""Jan Holesovsky2-29/+2
2019-03-15Revert "wsd: create a static function "parse""Jan Holesovsky2-147/+108
2019-03-15Revert "wsd: add boost::locale generation and caching"Jan Holesovsky3-35/+4
2019-03-15Revert "wsd: preprocess javascript file for L10n"Jan Holesovsky2-38/+1
2019-03-15Revert "wsd: allow compression gzip for html and js resources"Jan Holesovsky1-39/+11
2019-03-15Anonymization: don't log when it is disabled.Michael Meeks1-0/+2
2019-03-15Don't count convert-to connections vs. the document count.Michael Meeks3-6/+23
2019-03-08wsd, tile cache: avoid copy in loop when result is only used as const refMiklos Vajna1-7/+7
2019-03-05wsd: allow compression gzip for html and js resourcesHenry Castro1-11/+39
2019-03-05wsd: preprocess javascript file for L10nHenry Castro2-1/+38
2019-03-05wsd: add boost::locale generation and cachingHenry Castro3-4/+35
2019-03-05wsd: create a static function "parse"Henry Castro2-108/+147
2019-03-05wsd: tokenize symbol "_('') _("")"Henry Castro2-2/+29
2019-03-05wsd: use a tiny parser, variable substitutionHenry Castro2-20/+141
2019-03-05TileCache: add dumpState for TilesBeingRendered.Michael Meeks1-0/+17
2019-03-05TileCache: key almost everything on TileDesc instead of string names.Michael Meeks5-130/+201
2019-03-02TileCache: remove redundant, expensive tracking in ClientSession.Michael Meeks6-76/+22
2019-03-01tdf#123482 - cleanup convert-to folder more reliably.Michael Meeks4-8/+31
2019-03-01Authenticate socket earlier.Michael Meeks1-5/+6
2019-03-01Simpify DocumentBroker constructor.Michael Meeks3-10/+7
2019-03-01Avoid using un-necessary reference.Michael Meeks1-10/+15
2019-02-26Fix PostMessageOrigin typo in logAshod Nakashian1-2/+2
2019-02-25wsd: remove unused using declarationsMiklos Vajna1-2/+0
2019-02-20 fix release buildAndras Timar1-2/+2
2019-02-15TileCache: dumpState.Michael Meeks3-2/+17
2019-02-15Remove unnecessary leftovers after Michael's removal of the on-disk tile cacheTor Lillqvist4-31/+0
2019-02-15TileCache: switch to in-memory, rather than persistent.Michael Meeks3-146/+80
2019-02-14TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks5-75/+61
2019-02-13getServerURL() is not used in MOBILEAPPTor Lillqvist1-0/+4
2019-02-13Tweak problemms.Michael Meeks1-1/+0
2019-02-13Expose tile-id generation to unit tests.Michael Meeks3-17/+13
2019-02-13Improve unit test / SSL handling & detection.Michael Meeks2-0/+14
2019-02-13android: Don't try to read discovery.xml, it's not needed on mobile.Jan Holesovsky2-4/+9
2019-02-13android: JNI for the LOOLWSD initialization.Jan Holesovsky1-1/+1
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky7-73/+73
2019-02-12android: Define MOBILEAPP via config.h.Jan Holesovsky1-1/+3
2019-02-12android: Fix minor build issues.Jan Holesovsky1-1/+1
2019-02-08There is no DocumentBroker::handleDialogPaintResponse() eitherTor Lillqvist1-1/+0
2019-02-08There is no DocumentBroker::handleDialogRequest()Tor Lillqvist1-1/+0
2019-01-22wsd: reduce warningsAshod Nakashian2-6/+4