Mantas Masalskis
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 лет назад |
Martin Gruner
|
fdbf501be0
Maintenance: Refactor the remaining observers to concerns and drop the rails-observers dependency.
|
3 лет назад |
Martin Edenhofer
|
602c8137b4
Fixes #3462 - Mixed naming regarding mentioned and subscribed in UI
|
4 лет назад |
Rolf Schmidt
|
2354b5f53f
Fixes #208 - Notify / Mention other agents / Subscribe to Tickets.
|
4 лет назад |
Thorsten Eckel
|
cb2286fae4
Refactoring: Migrate Rails Observers to Concerns.
|
4 лет назад |
Mantas Masalskis
|
1aa4e68c6c
Refactoring: SLA and Escalation logic. Fixes #3410, fixes #3140, fixes #2579.
|
4 лет назад |
Mantas Masalskis
|
22fe0a2a97
Fixes #864 - Added relative pending_time to Macro/Trigger/Scheduler functionality. Based on the Pull Request #2862 by @fleverest – huge thanks ❤️
|
4 лет назад |
Rolf Schmidt
|
ed8a152f28
Fixes #2911 - Performance: Improved touching assets of users, organizations and tickets.
|
5 лет назад |
Thorsten Eckel
|
c09e698709
Applied workaround for issue #2656: Disable new Rails database connection reaping functionality until the Thread-Zombie issue is resolved: https://github.com/rails/rails/issues/33600 .
|
5 лет назад |
Thorsten Eckel
|
5745fa46bd
Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3.
|
5 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 лет назад |
Thorsten Eckel
|
f1dfbafdcd
Refactoring: config.log_formatter is for all environments the same but configured in each.
|
6 лет назад |
Martin Edenhofer
|
22b2f44ba0
Initial SMS integration for trigger notifications and additional channel. Thanks to sys4 AG!
|
6 лет назад |
Ryan Lue
|
8c02483334
Add ActiveJob configuration / base class
|
6 лет назад |
Thorsten Eckel
|
20ea94d34b
Fixed regression: Escalation logic is not active.
|
6 лет назад |
Martin Edenhofer
|
f80fbf4744
Small code cleanup.
|
6 лет назад |
Thorsten Eckel
|
53ca6bd4c1
Fixed issue #2037: Restart of processes form application context fails.
|
6 лет назад |
Thorsten Eckel
|
fbeccbc85c
Updated to latest rubocop version.
|
7 лет назад |
Martin Edenhofer
|
050f5527e6
Fixed issue #1920 - Sometimes notifications are note marked as seen if somebody else already closed the ticketed.
|
7 лет назад |
Martin Edenhofer
|
a987c10051
Improved usage (autoset) of origin_by of article model.
|
7 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Jens Pfeifer
|
533b44af8f
Updated to rails 5.0.
|
7 лет назад |
Martin Edenhofer
|
fffca5b549
Fixed issue #1375 - assignment_timeout in group settings has no effect.
|
7 лет назад |
Rolf Schmidt
|
bcd8edc286
Fixed issue #206 - Wrong recipient on reply to Received call.
|
7 лет назад |
Martin Edenhofer
|
d34112a99f
Telegram support and split of channel controllers into separate files. Thanks to @schurig
|
8 лет назад |
Martin Edenhofer
|
28fe4fa80b
Update user with default preferences based on permissions.
|
8 лет назад |
Martin Edenhofer
|
3caaad2f7f
Moved escalation calculation from after_create/after_update to before_create/before_update to have only one ticket save action.
|
8 лет назад |
Martin Edenhofer
|
e56ed8eeca
Moved signature detection to transaction module.
|
9 лет назад |
Martin Edenhofer
|
a102057506
Added slack integration.
|
9 лет назад |
Martin Edenhofer
|
44a0eed6d8
In certain cases puma does not set application root. Moved to set cache_store via config/application.rb.
|
9 лет назад |
Martin Edenhofer
|
e2ba5ac576
Updated preferences_default_by_role.
|
9 лет назад |
Martin Edenhofer
|
c34a407651
Added support of default preferences and implemented agent notifications based on preferences settings.
|
9 лет назад |
Martin Edenhofer
|
e7f93ce103
Moved to background job for escalation recalculation work.
|
9 лет назад |
Martin Edenhofer
|
2d6515a59f
Fixed renamed file name.
|
9 лет назад |
Martin Edenhofer
|
4029987caa
Detect signature for users. Added signature lookup for new customer articles.
|
9 лет назад |
Martin Edenhofer
|
ad1b9b18bf
Upgrade to rails 4.2.4.
|
9 лет назад |
Martin Edenhofer
|
b170312d8e
Added reopen dashboard stats.
|
9 лет назад |
Martin Edenhofer
|
9965a7587a
Merged article changes on ticket into one observer to do ticket.save only once.
|
10 лет назад |
Martin Edenhofer
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
10 лет назад |
Martin Edenhofer
|
bd1db72b9b
Applied rubocop Style/TrailingBlankLines.
|
10 лет назад |
Thorsten Eckel
|
ce58d465c0
Corrected with rubocop cop 'Style/HashSyntax'.
|
10 лет назад |
Thorsten Eckel
|
a70b3cfc89
Corrected with rubocop cop 'Style/StringLiterals'.
|
10 лет назад |
Martin Edenhofer
|
efb163b384
Reassign organization of ticket if customers organization has changed.
|
10 лет назад |
Martin Edenhofer
|
f7b0473daa
Added event module to set online notifications of merged and close tickets to seen.
|
10 лет назад |
Martin Edenhofer
|
6db57a6509
Added new ref touch and tests.
|
10 лет назад |
Martin Edenhofer
|
be31823d89
Improved cache backend. Heavy reduce of sql queries.
|
10 лет назад |
Martin Edenhofer
|
412f868d42
Improved rendering of profile pages. Added touch to customer and organization if ticket has changed.
|
10 лет назад |
Martin Edenhofer
|
0132c9b355
Removed not needed line.
|
11 лет назад |
Martin Edenhofer
|
6b21e155e9
Moved to new history api.
|
11 лет назад |
Martin Edenhofer
|
4e2288e9a4
Added generic activity stream support.
|
11 лет назад |