Commit History

Author SHA1 Message Date
  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
  Martin Edenhofer 180502d03b - Prefer `oversized_preferences` naming prefix for consistency reasons. 5 years ago
  Martin Edenhofer 77256c99b9 Follow up for issue #2720 - makes Model.search_index_reload more robust - Sometimes elasticsearch takes longer as expected and will raise timeout in Zammad. 5 years ago
  Denny Korsukéwitz c88739cde8 Fixes #2710 - ignore 'new line' between trigger chars. 5 years ago
  Thorsten Eckel 40dcb0e132 Updated rubocop to latest version (0.74). 5 years ago
  Martin Edenhofer 366a0b32e3 Improved wording. 5 years ago