Mantas Masalskis
|
a6e387cf9b
Fixes #2429 - Note is not being updated because of the lack of lastname
|
3 years ago |
Dominik Klein
|
7f178484c7
Maintenance: Refactoring of Avatar storage logic.
|
3 years ago |
Romit Choudhary
|
d98445d1fe
Fixes #3755 - User with user_id 1 is show in admin interface (which should not)
|
3 years ago |
Martin Gruner
|
a389b8f07c
Maintenance: Replace rand() where possible
|
3 years ago |
Rolf Schmidt
|
b8aeabce94
Fixes #3648 - high organization user count relates to bad performance.
|
3 years ago |
Dominik Klein
|
0dc650b5d8
Fixes #2565 - Visualise locked users in UI and make them unlock-able for admin
|
3 years ago |
Dominik Klein
|
7f9c477cf4
Fixes #3302 - Representation of inactive customers and orgnizations.
|
3 years ago |
Thorsten Eckel
|
916bb77066
Maintenance: Activated rubocop Layout/SpaceInsideParens.
|
3 years ago |
Romit Choudhary
|
30654f8d7d
Fixes #3050 - newly created users are only shown in the admin interface after reload
|
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 |
Mantas Masalskis
|
a3fe217ac6
Fixes #3492 - POST /api/v1/users/avatar with empty input causes "undefined method `substr' for nil:NilClass"
|
3 years ago |
Rolf Schmidt
|
3599319ea6
Fixes #3452 - Able to select agents in @@mention feature which do not have access to tickets.
|
4 years ago |
Thorsten Eckel
|
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
|
4 years ago |
Rolf Schmidt
|
a0dc877e33
Revert "Fixes #2605 - Deletion via API impossible when user logged in at some point."
|
4 years ago |
Rolf Schmidt
|
0242c05165
Fixes #2605 - Deletion via API impossible when user logged in at some point.
|
4 years ago |
Mantas
|
138edc437b
Fixes #3189 - Unable to create inital admin user via web installer
|
4 years ago |
Mantas Masalskis
|
f63577633f
Fixes #2943 (raise default password security) + #2907 (Password strength settings are ignored when creating new customer accounts)
|
4 years ago |
Mantas Masalskis
|
9dd2b59037
Maintenance: Show less error details to non-admin users
|
4 years ago |
Thorsten Eckel
|
83239518d0
Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name.
|
4 years ago |
Martin Edenhofer
|
bcce8c51f9
Fixed issue #2904 - Error when changing passwords for users without email.
|
5 years ago |
Thorsten Eckel
|
fbbc50f24a
Maintenance: Invalid email error message is not expressive.
|
5 years ago |
Thorsten Eckel
|
1772e9f1e4
Maintenance: Error message about existing user with same email address is not expressive.
|
5 years ago |
Ryan Lue
|
dbe13c2ed6
- Fixes #2658 - CSV-Import doesn't lookup records by "name" field.
|
5 years ago |
Ryan Lue
|
2ac28bf906
Fix auto-correctable rubocop offenses in test suite
|
5 years ago |
Billy Zhou
|
3c5d274575
Fixed #2539 - search pagination broken in users_controller.rb
|
5 years ago |
Thorsten Eckel
|
e3d2192210
Refactoring: Prefer Rails fixture_file_upload helper method instead of using Rack::Test::UploadedFile (directly).
|
6 years ago |
Martin Edenhofer
|
ed448c7f50
Fixed issue #2420 - Unable to show ticket history.
|
6 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 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 |
Rolf Schmidt
|
29b616d61d
Refactored all controller mini tests and migrated them to rspec request specs
|
6 years ago |
Thorsten Eckel
|
7750f4cdca
Migrated RSpec UserController test to request test because controller tests are soft deprecated.
|
6 years ago |