summaryrefslogtreecommitdiffstats
path: root/wsd/Storage.hpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: cleanup: moved all parsing related static methods and containers to Host...Rash4192022-04-011-24/+0
* wsd: added new method to check allowed AliasesRash4192022-03-211-0/+2
* wsd: use hostname, port and scheme in doc keycp-21.11.3-0Rash4192022-03-161-0/+16
* wsd: introduce remote configurationRash4192022-02-251-1/+3
* wsd: preserve the original modified time as stringAshod Nakashian2022-02-081-13/+10
* rename: remaining lool->cool changesAndras Timar2021-11-181-5/+5
* wsd: rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* wsd: update commentsHenry Castro2021-11-101-1/+1
* kill reuse_cookiesAshod Nakashian2021-11-021-49/+29
* Wait for async save result on DocumentBroker stopSzymon Kłos2021-07-281-0/+8
* wsd: close the connection after failing to loadAshod Nakashian2021-07-191-3/+24
* HTTP 302 - updates after reviewSzymon Kłos2021-07-121-2/+5
* HTTP 302 Found - block redirection loopsSzymon Kłos2021-07-121-2/+4
* HTTP 302 Found - remember the correct resource addressSzymon Kłos2021-07-121-1/+4
* HTTP 302 Found - redirrect support for getWOPIFileInfoSzymon Kłos2021-07-121-0/+3
* wsd: rename file after saving to support async uploadingAshod Nakashian2021-06-191-0/+9
* wsd: handle async upload callbackAshod Nakashian2021-06-191-10/+27
* wsd: add async API to StorageAshod Nakashian2021-06-191-0/+57
* wsd: document ModifiedTime getter/setterAshod Nakashian2021-06-131-0/+2
* wsd: storage: download with http::Request and http::SessionAshod Nakashian2021-02-201-0/+6
* wsd: Loaded -> DownloadedAshod Nakashian2021-02-201-4/+4
* wsd: correct GetFile duration trackingAshod Nakashian2021-02-181-5/+2
* wsd: actually compute the CheckFileInfo durationAshod Nakashian2021-02-181-4/+0
* wsd: support FileUrlAshod Nakashian2021-02-091-0/+6
* wsd: refactor downloadStorageFileToLocalAshod Nakashian2021-02-091-0/+5
* wsd: remove single-use memberAshod Nakashian2021-02-091-2/+0
* wsd: cosmeticAshod Nakashian2021-01-231-0/+1
* wsd: UploadResult cleanupAshod Nakashian2021-01-101-24/+16
* wsd: use chrono for readability and conversion safetyAshod Nakashian2020-12-221-7/+6
* WopiStorage: fix uninitialized readsMiklos Vajna2020-12-101-0/+2
* wsd: avoid chrono::duration<double>Ashod Nakashian2020-12-081-10/+8
* wsd: label storage operations as upload and downloadAshod Nakashian2020-11-301-24/+24
* wsd: extract wopi upload response handlingAshod Nakashian2020-11-301-0/+16
* wsd: move convert-to docs into the jailAshod Nakashian2020-11-231-8/+12
* wsd: avoid the using keyword and use C++ size_tAshod Nakashian2020-11-151-1/+1
* wsd: SaveResult final and Result enum classAshod Nakashian2020-11-151-3/+3
* wsd: better file size utilityAshod Nakashian2020-10-251-2/+0
* Remove WebDAVStorage in Storage.hpp #111Yunus Bulut2020-10-071-36/+0
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: make outgoing connection timeout configurableAshod Nakashian2020-08-111-1/+9
* Handle failed locking as (temporarily) read-only sessionMike Kaganski2020-07-201-0/+2
* tdf#131123 Report back real save resultSamuel Mehrbrodt2020-07-011-0/+11
* wsd: faster jail setup via bind-mountAshod Nakashian2020-07-011-2/+2
* wsd: extract WOPI HTTP request constructionAshod Nakashian2020-06-201-0/+6
* Add support for BreadcrumbDocName.Michael Meeks2020-06-111-0/+4
* WOPI: pure re-factor, remove rampant duplication.Michael Meeks2020-06-111-90/+5
* WaE: fix 'isAutosave' shadows a member of 'this'Michael Meeks2020-06-081-1/+1
* Rename: getIsAutosave -> isAutosaveSamuel Mehrbrodt2020-06-081-1/+1
* Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks2020-04-301-0/+3
* Use #pragma onceTor Lillqvist2020-04-181-4/+2