Martin Gruner
|
fdbf501be0
Maintenance: Refactor the remaining observers to concerns and drop the rails-observers dependency.
|
3 years ago |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
Martin Edenhofer
|
f57f0486a3
Performance: When many tickets have reached the reminder or are escalated (more than 1400) processing of those causes a high CPU load and long blocking of background processing. Caching Group permission lookup for users reduces this load.
|
5 years ago |
Martin Edenhofer
|
63214c9327
Fixes #1589 - No localised time displayed in trigger (autoreply/slack/...) notifications.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Thorsten Eckel
|
20a8e40484
Added initial version of Out Of Office functionality.
|
7 years ago |
Martin Edenhofer
|
1a43d9bd5c
Improved tests.
|
7 years ago |
Martin Edenhofer
|
5f03f54b20
Remove triggers (to have no side effects later).
|
8 years ago |
Martin Edenhofer
|
4628299d20
Introduced config.interface_handle to find out via which interface the source code got executed.
|
8 years ago |
Martin Edenhofer
|
3c523b4f7d
Moved to init prepare/setup method for tests.
|
8 years ago |
Martin Edenhofer
|
dfc5900234
Ignore system article in notifications.
|
8 years ago |
Martin Edenhofer
|
1c1077e115
Remember user_id in transaction backends (updated_by_id can already be changed at execution time).
|
8 years ago |
Martin Edenhofer
|
b9c24748a9
Added reset of UserInfo.current_user_id for background jobs and transactions.
|
8 years ago |
Martin Edenhofer
|
e56ed8eeca
Moved signature detection to transaction module.
|
8 years ago |
Martin Edenhofer
|
5b8be81ef5
Fixed disable_notification attribute to prevent sending notifications.
|
8 years ago |
Martin Edenhofer
|
a102057506
Added slack integration.
|
8 years ago |
Martin Edenhofer
|
6d02578d61
Moved to global Observer::Transaction.commit which executes model based transitions.
|
8 years ago |
Martin Edenhofer
|
ed5b058d6e
Refactoring of NotificationFactory.
|
8 years ago |
Martin Edenhofer
|
57b1f3409e
Improved auto seen feature for online notifications.
|
8 years ago |
Martin Edenhofer
|
d54bb4fa05
Moved to new notification factory. Added notification templates to app/views/mailer/*.
|
8 years ago |
Martin Edenhofer
|
9193e836cd
Fixed online/email channel selection on notification.
|
8 years ago |
Martin Edenhofer
|
c34a407651
Added support of default preferences and implemented agent notifications based on preferences settings.
|
8 years ago |
Martin Edenhofer
|
23dc2d9522
Improved web server detection.
|
8 years ago |
Martin Edenhofer
|
fb99b5cb08
Do no self notification if changes are done via we. If I create a new ticket via email, do self notification.
|
8 years ago |
Martin Edenhofer
|
a5b8f28e8e
Improved logging.
|
9 years ago |
Martin Edenhofer
|
7ff5568b37
Merge branch 'develop' of github.com:martini/zammad into develop
|
9 years ago |
Martin Edenhofer
|
91027a8309
Some rubocop successions.
|
9 years ago |
Martin Edenhofer
|
16ddef38e9
Applied rubocop Style/SpaceAfterComma.
|
9 years ago |
Martin Edenhofer
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
9 years ago |
Martin Edenhofer
|
bd1db72b9b
Applied rubocop Style/TrailingBlankLines.
|
9 years ago |
Thorsten Eckel
|
ce58d465c0
Corrected with rubocop cop 'Style/HashSyntax'.
|
9 years ago |
Martin Edenhofer
|
4a669df039
Merge branch 'develop' of github.com:martini/zammad into develop
|
9 years ago |
Martin Edenhofer
|
13e219f06e
Moved to new locales for tests.
|
9 years ago |
Thorsten Eckel
|
58ea373054
Corrected test/ folder with rubocop cop 'Style/StringLiterals'.
|
9 years ago |
Martin Edenhofer
|
65a0626cfc
Improved tests.
|
9 years ago |
Martin Edenhofer
|
4a8a167300
Improved notification i18n() replacements.
|
9 years ago |
Martin Edenhofer
|
675a6d1d0c
Do not send notifications of article update / only on article create.
|
9 years ago |
Martin Edenhofer
|
fbba548e0b
Removed wrong test.
|
9 years ago |
Martin Edenhofer
|
0e03e6d216
Fixed not needed html encoding in subject of html emails.
|
9 years ago |
Martin Edenhofer
|
a36a325fd7
Improved text expression.
|
9 years ago |
Martin Edenhofer
|
3e2648314d
Added more unit tests.
|
9 years ago |
Martin Edenhofer
|
c36993fd18
Fixed wrong test.
|
9 years ago |
Martin Edenhofer
|
1005219a0b
Fixed expected results.
|
9 years ago |
Martin Edenhofer
|
e5a9dc8b78
Improved notification tests.
|
9 years ago |
Martin Edenhofer
|
de92c4a816
Improved notification generation (add changed attributes based on object manager settings).
|
9 years ago |
Martin Edenhofer
|
c03d1580f0
Moved to html notifications.
|
9 years ago |
Martin Edenhofer
|
1e69c8f91f
Improved notification tests.
|
9 years ago |
Martin Edenhofer
|
464673594c
Init version of improved notifications.
|
9 years ago |