#
9ad2b913 |
| 25-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated phpunit assertions
|
#
2b58f049 |
| 14-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix trim call in Mailer's name cleaning
The wrong quotes were used, turning what was meant to be a tab char into a literal t.
fixes #3923
|
#
45230f13 |
| 14-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
use self hosted msglint api. fixes #3736
|
#
10da1f74 |
| 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
more tests and a fix for #3036
Exploding lines left dangling commas for the addresses. In addition the $text variable was not reset properly later on leading to an additional error.
|
#
98548fef |
| 29-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for #3036
|
#
2b9c4a05 |
| 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into psr2
* master: (34 commits) fix color for noninstalled extensions show disabled extensions in gray warn about inaccessible repo api bugfix: access check was never
Merge branch 'master' into psr2
* master: (34 commits) fix color for noninstalled extensions show disabled extensions in gray warn about inaccessible repo api bugfix: access check was never cached First go on a CLI component for the extension manager use strict type comparison translation update translation update fix #dokuwiki__sitetools current item not in highlight due to Greebo change authplain: Add tests for group retrieval authplain: Add a simple method for retrieving user groups translation update Negative string offsets are allowed in PHP 7.1+ only improve memory check output fix and test php_to_byte() related to #2756 #2556 translation update translation update translation update translation update translation update ...
show more ...
|
#
5a8d6e48 |
| 26-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename HTTPClient namespace to HTTP
This should make namespace a bit more flexible in scope and allow us to move more functionality there later.
|
#
198564ab |
| 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor HTTPClient into different files
|
#
102cdbd7 |
| 15-Sep-2018 |
LarsGit223 <lars_paulsen@web.de> |
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was malformed if a new user was added and included a ',' in it's name. Fixes #1569.
show more ...
|
#
1d7c1f1b |
| 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
response on review
|
#
30085ef3 |
| 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
fix tests on windows
|
#
1bff2aba |
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no ass
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
show more ...
|
#
a566f85e |
| 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting
|
#
f3cd98a0 |
| 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use variable for wikiurl in tests
|
#
774514c9 |
| 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
translate html and text string for signature
Default only text string exists, via localized translation a wiki admin can add his/her own (html) version.
|
#
acb389a8 |
| 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
supress lint error on LF signature #1101
|
#
e03b842a |
| 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into emailsignature
* master: (406 commits) msglint is HTTPS now. fixed failing tests URI scheme is only relevant for TLS if not proxy connection #1526 use SSL if scheme
Merge branch 'master' into emailsignature
* master: (406 commits) msglint is HTTPS now. fixed failing tests URI scheme is only relevant for TLS if not proxy connection #1526 use SSL if scheme is https add conf as global translation update avoid HTTP Response Splitting attacks via redirects #1513 translation update another tiny tab CSS addition minor change to make tabs more flexible translation update adjusted for scrutinizer hints adjusted tests for reflection based method export first go at using reflection for remote export Fixes for the FR translation obfuscate auth passwords in config. fixes #1487 add support for new Django hashing methods usie a strict comparison === instead use getNS() call instead of dirname() #1477:Search heading still displayed although search disabled Fix PHP7 evaluation order incompatibility ...
show more ...
|
#
7468fb90 |
| 11-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
msglint is HTTPS now. fixed failing tests
|
#
9e01e280 |
| 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
update test_replacements to include EMAILSIGNATURE token
|
#
9ea45836 |
| 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Fix up test_simplemail() - refactor Mailer class to allow unit tests to access token replacements - use CRLF in signature string per rfc2045 6.8 - add email signature to the expected mail body - ap
Fix up test_simplemail() - refactor Mailer class to allow unit tests to access token replacements - use CRLF in signature string per rfc2045 6.8 - add email signature to the expected mail body - apply appropriate chunksplit to the expected mail body - ensure regex is quoted - '/' is a legal base64 character
show more ...
|
#
95e6ded1 |
| 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
more robust HTTP testing
connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
|
#
6be717db |
| 01-Dec-2013 |
Michael Hamann <michael@content-space.de> |
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers preve
Fix sending empty and duplicated headers, FS#2887
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
show more ...
|
#
d1612d99 |
| 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
escaped another $ in mailer test
|
#
c8d2e830 |
| 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
escape '$' in mailer test strings
|
#
ec82d005 |
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
check msglint for warnings, too
|