summaryrefslogtreecommitdiffstats
path: root/tools/Config.cpp
Commit message (Expand)AuthorAgeFilesLines
* coolconfig: allow set command to create new config settingsAndras Timar2022-01-171-3/+6
* coolconfig: Add config migration toolAron Budea2022-01-101-2/+55
* rename: remaining lool->cool changesAndras Timar2021-11-181-4/+4
* rename: loolwsd-systemplate-setup -> coolwsd-systemplate-setupAndras Timar2021-11-171-1/+1
* tools: rename 'lool' -> 'cool'Henry Castro2021-11-171-1/+1
* rename: loolconfig -> coolconfigMert Tumer2021-11-151-15/+15
* wsd: avoid single-character stringsAshod Nakashian2020-12-091-1/+1
* change product nameAndras Timar2020-10-021-1/+1
* fix license headersAndras Timar2020-10-011-2/+0
* systemplate files are not writable by lool userAndras Timar2020-07-051-1/+1
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-5/+5
* killpoco: removed Poco::Process completelyPranam Lashkari2020-04-291-0/+1
* killpoco: Don't use POCO for app exit values.Jan Holesovsky2019-11-071-5/+6
* looltool: support anonymizing stringsAshod Nakashian2019-08-171-0/+30
* Revert "Adapt paths to new package name"Jan Holesovsky2019-05-221-1/+1
* Adapt paths to new package nameSamuel Mehrbrodt2019-05-221-1/+1
* net: make members private in DelaySocketMiklos Vajna2019-01-171-1/+1
* tools: make members private in ConfigMiklos Vajna2019-01-161-15/+24
* loolconfig: Only show "config updated" message when something was changedSamuel Mehrbrodt2019-01-091-1/+2
* ask for username (default to 'admin' if nothing set) with 'loolconfig set-adm...Andras Timar2018-11-131-0/+10
* Fix unused-result warning.Aron Budea2018-03-281-0/+3
* The return value of system() shouldn't be ignored.Jan Holesovsky2018-03-281-3/+3
* loolconfig: Create a shortcut for running the systemplate update.Jan Holesovsky2018-03-261-3/+11
* loolconfig: set-raw-config -> setPranav Kant2018-02-131-4/+4
* loolconfig: Allow changing loolwsd.xmlPranav Kant2018-01-261-98/+136
* loplugin:includeformPranav Kant2017-12-201-3/+3
* Make sure that loop index type is never narrower than the length typeMiklos Vajna2017-11-061-1/+1
* Config: avoid redundant string initializationMiklos Vajna2017-10-171-1/+1
* loolconfig: don't show option for set-support-key, it it's not compiled inAndras Timar2017-10-121-0/+2
* Support key logic in loolws + improvements in loolconfig.Jan Holesovsky2017-10-061-19/+37
* Support key logic and verification.Michael Meeks2017-10-031-10/+51
* loolconfig: print help information from option setPranav Kant2017-08-311-9/+20
* wsd: fix incorrect password hash format written to config filePranav Kant2017-08-301-1/+2
* wsd: fix compilation with old OpenSSL that does not have PKCS5_PBKDF2_HMAC()Andras Timar2017-07-311-0/+5
* tools: avoid string concatenation resulting in allocation of unnecessary temp...Miklos Vajna2017-07-031-4/+4
* tools: initializer for base class XMLConfiguration is redundant, remove itMiklos Vajna2017-06-221-2/+1
* admin-console: Check the password against hashed value in configPranav Kant2017-05-251-0/+1
* loolconfig: tool to generate admin password hash with PBKDF2Pranav Kant2017-05-251-0/+228