summaryrefslogtreecommitdiffstats
path: root/wsd
Commit message (Expand)AuthorAgeFilesLines
* wsd: infobar: clean up unused codeHenry Castro2022-05-241-2/+1
* wsd: infobar: send latest version to the client sideHenry Castro2022-05-241-1/+14
* wsd: infobar: fetch and save the latest version dataHenry Castro2022-05-242-0/+53
* wsd: infobar: add config value "fetch_update_check"Henry Castro2022-05-241-3/+17
* wsd: add parameter --signalHenry Castro2022-05-242-0/+13
* wsd: cleanup setting firsthost codeRash4192022-05-184-44/+19
* Improve error reporting related to remote configJan Holesovsky2022-05-021-9/+30
* Allow specifying the remote_font_config URI in the remote_configJan Holesovsky2022-05-021-54/+100
* wsd: admin: fix typoHenry Castro2022-04-271-1/+1
* Restart ForKit when a downloaded font has been updated or removedTor Lillqvist2022-04-271-24/+59
* Enable avoiding use of ETag for remote font filesTor Lillqvist2022-04-271-35/+167
* wsd: do not set default close reasonPranam Lashkari2022-04-271-1/+0
* config,UI: change classic -> compact and notebookbar -> tabbedRash4192022-04-253-4/+21
* wsd: minor log improvementsAshod Nakashian2022-04-212-2/+9
* wsd: fallback only when COOLStatusCode is missingAshod Nakashian2022-04-211-3/+2
* wsd: kill coolwsd_fuzzerAshod Nakashian2022-04-212-49/+2
* Attempt to fix:Gökay Şatır2022-04-151-1/+1
* Add a remote font download featureTor Lillqvist2022-04-152-3/+136
* wsd: add and use isWritable helper in sessionAshod Nakashian2022-04-144-21/+27
* wsd: correct active-session countingAshod Nakashian2022-04-143-2/+10
* wsd: check the stop flag immediately after pollAshod Nakashian2022-04-141-0/+6
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-1413-33/+39
* wsd: use STATE_ENUM for SessionStateAshod Nakashian2022-04-142-26/+13
* wsd: include the ClientSession name in logsAshod Nakashian2022-04-141-16/+18
* wsd: add LOG_ASSERT to replace assert with extra loggingAshod Nakashian2022-04-141-4/+5
* wsd: logging and minor cosmeticsAshod Nakashian2022-04-141-1/+2
* wsd: use STATE_ENUM for DocBroker statesAshod Nakashian2022-04-141-59/+19
* wsd: log the duration of save and upload when doneAshod Nakashian2022-04-141-2/+12
* wsd: fix: log messages to coolwsd.log of firsthost and denied hostsRash4192022-04-051-3/+2
* wsd: add: support to define multiple domain with '|'Rash4192022-04-051-10/+18
* wsd: removed host list from coolwsd.xmlRash4192022-04-053-6/+17
* Remove the old vex-based welcome dialog codeHenry Castro2022-04-044-68/+50
* sanitizers: fix unit-base, againMiklos Vajna2022-04-011-0/+2
* wsd: unload when no Kit and nothing to uploadAshod Nakashian2022-04-011-0/+21
* wsd: remove unsed function in DocumentBrokerAshod Nakashian2022-04-012-19/+0
* wsd: remove dup entry in dumpStateAshod Nakashian2022-04-011-2/+1
* wsd: handle locked_hosts case where different aliases might have different se...Rash4192022-04-013-2/+20
* wsd: cleanup: moved all parsing related static methods and containers to Host...Rash4192022-04-016-220/+255
* There is no type called COOLWSD::ServerTor Lillqvist2022-03-291-1/+1
* Remove two forward declarations from COOLWSD.hppTor Lillqvist2022-03-292-4/+1
* wsd: added regex support for alias tagRash4192022-03-231-2/+2
* Typo in COOLWSD.cpp.Gökay Şatır2022-03-211-1/+1
* Re-work welcome configuration.Michael Meeks2022-03-212-4/+14
* android: fix unable to exit modified documentMert Tumer2022-03-211-2/+2
* wsd: minor improvements to StringVector::equals overloadsAshod Nakashian2022-03-211-2/+1
* wsd: always include the BIO errors in SSL logsAshod Nakashian2022-03-211-2/+2
* wsd: added mode attribute to alias_groupsRash4192022-03-212-24/+62
* wsd: added new method to check allowed AliasesRash4192022-03-212-20/+28
* wsd: use get/set Authority to extract host + portHenry Castro2022-03-211-32/+10
* wsd: parse and check syntax alias hostHenry Castro2022-03-211-10/+22