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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow all in /robots.txt if login is required (#37807).
Go MAEDA
2022-11-01
1
-0
/
+4
*
Always allow access to /robots.txt for Anonymous (#37807).
Go MAEDA
2022-11-01
1
-0
/
+8
*
Render all visible projects in robots.txt (including closed projects) (#37807).
Go MAEDA
2022-11-01
1
-0
/
+5
*
Add missing fixture to test/integration/issue_test.rb (#37851).
Go MAEDA
2022-10-29
1
-1
/
+2
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-2
/
+2
*
Add description field to custom fields API (#37617).
Go MAEDA
2022-09-01
1
-0
/
+1
*
Repository tab is not displayed if no repository is set as the main repositor...
Go MAEDA
2022-07-27
1
-1
/
+30
*
Open Help in a separate tab (#1069).
Go MAEDA
2022-07-22
1
-0
/
+7
*
Fix internal server error when trying to retrieve AnonymousUser's information...
Marius Balteanu
2022-05-27
1
-0
/
+18
*
Fix test failure due to r21601 (#36938).
Go MAEDA
2022-05-25
1
-1
/
+1
*
Background job for project deletion (#36691).
Marius Balteanu
2022-05-17
1
-3
/
+7
*
Add support for PUT API to journals (#10171).
Go MAEDA
2022-03-23
1
-0
/
+95
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
2
-3
/
+3
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
1
-1
/
+1
*
Update API test to use token based authentication when twofa is enabled for u...
Marius Balteanu
2022-02-25
1
-2
/
+7
*
Disable API authentication with username and password when two-factor authent...
Marius Balteanu
2022-02-24
1
-0
/
+9
*
Fix WikiContentVersion API returns 500 if author is nil (#36494).
Marius Balteanu
2022-02-18
1
-0
/
+11
*
Add "required for administrators" option to Two-factor authentication setting...
Marius Balteanu
2022-02-01
1
-0
/
+21
*
Add test for #34766.
Marius Balteanu
2022-01-30
1
-0
/
+7
*
Explicitly specify text formatting in the tests (#35952).
Marius Balteanu
2022-01-22
1
-18
/
+20
*
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
93
-93
/
+93
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
1
-2
/
+2
*
MenuManagerTest randomly fails (#36241).
Go MAEDA
2021-11-29
1
-1
/
+1
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-1
/
+14
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
1
-2
/
+14
*
File upload fails when run with uWSGI (#35715).
Go MAEDA
2021-08-14
1
-0
/
+25
*
Adds test for #35417.
Marius Balteanu
2021-07-28
1
-0
/
+26
*
Use issue path instead of bulk update issues path when only one issue is sele...
Marius Balteanu
2021-07-26
1
-0
/
+1
*
API to close/reopen projects (#35507).
Go MAEDA
2021-07-09
1
-0
/
+17
*
Add enabled core fields to /trackers API response (#35505).
Go MAEDA
2021-07-06
1
-0
/
+6
*
When 2FA is set to optional, allow to require 2FA only for certain user group...
Marius Balteanu
2021-07-04
1
-0
/
+26
*
Add missing fixture to IssuesTest (#35312, #35500).
Go MAEDA
2021-06-30
1
-1
/
+1
*
Add total estimated hours, spent hours, total spent hours for issues to issue...
Go MAEDA
2021-06-27
1
-0
/
+28
*
API to archive/unarchive projects (#35420).
Go MAEDA
2021-06-24
1
-0
/
+17
*
Gracefully handle invalid query parameters for custom fields (#35312).
Go MAEDA
2021-05-28
1
-0
/
+11
*
Remove deprecated WikiContent::Version (#35031).
Go MAEDA
2021-05-15
1
-6
/
+6
*
Uploading a big file fails with NoMemoryError (#33752).
Go MAEDA
2021-05-11
1
-0
/
+22
*
Include new statuses allowed by workflow in Issues REST API (#24976).
Go MAEDA
2021-04-19
1
-0
/
+22
*
Users without two-factor authentication enabled cannot sign out when two-fact...
Go MAEDA
2021-04-16
1
-0
/
+13
*
Clean-up workflows controller (#33337).
Go MAEDA
2021-04-13
1
-3
/
+3
*
Fix undefined method 'split' when issue_to_id is numeric (#35039).
Go MAEDA
2021-04-12
1
-1
/
+22
*
Roadmap tab is missing if there are only inherited from parent project versio...
Go MAEDA
2021-04-07
1
-0
/
+17
*
Use media_type to get the MIME type of the request (#29914).
Go MAEDA
2021-04-01
1
-1
/
+1
*
Test for r20852 (#22008).
Go MAEDA
2021-03-26
1
-0
/
+107
*
Associated Revision API (#22008).
Go MAEDA
2021-03-26
1
-0
/
+5
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
92
-92
/
+92
*
"Add news" button in cross-project News tab (#33167).
Go MAEDA
2021-03-25
1
-0
/
+2
*
Allow manually fetching changesets (#8875).
Go MAEDA
2021-03-11
1
-0
/
+4
*
Activity tab in cross-project menu is sometimes broken (#34805).
Go MAEDA
2021-03-06
1
-0
/
+6
[next]