index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
api_test
/
users_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-2
/
+0
*
Fix random test failures due to missing fixtures (#41623).
Go MAEDA
2024-11-11
1
-1
/
+1
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-4
/
+4
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-1
/
+1
*
Fixes failing tests caused by r22802 (#40652).
Marius Balteanu
2024-05-03
1
-2
/
+2
*
Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersT...
Marius Balteanu
2024-03-21
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Layout/SpaceAroundBlockParameters (#23307).
Go MAEDA
2024-02-01
1
-1
/
+1
*
Include auth_source in /users API response if request includes auth_source (#...
Marius Balteanu
2024-01-31
1
-0
/
+19
*
Fix RuboCop offense Layout/SpaceAfterComma (#40099).
Go MAEDA
2024-01-27
1
-1
/
+1
*
Adds user status to users list API (#38948).
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Include @auth_source@ in /users/:id API response if auth_source is requested ...
Marius Balteanu
2024-01-25
1
-0
/
+37
*
Remove deprecated @status=@ param used to get all users. @status=*@ should be...
Marius Balteanu
2024-01-25
1
-7
/
+0
*
Add test cases for @status=*@, @status=@ and @status=|1|3@ (#40099).
Marius Balteanu
2024-01-25
1
-0
/
+23
*
Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...
Go MAEDA
2023-10-16
1
-5
/
+5
*
API compatibility to legacy status and name query params (#39181, #37674)
Go MAEDA
2023-10-15
1
-0
/
+38
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix internal server error when trying to retrieve AnonymousUser's information...
Marius Balteanu
2022-05-27
1
-0
/
+18
*
Update API test to use token based authentication when twofa is enabled for u...
Marius Balteanu
2022-02-25
1
-2
/
+7
*
Include avatar URL in Users API (#36303).
Go MAEDA
2022-01-21
1
-2
/
+12
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Fix passing a wrong parameter to assert_select in API test for 'GET /users/:i...
Go MAEDA
2020-12-31
1
-1
/
+1
*
Users API should return twofa_scheme only for administrators (#34242).
Go MAEDA
2020-12-23
1
-1
/
+14
*
Include two-factor authentication scheme in users API response (#34242).
Go MAEDA
2020-12-23
1
-1
/
+19
*
Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).
Go MAEDA
2020-08-02
1
-2
/
+2
*
Include updated_on and passwd_changed_on columns in API response (#33592).
Go MAEDA
2020-07-28
1
-2
/
+25
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-8
/
+8
*
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/user...
Toshi MARUYAMA
2019-11-08
1
-18
/
+27
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Ajax Request Returns 200 but an error event is fired instead of success (#300...
Go MAEDA
2019-02-05
1
-4
/
+4
*
Display user logins on profiles (#26127).
Go MAEDA
2018-12-12
1
-8
/
+2
*
Expose the Admin flag on the users api to admin users (#29459).
Go MAEDA
2018-09-20
1
-0
/
+12
*
/users API accepts boolean strings for generate_password field (#28686).
Go MAEDA
2018-05-06
1
-0
/
+16
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for integration tests.
Jean-Philippe Lang
2017-06-01
1
-45
/
+69
*
Removes calls to #assert_template and #assigns in integration tests.
Jean-Philippe Lang
2016-07-21
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-2
/
+2
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
1
-0
/
+20
*
Pull up #setup and #teardown in API tests.
Jean-Philippe Lang
2014-11-30
1
-4
/
+0
*
Test API authentification once.
Jean-Philippe Lang
2014-11-30
1
-39
/
+0
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-22
/
+12
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
[next]