Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-02Compare SASL Scram verification byte by byteThomas Schmid
2021-08-21Fix bug in app update version checkThomas Schmid
2021-06-13First prototype to run on a webserver (#306)Thomas Schmid
2021-04-24Validate sha256 fingerprints (#402)Thomas Schmid
2020-08-08Release to 0.5.0 (#339)0.5.0Thomas Schmid
2020-08-08Switch to bootstrap 5 (#324)Thomas Schmid
2020-07-11Restructure libSieveThomas Schmid
2020-07-05Line endingsThomas Schmid
2020-06-15Remove jqueryThomas Schmid
2020-06-05Remove more JQuery and fix linter warningsThomas Schmid
2020-06-05Parsing quoted strings failed on cornercases.Thomas Schmid
2020-05-31Merge branch 'remove-jquery' into pipeThomas Schmid
2020-05-31Remove some more jqueryThomas Schmid
2020-05-30Improve Unit Testing (#287)Thomas Schmid
2020-05-30Fix unit test for pipeThomas Schmid
2020-05-30Merge branch 'testing' into pipeThomas Schmid
2020-05-30Display a summary at the end of the testsThomas Schmid
2020-05-30Export in junit formatThomas Schmid
2020-05-25Merge branch 'testing' into pipeThomas Schmid
2020-05-25CleanupThomas Schmid
2020-05-25fix merge conflictThomas Schmid
2020-05-25Merge branch 'testing' into pipeThomas Schmid
2020-05-25Merge continuedThomas Schmid
2020-05-25Merge branch 'testing' of https://github.com/thsmi/sieve into testingThomas Schmid
2020-05-25mergeThomas Schmid
2020-05-25Make test framework compatible with node.Thomas Schmid
2020-05-23Make test framework compatible with node.Thomas Schmid
2020-05-22Implement logic for pipeThomas Schmid
2020-05-16 Externalize i18n Strings, Replace jQuery.Thomas Schmid
2020-05-02Remove jQuery dependencies* Replace jQuery calls with vanilla.js.* Port templ...Thomas Schmid
2020-03-01Clleanup typosThomas Schmid
2020-02-24CleanupThomas Schmid
2020-02-23Fix TyposThomas Schmid
2020-01-12CleanupThomas Schmid
2018-12-27Implement support for the notify extensionsThomas Schmid
2018-12-26Remove debugger statementThomas Schmid
2018-12-23Implement logic for convertThomas Schmid
2018-12-23fix linter warningsThomas Schmid
2018-12-22The numeric postfix has to be uppercaseThomas Schmid
2018-12-22Add suport for Sieve vacation-secondsThomas Schmid
2018-11-26Print length in bytesThomas Schmid
2018-11-26Convert examples to testsThomas Schmid
2018-11-19Fix Manage Sieve TestsThomas Schmid
2018-11-14Improve Capability handlingThomas Schmid
2018-11-14Implement assertTrue and assertFalseThomas Schmid
2018-11-14Address linter warningsThomas Schmid
2018-10-26Move test to be next to the code they testThomas Schmid
2018-10-25Adjust default valuesThomas Schmid
2018-10-25Implement test and ui for environment testThomas Schmid
2018-10-15Activate tests for spamtest extensionThomas Schmid