zammad/app/controllers/application_controller
Martin Gruner ac64d768aa Maintenance: Removed deprecated backwards compatibility methods.
This removes several legacy compatibility layers that have been deprecated for Zammad 6.0:
- `ApplicationController::Authenticates.permission_check` unused method removed
- `ApplicationController::Authenticates.authentication_check_only` removed unused parameter `auth_params`
- `ApplicationController::Authenticates.authentication_check_prerequesits ` removed unused parameter `auth_params`
- `HasObjectManagerAttributesValidation` unused concern removed
- `Ticket::Escalation.rebuild_all` unused method removed
- `Store.add` unused method removed
- Deprecated redirect rake Tasks `searchindex:*` removed
- Deprecated legacy wrapper `Cache` removed
2023-04-11 10:36:34 +02:00
..
has_download Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
authenticates.rb Maintenance: Removed deprecated backwards compatibility methods. 2023-04-11 10:36:34 +02:00
authorizes.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
checks_maintenance.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
handles_devices.rb Feature: Mobile - Login finalization: Third-party authentications. 2023-02-20 13:03:39 +01:00
handles_errors.rb Feature: Mobile - Redesign the Error page. 2023-02-20 10:55:34 +01:00
handles_transitions.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
has_download.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
has_response_extentions.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
has_user.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
klass.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
logs_http_access.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
prevents_csrf.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
renders_models.rb Maintenance: Force usage of 'reorder' instead of 'order'. 2023-03-06 15:05:13 +01:00
sets_headers.rb Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00