Thorsten Eckel a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
..
activity_stream 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
application_model a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
channel a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
chat e9adb2adc2 Fixes issue #2291 - Chat enhancement: Option to set Agent display name. 5 years ago
concerns ed8a152f28 Fixes #2911 - Performance: Improved touching assets of users, organizations and tickets. 5 years ago
cti 232c7b9bb4 Fixed issue #2797 - Allow direct or extention numbers in answeringNumber of CTI API. 5 years ago
history d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
job 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
karma 22a25f266d Performance: Cache DB transaction locking of Karma::ActivityLog.add. 5 years ago
knowledge_base d24a7c5584 Fixes #2777: Knowledge Base - Attachments not working for internal readers. 5 years ago
link d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
object_manager a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
observer ed8a152f28 Fixes #2911 - Performance: Improved touching assets of users, organizations and tickets. 5 years ago
online_notification 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
organization 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
overview 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
package d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
recent_view 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
report 76637f55a2 Init version. 9 years ago
role 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
sla 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
stats_store b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
store a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
tag d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
ticket a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
transaction 7fab92d074 Fixes issue #2169 - Time format always english if generated from system. 5 years ago
trigger 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
user 20c7cf9502 Performance: Don't check record associations if record is already present in assets structure. 5 years ago
active_job_lock.rb 87be5318c3 Fixed bug: ActiveJobLock is no actual ApplicationModel and don't need to inherit Model logic and capabilities. 5 years ago
activity_stream.rb bc38f1c1ae Maintenance: Fixed typos in inline comments. 5 years ago
application_model.rb 7326122e28 Fixed issue #2405 - Unable to load Zammad in web browser, because of online notification of ticket which was already deleted in the meantime. 6 years ago
authorization.rb 5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3. 5 years ago
avatar.rb bc38f1c1ae Maintenance: Fixed typos in inline comments. 5 years ago
calendar.rb a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
channel.rb a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
chat.rb 133b570fba Implemented feature to transfer chat sessions to another chat topic. 5 years ago
email_address.rb fbbc50f24a Maintenance: Invalid email error message is not expressive. 5 years ago
external_credential.rb b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 6 years ago
external_sync.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
group.rb 5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3. 5 years ago
history.rb b468134e93 Performance: Existing Notification type History lookup should be done on DB level. 5 years ago
http_log.rb 680a560c06 Convert HttpLog request/response attrs to UTF8 before saving (fixes #2100) 6 years ago
import_job.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
job.rb bc38f1c1ae Maintenance: Fixed typos in inline comments. 5 years ago
karma.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
knowledge_base.rb a01a2f3c91 Fixes #2628: KB link to public interface loses HTTP type. 5 years ago
link.rb d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
locale.rb 7fab92d074 Fixes issue #2169 - Time format always english if generated from system. 5 years ago
macro.rb feac4bb938 Removed macro event for TicketCreateFormHandler. This is not needed, because there are no macros when creating tickets. 5 years ago
notification.rb b9c82a4c7f Maintenance: All models should inherit from ApplicationModel. 5 years ago
object_lookup.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
object_manager.rb 705487154c Applied changes for Rubocop 0.51. 7 years ago
online_notification.rb 0afb105dd7 Refactoring: Removed unnecessary OnlineNotification.seen method. 5 years ago
organization.rb 444e48e377 Fixed issues #1259 and #1598 by adding ObjectManager::Attribute validations. 6 years ago
overview.rb bc38f1c1ae Maintenance: Fixed typos in inline comments. 5 years ago
package.rb d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
permission.rb 7006d573b4 Refactoring: Migrate role_test.rb to RSpec. 6 years ago
postmaster_filter.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
recent_view.rb 5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3. 5 years ago
report.rb e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 6 years ago
role.rb 46615333f9 Refactoring: Eliminate explicit coupling of classes in ChecksImport concern 6 years ago
role_group.rb 5865d94339 Fixed cache invalidation bug race condition: Changes to group relation participant are not reflected to the other side and FE updates will be incomplete/outdated. 6 years ago
scheduler.rb 1afa52f5f7 Maintenance: Added logging of scheduler jobs execution time to identify long running tasks. 5 years ago
setting.rb 03b2456dd9 Fix migration (Nov 2018) which set a hash value on a boolean Setting 5 years ago
signature.rb 4b6496c545 Do html cleanup directly on content fields too (not only on finished article). 7 years ago
sla.rb 5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3. 5 years ago
stats_store.rb 5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3. 5 years ago
store.rb 180502d03b - Prefer `oversized_preferences` naming prefix for consistency reasons. 5 years ago
tag.rb d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
taskbar.rb c7f8045569 Refactoring: Created generic UploadCache class, controller and routes to handle attachment upload. 6 years ago
template.rb fa454abf3a Reworked file structure of concerns. 7 years ago
text_module.rb c788c3e053 Added migration for group_dependent_text_modules - renamed table text_modules_groups to groups_text_modules. 5 years ago
ticket.rb 52baaea5a8 Fixes #2782 - Trigger/Automatization infos visible for Customer Ticket detail view. 5 years ago
token.rb b9c82a4c7f Maintenance: All models should inherit from ApplicationModel. 5 years ago
transaction.rb 922309b2b5 Improved after_callbacks and skip_callback behaviour on bulk changes (e. g. CSV import). 6 years ago
translation.rb a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 5 years ago
trigger.rb 295e67cb6f Fixes #2454 - Missing validation for trigger.notification.* at Model/API/REST level. 6 years ago
type_lookup.rb 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
user.rb fbbc50f24a Maintenance: Invalid email error message is not expressive. 5 years ago
user_device.rb bc38f1c1ae Maintenance: Fixed typos in inline comments. 5 years ago
user_group.rb 5865d94339 Fixed cache invalidation bug race condition: Changes to group relation participant are not reflected to the other side and FE updates will be incomplete/outdated. 6 years ago