summaryrefslogtreecommitdiffstats
path: root/wsd
Commit message (Expand)AuthorAgeFilesLines
* wsd: always create wopiFileInfoAshod Nakashian2024-04-121-4/+6
* wsd: make checkFileInfo call explicitAshod Nakashian2024-04-123-15/+10
* cool#8703 - Drop random node creation and rely on inherited fd.Michael Meeks2024-04-071-1/+1
* Reduce C++ requirement.Michael Meeks2024-04-031-2/+5
* wsd: merge downloadAdvance with downloadAshod Nakashian2024-04-031-148/+59
* wsd: pass uriPublic explicitly to download()Ashod Nakashian2024-04-032-2/+4
* wsd: simpler downloadAdvance interfaceAshod Nakashian2024-04-032-5/+4
* wsd: refactor the download logic in DocumentBrokerAshod Nakashian2024-04-032-135/+102
* wsd: refactor setting wopiInfo into the sessionAshod Nakashian2024-04-032-147/+160
* wsd: simplify uriPublic in DocumentBroker::download()Ashod Nakashian2024-04-031-2/+2
* wsd: pass uriPublic explicitly to downloadAdvanceAshod Nakashian2024-04-032-8/+9
* wsd: formattingAshod Nakashian2024-04-031-10/+14
* wsd: refactor the plugin processingAshod Nakashian2024-04-032-135/+89
* wsd: minor formattingAshod Nakashian2024-04-031-6/+8
* wsd: remove MOBILEAPP for parsing CheckFileInfo jsonAshod Nakashian2024-04-031-26/+6
* wsd: DocBroker with wopiFileInfoAshod Nakashian2024-04-032-9/+14
* wsd: CheckFileInfo parses the JSON responseAshod Nakashian2024-04-032-0/+30
* wsd: capture the file size in StorageBase::FileInfoAshod Nakashian2024-04-034-14/+19
* wsd: simplify DocumentBroker constructionAshod Nakashian2024-04-033-19/+19
* wsd: move wopi stub/dummy interface to MobileApp.hppAshod Nakashian2024-04-031-28/+3
* wsd: more accurate load error messageAshod Nakashian2024-04-031-3/+2
* wsd: merge single-use findOrCreateDocBroker overloadAshod Nakashian2024-04-031-44/+22
* wsd: Support ahead-of-time document loadingAshod Nakashian2024-04-032-0/+277
* wsd: create DocBroker once CheckFileInfo clearsAshod Nakashian2024-04-031-7/+15
* wsd: uninitialized memberAshod Nakashian2024-04-031-0/+1
* wsd: structured binding in findOrCreateDocBrokerAshod Nakashian2024-04-031-3/+2
* wsd: move overloaded findOrCreateDocBroker to RVSAshod Nakashian2024-04-032-40/+40
* wsd: simplify findOrCreateDocBroker callAshod Nakashian2024-04-031-5/+4
* wsd: cosmeticsAshod Nakashian2024-04-033-5/+2
* Removed Group download as option from coolwsd.xmlParth Raiyani2024-03-292-3/+0
* Watchdog: expose global watchdog thread.Michael Meeks2024-03-291-1/+2
* polls: switch compiled in delays to 60 seconds.Michael Meeks2024-03-251-4/+2
* PrisonerPoll - leave unused Kit sockets in the poll.Michael Meeks2024-03-254-108/+122
* wsd: fix support-key buildAshod Nakashian2024-03-232-31/+34
* Related: cool#8023 wsd, ClientSession: fix bogus <body> warning with plain textMiklos Vajna2024-03-221-0/+6
* cool#8465 clipboard: improve handling of plain text copy, complex caseMiklos Vajna2024-03-203-1/+14
* reduce uses of MOBILEAPP on some filesJaume Pujantell2024-03-207-71/+49
* wsd: use http::Response in FileServerRequestHandler::preprocessFileAshod Nakashian2024-03-191-24/+17
* wsd: reuse the response in FileServerAshod Nakashian2024-03-192-12/+14
* killpoco: use http::Response in admin file servingAshod Nakashian2024-03-193-34/+8
* killpoco: use http::Response for Admin metricsAshod Nakashian2024-03-193-8/+11
* wsd: remove sendWithDateAndAgentAshod Nakashian2024-03-192-2/+2
* wsd: remove duplicate Server and Date headersAshod Nakashian2024-03-193-8/+0
* wsd: minor cleanup of Admin::getLogLinesAshod Nakashian2024-03-191-8/+14
* wsd: parse config only once in AdminAshod Nakashian2024-03-191-4/+10
* wsd: simplify jwtToken extractionAshod Nakashian2024-03-191-36/+18
* wsd: simplify isAdminLoggedInAshod Nakashian2024-03-191-63/+3
* wsd: add authenticateAdmin helperAshod Nakashian2024-03-192-0/+49
* wsd: include cleanupAshod Nakashian2024-03-194-47/+60
* wsd: move stringifyBoolFromConfig to anonymous namespaceAshod Nakashian2024-03-193-16/+8