phpbb/phpBB/phpbb
2024-05-03 22:16:41 +02:00
..
attachment [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
auth [ticket/17176] Ensure slow tests are not run when not selected 2023-09-18 19:28:22 +02:00
avatar [ticket/17297] Fix broken no avatar source tag in HTML 2024-03-19 08:46:07 -07:00
ban [ticket/9687] Some more code cleanup after code review 2023-11-06 20:30:59 +01:00
cache Merge branch '3.3.x' 2023-10-04 20:03:19 +02:00
captcha [ticket/12960] Remove not needed extra language variable 2024-04-19 08:49:57 +02:00
composer [ticket/16955] Fix phpdoc annotations and return types 2022-12-31 16:18:06 +01:00
config [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
console [ticket/13162] Use db tools for truncating 2023-12-17 19:49:23 +01:00
controller [ticket/17176] Resolve deprecation notices 2023-09-18 19:28:19 +02:00
cron [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
db Merge pull request #6599 from marc1706/ticket/12960 2024-04-28 09:02:14 +02:00
debug [ticket/17176] Ignore useless override check 2023-09-21 17:03:28 +02:00
di [ticket/17289] Fix dependency injection error when using development environment 2024-02-18 17:49:36 +01:00
event Merge branch 'ticket/17296' into ticket/17296-master 2024-03-18 21:52:34 +01:00
exception [ticket/17176] Update implementations to be compatible with Symfony 6.3 2023-09-18 19:28:16 +02:00
extension [ticket/17281] Remove not needed suppress 2023-12-31 15:08:37 +01:00
feed [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
files [ticket/17176] Resolve deprecation notices 2023-09-18 19:28:19 +02:00
filesystem [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
finder [ticket/17281] Remove not needed suppress 2023-12-31 15:08:37 +01:00
form [ticket/17010] Make get_form_tokens() parameters optional 2024-02-24 11:58:29 +01:00
group [ticket/17100] Move legend generation to group helper 2023-04-09 13:42:48 +02:00
groupposition [ticket/16955] Fix phpdoc annotations and return types 2022-12-31 16:18:06 +01:00
help [ticket/16955] Fix most return types in phpdoc 2023-01-02 14:17:04 +01:00
install Merge pull request #6599 from marc1706/ticket/12960 2024-04-28 09:02:14 +02:00
json [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
language [ticket/17191] Removed unused use statements 2023-10-04 22:07:21 +02:00
lock [ticket/16955] Fix another batch of docblocks 2022-12-28 08:37:13 +01:00
log [ticket/16955] Fix phpdoc annotations and return types 2022-12-31 16:18:06 +01:00
mention [ticket/16955] Cache ttl is always integer value 2023-01-02 22:14:20 +01:00
message [ticket/17100] Refactor code to be more reusable 2023-04-09 13:43:01 +02:00
mimetype [ticket/16955] Fix another batch of docblocks 2022-12-28 08:37:13 +01:00
module [ticket/16671] Fix coding style 2020-12-31 14:40:14 +01:00
notification [ticket/17010] Properly handle expired subscriptions and extend tests 2024-03-01 19:40:26 +01:00
passwords [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
php [ticket/16955] Fix another batch of docblocks 2022-12-28 08:37:13 +01:00
plupload [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
posting [ticket/12683] Add basic tests 2022-12-11 17:16:44 +01:00
profilefields Merge branch '3.3.x' 2023-10-02 21:02:08 +02:00
report [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
request [ticket/17281] Remove not needed suppress 2023-12-31 15:08:37 +01:00
routing [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
search Merge pull request #6564 from marc1706/ticket/13162 2024-02-23 19:57:49 +01:00
storage [ticket/17184] Remove subfolders option in local storage 2023-09-23 11:22:25 +02:00
template [ticket/17291] Default to fa-solid if classes are set without fa class 2024-03-04 19:24:52 +01:00
textformatter Merge branch '3.3.x' 2023-08-06 14:56:53 +02:00
textreparser Merge branch '3.3.x' 2024-05-03 22:16:41 +02:00
tree [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
ucp/controller Merge branch '3.3.x' 2024-04-09 22:02:28 +02:00
class_loader.php [ticket/16345] Small improvements 2020-08-14 08:29:06 +00:00
composer.json [ticket/16865] Update IRC + discord links in composer and documentation 2021-08-31 16:03:41 +02:00
config_php_file.php [ticket/16955] Fix most return types in phpdoc 2023-01-02 14:17:04 +01:00
content_visibility.php Merge branch '3.3.x' 2023-10-01 14:00:51 +02:00
datetime.php Merge branch '3.3.x' 2023-05-29 20:39:08 +02:00
error_collector.php [ticket/16587] Fix phpdoc errors reported by Doctum 2020-09-07 12:11:31 +02:00
file_downloader.php [ticket/16955] Fix phpdoc annotations and return types 2022-12-31 16:18:06 +01:00
filesystem.php [ticket/14584] Change all to be removed tags to 4.0 2019-05-06 21:27:08 +02:00
json_response.php
pagination.php [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
path_helper.php Merge branch 'ticket/17296' into ticket/17296-master 2024-03-18 21:52:34 +01:00
permissions.php [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
session.php Merge branch '3.3.x' 2024-02-23 20:37:16 +01:00
symfony_request.php
user.php Merge pull request #6541 from Crizz0/ticket/17093-master 2024-02-22 20:01:59 +01:00
user_loader.php [ticket/16955] Clean up reset_password and user_loader 2022-12-28 08:37:16 +01:00
version_helper.php Merge branch '3.3.x' 2021-04-10 23:07:44 +02:00
viewonline_helper.php Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00