renovatebot
|
b08d6c91a6
Maintenance: Update dependency rubocop to v1.63.0
|
7 months ago |
Florian Liebe
|
1671e6f30c
Maintenance: Improve handling of comma-separated tags for ticket creation.
|
8 months ago |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
10 months ago |
Rolf Schmidt
|
69a0aac782
Fixes #4979 - Agents cannot use existing tags when Setting.get(tag_new) == false.
|
11 months ago |
Mantas Masalskis
|
63e0778489
Maintenance: Improve Mentions error messages and error handling
|
11 months ago |
Rolf Schmidt
|
ecb9fbd221
Fixes #4848 - Certain offered states can not be set (never) via the bulk action.
|
11 months ago |
Rolf Schmidt
|
eb52e115a6
Fixes #4838 - Data retention rules for cleanup users (or other objects) from the system with the scheduler
|
1 year ago |
Rolf Schmidt
|
23271e0299
Fixes #3501 - Agents can create new tags even if prohibited by the settings.
|
1 year ago |
Rolf Schmidt
|
0406bf4336
Fixes #4782 - Time tracking summary in ticket zoom per ticket shows inconsistent data.
|
1 year ago |
Martin Gruner
|
a69fc3a451
Maintenance: Force usage of 'reorder' instead of 'order'.
|
1 year ago |
Mantas Masalskis
|
3505024b29
Maintenance: Switch to Ruby 3.1.3
|
1 year ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
Mantas Masalskis
|
0b2bdd62ba
Maintenance: Mentions permissions handling enhancements
|
1 year ago |
Mantas Masalskis
|
cae39caff9
Fixes #4386 - Agents cannot reopen tickets when group follow-up setting is set to "do not reopen"
|
1 year ago |
Martin Gruner
|
311584f0d2
Feature: Mobile - Add support for ticket merging.
|
1 year ago |
Rolf Schmidt
|
c0389f5893
Fixes #4245 - Mandatory field in combination with automatic assignment leads to a divergence in the setting of the ticket owner.
|
2 years ago |
Martin Gruner
|
218e854a4c
Maintenance: Bump rubocop from 1.31.0 to 1.31.1
|
2 years ago |
Martin Gruner
|
0046c509f7
Maintenance: Bump rubocop from 1.30.1 to 1.31.0
|
2 years ago |
Rolf Schmidt
|
84f6ee0a7c
Fixes #1573 - Assign user to multiple organizations.
|
2 years ago |
Mantas Masalskis
|
1954717917
Maintenance: prevent very long email address
|
2 years ago |
Martin Gruner
|
8df5da2152
Maintenance: Improve translatable source strings.
|
2 years ago |
Martin Gruner
|
9bccb2d2d2
Maintenance: Improved source strings for new features.
|
2 years ago |
Mantas Masalskis
|
c1d467aa3d
Fixes #629 - Draft Sharing.
|
2 years ago |
Martin Gruner
|
4186b0faaf
Maintenance: Update translatable source strings.
|
2 years ago |
Martin Gruner
|
2a86a454c5
Maintenance: Improved translatable source strings.
|
2 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 years ago |
Martin Gruner
|
e057d76e59
Maintenance: Apply source string review changes.
|
2 years ago |
Mantas
|
e7355e6d92
Fixes #2421 - API creates empty tickets without articles if data is missing
|
3 years ago |
Martin Gruner
|
64a87b1c67
Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext.
|
3 years ago |
Dominik Klein
|
ae4f400713
Maintenance: Moved pagination controller concern to the proper place.
|
3 years ago |
Rolf Schmidt
|
05a471f90d
Fixes #3709, #Fixes 1262 - Core Workflow implementation
|
3 years ago |
Mantas Masalskis
|
310846b8b4
Fixes #3068 - KB search does not allow pagination on endpoint
|
3 years ago |
Ryan Lue
|
d2efdb547d
Refactoring: Use ticket scope policies more consistently, various small optimizations.
|
3 years ago |
Ryan Lue
|
276c45b2e9
Refactoring: Drop Ticket.access_condition in favor of using Pundit scopes.
|
3 years ago |
Thorsten Eckel
|
32a3e31db8
Maintenance: Bump rubocop from 1.16.0 to 1.18.3.
|
3 years ago |
Martin Gruner
|
33a5f470e0
Maintenance: Treat Ruby deprecation warnings as test errors.
|
3 years ago |
Thorsten Eckel
|
4f6aed1856
Maintenance: Improved test coverage of link requests.
|
3 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
Rolf Schmidt
|
2354b5f53f
Fixes #208 - Notify / Mention other agents / Subscribe to Tickets.
|
3 years ago |
Thorsten Eckel
|
e5dc99deea
Maintenance: Updated rubocop(-* gems) to latest version (1.11.0).
|
3 years ago |
Bola Ahmed Buari
|
3fecb53915
Fixes #3415: Unable to process ticket bulk action from overview.
|
3 years ago |
Thorsten Eckel
|
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
|
3 years ago |
Rolf Schmidt
|
386ed0f4f8
Fixes #2568 - Change-Right allows creation of new tickets.
|
4 years ago |
Thorsten Eckel
|
0b9e6676f8
Maintenance: Updated rubocop(-* gems) to latest version (1.0.0).
|
4 years ago |
Thorsten Eckel
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
Thorsten Eckel
|
a7607f574e
Maintenance: Ensured HTTP request verbs according to REST paradigm.
|
4 years ago |
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 |