| f93b5aaf | 08-Apr-2015 |
Ninetailz <ninetailz1125@gmail.com> |
translation update |
| 96e99986 | 04-Apr-2015 |
Tim Ruffing <tim@timruffing.de> |
make PHP_CodeSniffer rules compatible with v2 |
| d49d4260 | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Remove no longer needed language string |
| 45bd9f13 | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Delete unused div (Fixes #1098) |
| 247faa0e | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Remove unused language strings |
| 0bfc5a91 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add plugin groups to config plugin test |
| f8095446 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add more plugin groups to authplain test |
| 04dcb5b2 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
correct typo |
| 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 ...
|
| 5b795a65 | 01-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Move language string to authad plugin |
| fa4038c7 | 31-Mar-2015 |
Romulo Pereira <romuloccomp@gmail.com> |
translation update |
| ecd3aee0 | 31-Mar-2015 |
Alejandro Nunez <nunez.alejandro@gmail.com> |
translation update |
| 3819cafd | 29-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature. #1088
mailwrap.html is back
@EMAILSIGNATURE@ added |
| 605af2f6 | 28-Mar-2015 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| b07866dc | 28-Mar-2015 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 37473214 | 27-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature (bug fix)
Additional bug fix |
| ba2c2f17 | 27-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature.
Done: Cleanup of the mail text signature. The signature is deleted from the txt files and moved in to lang.php Mailer.class.php updated to insert the signature
F
Cleanup of the mail text signature.
Done: Cleanup of the mail text signature. The signature is deleted from the txt files and moved in to lang.php Mailer.class.php updated to insert the signature
Fix: - Cleaner text - no more "-- " "--" "---" "----" problems. - mailwrap.html is not needed anymore an can be deleted (?)
Changed files in all languages: lang.php mailtext.txt password.txt registermail.txt subscr_digest.txt subscr_list.txt subscr_single.txt uploadmail.txt pwconfirm.txt showrev.txt
delete?: mailwrap.html
show more ...
|
| 4d1e8edf | 24-Mar-2015 |
सरोज ढकाल <lotusnagarkot@gmail.com> |
translation update |
| e738f3a7 | 21-Mar-2015 |
chang-zhao <chang-zhao@users.noreply.github.com> |
Update toolbar.js
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `
Update toolbar.js
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
show more ...
|
| 8599a179 | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
corrupted the gz test file more
it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now s
corrupted the gz test file more
it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now should no longer be readable by any version.
show more ...
|
| f23f9594 | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY escape user properties in user manager #1081
The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superus
SECURITY escape user properties in user manager #1081
The user properties (login, real name, etc) where not properly escaped in the user manager's edit form. This allowed a XSS attack on the superuser by registered users.
Thanks to Filippo Cavallarin from www.segment.technology for discovering this bug.
show more ...
|
| 6abea1c0 | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed HTTPS proxy tests, our tests now run on httpbin.org
This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915 |
| d387bf5e | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite lo
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop.
Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug.
show more ...
|
| 8e455cdd | 18-Mar-2015 |
itsho <itsho.itsho@gmail.com> |
translation update |