summaryrefslogtreecommitdiffstats
path: root/wsd
Commit message (Expand)AuthorAgeFilesLines
* wsd: label storage operations as upload and downloadAshod Nakashian2020-11-304-96/+100
* wsd: make session in the upload details weak_ptrAshod Nakashian2020-11-302-14/+49
* wsd: extract storage saving reponse handlingAshod Nakashian2020-11-302-12/+32
* wsd: session is optional to broadcasting doc modification timeAshod Nakashian2020-11-302-20/+17
* wsd: extract wopi upload response handlingAshod Nakashian2020-11-302-26/+78
* wsd: log helpful messages when we fail to cache filesAshod Nakashian2020-11-292-5/+9
* wsd: reuse file and directory cleanup helpersAshod Nakashian2020-11-291-11/+5
* wsd: cleanup temp incoming directories after useAshod Nakashian2020-11-232-13/+23
* wsd: move convert-to docs into the jailAshod Nakashian2020-11-235-36/+63
* wsd: misc cleanupAshod Nakashian2020-11-222-1/+4
* Make AutoSpellChecking option state remembered on first startmert2020-11-171-0/+5
* Replace all `__linux` in CPP conditions with `__linux__`.Gleb Popov2020-11-171-1/+1
* Do not call non-standard std::thread::id constructor.Gleb Popov2020-11-162-2/+2
* AdminModel.cpp: Fix build with libc++.Gleb Popov2020-11-161-2/+1
* wsd: avoid the using keyword and use C++ size_tAshod Nakashian2020-11-157-49/+47
* wsd: SaveResult final and Result enum classAshod Nakashian2020-11-153-23/+23
* wsd: resuse Stat where possibleAshod Nakashian2020-11-152-22/+30
* Ensure consistent canonical view id accounting between wsd and kit.Michael Meeks2020-11-141-5/+7
* Set normalized view id for broadcast (ie. slide preview) thumbnails.Michael Meeks2020-11-143-5/+9
* wsd: fix a typo in ClientSessionMiklos Vajna2020-11-061-1/+1
* wsd: fix typo: reserverd -> reservedMiklos Vajna2020-11-051-1/+1
* wsd: misc minor cleanupAshod Nakashian2020-11-023-6/+4
* wsd: privatize public membersAshod Nakashian2020-10-312-2/+7
* Revert "wsd: temporarily avoid race-conditions when creating documents"Andras Timar2020-10-301-7/+1
* Make Themeing related CSS vars UI Configurablemert2020-10-303-0/+40
* Migrate code to use generic sendErrorJan Dageförde2020-10-284-77/+26
* Rewrite FileServerRequestHandler::sendError to rely on generic sendErrorJan Dageförde2020-10-281-13/+9
* Remove Poco/TimeStamp.h left-over part-2Ayhan Yalçınsoy2020-10-271-1/+0
* DocumentBroker::saveToStorage: guard against nullptr _storageMiklos Vajna2020-10-261-1/+1
* wsd: temporarily avoid race-conditions when creating documentsAshod Nakashian2020-10-251-1/+7
* wsd: improve wopi upload loggingAshod Nakashian2020-10-251-5/+7
* wsd: better file size utilityAshod Nakashian2020-10-252-10/+13
* wsd: announce the log file locationAshod Nakashian2020-10-251-5/+5
* Simplify another Util::getHttpTimeNow() in headersJan Dageförde2020-10-241-1/+1
* Autosave annotations in pdfSzymon Kłos2020-10-231-2/+8
* wsd: allow some time between retrying savingAshod Nakashian2020-10-221-5/+11
* wsd: document forced storage saving and remove default argsAshod Nakashian2020-10-223-8/+12
* wsd: force saving to storage if the last attempt had failedAshod Nakashian2020-10-201-5/+15
* Use Util::getVersionInfo instead of raw LOOLWSD_VERSION_HASH, because the len...Andras Timar2020-10-201-2/+5
* Replaces Poco::DateTimeFormatter to Util::getHttpTimeNow #207dilaverdemirel2020-10-202-3/+2
* Add handling of a "DEBUG" message that is just printed to stderrTor Lillqvist2020-10-162-0/+11
* wsd: resolve host as fallback for allowed WOPI host checkAron Budea2020-10-151-1/+17
* port to util::make_unique for wsdYusuf Keten2020-10-152-3/+3
* wsd: LOK_WHITELIST_LANGUAGES was removed from new enough coreMiklos Vajna2020-10-141-0/+3
* Fixing pycodestyle errorsAlan Verdugo2020-10-121-20/+49
* document broker, tile combined handling: warn only once without tile cacheMiklos Vajna2020-10-121-5/+5
* extra logging for debugging convert-to failureAndras Timar2020-10-111-6/+12
* wsd: fix typo, transfering -> transferringMiklos Vajna2020-10-091-1/+1
* typo: its not -> it's notAndras Timar2020-10-091-2/+2
* Add a X-LOOL-WOPI-ServerId to help cluster debugging to requests.Michael Meeks2020-10-091-0/+3