core
core copied to clipboard
This module is the core of phpList 4. Join discussion at the community forum: https://discuss.phplist.org/
"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]". Can you add...
20 November 2008: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-ietf-sasl-crammd5-to-historic-00 29 June 2017: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-zeilenga-luis140219-crammd5-to-historic-00 July 2011: RFC6331: Moving DIGEST-MD5 to Historic: - https://tools.ietf.org/html/rfc6331 There are now: - July...
…adding changing invertedBy to mappedBy in Subscriber ### Summary [Doctrine bidirectional many to many relationship](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/association-mapping.html#many-to-many-bidirectional) requires an `invertedBy` mapping and a `mappedBy` one. Fixes validation error as per issue #311
### Summary Add documentation to the README.md file on how to install necessary composer packages for running unit tests for this repository locally, and where to find commands to run...
### Update `symfony` and affected packages. `phpList/core` currently depends on `symfony 3.4.37` which is several versions behind the latest version and is not supported. For this to be done, `phpunit/dbunit`...
### DBUnit abandoned `PHPUnit/DBUnit` has been abandoned, as a result no longer maintained, it has apparently become less useful over time as explained by its maintainers in the new maintainer...
# Description Currently dependencies cannot resolve non-conflicting installable versions on `php8.0`. Failing build commands are marked with `continue-on-error: ${{matrix.php-versions == '8.0' }} # [temp-php8]` to ignore `php8.0` errors in the...
To reduce download size, we should have a `.gitattributes` file that makes sure that development-only files (tests, CI stuff and non-production configuration) will not end up in the Composer packages...
### Short problem description Entities define a schema that is invalid according to doctrine schema validation tool. As a result the schema cannot be created ### Steps to reproduce 1....
### Short problem description Following successful installation via base-distribution package, when database credentials have not been set, a Symfony FOSRest bundle error is displayed. ### Expected behaviour A clear and...