Commit History

Author SHA1 Message Date
  Martin Edenhofer 886c718e12 No timestamp of unprocessable mail to prevent double import of mails. Follow up if issue #2092. 5 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 4182b0b567 Improved History.list to only retrive history entries of last 2 days (by generic condition as method argument) to save scheduler resources. 5 years ago
  Martin Edenhofer d01dfce8cb Removed unused sla get of ticket in Ticket.process_escalation to save system ressources of scheduler. 5 years ago
  Martin Edenhofer 6018d864db Performance: `Sessions::Backend::TicketOverivewList` check whether data has to be sent to the client was wrong. The correct check now compares the list of tickets instead of comparing the whole hash structure including assets. 5 years ago
  Thorsten Eckel d1ed72a071 Existing user session when requesting SSO session create endpoint will fail device check because of missing fingerprint param (which is required as soon as a user/session is present). 5 years ago
  Martin Edenhofer 817cc72194 Updated rubyzip / CVE-2019-16892 5 years ago
  Thorsten Eckel d354dee74c Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness. 5 years ago
  Thorsten Eckel f0fdf7e7f3 Maintenance: Disable execution of ES RSpec tests in CircleCI env. 5 years ago
  Martin Edenhofer f806ac3611 Fixed issue #2742 - Removing a record drops whole index on Elasticsearch 6 and later. 5 years ago
  Mantas Masalskis c33bd9c7e3 Maintenance: Added test coverage for Knowledge Base initial data loading and translation update. 5 years ago
  Mantas Masalskis 21c3b31c97 Maintenance: Added test coverage for public Knowledge Base search. 5 years ago
  Martin Edenhofer 5e38ca46fc Fixed issue #2750 - Can't change Ticket attributes of "Shared Organization" Ticket. 5 years ago
  Mantas Masalskis 6606aa29cd Don't use stubs for UserInfo.current_user_id because it blocks the use case where UserInfo.current_user_id is changed at runtime. 5 years ago
  Thorsten Eckel 8096ee0892 Fixed bug: ApplicationModel.lookup returns invalid cache entries. 5 years ago
  Thorsten Eckel 2d70134d72 Fixed bug: Empty ActiveRecord::AttributeMethods::Dirty#saved_changes in cache invalidation callback (ApplicationModel::HasCache) leads to wrong cache entries if record is a ticket. 5 years ago
  MrGeneration f01d71d73b fix typos in html tags 5 years ago
  Mantas dabb415b8b test added to JS unit test runner 5 years ago
  Mantas e4bd02e4d3 Fixes deleting LocalStorage item with user-id prefix 5 years ago
  Mantas 296a024c4b TaskManager#ensureWorker method guarantees worker is up and running. Helps to mitigate race condition on UI launch 5 years ago
  Thorsten Eckel dfb2b1bc8a Follow-up #2741: Authenticate users via SAML. Missing setting for new systems. 5 years ago
  Martin Edenhofer ba2afc0c16 Fixes #2699 - Excel export of report or time accounting drops additional fields in row if integer field contain `null/nil/undefined`. 5 years ago
  Mantas Masalskis 2e3b7e07ad Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0. 5 years ago
  Thorsten Eckel a93250e210 Fixes issue #2741: Authenticate users via SAML. 5 years ago
  Thorsten Eckel 128e8dea72 Revert "Fixes issue #2734 - Enhance postmaster filters to be able ignoring vacation mails (out of office)." 5 years ago
  Thorsten Eckel 250bf2abcf Fixes #2726: System mail notification subjects ending with =0A. 5 years ago
  Thorsten Eckel 568ed22074 Fixes issue #2734 - Enhance postmaster filters to be able ignoring vacation mails (out of office). 5 years ago
  Mantas Masalskis 89c74ba829 Maintenance: Prefer selector from used variable over hardcoded string. 5 years ago
  Mantas Masalskis 6000b9f5c1 Maintenance: Improved stability of the CI by gracefully stoping the websocket server instead of killing the thread which results in a blocked port sometimes. 5 years ago
  Thorsten Eckel 1c63e96675 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1. 5 years ago
  Thorsten Eckel 429b95e65d Maintenance: Make ES connection establishment more stable by: 5 years ago
  Mantas Masalskis 256e7513b3 Maintenance: Improves CI reliability of browser:core tests in batch 2 by adding delay before performing ticket zoom secondary button action to avoid accessing stale element. 5 years ago
  Thorsten Eckel 01729584f0 Revert "Fixed issue #1653: Default value not set for attributes of type input, select, tree_select, richtext, textarea, checkbox." 5 years ago
  Martin Edenhofer 37687e32a1 Fixed mail delivery postmaster to sender test. 5 years ago
  Ryan Lue 33bef7123d Feature: Single sign-on (SSO). 5 years ago
  Thorsten Eckel 0afb105dd7 Refactoring: Removed unnecessary OnlineNotification.seen method. 5 years ago
  Thorsten Eckel 9c76def19d Maintenance: Applied rubocop Performance/Casecmp. 5 years ago
  Thorsten Eckel f50c079df9 Maintenance: SQLite dependency is obsolete. 5 years ago
  Denny Korsukéwitz 20ee2e87ca Fixes #1010 - display only used channels in dashboard 5 years ago
  Denny Korsukéwitz feac4bb938 Removed macro event for TicketCreateFormHandler. This is not needed, because there are no macros when creating tickets. 5 years ago
  Thorsten Eckel 7e2f55d91f Fixed issue #2595: GitLab OAuth2 provider URL misses api/v4/ suffix. 5 years ago
  Thorsten Eckel 39c78662d0 Fixed issue #2730: Registering of Twitter App fails for Twitter App with existing webhooks. 5 years ago
  Denny Bresch 1c730e9154 Fixes #2702 - Use assignee_id to set the ticket owner. 5 years ago
  Denny Bresch 781ffa3209 Maintenance: Improve handling of Zendesk API to get the correct count of objects while import. 5 years ago
  Denny Bresch fb027c514b Maintenance: Improve handling of Zendesk API hickups/temporary errors. 5 years ago
  Denny Bresch f1eee78381 Fixes #2694 - Zendesk import doesn't consider all tickets. 5 years ago
  Denny Bresch f1f93b773e Follow-up - #1161 - Zendesk import fails for deleted tickets. 5 years ago
  Denny Bresch 371a4638ec Fixes #2538 - Zendesk import fails due import of (too long) ticket description as (unused) note 5 years ago
  Thorsten Eckel c2bdbe62d8 Follow-up: Fixed issue #1653: Default value not set for attributes of type input, select, tree_select, richtext, textarea, checkbox. 5 years ago
  Martin Edenhofer f79555ecc6 Fixed issue #2728 - Put _type, _doc and _id to reserved words for object managaer becasue of elasticssearch internal use. 5 years ago