Felix Niklas
|
6f67f417ee
Clock widget: render sharp on retina (support devicePixelRatio)
|
6 лет назад |
Ryan Lue
|
74e1fa8722
Refactoring: Migrate ticket_escalation_test to RSpec
|
6 лет назад |
Martin Edenhofer
|
48cccd186b
Removed unless code.
|
6 лет назад |
Martin Edenhofer
|
668e272cfd
Fixed issue #2541 - Existing scheduler email notification without `body` will raise an exception.
|
6 лет назад |
Ryan Lue
|
9a0df2729b
Refactoring: Migrate {ticker,user}_ref_object_touch_test to RSpec
|
6 лет назад |
Martin Edenhofer
|
a11fb318d4
Use image preview in sidebar attachments list.
|
6 лет назад |
Martin Edenhofer
|
04c1cf2fb9
Followup for commit b1b137bb0da5dd3329f90d4bdd5e5122630feceb - verify if object manager attribute exists for user only (not locale for any other object).
|
6 лет назад |
Martin Edenhofer
|
ffd7ae99b1
Fixes issue #2530 - Not used SQL index with PostgreSQL in certain cases on very large setups.
|
6 лет назад |
Thorsten Eckel
|
44e9e04949
Maintenance: Updated rubocop to latest version (0.67.2).
|
6 лет назад |
Thorsten Eckel
|
fcd0708e9a
Fixed bug: Auto reloading in development Rails env is broken.
|
6 лет назад |
Thorsten Eckel
|
55bbda9969
Refactoring: Unused code from development phase slipped into final merge.
|
6 лет назад |
Martin Edenhofer
|
57b17f7b81
Small memory footprint improvements.
|
6 лет назад |
Martin Edenhofer
|
13854f7fa7
Improved message_id generation (more random).
|
6 лет назад |
Martin Edenhofer
|
b6093930e3
Improved error handling.
|
6 лет назад |
Martin Edenhofer
|
8e25338a11
Improved inline documentation.
|
6 лет назад |
Mantas Masalskis
|
15687b8609
Fixed bug; Popover getting rendered multiple times and/or stuck.
|
6 лет назад |
Ryan Lue
|
6393e398c1
Refactoring: Migrate email_process_customer_selection_based_on_sender_recipient_test to RSpec
|
6 лет назад |
Ryan Lue
|
f702b34891
Refactoring: Migrate ticket_owner_reset_on_follow_up_test to RSpec
|
6 лет назад |
Ryan Lue
|
b65a84f95e
Refactoring: Migrate email_process_follow_up_possible_test to RSpec
|
6 лет назад |
Ryan Lue
|
d3bbdd3b00
Refactoring: Migrate organization_ref_object_touch_test to RSpec
|
6 лет назад |
Ryan Lue
|
6fd6af9e75
GitLab: Add "Default" Merge Request template
|
6 лет назад |
Ryan Lue
|
b1b137bb0d
KB Prep: Refactor & backport User#locale method
|
6 лет назад |
Mantas
|
b3f636a5d1
SearchableSelect retains visible text to indicate that value wasn't cleared
|
6 лет назад |
Ryan Lue
|
914f2f313f
Refactoring: Migrate ticket_state_change to RSpec
|
6 лет назад |
Thorsten Eckel
|
153032e82f
Follow up - 444e48e3772eb4abf8fb00170dca3d08ad65955f - Obsolete ObjectManager::Attribute data_option missing :diff option fails migration.
|
6 лет назад |
Ryan Lue
|
969012584a
Refactoring: Migrate permission_test to RSpec
|
6 лет назад |
Felix Niklas
|
1870081022
Refactor ticket list
|
6 лет назад |
Billy Zhou
|
30d3ce2b88
Upgrade mail gem from 2.6.6 to 2.7-stable to solve 4 issues:
|
6 лет назад |
Martin Edenhofer
|
3acfa4a277
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
6 лет назад |
Thorsten Eckel
|
8f30c37ddf
users_controller.rb: removed useless Ticket.search from def search
|
6 лет назад |
Ryan Lue
|
296f37ef23
Refactoring: Clean up User.authenticate spec
|
6 лет назад |
Ryan Lue
|
33c44d3486
Refactoring: Migrate auth_test to RSpec
|
6 лет назад |
Ryan Lue
|
a2148ecc68
Knowledge Base Prep: Backport bugfix for cache key writing race condition in SearchableAjaxSelect
|
6 лет назад |
Ryan Lue
|
48352ece6d
Extract CoffeeScript view helper methods into their own mixin
|
6 лет назад |
Ryan Lue
|
17fd53f175
Refactoring: Migrate email_process_sender_name_update_if_needed to RSpec
|
6 лет назад |
Ryan Lue
|
5b06840b33
Refactoring: Migrate user_out_of_office_test to RSpec
|
6 лет назад |
Ryan Lue
|
97530e0d78
Refactoring: Migrate stats_ticket_waiting_time_test to RSpec
|
6 лет назад |
Thorsten Eckel
|
9d7485bf71
Maintenance: Run more tests with random DB services to increase overall CI speed and ensure independence of DB layer.
|
6 лет назад |
Thorsten Eckel
|
c7f8045569
Refactoring: Created generic UploadCache class, controller and routes to handle attachment upload.
|
6 лет назад |
Martin Edenhofer
|
f5b671729d
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
6 лет назад |
Thorsten Eckel
|
50ca3cde9c
Maintenance: Run browser tests for random DB service.
|
6 лет назад |
Martin Edenhofer
|
f72b44234e
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
6 лет назад |
Thorsten Eckel
|
a1bb61bf56
Maintenance: Fixed cache test that is error prone to timezone DST changes.
|
6 лет назад |
Felix Niklas
|
eb9767278d
Common style for radios & checkboxes
|
6 лет назад |
Thorsten Eckel
|
d998f36f11
Updated rubocop to latest version (0.66).
|
6 лет назад |
Thorsten Eckel
|
e75419d40b
Bugfix: Missing brackets causes calendar_subscriptions layout_ref to not render properly.
|
6 лет назад |
Thorsten Eckel
|
e3d2192210
Refactoring: Prefer Rails fixture_file_upload helper method instead of using Rack::Test::UploadedFile (directly).
|
6 лет назад |
Thorsten Eckel
|
d5bf8a533c
Fixed regression: Newly created ObjectManager::Attribute::Validation breaks Spring because of already/auto loaded constants.
|
6 лет назад |
Thorsten Eckel
|
4e07079056
Follow up - 444e48e3772eb4abf8fb00170dca3d08ad65955f - Removed future and past data_options of Date ObjectManager::Attribute because they are not determinable due to time zones.
|
6 лет назад |
Martin Edenhofer
|
2ccda12cc2
Added ObjectManager::Attribute count to monitoring status result.
|
6 лет назад |