.. |
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
|
027a1d4d63
Maintenance: Updated rubocop(-* gems) to latest version (1.10.0).
|
4 years ago |
email_helper
|
e65c8b1399
Fixes #3142 - Import archive mailbox.
|
4 years ago |
enrichment
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
escalation
|
1aa4e68c6c
Refactoring: SLA and Escalation logic. Fixes #3410, fixes #3140, fixes #2579.
|
4 years ago |
excel_sheet
|
7bfe6dac31
Fixes #2793 - CSV-Export contains Tags twice.
|
4 years ago |
external_credential
|
6ab04260ea
Fixes #3256, closes #3080: Updated scopes to Facebook API versions > 6 (removes deprecated Facebook user wall functionality).
|
4 years ago |
github
|
1d2a1a1163
- Fixes #3455: Gitlab and Github integration cause application reload when using [Enter]
|
4 years ago |
gitlab
|
1d2a1a1163
- Fixes #3455: Gitlab and Github integration cause application reload when using [Enter]
|
4 years ago |
import
|
06be90f038
Fixes #3435 - Broken counter check for attributes examples causes exchange integration wizard to check all entries instead of 50.
|
4 years ago |
knowledge_base
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
ldap
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
mixin
|
f63577633f
Fixes #2943 (raise default password security) + #2907 (Password strength settings are ignored when creating new customer accounts)
|
4 years ago |
notification_factory
|
602c8137b4
Fixes #3462 - Mixed naming regarding mentioned and subscribed in UI
|
4 years ago |
omniauth
|
08ff2b12e8
Fixes #2951 - Generic oAuth2 login provider is unusable.
|
4 years ago |
password_policy
|
f63577633f
Fixes #2943 (raise default password security) + #2907 (Password strength settings are ignored when creating new customer accounts)
|
4 years ago |
report
|
d0b5cbfe4b
Fixes #3243 - Relational report filters do not work (ticket.organization.*, ticket.article.*, ticket.customer.*).
|
4 years ago |
secure_mailing
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
sequencer
|
d9f4b93f48
Fixes #3436 - Unable to sync Exchange contracts (if one contact is unable to process).
|
4 years ago |
service
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 years ago |
sessions
|
78da2d5062
Maintenance: Updated activerecord-session_store gem dependency to 2.0.0.
|
4 years ago |
stats
|
c3fce714dc
Refactoring: Converted StatsStore to polymorphic association.
|
4 years ago |
tasks
|
bfcca2fe79
Follow up - a86b288f4c8ccb8180baca589854027a34f29f7f - Fixes #3411: Missing 'dotenv' gem in production causes rake tasks to fail.
|
4 years ago |
twitter
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
5 years ago |
zammad
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
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
|
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
|
0e6a6ff1fd
Remove outdated edge case handling from Cache class
|
6 years ago |
calendar_subscriptions.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 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
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 years ago |
email_helper.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
escalation.rb
|
1aa4e68c6c
Refactoring: SLA and Escalation logic. Fixes #3410, fixes #3140, fixes #2579.
|
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
|
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
|
b72a15a017
Maintenance: Updated rubocop(-* gems) to latest version (1.3.0).
|
4 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
|
2354b5f53f
Fixes #208 - Notify / Mention other agents / Subscribe to Tickets.
|
4 years ago |
idoit.rb
|
0b9e6676f8
Maintenance: Updated rubocop(-* gems) to latest version (1.0.0).
|
4 years ago |
ldap.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
models.rb
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
notification_factory.rb
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 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 |
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
|
85573432c0
Maintenance: Updated rubocop(-* gems) to latest version (1.4.1).
|
4 years ago |
push_messages.rb
|
0b9e6676f8
Maintenance: Updated rubocop(-* gems) to latest version (1.0.0).
|
4 years ago |
search_index_backend.rb
|
2354b5f53f
Fixes #208 - Notify / Mention other agents / Subscribe to Tickets.
|
4 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
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 years ago |
sql_helper.rb
|
3fd0609f61
Fixes #2337 - Zammad stops Organization pagination after 500 entries.
|
4 years ago |
static_assets.rb
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 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 |
twitter_sync.rb
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
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
|
e716a555d9
Fixes #3362: Cannot configure proxy.
|
4 years ago |
user_context.rb
|
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
|
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 |