You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a list of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
Added prepareInputForAdd and prepareInputForUpdate to unclean entries to prevent conversion of ['<', '>', '<', '>'] into ['<', '>', '<', '>'];
Added a proxy and SSL mangement to external application calls
Added an escape DB for ticket name and ticket solution description Updated translation
Added a new case variable to be able to create information tasks GLPI_ITEM_INFORMATION_TASK
Added Send reminder
Added unclaim task Rewrite some code for clearer maintenance
Added a hook to manage the change of user login
Cleaning of unused code
Added condition to set user = admin when script is run in crontask