Rolf Schmidt
|
6e56aee254
Enhancement: Added authorization checks for ticket controller actions: ticket_customer ticket_history ticket_related ticket_recent ticket_merge ticket_split.
|
4 years ago |
Ryan Lue
|
09a808162d
Bugfix: Add missing authorization check for tickets#create
|
4 years ago |
Ryan Lue
|
becbdb1baa
Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit.
|
4 years ago |
Thorsten Eckel
|
b0c4c0cb3f
Enhancement: Reflect current_user in ticket_customer lookup.
|
4 years ago |
Rolf Schmidt
|
ec23915bd0
Fixes #1553: Calendar as filter condition for Trigger/Automatization.
|
4 years ago |
Rolf Schmidt
|
047a3aba87
Enhancement: Ticket#number should be read only for API requests.
|
4 years ago |
Thorsten Eckel
|
fbbc50f24a
Maintenance: Invalid email error message is not expressive.
|
4 years ago |
Jens Pfeifer
|
7e4b46b65c
Refactoring: Added consistent email address validation to backend.
|
5 years ago |
Denny Bresch
|
832b2ec28a
Fixes #2661 - Inconsistency in "follow up" strings
|
5 years ago |
Martin Edenhofer
|
97d14a93b3
Initial knowledge base support.
|
5 years ago |
Billy Zhou
|
8f04e32079
Closes #2531 which fixes #2534 - Agents should always be able to re-open closed tickets, regardless of group.follow_up_possible - huge thanks to @martinvonwittich!
|
5 years ago |
Martin Edenhofer
|
ffd7ae99b1
Fixes issue #2530 - Not used SQL index with PostgreSQL in certain cases on very large setups.
|
5 years ago |
Martin Edenhofer
|
f72b44234e
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
5 years ago |
Martin Edenhofer
|
ed448c7f50
Fixed issue #2420 - Unable to show ticket history.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 years ago |
Martin Edenhofer
|
13b3b841d5
Fixed issue #2329 - Unable to import (update) users with email addresses als lookup index written in upper letters.
|
6 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Martin Edenhofer
|
093c9e7621
Fixed #2132 by putting the I-doit objects in ticket preferences by creating the ticket.
|
6 years ago |
Martin Edenhofer
|
597cd01b5a
Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API.
|
6 years ago |
Martin Edenhofer
|
b58ac7e1be
Improved issue #675 - Added web UI for import of users and organisations via csv files.
|
6 years ago |
Martin Edenhofer
|
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
|
6 years ago |
Martin Edenhofer
|
70847f2b41
Improved fetching activity stream, online notifications and recent viewed items. Improved REST API with full and expaned attributes.
|
6 years ago |
Martin Edenhofer
|
3bd0642b50
Moved from full to change permissions to merge tickets. Added controller tests.
|
6 years ago |
Martin Edenhofer
|
6a0f5d4c25
Initial generic csv based import of text modules, users, organizations and tickets for model and controller.
|
6 years ago |
Muhammad Nuzaihan
|
4c38d7a719
Improved checks on 'Follow Up Possible' on frontend/backend API if set in user group
|
6 years ago |
Martin Edenhofer
|
d2d597b05c
Added possibility to create customer at ticket create with customer hash.
|
6 years ago |
Thorsten Eckel
|
2a71c6104b
Fixed issue #1753 - Ticket search fails for limit exceeding 100 with internal server error.
|
6 years ago |
Martin Edenhofer
|
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 |
Felix Niklas
|
63ff844f38
Code cleanup.
|
7 years ago |
Martin Edenhofer
|
75ac4252f3
Implemented issue #195 - Take over attachment on ticket split.
|
7 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Thorsten Eckel
|
ef38800bae
Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ .
|
7 years ago |
Jens Pfeifer
|
533b44af8f
Updated to rails 5.0.
|
7 years ago |
Martin Edenhofer
|
6004e48cbd
Small improvement for issue #1216 (moved same ticket check into model, show error message in ui).
|
7 years ago |
Thorsten Eckel
|
350c3ead51
Added enhanced Group access functionality.
|
7 years ago |
Rolf Schmidt
|
3bb2c45e63
Tidied.
|
7 years ago |
Rolf Schmidt
|
1f4ee1d3be
Removed open ticket from list of related tickets (#655).
|
7 years ago |
Martin Edenhofer
|
7dfa5e546f
Moved to taggable concern.
|
7 years ago |
Martin Edenhofer
|
058bd93fcb
Refactoring ticket stats of user and org profile.
|
7 years ago |
Thorsten Eckel
|
57e7b9e987
Refactoring:
|
7 years ago |
Thorsten Eckel
|
5eb49443dd
Refactoring: Splitted ApplicationController functionality into separat modules and concerns.
|
7 years ago |
Martin Edenhofer
|
69e1f7e8c6
Fixed typo.
|
7 years ago |
Martin Edenhofer
|
cd28e904ac
Improved session validation and usage of cors headers.
|
7 years ago |
Thorsten Eckel
|
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
|
7 years ago |
Martin Edenhofer
|
11a6930c44
Fixed issue #588 - API Call crashes webinterface - or search?
|
7 years ago |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 years ago |
Martin Edenhofer
|
d8913eec6d
Fixed random order of objects in index controller, added order_by id.
|
8 years ago |
Martin Edenhofer
|
739d5bc640
Merge branch 'private-ticket-renaming' into develop
|
8 years ago |
Martin Edenhofer
|
4f08d899cf
Added per_page limit to 500 (excepting tickets with 100). Added page/per_page support for search actions.
|
8 years ago |