summaryrefslogtreecommitdiffstats
path: root/test/WhiteBoxTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* wsd: replace strrchr with constexprAshod Nakashian2022-05-241-0/+54
* wsd: test: move StringVector tests to StringVectorTestsAshod Nakashian2022-04-141-301/+20
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-141-32/+33
* wsd: test: move Authorization tests to RequestDetailsTestsAshod Nakashian2022-04-141-3/+0
* wsd: test: split out RequestDetails testsAshod Nakashian2022-04-141-828/+0
* wsd: test: embue all tests with a name and unify logsAshod Nakashian2022-02-171-0/+64
* wsd: test: CPPUNIT_ASSERT -> LOK_ASSERTAshod Nakashian2022-02-171-83/+83
* wsd: add getSystemClockAsString helperAshod Nakashian2022-02-171-3/+24
* wsd: add endsWith helper with testsAshod Nakashian2022-01-111-0/+8
* rename: remaining lool->cool changesAndras Timar2021-11-181-25/+25
* config: rename 'lool' -> 'cool'Henry Castro2021-11-171-46/+46
* test: rename 'lool' -> 'cool'Henry Castro2021-11-171-12/+12
* test: rename loleaflet -> coolHenry Castro2021-11-101-3/+3
* test: rename loleaflet -> browserHenry Castro2021-11-101-15/+15
* rename loleaflet.html -> cool.htmlHenry Castro2021-11-101-2/+2
* wsd: Allow to pass ui defaults for drawingsJulius Härtl2021-10-291-0/+4
* Fix typo in commentHugo Peixoto2021-10-181-2/+2
* Fix bug in StringVector::startsWith and add testsHugo Peixoto2021-10-181-0/+25
* Test JsonUtil::escapeJSONValue()Miklos Vajna2021-10-141-0/+9
* Compiler with recent cppunit.Michael Meeks2021-09-131-1/+1
* wsd: improved dehexifying of URLsAshod Nakashian2021-09-131-3/+3
* wsd: hexified URL supportAshod Nakashian2021-09-131-0/+131
* wsd: hexifying helpers and testsAshod Nakashian2021-09-131-0/+25
* wsd: add hexify-data utilityAshod Nakashian2021-06-131-0/+12
* Message: cleanup message parsing of payloads.Michael Meeks2021-05-051-0/+16
* StringVector: add a way to get a string-number pair out of this ...Miklos Vajna2021-04-271-0/+20
* StringVector: add a way to get a number out of this without copying the tokenMiklos Vajna2021-04-271-0/+22
* Add version of std::atoi() that needs no extra allocationMiklos Vajna2021-04-261-0/+49
* Avoid errno == ERANGE poisoning numerical conversions.Michael Meeks2021-04-161-0/+14
* wsd: http: improved parseUri and new parseUrl with testsAshod Nakashian2021-04-071-6/+91
* wsd: test: http: more parseUri testsAshod Nakashian2021-04-071-0/+20
* wsd: add utility to parse URIs into primary componentsAshod Nakashian2021-04-021-0/+48
* wsd: case-insensitive string equality utility addedAshod Nakashian2021-04-021-0/+15
* Add explanation for trick used in WhiteBoxTests::testTime()Gleb Popov2021-03-311-0/+4
* Fix testTime tests on libc++/FreeBSD.Gleb Popov2021-03-271-7/+21
* wsd: test: WhiteBoxTests include cleanupAshod Nakashian2021-03-161-2/+5
* wsd: download templates by wsdAshod Nakashian2021-02-151-2/+1
* Resolve #805 : Remove Mutex lockShubham Goyal2021-01-131-5/+0
* wsd: allow different UI mode for different viewsGabriel Masei2020-12-091-3/+8
* Fix unit test to not rely on under-defined behavior.Michael Meeks2020-11-291-2/+3
* wsd: test: add Buffer test and minor cosmeticsAshod Nakashian2020-11-291-0/+85
* wsd: centralize temporary directory helpers in FileUtilAshod Nakashian2020-11-221-1/+1
* wsd: avoid the using keyword and use C++ size_tAshod Nakashian2020-11-151-46/+46
* wsd: improved Stat modified-time and unit-testsAshod Nakashian2020-11-151-0/+53
* Make Themeing related CSS vars UI Configurablemert2020-10-301-0/+17
* wsd: correction in conversion from timestamp to ISO8601Pranam Lashkari2020-10-161-0/+8
* wsd: allow URIs without access_header or access_tokenAshod Nakashian2020-10-071-1/+14
* fix license headersAndras Timar2020-10-011-2/+0
* Make various bits of the UI configurable.Jan Holesovsky2020-09-281-0/+15
* Mark getMobileAppDocId() as constMiklos Vajna2020-09-171-1/+1