phpbb/phpBB/phpbb
2025-04-25 22:12:50 +07:00
..
attachment [ticket/17361] Remove fclose after write 2024-12-24 18:29:48 +01:00
auth [ticket/17414] Replace confirm types with enum 2024-10-17 19:50:36 +02:00
avatar Merge branch 'ticket/17353' into ticket/17353-master 2024-07-03 21:46:41 +02:00
ban [ticket/9687] Some more code cleanup after code review 2023-11-06 20:30:59 +01:00
cache Merge branch 'ticket/17358' into ticket/17358-master 2024-06-30 13:16:28 +07:00
captcha [ticket/17414] Remove idempotency and use user ip for check 2024-10-22 19:00:17 +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 Merge pull request #6753 from rubencm/ticket/17361 2025-02-22 15:06:48 +01:00
controller [ticket/17176] Resolve deprecation notices 2023-09-18 19:28:19 +02:00
cron [ticket/17493] Remove more jabber permissions and elements 2025-04-13 21:00:19 +02:00
db Merge pull request #6802 from marc1706/ticket/17493 2025-04-24 19:47:48 +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 [ticket/17459] Add support for deprecated events to md_exporter 2025-01-09 20:22:48 +01: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 Merge branch '3.3.x' 2025-02-16 17:00:50 +00:00
files [ticket/17361] Fix file not deleted when there is an error 2025-01-19 21:09:36 +01:00
filesystem [ticket/17361] Use filesystem classes for tempnam and temp dir. Code reviews. 2024-12-26 22:06:42 +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/17416] Combine two related questions into one 2024-10-20 16:41:33 -07:00
install [ticket/15851] Automatic update downloader 2025-02-13 19:47:12 +01:00
json [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
language [ticket/17361] Use new adapter options format in acp_storage 2024-12-24 18:29:49 +01: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/17493] Remove unused use statements 2025-04-21 11:40:32 +02:00
messenger [ticket/17493] Remove more jabber remainders 2025-04-24 17:32:04 +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/17493] Remove more jabber remainders 2025-04-24 17:32:04 +02:00
passwords [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +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/17414] Replace confirm types with enum 2024-10-17 19:50:36 +02:00
request [ticket/12479] Remove set_var, phpbb_email_hash, and phpbb_http_login 2024-07-12 21:09:26 +02:00
routing [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
search Merge branch 'ticket/16941' into ticket/16941-master 2025-04-25 22:12:50 +07:00
storage [ticket/17361] Fix code style 2025-01-18 23:24:34 +01:00
template Merge pull request #6753 from rubencm/ticket/17361 2025-02-22 15:06:48 +01:00
textformatter [ticket/17304] Stop using twemoji and rely on system emojis 2024-10-23 21:30:02 +02:00
textreparser Merge branch 'ticket/17402' into ticket/17402-master 2024-10-17 00:34:05 +07:00
tree [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
ucp/controller [ticket/17493] Remove remnants of user_notify_type 2025-04-21 11:40:25 +02:00
update [ticket/15851] Add controller error_response and tests 2025-02-13 19:47:44 +01:00
.htaccess [ticket/16213] Add .htaccess for phpbb and vendor folders 2024-07-07 15:22:23 +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 Merge branch '3.3.x' 2025-03-08 09:07:58 +01:00
json_response.php
manifest.php [ticket/17457] Allow bots but let reverse proxies know 2024-12-21 09:40:49 -08:00
pagination.php [ticket/17281] Update psalm config and fix issues 2023-12-30 17:41:12 +01:00
path_helper.php Merge branch '3.3.x' 2024-10-17 20:38:58 +00:00
permissions.php [ticket/17493] Remove more jabber permissions and elements 2025-04-13 21:00:19 +02:00
session.php Merge branch '3.3.x' 2024-08-01 22:18:50 +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' 2024-12-08 16:56:52 +00:00
viewonline_helper.php Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00