Dusan Vuckovic
|
c8ff2f0b2a
Fixes #5224 - WhatsApp Feedback - 24h Window Reminder Message / Emoji-Reactions.
|
2 месяцев назад |
Rolf Schmidt
|
c3bf9341a0
Maintenance: Improve user handling for notifications.
|
2 месяцев назад |
Rolf Schmidt
|
70fcc70f5c
Maintenance: Split up system notification functions for better monkey patching in custom developments.
|
2 месяцев назад |
Mantas Masalskis
|
c240012520
Fixes #2133 - Email notifications sending will be aborted mid-list if SMTP error code is received
|
4 месяцев назад |
Mantas Masalskis
|
0628b78d90
Fixes #5091 - New timezone is not immediately available in active sessions
|
8 месяцев назад |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
11 месяцев назад |
Mantas Masalskis
|
8d39f68f59
Maintenance: Update to Rails 7.0
|
1 год назад |
Martin Gruner
|
4297cb86ba
Maintenance: Add quoting for SQL LIKE bind parameters.
|
1 год назад |
Mantas Masalskis
|
0df667a339
Maintenance: OnlineNotification refactored and unit test porte to Rspec
|
1 год назад |
Florian Liebe
|
16ae0ea5d1
Fixes #4483 - Custom payload for webhooks.
|
1 год назад |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 год назад |
Mantas Masalskis
|
2dcc0e3900
Fixes #4320 - Zammad-scheduler constantly crashes if user have unknown timezone
|
2 лет назад |
Mantas Masalskis
|
2fa9f54604
Fixes #4066 - Zammad notification emails have a broken 'reason' footer line
|
2 лет назад |
Rolf Schmidt
|
0b6010c390
Maintenance: Replace zammad specific cache approach by rails low level caching.
|
2 лет назад |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 лет назад |
Martin Gruner
|
fac03ff7ff
Maintenance: Bump rubocop-performance from 1.12.0 to 1.13.0
|
2 лет назад |
Martin Edenhofer
|
15f1c970c8
Maintenance: Improved notifications flow for replacement agents.
|
3 лет назад |
Martin Gruner
|
a389b8f07c
Maintenance: Replace rand() where possible
|
3 лет назад |
Mantas
|
6be39c9625
Fixes #2366 - "Warten auf Erinnerung" - Inconsistent timestamps
|
3 лет назад |
Mantas Masalskis
|
c8e2c7473c
Fixes #3105 - Merging tickets doesn’t trigger notification for target ticket
|
3 лет назад |
Thorsten Eckel
|
814f7e997b
Maintenance: Activated rubocop Style/SelfAssignment.
|
3 лет назад |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 лет назад |
Mantas Masalskis
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 лет назад |
Martin Edenhofer
|
602c8137b4
Fixes #3462 - Mixed naming regarding mentioned and subscribed in UI
|
3 лет назад |
Rolf Schmidt
|
2354b5f53f
Fixes #208 - Notify / Mention other agents / Subscribe to Tickets.
|
3 лет назад |
Thorsten Eckel
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 лет назад |
Thorsten Eckel
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 лет назад |
Rolf Schmidt
|
4a07c783a3
Fixes #967 - Access to my own Tickets (where I'm customer of) in a Group im not Agent.
|
4 лет назад |
Thorsten Eckel
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 лет назад |
Martin Edenhofer
|
bcce8c51f9
Fixed issue #2904 - Error when changing passwords for users without email.
|
4 лет назад |
Mantas Masalskis
|
7fab92d074
Fixes issue #2169 - Time format always english if generated from system.
|
4 лет назад |
Rolf Schmidt
|
b468134e93
Performance: Existing Notification type History lookup should be done on DB level.
|
4 лет назад |
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 лет назад |
Martin Edenhofer
|
4182b0b567
Improved History.list to only retrive history entries of last 2 days (by generic condition as method argument) to save scheduler resources.
|
5 лет назад |
Thorsten Eckel
|
1c63e96675
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
|
5 лет назад |
Denny Bresch
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 лет назад |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 лет назад |
Martin Edenhofer
|
63214c9327
Fixes #1589 - No localised time displayed in trigger (autoreply/slack/...) notifications.
|
5 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 лет назад |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 лет назад |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 лет назад |
Thorsten Eckel
|
db9d0a0eae
Follow up: Fixed issue #1810 - Reset notification receiving to 'full' again to avoid unwanted spamming to users that have no direct permissions to the ticket. This needs a broader refactoring.
|
6 лет назад |
Thorsten Eckel
|
196672c50e
Fixed issue #1810: To high permissions required to move Ticket into Group (change) and receive notification about changes (full).
|
6 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Martin Edenhofer
|
601960f5fb
Implemented issue #1171 - The ability to set the platform default language.
|
7 лет назад |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
Thorsten Eckel
|
20a8e40484
Added initial version of Out Of Office functionality.
|
7 лет назад |
Martin Edenhofer
|
4ba2744689
Notify agent if mail delivery failed. Enhancement to issue #1198.
|
7 лет назад |
Thorsten Eckel
|
18a9eed038
Added general check for Group access based on agent.ticket permission.
|
7 лет назад |
Thorsten Eckel
|
350c3ead51
Added enhanced Group access functionality.
|
7 лет назад |