.. |
active_support
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
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
|
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
|
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
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
email_helper
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
enrichment
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
escalation
|
3330fe9ce7
Fixes #3551 - First response doesn't get solved after answering and state change to pending reminder.
|
3 years ago |
excel_sheet
|
7bfe6dac31
Fixes #2793 - CSV-Export contains Tags twice.
|
4 years ago |
external_credential
|
c69b691699
Followup #3515 - Allow single tenant only application in microsoft
|
3 years ago |
github
|
a5de91064a
Fixes #3512 - allow http for local gitlab or github enterprise instance
|
3 years ago |
gitlab
|
a5de91064a
Fixes #3512 - allow http for local gitlab or github enterprise instance
|
3 years ago |
import
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
knowledge_base
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
ldap
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
mixin
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
notification_factory
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
omniauth
|
85d6e19892
Fixes #3515 - Allow single tenant only application in microsoft
|
3 years ago |
password_policy
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
report
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
secure_mailing
|
3b7909ed5c
Fixes #3517 - Unable to verify S/MIME mail signature signed with certificate chain.
|
3 years ago |
sequencer
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
service
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
sessions
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
stats
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
tasks
|
950b828a22
Maintenance: Fix env setting for microsoft 365 refresh token.
|
3 years ago |
twitter
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
5 years ago |
zammad
|
fdbf501be0
Maintenance: Refactor the remaining observers to concerns and drop the rails-observers dependency.
|
3 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
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.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
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
calendar_subscriptions.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
color_validator.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
db_helper.rb
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
email_address_validation.rb
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
email_helper.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
escalation.rb
|
3330fe9ce7
Fixes #3551 - First response doesn't get solved after answering and state change to pending reminder.
|
3 years ago |
event_buffer.rb
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
excel_sheet.rb
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
exceptions.rb
|
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
|
4 years ago |
facebook.rb
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
fill_db.rb
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
4 years ago |
github.rb
|
1d2a1a1163
- Fixes #3455: Gitlab and Github integration cause application reload when using [Enter]
|
4 years ago |
gitlab.rb
|
1d2a1a1163
- Fixes #3455: Gitlab and Github integration cause application reload when using [Enter]
|
4 years ago |
html_sanitizer.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
idoit.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
ldap.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
models.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
notification_factory.rb
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
password_hash.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
password_policy.rb
|
f63577633f
Fixes #2943 (raise default password security) + #2907 (Password strength settings are ignored when creating new customer accounts)
|
4 years ago |
pseudonymisation.rb
|
d2a0997475
Fixes #3488 - Invalid null value for user's last name.
|
4 years ago |
push_messages.rb
|
0b9e6676f8
Maintenance: Updated rubocop(-* gems) to latest version (1.0.0).
|
4 years ago |
search_index_backend.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
search_knowledge_base_backend.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
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
|
5d62cb21da
Maintenance: Migrated not existing log level `notice` to `info`.
|
4 years ago |
signature_detection.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
sql_helper.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
static_assets.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
stats.rb
|
c3fce714dc
Refactoring: Converted StatsStore to polymorphic association.
|
4 years ago |
telegram.rb
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
transaction_dispatcher.rb
|
fdbf501be0
Maintenance: Refactor the remaining observers to concerns and drop the rails-observers dependency.
|
3 years ago |
twitter_sync.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
upload_cache.rb
|
c7f8045569
Refactoring: Created generic UploadCache class, controller and routes to handle attachment upload.
|
6 years ago |
user_agent.rb
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
user_context.rb
|
a56245defa
Fixes #3468: Not authorized error using Im X-On-Behalf-Of.
|
4 years ago |
user_info.rb
|
b361c422f8
Refactoring UserInfo:
|
5 years ago |
version.rb
|
79d4284365
Fix rubocop violations
|
6 years ago |
websocket_server.rb
|
5d62cb21da
Maintenance: Migrated not existing log level `notice` to `info`.
|
4 years ago |