summaryrefslogtreecommitdiff
path: root/wsd/Storage.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-11wsd: make outgoing connection timeout configurableAshod Nakashian1-1/+9
2020-07-20Handle failed locking as (temporarily) read-only sessionMike Kaganski1-0/+2
2020-07-01tdf#131123 Report back real save resultSamuel Mehrbrodt1-0/+11
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian1-2/+2
2020-06-20wsd: extract WOPI HTTP request constructionAshod Nakashian1-0/+6
2020-06-11Add support for BreadcrumbDocName.Michael Meeks1-0/+4
2020-06-11WOPI: pure re-factor, remove rampant duplication.Michael Meeks1-90/+5
2020-06-08WaE: fix 'isAutosave' shadows a member of 'this'Michael Meeks1-1/+1
2020-06-08Rename: getIsAutosave -> isAutosaveSamuel Mehrbrodt1-1/+1
2020-04-30Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks1-0/+3
2020-04-18Use #pragma onceTor Lillqvist1-4/+2
2020-01-28wsd: per-user cookiesAshod Nakashian1-14/+45
2019-12-16These can be made constMiklos Vajna1-1/+1
2019-11-27locking: renew lock after timeout.Michael Meeks1-0/+8
2019-11-25Add REST endpoint for admin metrics.Gabriel Masei1-0/+3
2019-11-21Initial wopi-like locking implementation.Michael Meeks1-9/+39
2019-11-20Read and store SupportsLocks property.Michael Meeks1-0/+6
2019-10-28Reuse cookies from the browserAshod Nakashian1-3/+10
2019-10-08Add minimal TLS support for communication with storageGabriel Masei1-0/+4
2019-09-03Pass Extended Data in Action_Save from the client to the WOPI hostAshod Nakashian1-0/+6
2019-09-02tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt311-5/+5
2019-08-21Fix UB in StorageBase::isExitSave()Miklos Vajna1-1/+2
2019-07-24wsd: introduce "TemplateSource" WOPI propertyHenry Castro1-4/+10
2019-06-04Introduce Download_As postmessage & a CheckFileInfo entry to enables that.Jan Holesovsky1-0/+6
2019-05-13Added RenameFile Support for WOPImerttumer1-4/+16
2018-12-20checkfileinfo: TemplateSaveAs to trigger PutRelativeFile...Jan Holesovsky1-0/+6
2018-12-15fixup of 892117eb37b8Andras Timar1-1/+1
2018-12-15_hideUserList is privateAndras Timar1-0/+2
2018-12-15WOPI: Extend HideUserList propertySzymon Kłos1-3/+5
2018-12-15WOPI: Added HideUserList to CheckFileInfoSzymon Kłos1-2/+6
2018-12-07Some compilers do not like this and complain about shadowing the methods.Jan Holesovsky1-3/+3
2018-12-05Add custom http header when saving before document is cleaned up from memorySamuel Mehrbrodt1-2/+5
2018-11-29Extract Authorization out of Auth and put it into commonTomaž Vajngerl1-0/+1
2018-11-29StorageBase::FileInfo: make members privateMiklos Vajna1-5/+12
2018-11-28StorageBase: make members privateMiklos Vajna1-4/+25
2018-11-27LocalStorage::LocalFileInfo: make members privateMiklos Vajna1-0/+4
2018-11-21WopiStorage::WOPIFileInfo: make members privateMiklos Vajna1-0/+47
2018-10-31wsd: wopi: introduce a "EnableShare" entry in the CheckFileInfoHenry Castro1-0/+4
2018-10-31wsd: wopi: introduce a "EnableInsertRemoteImage" entry in the CheckFileInfoHenry Castro1-0/+4
2018-10-20Enable convert-to features for wopi hostsTamás Zolnai1-1/+1
2018-10-20Revert "Revert "Enable convert-to features for wopi hosts""Tamás Zolnai1-0/+2
2018-10-20Revert "Enable convert-to features for wopi hosts"Tamás Zolnai1-2/+0
2018-10-19Enable convert-to features for wopi hostsTamás Zolnai1-0/+2
2018-10-16wsd: use obfascated user id when provided by WOPIAshod Nakashian1-5/+9
2018-10-16anonymization: Anonymize uri's in the storageJan Holesovsky1-4/+5
2018-10-16wsd: anonymize jailed filenameAshod Nakashian1-0/+1
2018-06-14wsd: support optional forcing tracking changes at loadAshod Nakashian1-4/+20
2018-04-24wopi flag for hiding the change tracking controls from UIMarco Cecchetti1-0/+4
2018-01-15wsd: separate lastSaveTime from lastSaveResponseTimeAshod Nakashian1-1/+1
2017-11-13Add handling of "prefilter" plug-insTor Lillqvist1-0/+8