Martin Edenhofer f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 6 years ago
..
activity_stream 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
application_model 093c9e7621 Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket. 6 years ago
channel e31d2751cf Fixed issue #2254 - Unable to process spam email `"ERROR: #<Exceptions::UnprocessableEntity: Invalid email>"`. 6 years ago
chat 2b31311bea Fixes #1847 - Report profiles - ticket.tags conditions are not working. 6 years ago
concerns 597cd01b5a Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API. 6 years ago
cti f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 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 dc8748896d Fixed #2236 by adding instance_method_already_implemented? check for invalid attribute names (fixes #2236) 6 years ago
observer 567daf0053 Fixed issue #2253 - Unable to index elasticsearch if article.preferences[:delivery_status_message] has no utf8 charset. 6 years ago
online_notification 5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way". 6 years ago
organization 86c79c3dba Follwup for issue #2031 - restored original default sort_by updated_at attribute and unified names of controller tests. 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. 9 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
stats_store f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 6 years ago
store 6c82931245 Improved error handling if file already exists in file store (verify if file is corrupt in filesystem and remove it in case). 6 years ago
ticket ce5f5a035e 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 597cd01b5a Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API. 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 f046c80c79 Improve 'URL' parsing in Avatar model (fixes #2199) 6 years ago
calendar.rb 13ef5d4246 Rewrite Encode::conv as String#utf8_encode 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) 7 years ago
email_address.rb 705487154c Applied changes for Rubocop 0.51. 7 years ago
external_credential.rb d7995bc6d3 Updated dependencies and applied new rubocop rules. 9 years ago
external_sync.rb 21421f0695 Follow up: Revoked commit 50215b0b8eab37e4c95698762811ba54ba3d92ae which fixes issue 1663 - remote_id-s case sensitivity and storage format should be decided per remote_id / remote. 7 years ago
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
history.rb ddd7cb315a Fixed rubocop complains by restoring the deactivation of Rails/InverseOf. 6 years ago
http_log.rb 680a560c06 Convert HttpLog request/response attrs to UTF8 before saving (fixes #2100) 6 years ago
import_job.rb c4ea22470a Fixes #2014 - Import job (LDAP/Exchange) hangs on scheduler restart. 6 years ago
job.rb a284421ed7 Fixed issue #2191 - Sometimes automatisation is not executed. 6 years ago
karma.rb c71b0d36d4 Updated copyright. 8 years ago
link.rb ddd7cb315a Fixed rubocop complains by restoring the deactivation of Rails/InverseOf. 6 years ago
locale.rb 705487154c Applied changes for Rubocop 0.51. 7 years ago
macro.rb 14fb64ba0a Implement ux_flow_next_up feature for macros (soft fix for #641) 6 years ago
notification.rb c71b0d36d4 Updated copyright. 8 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. 7 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 6a1eb1fef4 - Test stabilization: Overview prio rearrangement fails in the case that an Overview with the same prio as the one changed to exists. 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%. 7 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. 7 years ago
recent_view.rb d51d22213f Refactor RecentView 6 years ago
report.rb d33c80bbaa Fixes and improves reporting in #1809 by not showing merge but still use user's input 7 years ago
role.rb 254c8c1e4b Improved error handling of system_agent_limit setting it the number was supplied as string. 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 ccf97ee077 Issue #2232 hide inactive report profiles 6 years ago
setting.rb e07f41ed16 Automate clearing of broken LDAP configurations (fixes #2140) 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 f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 6 years ago
store.rb 7bb7e7a438 Fixes #1123 Attachments get doubled when suspending a draft 6 years ago
tag.rb 4f6503593e Fixed #1690 - renaming tags will break overviews condition 6 years ago
taskbar.rb 7bb7e7a438 Fixes #1123 Attachments get doubled when suspending a draft 6 years ago
template.rb fa454abf3a Reworked file structure of concerns. 7 years ago
text_module.rb 8af6e2b9eb Implemented issue #2064 - Add delete existing records to CSV import feature. 6 years ago
ticket.rb cc326ad93b Follow up for issue #2171 - Overview not showing unassigned tickets "if not defined" (e. g. for owner but also for select or input fields). 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 5bfa535b62 Improved initial import and sync of translations (about 5-8 times faster). 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 f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 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 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