Rolf Schmidt e494948355 Maintenance: Removed updating of member ids for organization and moved assosciation deletion to own hook. 3 years ago
..
application_model 7700817143 Refactoring: Migrate db_auto_increment to RSpec 4 years ago
channel 0fe4f37808 Maintenance: Improve logging of failures when sending SMS via Massenversand.de. 4 years ago
chat 71dcde5876 Fixes #3095 - Not all attributes if chats are indexed by elasticsearch (chat.name and tags are missing) 4 years ago
concerns b8481838cf Fixes #2074 - Ability of deleting customers and / or all ticket at once. 4 years ago
contexts 97d14a93b3 Initial knowledge base support. 5 years ago
cti 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
knowledge_base 70b55ac288 Maintenance: Enhance KB global search result scope. 4 years ago
object_manager 4a07c783a3 Fixes #967 - Access to my own Tickets (where I'm customer of) in a Group im not Agent. 4 years ago
observer 284e504bcd Testing: Add coverage for CommunicateTwitter::BackgroundJob 4 years ago
tag 52f5b33484 Refactoring: Migrate tag_test to RSpec 5 years ago
ticket 4a07c783a3 Fixes #967 - Access to my own Tickets (where I'm customer of) in a Group im not Agent. 4 years ago
trigger 83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 4 years ago
user 83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 4 years ago
application_model_examples.rb 7700817143 Refactoring: Migrate db_auto_increment to RSpec 4 years ago
calendar_spec.rb 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
chat_spec.rb 33498bac91 Feature: Chat origin whitelisting functionality. 4 years ago
data_privacy_task_spec.rb b8481838cf Fixes #2074 - Ability of deleting customers and / or all ticket at once. 4 years ago
email_address_spec.rb 22911f8616 Refactoring: Improve performance by pushing Ticket create screen information on demand to the client instead of checking every X seconds via the Scheduler. 4 years ago
group_spec.rb 22911f8616 Refactoring: Improve performance by pushing Ticket create screen information on demand to the client instead of checking every X seconds via the Scheduler. 4 years ago
history_spec.rb 543b552298 Fixes #3121 - Object lookup by text attribute fails if symbol is given 4 years ago
http_log_spec.rb f84408dfc3 Support clearer layout of '.and change(...).to(...)' in RSpec files 5 years ago
import_job_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
job_spec.rb 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
knowledge_base_spec.rb 83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 4 years ago
locale_spec.rb 7fab92d074 Fixes issue #2169 - Time format always english if generated from system. 4 years ago
macro_spec.rb 22911f8616 Refactoring: Improve performance by pushing Ticket create screen information on demand to the client instead of checking every X seconds via the Scheduler. 4 years ago
object_lookup_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
organization_spec.rb e494948355 Maintenance: Removed updating of member ids for organization and moved assosciation deletion to own hook. 3 years ago
overview_spec.rb ca73fdd9b7 Refactoring: Migrate *_assets_test.rb to RSpec 5 years ago
permission_spec.rb 22911f8616 Refactoring: Improve performance by pushing Ticket create screen information on demand to the client instead of checking every X seconds via the Scheduler. 4 years ago
recent_view_spec.rb 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
role_group_spec.rb a97e959119 Prevent namespace collisions for let/subject in shared examples 5 years ago
role_spec.rb 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
scheduler_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
setting_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
signature_spec.rb 22911f8616 Refactoring: Improve performance by pushing Ticket create screen information on demand to the client instead of checking every X seconds via the Scheduler. 4 years ago
sla_spec.rb ca73fdd9b7 Refactoring: Migrate *_assets_test.rb to RSpec 5 years ago
smime_certificate_spec.rb 2ffca390a9 Fixes #1961 - S/MIME integration. 4 years ago
tag_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
taskbar_spec.rb b8481838cf Fixes #2074 - Ability of deleting customers and / or all ticket at once. 4 years ago
ticket_spec.rb b8481838cf Fixes #2074 - Ability of deleting customers and / or all ticket at once. 4 years ago
token_spec.rb dde7208ebc Fixes #3111 - admin.user token permission doesn't allow fetching details of specific user 4 years ago
translation_spec.rb a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 4 years ago
trigger_spec.rb 9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 4 years ago
type_lookup_spec.rb 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
user_device_spec.rb 83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 4 years ago
user_group_spec.rb 83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 4 years ago
user_spec.rb a5fffb5037 Fixed issue #3220 - DataPrivacyTask - Can't remove user if still referenced in Overview(s). 3 years ago