Martin Edenhofer d447dc0891 Fixed issue #2172 - Do not allow to create pre existing attributes like updated_at via object manager. 6 years ago
..
activity_stream 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
application_model a501f75e27 Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket. 6 years ago
channel 8b0f549c7f Fixes issue #2087 - No mime_type on nil message (no message body) / email will not be processed. 6 years ago
chat 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
concerns debe4261c1 Fixed race condition: Scheduler job pushes outdated data to the client. 6 years ago
cti 312278c2d6 Prettify phone numbers displayed in Call Log 6 years ago
history 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
job 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
karma cb56a53a07 Fixed issue #1977 - Remove online notifications too if user is deleted. 6 years ago
object_manager d447dc0891 Fixed issue #2172 - Do not allow to create pre existing attributes like updated_at via object manager. 6 years ago
observer 8bcf193213 Fixed issue #2125 - Auto responder is not set from correct group. 6 years ago
online_notification 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
organization 809a698c03 Fixed bug: Organization search queries don't find case insensitive results. 6 years ago
overview 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
recent_view 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
report 76637f55a2 Init version. 8 years ago
role 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
sla 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
store 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
ticket b6bf4df0c4 Fixed issue #2108 - 30 concurrent agents + each of them 30 overviews - script/scheduler.rb takes 100% CPU time - background jobs cannot be processed. 6 years ago
transaction 11e63fe21a Migrated after_* callbacks to after_commit to avoid race conditions between cache creation and database insert/update. See: http://api.rubyonrails.org/classes/ActiveRecord/Transactions/ClassMethods.html\#module-ActiveRecord::Transactions::ClassMethods-label-Callbacks . 6 years ago
trigger 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
user 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
activity_stream.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
application_model.rb 809a698c03 Fixed bug: Organization search queries don't find case insensitive results. 6 years ago
authorization.rb cb56a53a07 Fixed issue #1977 - Remove online notifications too if user is deleted. 6 years ago
avatar.rb cb56a53a07 Fixed issue #1977 - Remove online notifications too if user is deleted. 6 years ago
calendar.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
channel.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
chat.rb 6f08071c3d Fix typo to fix chat (#1791) 6 years ago
email_address.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
external_credential.rb d7995bc6d3 Updated dependencies and applied new rubocop rules. 8 years ago
external_sync.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
group.rb ad0002b1dc 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
history.rb ddd7cb315a Fixed rubocop complains by restoring the deactivation of Rails/InverseOf. 6 years ago
http_log.rb 3767000ddd Revert fixes for #2100 (depended on an absent method) 6 years ago
import_job.rb c4ea22470a Fixes #2014 - Import job (LDAP/Exchange) hangs on scheduler restart. 6 years ago
job.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
karma.rb c71b0d36d4 Updated copyright. 7 years ago
link.rb fbeccbc85c Updated to latest rubocop version. 6 years ago
locale.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
macro.rb e4de5bb988 Make more models (re-)seedable. 7 years ago
notification.rb c71b0d36d4 Updated copyright. 7 years ago
object_lookup.rb cb919312b0 Introduced foreign keys to ensure consistent data state. 7 years ago
object_manager.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
online_notification.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
organization.rb ddd7cb315a Fixed rubocop complains by restoring the deactivation of Rails/InverseOf. 6 years ago
overview.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
package.rb bf6192113a Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%. 6 years ago
permission.rb 757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 7 years ago
postmaster_filter.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
recent_view.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
report.rb d33c80bbaa Fixes and improves reporting in #1809 by not showing merge but still use user's input 6 years ago
role.rb 0ad57a2822 Fixes #2088 User doesn't appear in drag&drop overlay in a group if access is via roles 6 years ago
role_group.rb ad0002b1dc 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 c4ea22470a Fixes #2014 - Import job (LDAP/Exchange) hangs on scheduler restart. 6 years ago
setting.rb fbeccbc85c Updated to latest rubocop version. 6 years ago
signature.rb 4b6496c545 Do html cleanup directly on content fields too (not only on finished article). 7 years ago
sla.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
stats_store.rb c71b0d36d4 Updated copyright. 7 years ago
store.rb 7338b91a31 Improved monitoring controller to get storage usage. 6 years ago
tag.rb fbeccbc85c Updated to latest rubocop version. 6 years ago
taskbar.rb 705487154c Applied changes for Rubocop 0.51. 6 years ago
template.rb fa454abf3a Reworked file structure of concerns. 7 years ago
text_module.rb 16b1cc2860 Implemented issue #2064 - Add delete existing records to CSV import feature. 6 years ago
ticket.rb f0b3475cc9 Fixed issue #2171 - Overview not showing unassigned tickets "if not defined". 6 years ago
token.rb 757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 7 years ago
transaction.rb b403432c76 Initial support of recursive triggers for tickets - issue #2035. 6 years ago
translation.rb 04055f7095 Replace unless with if ! (project-wide) 6 years ago
trigger.rb 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
type_lookup.rb cb919312b0 Introduced foreign keys to ensure consistent data state. 7 years ago
user.rb 498980b52c Fixes #1591 Drag&Drop groups empty 6 years ago
user_device.rb fc43615554 Fixes #1974 - If fingerprint is an integer background job for verifying will fail. 6 years ago
user_group.rb ad0002b1dc 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