Commit History

Author SHA1 Message Date
  Thorsten Eckel 02a734644a Maintenance: Updated activerecord-session_store gem dependency to 2.0.0. 3 years ago
  Rolf Schmidt 409daf3869 Maintenance: Redo column allow signup with reset column information to make the migration work. Removed old migration because of missing column information reset there was a quite crash. 3 years ago
  Martin Edenhofer 99fd30d93c Updated to 3.5.1. 3 years ago
  Rolf Schmidt 6e690d2d2b Maintenance: Improved article view for agent customer. 3 years ago
  Rolf Schmidt 933ff548e3 Maintenance: Sync Article REST API capabilities with the ones of the frontend. 3 years ago
  Rolf Schmidt 80f7e37269 Maintenance: Provide allow_signup column to define the signup permissions for roles and disable new permissions by default as signup permission. 3 years ago
  Rolf Schmidt e494948355 Maintenance: Removed updating of member ids for organization and moved assosciation deletion to own hook. 3 years ago
  Martin Edenhofer 5a776fce14 Fixes issue #3255 - In certain cases not all content of an html email is shown (HTML sanitizer will remove to much) 3 years ago
  Mantas 2d96a39bb4 Fixes #3148 - Knowledge Base search crashes if (parent) category is missing translation to the locale of the found object 3 years ago
  Martin Edenhofer 1d43089c14 Fixes issue #3250 - Migration from OTRS error - could not find a valid input encoding (EncodingError) 3 years ago
  Rolf Schmidt 8cc5d1cf23 Fixes #3214 - link_template for ticket no longer shows a button after update to 3.5. 3 years ago
  Rolf Schmidt a5fffb5037 Fixed issue #3220 - DataPrivacyTask - Can't remove user if still referenced in Overview(s). 3 years ago
  Rolf Schmidt 89da43f6a7 Maintenance: Fixed not translated strings in data privacy admin area. 3 years ago
  Mantas 71bff28e5d Fixes #3246 - Knowldge Base internal answer view goes out of screen if previous or next answer title is very long 3 years ago
  Mantas ec1a5df8f4 Fixes #3231 - KnowledgeBase Broken 500 3 years ago
  Rolf Schmidt 938f9d1cea Fixes #3226 - In the role settings a role can not be agent and customer at the same time. 3 years ago
  Thorsten Eckel 9800cbbe81 Follow up - ba0111c4a4c54c589f8fe4c1ffafcb3d76a929d1 - Fixes #3230 - Hybrid Office-Accounts can't authenticate via Office 365 login. 3 years ago
  Thorsten Eckel d9c0354394 Fixes #3230 - Hybrid Office-Accounts can't authenticate via Office 365 login. 3 years ago
  Martin Edenhofer 437a9ac8ae Fixed issue #3223 - Error: Kb locales is too long (maximum is 1 character) 3 years ago
  Rolf Schmidt 634fd40958 Fixes #3190 - Finding a user by email address not possible. 3 years ago
  Thorsten Eckel 621ebc16d2 Maintenance: until_constant browser test helper method does not actually performs a Timout and can't handle nil as a result. 3 years ago
  Martin Edenhofer 911896f558 Update for 3.5 release. 3 years ago
  Martin Edenhofer 89eae934bf Fixed issue #3198 - Unable to open ticket/content not loading. 3 years ago
  Rolf Schmidt c4c43b3df4 Fixes #3191 - data privacy obsolete column name. 3 years ago
  Mantas 28a31b241a Fixes #3186 - Endpoint api/v1/ticket_articles/by_ticket ignores X-On-Behalf-Of 3 years ago
  Rolf Schmidt 9b93987f99 Peformance - Fixed missing ignored attributes for data privacy feature. 3 years ago
  Mantas 6c4956a748 CVE-2020-15169 3 years ago
  Thorsten Eckel 60c96c8dff Revert "Follow up - f54df50 - Fixes #3040: Use focusout instead of click event to stabilize tests." 3 years ago
  Thorsten Eckel b91a77f87f Refactoring: Use more explicit methods to reason about code. 3 years ago
  Rolf Schmidt b8481838cf Fixes #2074 - Ability of deleting customers and / or all ticket at once. 3 years ago
  Thorsten Eckel 3d9b2eb1b9 Maintenance: Ensured HTTP request verbs according to REST paradigm. 3 years ago
  Mantas Masalskis a18c613c7b Fixes #2943 (raise default password security) + #2907 (Password strength settings are ignored when creating new customer accounts) 3 years ago
  Marcel Herrguth ae38999b17 Fixes #3128 - Add SSO login button to login page. 3 years ago
  Thorsten Eckel afa4183421 Refactoring: Reverted unneeded HTML option customization of bootstrap-tokenfield.js. 3 years ago
  Thorsten Eckel 0fe4f37808 Maintenance: Improve logging of failures when sending SMS via Massenversand.de. 3 years ago
  Mantas Masalskis 61facbe7f1 Maintenance: Show less error details to non-admin users 3 years ago
  Mantas Masalskis 70b55ac288 Maintenance: Enhance KB global search result scope. 4 years ago
  Cédric Barthe 65d6c71b80 PR #3176 - adds List-Unsubscribe tag to identify newsletters 3 years ago
  Mantas 08f840b1dc Fixes #3169 - Logo image ratio goes wrong when resizing to specific height 5 years ago
  Mantas Masalskis 52a44abc2d Fixes #2672 - Changing article visibility will not update ticket view for customers 3 years ago
  Thorsten Eckel b6ae957ac2 Fixes #3167: Active Google channels cause Email channels to loose email addresses. 3 years ago
  w1n5l0w 3d192af3d0 PR #3041 - adds groupOfNames objectClass support to LDAP client 4 years ago
  Mantas ab43ff94c8 Refactoring: In idiomatic Ruby loops are exited early by `return`-ing instead of `break`-ing. 3 years ago
  MrGeneration 3b27e6cb8b Maintenance: Enhance postgres dumps to be owner less 3 years ago
  MrGeneration ec7790748f Fixes #3139 - Restore script uses postgres user and nukes restoration of hosted dumps 3 years ago
  MrGeneration b1e75841f4 Maintenance: explicitly expect zammad user and exit if not found 3 years ago
  MrGeneration 43702a7045 Fixes #3160 - Backup script restoration order causes issues if version difference causes ruby version differences 3 years ago
  Mantas Masalskis 8b70f5703c Maintenance: Cop to replace `.not_to have_` to `.to have_no_` 3 years ago
  Thorsten Eckel 8886d7bada Maintenance: Fixed typo 'in_fixed_postion' => 'in_fixed_position'. 3 years ago
  Thorsten Eckel 3bcd5e71a1 Maintenance: Custom method `Capybara::Node::Element#in_fixed_postion` is error prone due to a race condition because first check is performed without a sleep. 3 years ago