summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* typo: its not -> it's notAndras Timar2020-10-091-2/+2
* fix license headersAndras Timar2020-10-011-2/+0
* Make various bits of the UI configurable.Jan Holesovsky2020-09-281-0/+3
* wsd: add http-headers unit-testAshod Nakashian2020-07-011-0/+3
* notebookbar: Introduce switch in loolwsd.xmlSzymon Kłos2020-06-301-0/+3
* leaflet: Update admin console & drop bootstrap package.gokaysatir2020-06-041-6/+16
* Remember to shutdown the socket after serving files.Michael Meeks2020-06-031-1/+2
* wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian2020-06-021-1/+1
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-1/+3
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-8/+7
* tdf#114982 - AdminConsole: control logginggokaysatir2020-05-301-1/+2
* Proxy: Preprocess the localization files so that they contain the full URI.Jan Holesovsky2020-05-251-1/+6
* Proxy: move RequestDetails to its own header.Michael Meeks2020-05-121-8/+14
* Proxy: re-factor proxy handling into ServerURL and cleanup copy/paste.Michael Meeks2020-05-061-51/+3
* Proxy: improving parsing & URL passing for websocket to fix connect-src.Michael Meeks2020-04-281-35/+54
* Proxy: convert ProxyPrefix to a full URL.Michael Meeks2020-04-281-2/+25
* ProxyPrefix: allow the user to specify a custom prefix.Michael Meeks2020-04-241-8/+27
* Welcome: Add config for enabling the dismiss buttonMuhammet Kara2020-04-201-0/+5
* Welcome: Pass welcome value from loolwsd.xml to the JS sideMuhammet Kara2020-04-161-0/+5
* Welcome: Handle language versions of the welcome files.Jan Holesovsky2020-04-161-4/+42
* Welcome: Serve the release notes files from a given (configured) directory.Jan Holesovsky2020-04-161-6/+13
* add pretty name - Android patchgokaysatir2020-04-111-1/+0
* tdf#130568 - Add server os pretty name to help->aboutgokaysatir2020-04-011-0/+1
* Introduce StringVector::equals()Miklos Vajna2020-03-091-3/+4
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-281-1/+1
* reduce verbosity of FileServer trace logging.Michael Meeks2020-01-211-2/+9
* Revert "Serve a decidedly unpretty clipboard download page"Michael Meeks2020-01-161-24/+4
* postMessage CSS checking improvements.Michael Meeks2020-01-151-13/+15
* Encode the ExtendedData to make it safer while embedding in messagesAshod Nakashian2019-11-221-2/+3
* Enable protocol debugging by default in debug mode.Michael Meeks2019-11-151-1/+7
* killpoco: removed StringTokenizer from wsd directoryPranam Lashkari2019-11-131-1/+0
* Reuse cookies from the browserAshod Nakashian2019-10-281-14/+14
* Added reuse cookie option for wopi clientmerttumer2019-10-281-0/+14
* wsd: include 'self' to CSP object-srcHenry Castro2019-09-291-1/+1
* wsd: sanitize url when error reportingAshod Nakashian2019-09-031-1/+4
* post logs JavaScript runtime errors to the loolwsd serverHenry Castro2019-08-201-2/+17
* Serve a decidedly unpretty clipboard download pageAshod Nakashian2019-08-051-4/+25
* wsd: avoid UB in FileServerRequestHandler::readDirToHash()Miklos Vajna2019-05-231-0/+3
* Use compile-time rather than run-time string concatenation.Michael Meeks2019-05-201-26/+26
* tdf#107038 Poco::DateTimeFormatter with Util::getHttpTimeNow()DarkByt312019-05-201-5/+6
* Revert "wsd: use a tiny parser, variable substitution"Jan Holesovsky2019-03-151-140/+20
* Revert "wsd: tokenize symbol "_('') _("")""Jan Holesovsky2019-03-151-28/+1
* Revert "wsd: create a static function "parse""Jan Holesovsky2019-03-151-146/+108
* Revert "wsd: add boost::locale generation and caching"Jan Holesovsky2019-03-151-26/+4
* Revert "wsd: preprocess javascript file for L10n"Jan Holesovsky2019-03-151-37/+1
* Revert "wsd: allow compression gzip for html and js resources"Jan Holesovsky2019-03-151-39/+11
* wsd: allow compression gzip for html and js resourcesHenry Castro2019-03-051-11/+39
* wsd: preprocess javascript file for L10nHenry Castro2019-03-051-1/+37
* wsd: add boost::locale generation and cachingHenry Castro2019-03-051-4/+26
* wsd: create a static function "parse"Henry Castro2019-03-051-108/+146