summaryrefslogtreecommitdiffstats
path: root/wsd/COOLWSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* coolwsd.xml.in: Add possibility to disable overwrite modeGülşah Köse2023-10-201-0/+1
* cid#318817 avoid Uncaught exceptionCaolán McNamara2023-10-191-5/+12
* Avoid logging messages when anonymization is onCosmin Humeniuc2023-10-181-2/+4
* admin:log activities irrespective of logging.levelRash4192023-10-171-2/+6
* Allow http Range header for media filesSkyler Grey2023-10-111-1/+3
* cid#318938 silence Unchecked return value from libraryCaolán McNamara2023-10-091-1/+1
* fix: docker failed to initialize when aliasgroups is passedRash4192023-10-071-1/+1
* cid#323357 silence String not null terminatedCaolán McNamara2023-10-071-2/+6
* docker: fix all aliasgroup env variable values added to blocked listRash4192023-10-051-2/+3
* quarantine document after an unexpected disconnection from kitCaolán McNamara2023-10-041-2/+3
* rework URP to use a dedicated channelCaolán McNamara2023-10-031-1/+1
* Add support for URP messages in COOLWSDSkyler Grey2023-10-031-0/+7
* wsd: set up signal handlers earlyAshod Nakashian2023-10-021-6/+16
* wsd: test: remove duplicate uninitAshod Nakashian2023-09-251-1/+0
* wsd: FileServerRequestHandler instanceAshod Nakashian2023-09-251-4/+8
* Add cli option to use settings from env variablesSkyler Grey2023-09-231-1/+55
* Option to stop coolwsd when configuration files changeSkyler Grey2023-09-231-0/+117
* feature_lock: fix unlock_image option not workingRash4192023-08-281-1/+1
* cid#318872 Improper use of negative valueCaolán McNamara2023-08-231-1/+7
* cid#318821 COPY_INSTEAD_OF_MOVECaolán McNamara2023-08-151-10/+10
* wsd: simplify shutdown and termination flaggingAshod Nakashian2023-08-141-5/+5
* cid#318834 Missing move assignment operatorCaolán McNamara2023-08-141-9/+2
* cid#318919 Dereference after null checkCaolán McNamara2023-08-091-2/+2
* wsd: Util::make_unique -> std::make_uniqueAshod Nakashian2023-08-031-6/+7
* wsd: smart pointer cleanupAshod Nakashian2023-08-031-1/+2
* wsd: decouple FileServerRequestHandler from COOLWSDAshod Nakashian2023-08-031-1/+1
* wsd: test: do not advance to next test on failureAshod Nakashian2023-07-081-2/+2
* wsd: no default parameters for DocumentBroker::autoSaveAshod Nakashian2023-07-081-3/+2
* wsd: better context logging for clipboard activityAshod Nakashian2023-07-081-10/+14
* wsd: better newChild unit-test eventAshod Nakashian2023-07-081-2/+4
* wsd: notify the client of loading errorsAshod Nakashian2023-06-301-0/+14
* wsd: better logging of document and session loadingAshod Nakashian2023-06-301-14/+19
* admin: added retryInterval option in monitor configRash4192023-06-291-1/+1
* implement document migrationRash4192023-06-291-0/+14
* cid#318937 Array compared against 0Caolán McNamara2023-06-291-1/+1
* wsd: support providing CSP header in the configAshod Nakashian2023-06-191-1/+3
* Replace preprocessor directives with C++ conditional checkPatrick Luby2023-06-151-4/+2
* Fix iOS build breakages by adding http::Request to iOS buildPatrick Luby2023-06-151-1/+4
* Force notebookbar ui when a11y is enabledMarco Cecchetti2023-06-151-0/+6
* a11y: add config for enable/disable accessibility in generalMarco Cecchetti2023-06-081-0/+1
* wsd: test: initialize logs before unit-testsAshod Nakashian2023-05-311-11/+21
* iOS: build fixAndras Timar2023-05-251-0/+2
* wsd: de-duplicate assertCorrectThreadAshod Nakashian2023-05-221-1/+1
* wsd: whitespace formattingAshod Nakashian2023-05-221-3/+3
* Add possibility to define product name from brand packageAndras Timar2023-05-171-3/+4
* Add possibility to define help root URL from brand packageAndras Timar2023-05-171-1/+11
* wsd: http: killpoco in prisoner http handlerAshod Nakashian2023-05-151-11/+39
* wsd: quarantine: encapsulate QuarantineMapAshod Nakashian2023-05-151-1/+0
* wsd: quarantine: convert Quarantine to a classAshod Nakashian2023-05-151-1/+1
* wsd: quarantine: encapsulate the quarantine pathAshod Nakashian2023-05-151-9/+30