phpbb/phpBB/phpbb
2025-05-18 22:47:50 +02:00
..
attachment [ticket/17097] Fix PHP 8.2 deprecation warnings 2023-05-28 01:28:03 +02:00
auth [ticket/17386] Fix resulting permission for user-based tracing 2024-08-31 22:14:52 +07:00
avatar [ticket/17355] Change gravatar URL to new format 2024-07-03 21:36:51 +02:00
cache [ticket/17358] Properly handle Redis cache expiration time 2024-06-30 12:45:14 +07:00
captcha [ticket/17366] Remember confirm code if recaptcha v3 is solved 2024-07-07 11:31:18 +02:00
config [ticket/17097] Fix PHP 8.2 deprecation warnings 2023-05-28 01:28:03 +02:00
console [ticket/17402] Add CLI reparser option to force reparsing BBCode 2024-09-28 21:47:09 +07:00
controller [ticket/16977] Move HTML rendering logic to template 2022-04-03 17:11:09 +01:00
cron [ticket/17351] Correctly handle md5 passwords rehashing 2024-06-28 11:36:14 +07:00
db Merge pull request #6792 from rxu/ticket/17486 2025-04-03 19:35:16 +02:00
debug [ticket/16736] Fix invalid placement of visibility qualifiers next to static 2021-03-23 22:12:59 +01:00
di [ticket/17053] Add simple check for writable cache directory 2023-07-03 21:40:36 +02: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/16380] Exception_interface extends \Throwable 2020-02-27 16:11:59 +01:00
extension [ticket/17362] Declare property to avoid PHP 8.2 deprecation notice 2024-07-01 13:48:59 +02:00
feed [ticket/17470] Check feed enabled in each handler and add tests 2025-02-16 12:00:36 +01:00
files [ticket/16743] Properly check if TMP file exists - PHP 8 2021-03-29 22:05:53 +02:00
filesystem [ticket/17189] Check folder permissions before writing 2023-09-23 16:38:32 +02:00
group [ticket/16587] Fix phpdoc errors reported by Doctum 2020-09-07 12:11:31 +02:00
groupposition [ticket/12715] Cleanup comments in \phpbb\groupposition\* 2014-06-15 19:14:44 +02:00
help [ticket/12591] Improve breadcrumb naming and extend it's usage 2019-05-09 18:43:34 +02:00
hook [ticket/14039] Revamp updater 2015-10-17 23:05:57 +02:00
install [ticket/17350] Add IP Address of user during install process 2024-06-25 16:24:58 +01:00
language [ticket/16671] Fix coding style 2020-12-31 14:50:28 +01:00
lock [ticket/17077] Add proper locking in PHP without releasing form tokens 2024-05-01 11:22:29 +02:00
log Merge pull request #5760 from v12mike/ticket/16138 2021-08-23 20:11:35 +02:00
message [ticket/16981] Fix HTML-encoded emojis in email subject line 2022-04-05 17:18:33 +01:00
mimetype [ticket/16892] Remove duplicate entry for jav files in extension_guesser 2021-10-17 20:25:20 +02:00
module [ticket/16671] Fix coding style 2020-12-31 14:40:14 +01:00
notification [ticket/17117] Do not load non-existent/disabled notification methods 2024-01-02 15:45:42 +07:00
passwords [ticket/16878] Default to threads value of 1 when using argon with libsodium 2021-09-18 11:45:23 +02:00
php [ticket/16352] Deprecate more functions 2020-02-03 01:44:02 +00:00
plupload [ticket/16981] Fix HTML-encoded emojis in email subject line 2022-04-05 17:18:33 +01:00
profilefields [ticket/12904] Do not display info about required fields without any 2023-10-01 21:20:00 +02:00
report [ticket/16671] Fix coding style 2020-12-31 14:50:28 +01:00
request [ticket/17188] Change regex being edited 2023-10-05 16:16:30 -04:00
routing [ticket/16956] Remove router cache flag 2022-01-31 16:52:19 +01:00
search Merge pull request #6799 from rxu/ticket/17491 2025-05-07 20:15:53 +02:00
template [ticket/17207] Lazily call get_web_root_path() in twig environment 2023-11-01 16:23:23 +01:00
textformatter [ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path 2023-06-30 16:42:27 +02:00
textreparser Merge f68079cfc7 into 04f2141a7d 2025-05-18 22:47:50 +02:00
tree Merge pull request #4680 from marc1706/ticket/15055 2018-01-05 22:44:34 +01:00
ucp/controller [ticket/17468] Send reset password link to email only 2025-02-02 19:46:49 +07:00
.htaccess [ticket/16213] Add .htaccess for phpbb and vendor folders 2024-07-07 15:22:23 +02:00
class_loader.php [ticket/15424] Multiple typo fixes in docs & comments 2019-05-08 22:20:56 +02: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/16051] Automatically convert mysql driver to mysqli 2019-10-06 22:12:46 +02:00
content_visibility.php [ticket/17029] Update post count when changing post visibility 2023-08-15 11:06:47 +02:00
datetime.php [ticket/17097] Fix PHP 8.2 deprecation warnings 2023-05-28 01:28:03 +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/17480] Use phpBB error message text instead of thrown by GuzzleHTTP 2025-03-05 10:18:23 +07:00
filesystem.php [ticket/14584] Change all to be removed tags to 4.0 2019-05-06 21:27:08 +02:00
finder.php [ticket/15424] Multiple typo fixes in docs & comments 2019-05-08 22:20:56 +02:00
json_response.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
pagination.php [ticket/15939] Pagination docblocks 2019-01-14 12:50:07 +01:00
path_helper.php [ticket/17398] Use referer for web paths in ajax requests 2024-10-09 20:16:30 +02:00
permissions.php [ticket/16279] Add permission for Emoji in topic title 2020-01-02 10:01:48 +01:00
recursive_dot_prefix_filter_iterator.php [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance 2016-03-17 00:50:08 +07:00
session.php [ticket/17375] User last active should be updated to current time 2024-07-31 21:25:33 +02:00
symfony_request.php [ticket/13280] Output escaping for the symfony request object 2014-11-16 16:45:19 +01:00
user.php [ticket/security/276] Centralise call for token expiration 2024-05-29 22:04:15 +02:00
user_loader.php [ticket/17032] Prevent endlessly cycling to load user 2022-09-08 22:18:13 +02:00
version_helper.php [ticket/17443] Increase Guzzle client request timeout for version checks 2024-11-25 12:39:53 +07:00
viewonline_helper.php [ticket/17107] Add method parameter and result type declarations 2023-06-14 21:13:49 +07:00