phpbb/phpBB/phpbb
2024-07-11 21:30:44 +02:00
..
attachment [ticket/15699] Rewrite acp_storage 2024-06-06 23:48:52 +02:00
auth Merge branch '3.3.x' 2024-05-08 17:22:18 +02:00
avatar [ticket/15699] Rewrite acp_storage 2024-06-06 23:48:52 +02:00
ban [ticket/9687] Some more code cleanup after code review 2023-11-06 20:30:59 +01:00
cache Merge branch 'ticket/17301' into ticket/17301-master 2024-06-11 20:19:36 +02:00
captcha [ticket/12960] Remove not needed extra language variable 2024-04-19 08:49:57 +02:00
composer [ticket/17336] Also check for compatible extension by PHP version 2024-06-12 06:42:38 -07:00
config [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
console [ticket/17347] Fix psalm error for user delete by ID command 2024-07-01 21:33:54 +02:00
controller [ticket/17176] Resolve deprecation notices 2023-09-18 19:28:19 +02:00
cron Merge branch 'ticket/17351' into ticket/17351-master 2024-06-28 11:37:39 +07:00
db Merge pull request #6641 from marc1706/ticket/17339 2024-06-24 20:37:28 +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 [prep-release-3.3.12] Fix since version and undo md exporter change 2024-05-29 21:53:11 +02:00
exception [ticket/17176] Update implementations to be compatible with Symfony 6.3 2023-09-18 19:28:16 +02:00
extension [ticket/17362] Declare property to avoid PHP 8.2 deprecation notice 2024-07-01 13:48:59 +02:00
feed [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
files [ticket/12479] Remove deprecated functions 2024-07-11 20:35:26 +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 branch '3.3.x' 2024-07-05 21:46:55 +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 Merge branch '3.3.x' 2024-05-06 18:23:21 +02: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/17339] Support receiving push notifications if not logged in 2024-06-12 22:16:41 +02: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/12479] Remove deprecated functions 2024-07-11 20:35:26 +02: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 branch '3.3.x' 2024-07-10 22:46:10 +02:00
storage [ticket/15699] Fixes code review 2024-06-06 23:48:54 +02:00
template [ticket/17335] Add lang_raw twig function for templates 2024-06-14 23:21:33 +02: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 [ticket/17339] Support receiving push notifications if not logged in 2024-06-12 22:16:41 +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
json_response.php
manifest.php [ticket/17363] Remove and fix leftover code 2024-07-03 07:30:07 -07:00
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-05-22 21:55:14 +02:00
symfony_request.php
user.php Merge branch '3.3.x' 2024-05-31 21:41:59 +02: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