Commit graph

63 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Rolf Schmidt
da66d95d3b Fixes #4229 - User-based ticket overview sorting. 2022-09-06 11:49:56 +02:00
Rolf Schmidt
7794dfa288 Fixes #4054 - Searches display all groups and owners on bulk selections. 2022-06-02 13:31:04 +02:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Rolf Schmidt
05a471f90d Fixes #3709, #Fixes 1262 - Core Workflow implementation 2021-08-25 14:24:42 +02:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Ryan Lue
a1da3a27f9 Enable Lint/UselessAssignment cop. 2019-06-28 13:38:49 +02:00
Thorsten Eckel
e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 2018-12-19 18:33:22 +01:00
Thorsten Eckel
5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
- Removed unneeded `require`s
- Replaced needed `require`s with `require_dependency`
- Replaced `load` with Concers
- Kept gem and core `require`s

Read more about ``nrequire_dependency here: http://guides.rubyonrails.org/autoloading_and_reloading_constants.html#require-dependency

Read more about Concerns here: http://api.rubyonrails.org/v5.1/classes/ActiveSupport/Concern.html
2018-04-26 10:58:16 +02:00
Thorsten Eckel
757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 2017-10-01 14:25:52 +02:00
Martin Edenhofer
cd28e904ac Improved session validation and usage of cors headers. 2017-02-15 13:29:25 +01:00
Martin Edenhofer
c71b0d36d4 Updated copyright. 2016-10-19 05:11:36 +02:00
Martin Edenhofer
30fe8aef36 Applied rubocop. 2016-06-30 22:04:48 +02:00
Martin Edenhofer
fb1a8987aa Rewrite of overview index and list backend. 2016-03-03 02:51:24 +01:00
Martin Edenhofer
b6b9def375 Moved from Ticket::ScreenOptions.agents to generic User.of_role('Agent'). 2015-07-25 16:36:16 +02:00
Thorsten Eckel
54fd62487c Applied rubocop cop 'Style/SpaceInsideStringInterpolation'. 2015-07-03 17:18:01 +02:00
Thorsten Eckel
1e4f47acde Corrected with rubocop cop 'Rails/ActionFilter'. 2015-05-07 13:24:04 +02:00
Thorsten Eckel
ce58d465c0 Corrected with rubocop cop 'Style/HashSyntax'. 2015-04-27 15:42:53 +02:00
Martin Edenhofer
b4145be452 Added additional browser tests for overviews (bulk and change overview settings). 2015-02-24 21:22:45 +01:00
Martin Edenhofer
da7af2fc63 Improved asset management. 2014-08-03 00:06:51 +02:00
Martin Edenhofer
e5c35021ac Updated header. 2014-02-03 20:24:49 +01:00
Martin Edenhofer
438baa1231 Renamed class name to get app model name. 2013-09-22 00:50:23 +02:00
Martin Edenhofer
d2ef07c759 Split of web sockets worker and renamed collection names. 2013-09-22 00:40:19 +02:00
Martin Edenhofer
0eccb81fbc Renamed Session module to Sessions to avoid conflicts with active record Session module. 2013-08-21 20:35:22 +02:00
Martin Edenhofer
ee9bffe8ca Renamed Ticket::Overview to Ticket::Overviews. 2013-08-19 12:21:31 +02:00
Martin Edenhofer
ddc99ca406 First stage of migration to object assets for frontend. 2013-08-19 08:29:49 +02:00
Martin Edenhofer
4b623f9e8e Split of app/model/ticket.rb to app/model/ticket/search.rb and app/model/permission.rb. 2013-08-17 23:10:11 +02:00
Martin Edenhofer
4c4c1e599f Split of app/model/ticket.rb to app/model/ticket/subject.rb and app/model/ticketoverview.rb. 2013-08-17 22:04:57 +02:00
Martin Edenhofer
59c4f77e3e Added config option for REST api base path on server and on site client. Currently on both "/api/v1" is used. 2013-08-07 00:10:28 +02:00
Martin Edenhofer
c2010124f5 Code reformattingand code layout beautying. 2013-06-12 17:59:58 +02:00
Martin Edenhofer
67db493699 Added model cache object (lookup method) to increase performance. 2013-01-01 21:29:26 +01:00
Martin Edenhofer
07c8b79721 Init version of package manager. 2012-12-27 21:17:33 +01:00
Martin Edenhofer
5e69e1af4e Added ajax long polling. 2012-11-27 00:22:52 +01:00
Martin Edenhofer
ee726eb591 Rewrite for form generation. Added REST docu. Moved api to /api/*. 2012-09-20 14:08:02 +02:00
Martin Edenhofer
b291af1c04 Fixed attachment download. 2012-09-13 03:14:13 +02:00
Martin Edenhofer
419c65f9f8 Fixed ticket update and bulk action. 2012-09-13 02:43:45 +02:00
Martin Edenhofer
4c824992ee Init version of customer panel. 2012-09-04 23:28:49 +02:00
Martin Edenhofer
f75c9f6a76 Improved ticket_full to support customer output. 2012-09-04 18:39:47 +02:00
Martin Edenhofer
cac0c86d9e Changed strategy of caching. 2012-07-29 22:25:31 +02:00
Martin Edenhofer
fb910d03a3 Improved caching. 2012-07-29 20:55:51 +02:00
Martin Edenhofer
43d99d266e Improved caching, moved to websockets. 2012-07-29 17:27:01 +02:00
Martin Edenhofer
e6f4bd021f Improved overview pagination in ticket zoom. 2012-07-20 15:47:04 +02:00
Martin Edenhofer
88aa1a1b6c Added ticket zoom previous/next pagination. 2012-07-20 13:23:09 +02:00
Martin Edenhofer
d649f2a53e Moved activity and recent view in own modules. 2012-07-19 23:31:57 +02:00
Martin Edenhofer
5cd1012d88 Improved history and activity stream. 2012-07-10 10:09:58 +02:00
Martin Edenhofer
3b3ecd279d Added split ticket feature. 2012-07-07 11:09:09 +02:00
Martin Edenhofer
62733c0f58 Moved history and merge into extra files. 2012-07-04 23:36:39 +02:00