..
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
Fix indentation in PR #2587
2016-08-23 20:33:02 -04:00
ExternalLink
Remove t() from PHPdoc example to avoid confusion
2018-02-05 14:36:43 -08:00
ExternalTask
Render a dropdown menu for external task providers
2017-10-12 14:01:39 -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
Add cURL support to HTTP Client
2019-06-03 20:00:49 -07:00
Ldap
Fix role precedence in LDAP integration
2018-03-08 13:20:33 -08:00
Log
Add system log driver and use it by default
2018-03-05 13:34:04 -08:00
Mail
Add Auto-Submitted E-mail header as per RFC 8384
2019-04-27 21:06:20 -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
Run SessionHandler::write() into a transaction
2018-02-13 15:06:51 -08:00
User
Reduce number of SQL queries when doing groups sync
2018-10-02 15:15:23 -07:00
Base.php
Add new actions to reorder tasks by column
2019-02-08 13:53:13 -08:00
Csv.php
PHPdoc cleanup
2016-03-04 21:11:12 -05: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
Add thumbnail quality parameter (default to 95)
2018-03-12 10:33:36 -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