summaryrefslogtreecommitdiffstats
path: root/wsd
Commit message (Expand)AuthorAgeFilesLines
* wsd: add remote buy product urlHenry Castro2022-09-293-1/+31
* wsd: prefix private members (RemoteJSONPoll class)Henry Castro2022-09-291-34/+34
* wsd: add buyProductURLHenry Castro2022-09-291-0/+1
* wsd: add optional parameter buy_productHenry Castro2022-09-291-1/+4
* masterpage: get & set optional mode parameter for tiles (server side)Szymon Kłos2022-09-196-38/+110
* masterpage: get & set optional mode parameter for tilesSzymon Kłos2022-09-191-3/+7
* added option to group save-asMert Tumer2022-09-191-0/+8
* hosting end-points: accept WOPISrc parameter.Michael Meeks2022-09-141-7/+7
* wsd: reduce logging of allowed convert-to addressesAshod Nakashian2022-09-131-1/+1
* wsd: fix multi-part loggingAshod Nakashian2022-09-133-5/+5
* fix(remote_config_pull): nullpointer if alieses not defined in host groups jsongenofire2022-09-081-7/+10
* prometheus: labels are always stringsgenofire2022-09-081-1/+1
* prometheus: don't export string values.Michael Meeks2022-09-062-6/+9
* Split config.h into separate headers to avoid extensive rebuildAron Budea2022-09-052-0/+2
* Prometheus - log per-document details for getMetrics.Michael Meeks2022-09-053-2/+40
* mutex include cleanup.Michael Meeks2022-08-312-3/+0
* Prometheus - clarify live document count metric.Michael Meeks2022-08-311-1/+1
* Forward setclipboard data to the Kit as a binary message:Michael Meeks2022-08-274-6/+13
* wsd: move storage attributes to DocBrokerAshod Nakashian2022-08-254-86/+162
* wsd: state-dumping and commentsAshod Nakashian2022-08-252-17/+23
* wsd: track modifying user commandsAshod Nakashian2022-08-253-0/+24
* wsd: mark last-upload as failed in early-failureAshod Nakashian2022-08-251-1/+1
* wsd: remove unused uploadLocalFileToStorageAshod Nakashian2022-08-252-37/+18
* DeepL translation integrationMert Tumer2022-08-251-0/+9
* Fix typos in commentsAndras Timar2022-08-234-7/+7
* libfuzzer: fix clientsession_fuzzerMiklos Vajna2022-08-231-0/+6
* wsd: fuzzer: fix buildAshod Nakashian2022-08-171-0/+3
* wsd: fix uninitialized DocumentBroker::_savingTimeoutMiklos Vajna2022-08-171-1/+1
* wsd: remove lastUploadTime as it is redundantAshod Nakashian2022-08-062-24/+8
* wsd: move minTimeBetweenUploads into StorageManagerAshod Nakashian2022-08-062-6/+18
* wsd: move minTimeBetweenSaves into SaveManagerAshod Nakashian2022-08-062-27/+42
* wsd: cosmetic and loggingAshod Nakashian2022-08-061-27/+25
* wsd: move the autosave interval into SaveManagerAshod Nakashian2022-08-063-17/+26
* wsd: add min_time_between_upload_ms configAshod Nakashian2022-08-063-13/+41
* wsd: add min_time_between_save_ms configAshod Nakashian2022-08-063-9/+33
* Replace #ifdef-s with #if-s, and enable -WundefAron Budea2022-08-036-15/+15
* wsd: extend the fork timeout when copying systemplateAshod Nakashian2022-08-022-6/+12
* wsd: support code-coverage report via --with-coverageAshod Nakashian2022-08-022-4/+32
* wsd: remove default arg from SigUtil::killChildAshod Nakashian2022-08-023-3/+3
* wsd: always use Util::forcedExit to properly cleanupAshod Nakashian2022-08-021-9/+5
* android: fix closing the document on interactive dialogsMert Tumer2022-07-301-0/+2
* wsd: improve logging when kit disconnectsAshod Nakashian2022-07-292-2/+11
* wsd: correctly stop DocBroker from interactive modeAshod Nakashian2022-07-251-0/+9
* wsd: slightly improve logging in case of version mismatchAron Budea2022-07-251-1/+3
* wsd: new config entry to add unlock_link for feature lock dialog per alias_groupRash4192022-07-203-2/+17
* introduce new options to customize featurelock dialogRash4192022-07-206-31/+172
* add server id to capability listPranam Lashkari2022-07-181-0/+3
* wsd: reuse parsed messageAshod Nakashian2022-07-157-61/+56
* Add home mode option - enabling more configurability for CODE.Henry Castro2022-07-142-11/+41
* wsd: sig: forward USR2 to child processesAshod Nakashian2022-07-121-2/+45