]> git.agnieray.net Git - galette.git/commit - tests/Galette/Entity/tests/units/PdfModel.php
Session is useless in Login
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 6 Dec 2020 09:35:24 +0000 (10:35 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 6 Dec 2020 11:29:31 +0000 (12:29 +0100)
commit4eac42295b6ae674e25643890288ad9ecd0e0085
treeb2ae2345d20a0023d21016220a8384d35ab56370
parent8e883fada16a77eee52a891aefef80c08c54ffd7
Session is useless in Login

Drop useless authentication setter
CS & scrutinizer fixes
Typehint
29 files changed:
galette/includes/dependencies.php
galette/install/steps/galette.php
galette/lib/Galette/Controllers/AuthController.php
galette/lib/Galette/Controllers/PdfController.php
galette/lib/Galette/Core/Authentication.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/MailingHistory.php
galette/lib/Galette/Core/Pagination.php
galette/lib/Galette/Repository/Contributions.php
galette/post_contribution_test.php
tests/Galette/Core/tests/units/History.php
tests/Galette/Core/tests/units/Links.php
tests/Galette/Core/tests/units/Login.php
tests/Galette/Core/tests/units/Preferences.php
tests/Galette/Entity/tests/units/Adherent.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/Entity/tests/units/FieldsConfig.php
tests/Galette/Entity/tests/units/ListsConfig.php
tests/Galette/Entity/tests/units/PaymentType.php
tests/Galette/Entity/tests/units/PdfModel.php
tests/Galette/Entity/tests/units/SavedSeach.php
tests/Galette/IO/tests/units/CsvIn.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/PaymentTypes.php
tests/Galette/Repository/tests/units/PdfModels.php
tests/Galette/Repository/tests/units/Reminders.php
tests/Galette/Util/tests/units/Password.php