Kanboard-Prod/app/Core
mildis 33c3b32cda
Allow email to be retrieve by SSO ReverseProxy
If REMOTE_EMAIL header is set, use it as user email.
If REVERSE_PROXY_DEFAULT_DOMAIN is set but not REMOTE_EMAIL, use the current construct.
2020-08-28 22:59:59 -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 Allow email to be retrieve by SSO ReverseProxy 2020-08-28 22:59:59 -07:00
Ldap Allow use of the user's DN as the group filter substitution 2020-05-21 20:57:30 -07:00
Log Add system log driver and use it by default 2018-03-05 13:34:04 -08:00
Mail Add option to configure SMTP HELO hostname 2020-07-07 20:39:23 -07: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 Allow the use of open_basedir and upload_tmp_dir 2017-08-31 15:32:33 -07:00
Queue Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
Security Authorize only API tokens when 2FA is enabled 2019-02-01 15:40:35 -08:00
Session Add new config parameter SESSION_HANDLER 2020-07-06 21:30:27 -07:00
User Save task list order in user session 2020-04-22 20:40:39 -07:00
Base.php Add new actions to reorder tasks by column 2019-02-08 13:53:13 -08: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 Simplify date and time configuration to avoid potential validation issues 2017-01-24 20:16:43 -05: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 Avoid PHP error in Markdown parser 2018-08-15 10:57: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 Save thumbnails as PNG to allow transparency 2019-07-10 13:12:02 -07:00
Tool.php Offer the possibility to override internal formatter objects from plugins 2016-12-20 20:06:39 -05:00
Translator.php Do not load translations from a relative path 2016-11-15 20:43:14 -05:00