mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
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 |
||
|---|---|---|
| .. | ||
| has_download | ||
| authenticates.rb | ||
| authorizes.rb | ||
| checks_maintenance.rb | ||
| handles_devices.rb | ||
| handles_errors.rb | ||
| handles_transitions.rb | ||
| has_download.rb | ||
| has_response_extentions.rb | ||
| has_user.rb | ||
| klass.rb | ||
| logs_http_access.rb | ||
| prevents_csrf.rb | ||
| renders_models.rb | ||
| sets_headers.rb | ||