This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 24 Feb, 2020 2 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
WWSympa: Bug: Accessing to /sympa/help may crash
-
- 22 Feb, 2020 1 commit
-
-
IKEDA Soji authored
-
- 19 Feb, 2020 1 commit
-
-
IKEDA Soji authored
Update test suite
-
- 18 Feb, 2020 3 commits
-
-
IKEDA Soji authored
- Renamed some test files for consistency. - All tests under t/ were made available on Travis-CI & GitLab CI.
-
IKEDA Soji authored
Data source: File: gecos was ignored
-
IKEDA Soji authored
-
- 17 Feb, 2020 2 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
Unable to sort column in subscriber list (#866)
-
- 14 Feb, 2020 11 commits
-
-
IKEDA Soji authored
Adding tests for #868
-
IKEDA Soji authored
-
IKEDA Soji authored
Addition to #840
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
Sympa authors authored
-
Sympa authors authored
-
- 13 Feb, 2020 1 commit
-
-
IKEDA Soji authored
Unreasonable error message to notify broken signature with PGP/MIME messages
-
- 12 Feb, 2020 3 commits
-
-
IKEDA Soji authored
Urlize mode bug fixes
-
IKEDA Soji authored
Fixed by correcting query.
-
IKEDA Soji authored
Unreasonable error message to notify broken signature in the message, if the messages signed with PGP/MIME was posted.
-
- 11 Feb, 2020 1 commit
-
-
IKEDA Soji authored
Deprecate one time ticket (2) (#156)
-
- 05 Feb, 2020 2 commits
-
-
VERDIN David authored
In some cases, a message will start with a multipart/related including a multipart/alternative; In that case, with the current code the multipart/related was urlized as a 'msg.0.bin' attachment, which was wrong. Fixing this behaviour by: 1- allowing to go down two levels of multiparts 2- preventing any urlization if the part is not included in a 'multipart/mixed' parent to prevent urlizing the content of multipart/related or multipart/alternative.
-
IKEDA Soji authored
Deprecate one time ticket (1) (#156)
-
- 03 Feb, 2020 2 commits
-
-
IKEDA Soji authored
Prevent welcome emails on import with --quiet.
-
VERDIN David authored
Following suggestion by reviewer @ikedas: Replacing 'get()' by 'mime_attr()' and, therefore, a regular expression by 'eq'.
-
- 02 Feb, 2020 1 commit
-
-
IKEDA Soji authored
-
- 30 Jan, 2020 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
family_signoff action no longer does use one-time ticket.
-
- 29 Jan, 2020 1 commit
-
-
IKEDA Soji authored
-
- 28 Jan, 2020 4 commits
-
-
VERDIN David authored
Including stub to libraries, so Constants.pm is found. Adding Sympa constants because most of them are needed when using Sympa libraries. Specifying the sources 'default' directory for 'DEFAULTDIR' constant to allow access to distributed templates.
-
VERDIN David authored
-
VERDIN David authored
- t/Message.t, - t/samples/ contains six different messages for testing urlize, - t/data/ now contains a test list configuration file.
-
VERDIN David authored
1- message text was treated as attachment and remained on the server as either "msg.0.bin" or "msg.0.txt" files. Fixed by testing the part type before urlizing it. 2- some special characters in message id led to the attachment to be considered missing by Sympa. I had to refactor the code a bit to allow urlizing of nested multiparts. The detail of urlization treatment is as follows: 1- any multipart/mixed message part will be analyzed to look for urlizable parts, 2- any mulitpart/related message part will be be analyzed to look for multiârt/mixed sub parts, 3- within the multipart/mixed parts, any text/* part whose "Content-Disposition" header is not "attachment" and has a correct Content-Type.charset value is kept untouched, 4- any other subpart is kept on the server an replaced by a download link.
-
- 27 Jan, 2020 1 commit
-
-
IKEDA Soji authored
Additional fix for #841
-
- 26 Jan, 2020 1 commit
-
-
IKEDA Soji authored
-
- 25 Jan, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-