summaryrefslogtreecommitdiff
path: root/wsd/Storage.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-11wsd: make outgoing connection timeout configurableAshod Nakashian1-1/+7
2020-07-20Handle failed locking as (temporarily) read-only sessionMike Kaganski1-0/+4
2020-07-15Report back load result to integratorSamuel Mehrbrodt1-2/+5
2020-07-01tdf#131123 Report back real save resultSamuel Mehrbrodt1-0/+1
2020-07-01Improve logging failed lock request using X-WOPI-LockFailureReasonMike Kaganski1-1/+4
2020-07-01wsd: add http-headers unit-testAshod Nakashian1-1/+1
2020-07-01wsd: log the response from WOPI CheckFileInfo separatelyAshod Nakashian1-4/+6
2020-06-30IIS requires content-length for POST requestsMike Kaganski1-0/+3
2020-06-20wsd: extract WOPI HTTP request constructionAshod Nakashian1-35/+36
2020-06-11Add support for BreadcrumbDocName.Michael Meeks1-0/+1
2020-06-11WOPI: pure re-factor, remove rampant duplication.Michael Meeks1-124/+115
2020-06-08Rename: getIsAutosave -> isAutosaveSamuel Mehrbrodt1-1/+1
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian1-3/+6
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-13/+13
2020-05-05nocaps: Fix WOPI load.Jan Holesovsky1-1/+4
2020-04-30Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks1-7/+26
2020-04-20Proof: improve loggingMiklos Vajna1-2/+13
2020-02-28Rework StringVector to have a single underlying stringMiklos Vajna1-1/+1
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna1-3/+3
2020-02-23wsd: logging improvements and formattingAshod Nakashian1-1/+0
2020-02-19Check that absolute URI is passed to addWopiProofMike Kaganski1-6/+7
2020-02-18Don't drop trace log on errorMike Kaganski1-0/+1
2020-02-18Proof: URI must be absolute and converted to uppercaseMike Kaganski1-6/+8
2020-01-28wsd: per-user cookiesAshod Nakashian1-16/+37
2020-01-22Resolved: Server crash when link opened in new tabPranam Lashkari1-0/+16
2020-01-21copyFile: de-poco-ize and handle EINTR and short writes.Michael Meeks1-6/+2
2020-01-20Fix a -Werror,-Wrange-loop-analysis warningMiklos Vajna1-1/+1
2020-01-07wsd: whitespaceAshod Nakashian1-1/+1
2019-12-16These can be made constMiklos Vajna1-1/+1
2019-12-03wsd: handle http forbidden response from wopi putAshod Nakashian1-1/+3
2019-11-29Fix build for MOBILEAPPTor Lillqvist1-1/+9
2019-11-27locking: renew lock after timeout.Michael Meeks1-1/+20
2019-11-25Added an option to override watermark textsmert1-0/+4
2019-11-25Add REST endpoint for admin metrics.Gabriel Masei1-0/+3
2019-11-21Log an error, and return failure on unhandled responses to save.Michael Meeks1-0/+6
2019-11-21Add proof for locking calls (and mend the build).Michael Meeks1-2/+3
2019-11-21Initial wopi-like locking implementation.Michael Meeks1-8/+88
2019-11-21Initial implementation of proof-keyMike Kaganski1-17/+21
2019-11-20Share code for reuse_cookies handling.Michael Meeks1-26/+15
2019-11-20Read and store SupportsLocks property.Michael Meeks1-1/+5
2019-11-20modernise TLS setupLionel Elie Mamane1-0/+4
2019-10-28Reuse cookies from the browserAshod Nakashian1-8/+42
2019-10-28Added reuse cookie option for wopi clientmerttumer1-2/+22
2019-10-25fallback to ssl.enable for storage.ssl.enable for back-compat.Michael Meeks1-1/+4
2019-10-09typo fix: comuncation -> communicationAndras Timar1-1/+1
2019-10-09Fix the SSL termination caseAndras Timar1-2/+2
2019-10-08Add minimal TLS support for communication with storageGabriel Masei1-13/+35
2019-09-22wsd: close iconv after convertingAshod Nakashian1-2/+5
2019-09-03Fix portability problems after 22f1656e08d1cc873a523bf1f869bdd75066dd2aTor Lillqvist1-1/+1
2019-09-03Pass Extended Data in Action_Save from the client to the WOPI hostAshod Nakashian1-0/+2