Kanboard-Prod/app/Core
Frédéric Guillot cda45ddb30 Avoid PHP warning caused by session_regenerate_id()
Fixes #5268
2023-05-26 18:55:07 -07:00
..
Action Allow people to remove missing automatic actions 2017-02-19 12:00:35 -05:00
Cache Fix some php doc 2016-09-19 20:58:44 -04:00
Controller Define only what is allowed for column restrictions 2016-09-10 23:12:38 -04:00
Event Add new event subtask.create_update 2020-04-05 14:50:11 -07:00
ExternalLink Remove t() from PHPdoc example to avoid confusion 2018-02-05 14:36:43 -08:00
ExternalTask Add project ID to ExternalTaskProviderInterface::fetch() 2019-07-30 12:58:36 -07:00
Filter Improve iCalendar feed to include tasks with start/end date and due date with a time 2017-11-08 14:50:02 -08:00
Group Add user backend provider system 2017-11-09 15:09:54 -08:00
Http Fix incorrect parameter encoding when using URLs rewriting 2023-04-19 21:37:19 -07:00
Ldap PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
Log Add system log driver and use it by default 2018-03-05 13:34:04 -08:00
Mail Added an option to send a copy of all generated e-mails to a BCC address 2020-12-07 19:49:41 -08:00
Notification Improve notification classes and move interface to core 2016-05-28 17:36:55 -04:00
ObjectStorage Remove all attachments when removing a project 2018-04-27 14:32:58 -07:00
Plugin Rename default branch from master to main 2022-08-11 21:57:19 -07:00
Queue Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
Security Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data 2022-09-17 17:23:41 -07:00
Session Use SESSION_DURATION option to define the session lifetime stored in the 2023-04-10 21:38:09 -07:00
User Avoid PHP warning caused by session_regenerate_id() 2023-05-26 18:55:07 -07:00
Base.php Add Themes: Dark, light and automatic mode 2023-05-14 21:14:35 -07:00
Csv.php Change string indexing from {0} to [0] (deprecated in PHP 7.4) 2019-11-09 11:46:53 -08:00
DateParser.php fix: update test for DateTime parse errors to work in php8.2 2023-01-12 18:13:44 -08:00
Helper.php Improve iCalendar feed to include tasks with start/end date and due date with a time 2017-11-08 14:50:02 -08:00
Markdown.php Add support for task links in Markdown headings 2023-04-18 21:17:45 -07:00
Paginator.php Avoid XSS in pagination ordering 2019-01-30 22:05:43 -08:00
Template.php Use PLUGINS_DIR constant to load plugin templates 2016-04-24 14:46:18 -04:00
Thumbnail.php Upgrade Docker image to PHP 8.2 2023-05-18 21:20:55 -07:00
Tool.php Offer the possibility to override internal formatter objects from plugins 2016-12-20 20:06:39 -05:00
Translator.php Restore all previously loaded translations when sending user notifications 2023-04-11 21:09:01 -07:00