Michiel Dethmers
Michiel Dethmers
Ok, let's leave the scope for this small, and we can tackle conversion and other mb4 related work in a different PR.
Interesting. If you're interested in the DB structure, it's outlined here: https://github.com/phpList/phplist3/blob/main/public_html/lists/admin/structure.php I guess adding an ID with auto_increment may work. If you do so, it would be interesting to...
Just in case someone bumps into this, this seems to work for me: Create a file "/tmp/pw-pbkdf2" with contents ``` dn: cn=module{0},cn=config changetype: modify add: olcModuleLoad olcModuleLoad: pw-pbkdf2 ``` and...
I think that's done for core now. But I'll check with the next few alerts to see if it was done correctly.
SwiftMailer vs phpMailer, I think we should try being mailer independent. A bit like this, https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/EmailSender.php
@oliverklee mailer independence will allow adapting to new mailers quicker. The packaging issue is something to think about. We will want to be able to package the lot for easy...
It is fine to mix GPL and AGPL. Basically both require providing the source, and AGPL is more restrictive (eg you have to provide it, even if you use it...
Yes, I'm aware of this, and it's very annoying. It's caused by outdated handling of the slashes in phpList main, not the Rest API. It needs attention.
Problems like that are hard to debug. It could be connectivity issues, like DB or network. Best thing to do is to hack the code and add some logging in...