.. |
assets
|
2a5d4954ab
Init version.
|
13 years ago |
assets_set
|
1287e9968e
Fixed bug: Regular Model list imports (e.g. Tickets) sequences fail import because of attribute that is not required and can't be provided.
|
5 years ago |
auth
|
4014839242
Fixes issue #2907 - Password strength settings are ignored when creating new customer accounts. Make login available to verified users only.
|
4 years ago |
calendar_subscriptions
|
7fab92d074
Fixes issue #2169 - Time format always english if generated from system.
|
5 years ago |
can_be_published
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 years ago |
core_ext
|
72bb320fb0
Updated rubocop(-* gems) to latest version (0.85.1).
|
4 years ago |
email_helper
|
5f06c8c6b4
Fixes #2866 - G Suite accounts will only allow access to apps using OAuth. Password-based access will no longer be supported.
|
4 years ago |
enrichment
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
excel_sheet
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
external_credential
|
5f06c8c6b4
Fixes #2866 - G Suite accounts will only allow access to apps using OAuth. Password-based access will no longer be supported.
|
4 years ago |
import
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
knowledge_base
|
563bcfbefd
Maintenance: Custom Rubocop matcher for making sure "unless" conditional is not used in Ruby
|
4 years ago |
ldap
|
72bb320fb0
Updated rubocop(-* gems) to latest version (0.85.1).
|
4 years ago |
migration_job
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
mixin
|
59c787bacb
Maintenance: Reduce HasBackends overhead by autoloading backends on initialisation.
|
4 years ago |
notification_factory
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
omniauth
|
67d3f35b05
Refactoring: Resolved vendor/lib/* path by moving OmniAuth custom authentication backends to lib/omniauth/.
|
5 years ago |
report
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
secure_mailing
|
59c787bacb
Maintenance: Reduce HasBackends overhead by autoloading backends on initialisation.
|
4 years ago |
sequencer
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
service
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
sessions
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
stats
|
1c63e96675
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
|
5 years ago |
tasks
|
9df575060a
Follow up - a782b494cfb65337f75017cc591934975328c3da - Maintenance: CI DB created from schema already contains tables of CD packages that should get created via migration files of the Package.
|
4 years ago |
twitter
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
5 years ago |
zammad
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 years ago |
app_version.rb
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
application_handle_info.rb
|
545339fe8e
Replace :application_handle spec helper with ApplicationHandleInfo.use method
|
6 years ago |
application_lib.rb
|
b2c065812f
Refactoring: Migrated Kernel.const_get to Rails .constantize.
|
6 years ago |
assets_set.rb
|
1287e9968e
Fixed bug: Regular Model list imports (e.g. Tickets) sequences fail import because of attribute that is not required and can't be provided.
|
5 years ago |
auth.rb
|
b2c065812f
Refactoring: Migrated Kernel.const_get to Rails .constantize.
|
6 years ago |
auto_wizard.rb
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
bulk_import_info.rb
|
13b3b841d5
Fixed issue #2329 - Unable to import (update) users with email addresses als lookup index written in upper letters.
|
6 years ago |
cache.rb
|
0e6a6ff1fd
Remove outdated edge case handling from Cache class
|
6 years ago |
calendar_subscriptions.rb
|
b2c065812f
Refactoring: Migrated Kernel.const_get to Rails .constantize.
|
6 years ago |
color_validator.rb
|
6c60021196
Fixes #2641 - Can't use HEX/HSL color value in KB Admin color picker.
|
5 years ago |
db_helper.rb
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
email_address_validation.rb
|
7e4b46b65c
Refactoring: Added consistent email address validation to backend.
|
5 years ago |
email_helper.rb
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
event_buffer.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
excel_sheet.rb
|
7fab92d074
Fixes issue #2169 - Time format always english if generated from system.
|
5 years ago |
exceptions.rb
|
9fe709f9b7
Improved error handling for json requests.
|
8 years ago |
facebook.rb
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
fill_db.rb
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 years ago |
html_sanitizer.rb
|
dc743a7662
Fixes #2494 - Plus characters are stripped from email addresses and urls in ticket body
|
4 years ago |
idoit.rb
|
72bb320fb0
Updated rubocop(-* gems) to latest version (0.85.1).
|
4 years ago |
ldap.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
models.rb
|
b49802a161
Fixes #3123: Merging Tickets/Users/... does not update ExternalSync references.
|
4 years ago |
notification_factory.rb
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
5 years ago |
password_hash.rb
|
1e54645223
Fixed issue #462 - Password hashing: upgrade to argon2 2.x (argon2id), fix non-unique salt bug - huge thanks to @martinvonwittich !
|
5 years ago |
push_messages.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
search_index_backend.rb
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
search_knowledge_base_backend.rb
|
b5c067b05a
Fixes #3083 - KB answer search in ticket is broken
|
4 years ago |
secure_mailing.rb
|
2ffca390a9
Fixes #1961 - S/MIME integration.
|
4 years ago |
sequencer.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
session_helper.rb
|
4a07c783a3
Fixes #967 - Access to my own Tickets (where I'm customer of) in a Group im not Agent.
|
4 years ago |
sessions.rb
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
signature_detection.rb
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 years ago |
static_assets.rb
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 years ago |
stats.rb
|
40dcb0e132
Updated rubocop to latest version (0.74).
|
5 years ago |
telegram.rb
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
twitter_sync.rb
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |
upload_cache.rb
|
c7f8045569
Refactoring: Created generic UploadCache class, controller and routes to handle attachment upload.
|
6 years ago |
user_agent.rb
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
user_info.rb
|
b361c422f8
Refactoring UserInfo:
|
5 years ago |
version.rb
|
79d4284365
Fix rubocop violations
|
6 years ago |
websocket_server.rb
|
33498bac91
Feature: Chat origin whitelisting functionality.
|
5 years ago |