Thorsten Eckel
|
8f30c37ddf
users_controller.rb: removed useless Ticket.search from def search
|
5 years ago |
Jens Pfeifer
|
e48256c130
Refactoring: Removed use of unnecessary exception wrapper method `response_access_deny`.
|
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
|
29c61f0586
Implemented issue #2136 - Improve admin -> user -> default shown users are sometimes different with and/or without search text -> unify search.
|
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
|
8af6e2b9eb
Implemented issue #2064 - Add delete existing records to CSV import feature.
|
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
|
d52634701d
Fixed issue #1794 - Admin users can be disabled by Agents.
|
6 years ago |
Martin Edenhofer
|
ee7319ab1f
Follow up for issue #338 behaviour reply behaviour.
|
6 years ago |
Martin Edenhofer
|
cc5a5fb9ae
Implemented issue #338 - Autocomplete Email-Address-Fields.
|
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 |
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 |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Thorsten Eckel
|
7e3b63a7ba
Disabled params wrapping.
|
7 years ago |
Martin Edenhofer
|
b258ae24e6
Improved store migration for RoR 5.
|
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 |
Martin Edenhofer
|
003d60d6b1
Improved tests for out of office feature and related controllers.
|
7 years ago |
Jens Pfeifer
|
533b44af8f
Updated to rails 5.0.
|
7 years ago |
Thorsten Eckel
|
20a8e40484
Added initial version of Out Of Office functionality.
|
7 years ago |
Martin Edenhofer
|
866614122d
Implemented issue #1251 - Config option to have uniq email addresses for users.
|
7 years ago |
Martin Edenhofer
|
77d3f8bf67
Implemented issue #562 - Ticket creation - allow to create users without email, issue #181 - Allow customers without email addresses (was incoming phone call) and issue #247 telephone ticket without email.
|
7 years ago |
Martin Edenhofer
|
9f6a4a99f5
Ensure that a user has always (at least) signup rules and not none roles.
|
7 years ago |
Thorsten Eckel
|
350c3ead51
Added enhanced Group access functionality.
|
7 years ago |
Martin Edenhofer
|
9cc1f8b564
Fixed issue #902 - Can't use PUT on Organizations REST API with token.
|
7 years ago |
Martin Edenhofer
|
c662df0d11
Fixed issue #903 - member_ids missing in organization list API endpoint.
|
7 years ago |
Thorsten Eckel
|
d8d88968e9
Fixed issue #791 - User can't login after to many failed logins even if password gets resetted.
|
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 |
Julian K
|
ceaf615282
Fix spelling mistake (#481)
|
8 years ago |
Martin Edenhofer
|
da2a11cb8c
Added users/me resource. Fixed issue#241.
|
8 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
|
ba684348ef
Improved user validation.
|
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 |
Martin Edenhofer
|
19cb76bb12
Prevent multiple rendering.
|
8 years ago |
Martin Edenhofer
|
50c1633124
Improved user/org search.
|
8 years ago |
Martin Edenhofer
|
eceb9889b1
Added database locking to prevent race conditions.
|
8 years ago |
Martin Edenhofer
|
325e0b4ddd
Renamed term to query for searches.
|
8 years ago |
Martin Edenhofer
|
46aeca2bdc
Fixed user search.
|
8 years ago |
Martin Edenhofer
|
825df71df1
Fixed controller tests.
|
8 years ago |
Martin Edenhofer
|
81b48a2ef4
Moved from to new permission management.
|
8 years ago |
Martin Edenhofer
|
1b907f0d73
Added autoload of text modules.
|
8 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |