.. |
application_controller
|
213f2d153f
Fixed issue #2128 - Route for /auth/failure is missing to show login failure messages form oauth provider (if request was technical ok - only login was not possible by oauth provider).
|
6 years ago |
concerns
|
4479e180bd
Fixed issue #2141 by switching to strict_decode64 for decoding base64
|
6 years ago |
integration
|
093c9e7621
Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket.
|
6 years ago |
sessions
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
6 years ago |
activity_stream_controller.rb
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
6 years ago |
application_controller.rb
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
applications_controller.rb
|
e460c99cad
Introduced REST expand=true/false/1/0, full=true/false/1/0 and all=true/false/1/0 options. Improved controller tests. @hanneshal
|
7 years ago |
calendar_subscriptions_controller.rb
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
calendars_controller.rb
|
6263762ac4
Fixes issue #1971 - Admin UI does not allow to select Timezone in "Calendars" options.
|
6 years ago |
channels_email_controller.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
channels_facebook_controller.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
channels_telegram_controller.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
channels_twitter_controller.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
chat_sessions_controller.rb
|
724879c6c8
Implemented issue #422 - Convert Chat into Ticket.
|
6 years ago |
chats_controller.rb
|
8894374afd
Fixed typo in permission name.
|
7 years ago |
cti_controller.rb
|
29a0336809
Implemented issue #2044 - Generic CTI integration.
|
6 years ago |
email_addresses_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
errors_controller.rb
|
2bf34b9404
Skip csrf token check for error controller.
|
7 years ago |
external_credentials_controller.rb
|
fbeccbc85c
Updated to latest rubocop version.
|
6 years ago |
first_steps_controller.rb
|
601960f5fb
Implemented issue #1171 - The ability to set the platform default language.
|
7 years ago |
form_controller.rb
|
04055f7095
Replace unless with if ! (project-wide)
|
6 years ago |
getting_started_controller.rb
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
groups_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
http_logs_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
import_otrs_controller.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
import_zendesk_controller.rb
|
04055f7095
Replace unless with if ! (project-wide)
|
6 years ago |
init_controller.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
jobs_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
karma_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
links_controller.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
long_polling_controller.rb
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 years ago |
macros_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
monitoring_controller.rb
|
12ea65f84f
Ordered failed background jobs by number of entries which also stabilizes test.
|
6 years ago |
object_manager_attributes_controller.rb
|
9f559276e4
improve email filters by adding a tag option - closes #1991
|
6 years ago |
online_notifications_controller.rb
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
6 years ago |
organizations_controller.rb
|
597cd01b5a
Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API.
|
6 years ago |
overviews_controller.rb
|
7599e8e17a
Fixed issue #1681 - Unable to re-order overviews in admin interface with over 100 overviews.
|
7 years ago |
packages_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
postmaster_filters_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
proxy_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
recent_view_controller.rb
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
6 years ago |
report_profiles_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
reports_controller.rb
|
162b1ac093
include custom attributes when generating reports and time accounting data. Closes #1894 #1964
|
6 years ago |
roles_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
search_controller.rb
|
9c54b3382d
Added support to search for chat sessions. Added set name and tags for chats.
|
6 years ago |
sessions_controller.rb
|
3eecf52c50
Fixed issue #2281 - O365/Office365 authentication missing given- and surname.
|
6 years ago |
settings_controller.rb
|
04055f7095
Replace unless with if ! (project-wide)
|
6 years ago |
signatures_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
slas_controller.rb
|
e460c99cad
Introduced REST expand=true/false/1/0, full=true/false/1/0 and all=true/false/1/0 options. Improved controller tests. @hanneshal
|
7 years ago |
tags_controller.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
taskbar_controller.rb
|
d6bae448db
Added tests for taskbar controller.
|
7 years ago |
templates_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
tests_controller.rb
|
c71b0d36d4
Updated copyright.
|
8 years ago |
text_modules_controller.rb
|
3a4ca7a125
Fixed issue #2285 - Permission issue: response templates only usable when admin is also agent.
|
6 years ago |
ticket_articles_controller.rb
|
093c9e7621
Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket.
|
6 years ago |
ticket_overviews_controller.rb
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
ticket_priorities_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
ticket_states_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
tickets_controller.rb
|
093c9e7621
Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket.
|
6 years ago |
time_accountings_controller.rb
|
e19be91338
Test and fix time accounting API endpoint bug (replaces #2243)
|
6 years ago |
translations_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
triggers_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
user_access_token_controller.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
user_devices_controller.rb
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
users_controller.rb
|
29c61f0586
Implemented issue #2136 - Improve admin -> user -> default shown users are sometimes different with and/or without search text -> unify search.
|
6 years ago |
version_controller.rb
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |