1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Marc Alexander
927f33fad3 [ticket/9687] Use cache driver instead of service
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
2d53b8f947 [ticket/9687] Remove invalid WHERE clause form query
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
872439b8f4 [ticket/9687] Properly display error messages in ACP
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
1a4e6fe3e8 [ticket/9687] Use Forms for template display and fix display for users
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
6048458a12 [ticket/9687] Remove unused exception
PHPBB3-9687
2023-11-05 20:21:38 +01:00
Marc Alexander
cf0e747d51 [ticket/9687] Add tests for ban manager and fix some inconsistencies
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
8a5a26be87 [ticket/9687] Further clean up ban manager and directly pass user
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
43b35e1560 [ticket/9687] Improve code quality of ban system
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
7739eb2cfe [ticket/9687] Fix incorrect check for ban end and invalid query
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
40b1d1e6ff [ticket/9687] Remove dependency on log and user services
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
e7015bf1dd [ticket/9687] Fix code style and tests
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
64ab1fc24c [ticket/9687] Fix bugs when banning and add TODO's
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
7267df431f [ticket/9687] Finish documentation and integrate the new code
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Oliver Schramm
9373fa3edb [ticket/9687] Add more useful methods to the new ban manger
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Oliver Schramm
c8b8675dff [ticket/9687] Finish ban check and tidy methods
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Oliver Schramm
95de576ccd [ticket/9687] Add unbanning to the manager
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Oliver Schramm
64af01f528 [ticket/9687] Finishing user banning and ban logging
PHPBB3-9687
2023-11-05 20:21:35 +01:00
Oliver Schramm
5ae1d9eac6 [ticket/9687] Introduce new ban manager (WIP)
PHPBB3-9687
2023-11-05 20:21:35 +01:00