Commit History

Author SHA1 Message Date
  Thorsten Eckel e0fd1e52ec Fixed usage of wrong assert (which resulted in always true/success by checking hard coded values). 5 years ago
  Felix Niklas a3e531af21 Avatars: replace image with initials when printing 5 years ago
  Billy Zhou 47120f0585 Fixed regression introduced by 8fb46b0448 where replying to a phone ticket no longer works 5 years ago
  Martin Edenhofer 5492f4f24f Followup for issue #1394 - Reindex elastic search not possible because of <null>/Twitter::NullObject. 5 years ago
  yasirazgar 2f0171b6db change real name to display name in email account add 5 years ago
  Ryan Lue 8b554e9d66 Use zammad-deps github repos for custom-patched dependencies 5 years ago
  Thorsten Eckel 3d49bf32c8 Fixed bug: Application is in undefined state while using spring because of usage of 'require' instead of 'require_dependency' to track dependencies. 5 years ago
  Thorsten Eckel b538b05209 Switched over to DB reset strategy in tests and removed DatabaseCleaner because it can't guarantee a clean DB state for all test scenarios. 5 years ago
  Thorsten Eckel 7d9c087a84 Fixed bug: RSpec tests are broken because of not using RSpec hooks and structures. 5 years ago
  Thorsten Eckel f3e20bca29 Improved ObjectManager::Attribute factory defaults. 5 years ago
  Thorsten Eckel 28793f1338 Fixed bug: Tests are not ID agnostic. 5 years ago
  Thorsten Eckel b80cfda86e Added ENV NO_RESET_BEFORE_SUITE to allow RSpec test suite start without DB reset (for e.g. running single tests where no DB reset is needed). 5 years ago
  Martin Edenhofer c8ab4275d6 Fixed issue #2297 - `rake searchindex:rebuild` is not working after Elasticsearch 2.4 upgrade to Elasticsearch 5.6 "Limit of total fields [1000] in index" 5 years ago
  Thorsten e8e0bf93b9 Merge pull request #2295 from maysam/patch-1 5 years ago
  Maysam Torabi 21617f7c2f Update bot_add.jst.eco 5 years ago
  Martin Edenhofer bca9312ce0 Follow up for issue #2292 - improved migration. 5 years ago
  Denny Bresch cdb0895984 Added new stylesheets directory 'addons' to store all addon css files. 5 years ago
  Martin Edenhofer 86c2df69ad Fixed issue #2292 - CTI Log: duration_talking_time is incorrect and after update initialized_at is a string (not timestamp) 5 years ago
  Billy Zhou fb24de11cc Fixed issue #2279 - performance issue in bulk action selection in overview (fixes #2279) 5 years ago
  Martin Edenhofer 5b38c9e546 Improved migration. 5 years ago
  Martin Edenhofer c35e2a0aab Removed debug information. 5 years ago
  Martin Edenhofer a160c518e1 Merge branch 'develop' into private-me-several_enhancements 5 years ago
  Martin Edenhofer 3f284003eb Improved doc. 5 years ago
  Martin Edenhofer 23f499dffc Improved test. 5 years ago
  Martin Edenhofer d0bafea5e7 Improved test. 5 years ago
  Martin Edenhofer 7972ec9b6c Added twilio test jobs. 5 years ago
  Thorsten Eckel 0cca58f0b7 Missing GitLab CI browser tag causes job to run on non-browser CI server and fail. 5 years ago
  Thorsten Eckel 2ad28ecfcc Fixed unstable tests: ObjectManager Attribute creation/migration fails on fast/slow systems. 6 years ago
  Thorsten Eckel 18cec289b6 Fixed bug: Having multiple associations to different attributes of one Model lead to invalid association data. 6 years ago
  Billy Zhou ea12b0f676 Fixed issue #2277 - note is not shown for customer/organisations if it's empty (fixes #2277) 5 years ago
  Martin Edenhofer 22b2f44ba0 Initial SMS integration for trigger notifications and additional channel. Thanks to sys4 AG! 5 years ago
  Martin Edenhofer 271102057d Initial Placetel integration. 6 years ago
  Martin Edenhofer 402b28b3e7 Fixed issue #2285 - Permission issue: response templates only usable when admin is also agent. 6 years ago
  Billy Zhou b1caed65f5 Fixed issue #2273 - Bulk Form javascript error when checking item (fixes #2273) 6 years ago
  Martin Edenhofer 6439203900 Fixed issue #2281 - O365/Office365 authentication missing given- and surname. 6 years ago
  Martin Edenhofer 7dd6675552 Implemented issue #2223 - Callback issue when Zammad if internal and external FQDN differ. 6 years ago
  Billy Zhou 5ff371f51b Fixed issue #2246 - Records in Reporting not updated when single ActiveRecord can not be found (fixes #2246) 6 years ago
  Ryan Lue 58a8c047bb Prevent LDAP sync from needlessly deactivating inactive users (fixes #2256) 6 years ago
  Billy Zhou bfccecc012 Fixed issue #2195 - Search with id:123 does not work anymore (fixes #2195) 6 years ago
  Thorsten Eckel f15ac3be7e Follow up - 9af50f2a4eaa8297d09a3f75509c04380e608267: Fixed Layout/EmptyLineAfterGuardClause rubocop complain. 6 years ago
  Thorsten Eckel 9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 6 years ago
  Thorsten Eckel 3d4d5414f1 Fixed stuck CI env: Organization search results in endless loop while creating a user because ES is not ready yet. 6 years ago
  Martin Edenhofer 3a5cd0bce5 Implemented issue #2270 - Italian and Spanish translations for notifications. 6 years ago
  André Bauer e2deedef28 Merge pull request #2269 from vaibhavgeek/develop 6 years ago
  Vaibhav Maheshwari f19b14f31f Update zammad_ssl.conf 6 years ago
  Thorsten f74bcdda5b Merge pull request #2268 from zammad/te-travisci_fix 6 years ago
  Thorsten fbc167944c Update .travis.yml 6 years ago
  Thorsten Eckel 22ba8f8fcb Fixed bug: Form request spec is not testing ES search (DB only). 6 years ago
  Thorsten Eckel 02ba0e455e Added db_strategy (:truncaction) meta helper to switch to DB cleanup via truncation (from transaction) for single examples. We choose to stick to Rails/RSpec transactional cleanup over DatabaseCleaner transaction strategy because of performance reasons. Rails default performs between 30 and 50% better. 6 years ago
  Thorsten Eckel 44e89271fe Refactoring: Momorize result and more idiomatic ruby. 6 years ago