phplist-plugin-restapi
phplist-plugin-restapi copied to clipboard
REST API as a plugin for phpList/phpList3
https://github.com/phpList/phplist-plugin-restapi/issues/73
I discovered that this file: admin/plugins/restapi/includes/pdo.php does not check the server port specified in the config file. My quick fix was: ``` --- pdo.php.old 2024-01-05 18:38:56.724455609 +0100 +++ pdo.php 2024-01-05...
`Common::select('Subscriber', 'SELECT * FROM ' . $GLOBALS['tables']['user'] . " WHERE email = :email;", $params, true);` at ~105 in subscribers.php doesn't work.
In order to allow emojis and other extended character sets, database tables need to be updated to use UTF8MB4, which seems to work well within the phpList app proper. The...
The calls `subscriberUpdateAttributesMultiple` and `subscriberUpdateAttributes` do exactly the same thing. It is possible to eliminate one of them or add a deprecate warning?
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 2.8.13 to 2.8.50. Commits c306198 security #cve-2019-10910 [DI] Check service IDs are valid (nicolas-grekas) a2f40df Bump phpunit XSD version to 5.2 8b7508c Skip empty proxy code bc5e7d8...
Randomly the API fails to authenticate. It returns **false** and I have no idea what's causing this, but the code fails to add user to the list. Refresh of the...
I sent a new HTML message to phpList using the `messageAdd` API command (via cUrl) but I've found out that quotes and double quotes have been escaped. So I tried...
Hello I've install restapi (enable the 1), but i don't have the setting fields. phplist 3.3.1
Please extend RestApi to get campaigns statistics for opens and clicks