.. |
activity_stream
|
20c7cf9502
Performance: Don't check record associations if record is already present in assets structure.
|
5 years ago |
application_model
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
channel
|
88d4e534b2
Fixes #3096 - Japanese emails incorrectly converted
|
4 years ago |
chat
|
dccd4aa012
Fixes #3299 - Having more active Agents using the Chat decreases performance linearly.
|
4 years ago |
concerns
|
f97a1d9211
Maintenance: Updated rubocop(-* gems) to latest version (1.6.1).
|
4 years ago |
cti
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
data_privacy_task
|
3fb9b05027
Fixes #2074 - Ability of deleting customers and / or all ticket at once.
|
4 years ago |
history
|
d354dee74c
Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness.
|
5 years ago |
job
|
ec23915bd0
Fixes #1553: Calendar as filter condition for Trigger/Automatization.
|
5 years ago |
karma
|
3fb9b05027
Fixes #2074 - Ability of deleting customers and / or all ticket at once.
|
4 years ago |
knowledge_base
|
3fd0609f61
Fixes #2337 - Zammad stops Organization pagination after 500 entries.
|
4 years ago |
link
|
d354dee74c
Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness.
|
5 years ago |
object_manager
|
f97a1d9211
Maintenance: Updated rubocop(-* gems) to latest version (1.6.1).
|
4 years ago |
observer
|
a4b82a6634
Fixes #3319, Closes #2496 - Make it possible to only send with agent name.
|
4 years ago |
online_notification
|
20c7cf9502
Performance: Don't check record associations if record is already present in assets structure.
|
5 years ago |
organization
|
3fd0609f61
Fixes #2337 - Zammad stops Organization pagination after 500 entries.
|
4 years ago |
overview
|
20c7cf9502
Performance: Don't check record associations if record is already present in assets structure.
|
5 years ago |
package
|
8690916936
Updated rubocop(-* gems) to latest version (0.84.0).
|
4 years ago |
recent_view
|
20c7cf9502
Performance: Don't check record associations if record is already present in assets structure.
|
5 years ago |
report
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 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
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
tag
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
ticket
|
f97a1d9211
Maintenance: Updated rubocop(-* gems) to latest version (1.6.1).
|
4 years ago |
transaction
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
trigger
|
ec23915bd0
Fixes #1553: Calendar as filter condition for Trigger/Automatization.
|
5 years ago |
user
|
3fd0609f61
Fixes #2337 - Zammad stops Organization pagination after 500 entries.
|
4 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
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
application_model.rb
|
3fb9b05027
Fixes #2074 - Ability of deleting customers and / or all ticket at once.
|
4 years ago |
authorization.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
avatar.rb
|
0b9e6676f8
Maintenance: Updated rubocop(-* gems) to latest version (1.0.0).
|
4 years ago |
calendar.rb
|
7e9ce7e3ed
Fixes #3180 - Calendar counts 24/7 business hours as closed for 1 minute at midnight
|
4 years ago |
channel.rb
|
b7a4cc6d6a
- Fixes #3292: Unable to manage Microsoft365/Google Channel accounts if XOAUTH2 token can't get refreshed.
|
4 years ago |
chat.rb
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
data_privacy_task.rb
|
3fb9b05027
Fixes #2074 - Ability of deleting customers and / or all ticket at once.
|
4 years ago |
email_address.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
external_credential.rb
|
5f06c8c6b4
Fixes #2866 - G Suite accounts will only allow access to apps using OAuth. Password-based access will no longer be supported.
|
4 years ago |
external_sync.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
group.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.
|
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
|
5f3a8dc581
Refactoring: Migrated last Delayed::Job classes to ActiveJob.
|
4 years ago |
job.rb
|
b52e49e6e6
Refactoring: Use duck-typing for first argument of Ticket#perform_changes to enhance feature/implementation/extension capabilities.
|
4 years ago |
karma.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
knowledge_base.rb
|
7937f7b39e
Fixes #3231 - KnowledgeBase Broken 500
|
4 years ago |
link.rb
|
f132225b2f
Fixes #2347 - Merging two Tickets with link to same other Ticket fails.
|
4 years ago |
locale.rb
|
7fab92d074
Fixes issue #2169 - Time format always english if generated from system.
|
5 years ago |
macro.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.
|
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
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
organization.rb
|
f766dc7164
Maintenance: Removed updating of member ids for organization and moved assosciation deletion to own hook.
|
4 years ago |
overview.rb
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
package.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
permission.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.
|
5 years ago |
postmaster_filter.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
recent_view.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
report.rb
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 years ago |
role.rb
|
f0462d4c20
Maintenance: Provide allow_signup column to define the signup permissions for roles and disable new permissions by default as signup permission.
|
4 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
|
f97a1d9211
Maintenance: Updated rubocop(-* gems) to latest version (1.6.1).
|
4 years ago |
setting.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
signature.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.
|
5 years ago |
sla.rb
|
5745fa46bd
Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3.
|
5 years ago |
smime_certificate.rb
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
4 years ago |
stats_store.rb
|
c3fce714dc
Refactoring: Converted StatsStore to polymorphic association.
|
4 years ago |
store.rb
|
d684ffa7ba
Fixed issue #3293 - Unable to process email (because of very long meta headers)
|
4 years ago |
tag.rb
|
d354dee74c
Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness.
|
5 years ago |
taskbar.rb
|
3af0e35821
Peformance - Fixed missing ignored attributes for data privacy feature.
|
4 years ago |
template.rb
|
acd98bd214
Maintenance: Removed incomplete/obsolete TextModules and Templates references implementation to single User.
|
4 years ago |
text_module.rb
|
acd98bd214
Maintenance: Removed incomplete/obsolete TextModules and Templates references implementation to single User.
|
4 years ago |
ticket.rb
|
ca88877bc8
Fixes #290, Closes #3185 - Webhooks.
|
4 years ago |
token.rb
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
transaction.rb
|
922309b2b5
Improved after_callbacks and skip_callback behaviour on bulk changes (e. g. CSV import).
|
6 years ago |
translation.rb
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
4 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
|
f97a1d9211
Maintenance: Updated rubocop(-* gems) to latest version (1.6.1).
|
4 years ago |
user_device.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 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 |