Thorsten Eckel
|
163dbc4e9e
Updated rubocop(-* gems) to latest version (0.83.0).
|
4 лет назад |
Mantas Masalskis
|
880f1d5e3a
Fixes #2644 - Including Knowledge Base Answers into Ticket Articles doesn't attach Attachments
|
4 лет назад |
Ryan Lue
|
becbdb1baa
Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit.
|
5 лет назад |
Olivier Sallou
|
69600b0b7c
Fix typos in Unprocessable Entity error message
|
5 лет назад |
Thorsten Eckel
|
d354dee74c
Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness.
|
5 лет назад |
Thorsten Eckel
|
1c63e96675
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
|
5 лет назад |
Thorsten Eckel
|
5745fa46bd
Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3.
|
5 лет назад |
Martin Edenhofer
|
ffd7ae99b1
Fixes issue #2530 - Not used SQL index with PostgreSQL in certain cases on very large setups.
|
6 лет назад |
Thorsten Eckel
|
444e48e377
Fixed issues #1259 and #1598 by adding ObjectManager::Attribute validations.
|
6 лет назад |
Billy Zhou
|
f080a144e0
Fixed #2483 - #{article.body_as_html} now includes attachments (e.g. PDFs). Fixes #2487 - Forwarding: Attachment is missing if original HTML Mail contains an image.
|
6 лет назад |
Martin Edenhofer
|
5dedd6ecfc
Implemented preview feature as default feature.
|
6 лет назад |
Billy Zhou
|
487f36a5a5
Fixed #2399 - Attached images are broken on trigger reply with #{article.body_as_html}
|
6 лет назад |
Ryan Lue
|
46615333f9
Refactoring: Eliminate explicit coupling of classes in ChecksImport concern
|
6 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 лет назад |
Martin Edenhofer
|
22b2f44ba0
Initial SMS integration for trigger notifications and additional channel. Thanks to sys4 AG!
|
6 лет назад |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 лет назад |
Mantas
|
7bb7e7a438
Fixes #1123 Attachments get doubled when suspending a draft
|
6 лет назад |
Thorsten Eckel
|
ddd7cb315a
Fixed rubocop complains by restoring the deactivation of Rails/InverseOf.
|
6 лет назад |
Ryan Lue
|
04055f7095
Replace unless with if ! (project-wide)
|
6 лет назад |
Ryan Lue
|
79d4284365
Fix rubocop violations
|
6 лет назад |
Thorsten Eckel
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 лет назад |
Thorsten Eckel
|
fbeccbc85c
Updated to latest rubocop version.
|
7 лет назад |
Martin Edenhofer
|
6a0f5d4c25
Initial generic csv based import of text modules, users, organizations and tickets for model and controller.
|
7 лет назад |
Martin Edenhofer
|
a987c10051
Improved usage (autoset) of origin_by of article model.
|
7 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Martin Edenhofer
|
eb5ad7d9fa
Fixed issue #1649 - Tickets are deleted but database is still the same size.
|
7 лет назад |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
Martin Edenhofer
|
80f669d8eb
Fixed issue #1390 - Broken email with huge pdf inline (lead to huge article body with bigger then 7MB) is blocking rendering of web app.
|
7 лет назад |
Martin Edenhofer
|
d93d404902
Improved tests (do not break on before/after callbacks).
|
7 лет назад |
Thorsten Eckel
|
350c3ead51
Added enhanced Group access functionality.
|
7 лет назад |
Rolf Schmidt
|
fa454abf3a
Reworked file structure of concerns.
|
7 лет назад |
Rolf Schmidt
|
095792aa5b
Fixed issue #926 - Accounted Time.
|
8 лет назад |
Martin Edenhofer
|
47b49222cb
Fixed typo.
|
8 лет назад |
Martin Edenhofer
|
14507180a3
Improved external attachment support.
|
8 лет назад |
Martin Edenhofer
|
1b3d787c27
Improved article attachment api (implemented easier attaching attachments via rest).
|
8 лет назад |
Thorsten Eckel
|
8800a4a861
Added HTML Sanitzer concern for multi model usage.
|
8 лет назад |
Thorsten Eckel
|
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
|
8 лет назад |
Martin Edenhofer
|
4cec7a5549
Added content validation to x-zammad mail headers and postmaster filters.
|
8 лет назад |
Martin Edenhofer
|
aa29a75841
Fixed issue#301 - Using #{article.body} in trigger gives html.
|
8 лет назад |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 лет назад |
Martin Edenhofer
|
81b48a2ef4
Moved from to new permission management.
|
8 лет назад |
Martin Edenhofer
|
acc71eeb23
Improved tests.
|
8 лет назад |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 лет назад |
Martin Edenhofer
|
4baa1c9410
Moved to background job for sending twitter messages (do not log article changes).
|
8 лет назад |
Martin Edenhofer
|
1248f4080b
Init version of object manager.
|
8 лет назад |
Martin Edenhofer
|
549978d731
Send inline images with cid (load images via http/https in src).
|
8 лет назад |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
9 лет назад |
Martin Edenhofer
|
4bd1f8ebf1
Fixed creation of article.message_id_md5 right after generating message_id.
|
9 лет назад |
Martin Edenhofer
|
618a1cb0db
Improved error handling.
|
9 лет назад |
Martin Edenhofer
|
775c4f7d06
Added bounce follow up feature (postmaster bounce emails will now issue an followup of origin ticket).
|
9 лет назад |