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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only check for @set_filter@ param when retriving the default query (#7360, 35...
Marius Balteanu
2022-03-20
2
-2
/
+2
*
Do not fire a query to get user default query when user has no default query ...
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Add missing partial (#4347).
Marius Balteanu
2022-03-19
1
-0
/
+5
*
Automatically add the user to the watchers list after contributing to an issu...
Marius Balteanu
2022-03-19
5
-1
/
+34
*
Render mentioned users with leading @ and highlight (#36699, #13919).
Marius Balteanu
2022-03-19
1
-1
/
+2
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
30
-64
/
+93
*
Fix file drop feature not working in @documents#new@ (#36686).
Marius Balteanu
2022-03-19
1
-6
/
+4
*
Reindent code in documents/_form view (#36686).
Marius Balteanu
2022-03-19
1
-13
/
+12
*
Avoid passing ActionController::Parameters outside of MailHandlerController (...
Marius Balteanu
2022-03-18
1
-1
/
+26
*
Show a custom field description as a placeholder (#14275).
Go MAEDA
2022-03-17
1
-0
/
+3
*
Use a variable to reference a CustomField object (#14275).
Go MAEDA
2022-03-17
1
-5
/
+6
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
2
-12
/
+2
*
Improve performance of adding or removing members of a group (#36696).
Go MAEDA
2022-03-05
2
-27
/
+24
*
Update Chart.js to 3.7.1 (#36701).
Go MAEDA
2022-03-03
2
-21
/
+29
*
Add habtm relation between roles and queries_roles (#36416).
Marius Balteanu
2022-02-28
1
-0
/
+2
*
Add class @user-mention@ to user classes when user is linked using @ (#36699,...
Marius Balteanu
2022-02-24
1
-1
/
+1
*
Update jQuery to 3.6.0 (#35729).
Marius Balteanu
2022-02-24
1
-1
/
+1
*
Destroy overridden time entry activities and rows from the habtm join table @...
Marius Balteanu
2022-02-24
1
-2
/
+2
*
Disable API authentication with username and password when two-factor authent...
Marius Balteanu
2022-02-24
1
-1
/
+8
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
8
-16
/
+90
*
Fix time entries of sub-projects are not listed when activity is specified in...
Marius Balteanu
2022-02-20
1
-1
/
+1
*
Fix import with issue relations and invalid issues hangs without any error me...
Marius Balteanu
2022-02-20
1
-1
/
+5
*
Fix code copying in common browsers (#36580).
Go MAEDA
2022-02-19
3
-16
/
+22
*
Fix WikiContentVersion API returns 500 if author is nil (#36494).
Marius Balteanu
2022-02-18
1
-1
/
+1
*
Return 404 if revision URL doesn't exist (#36561).
Marius Balteanu
2022-02-18
2
-6
/
+2
*
Reduce database queries when rendering Custom fields box in the project setti...
Go MAEDA
2022-02-14
1
-1
/
+2
*
Structured Document list for more flexible UI design with CSS (#17924).
Go MAEDA
2022-02-08
3
-7
/
+15
*
Add "required for administrators" option to Two-factor authentication setting...
Marius Balteanu
2022-02-01
3
-2
/
+9
*
Fix autocomplete for users fails with 403 error when there are multiple objec...
Marius Balteanu
2022-02-01
2
-3
/
+7
*
Remove sidebar views (#36524).
Marius Balteanu
2022-01-30
2
-6
/
+0
*
Remove sidebar with invalid query links from imports views (#36524).
Marius Balteanu
2022-01-30
5
-10
/
+0
*
Improve readability of @must_activate_twofa?@ function (#31920).
Marius Balteanu
2022-01-29
1
-4
/
+4
*
Reduce extra database queries in IssueQuery.default (#7360, #36503).
Go MAEDA
2022-01-23
1
-3
/
+9
*
Display "Two-factor authentication" on two lines to save some space (#35934).
Marius Balteanu
2022-01-22
1
-1
/
+1
*
Add "Two-factor authentication" filter and column to Users list in administra...
Marius Balteanu
2022-01-22
2
-0
/
+20
*
Set default protect from forgery true (#36317).
Marius Balteanu
2022-01-22
1
-7
/
+10
*
Update session token only once per minute (#29041).
Go MAEDA
2022-01-22
1
-1
/
+8
*
Include avatar URL in Users API (#36303).
Go MAEDA
2022-01-21
2
-0
/
+2
*
Display source project for cross-project associated revisions for issues (#52...
Go MAEDA
2022-01-18
2
-2
/
+4
*
Make issue tabs DOM more consistent (#36429).
Go MAEDA
2022-01-17
3
-3
/
+9
*
"Edit" misaligned in project members view (#13199).
Go MAEDA
2022-01-16
1
-1
/
+1
*
Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...
Go MAEDA
2022-01-12
1
-3
/
+1
*
Permission check of the setting button on the issues page mismatches button s...
Go MAEDA
2022-01-10
1
-1
/
+1
*
Fix wrong variable name in Import#set_default_settings (#34718).
Go MAEDA
2022-01-07
1
-1
/
+1
*
RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).
Go MAEDA
2022-01-07
1
-1
/
+1
*
Auto guess file encoding when importing CSV file (#34718).
Go MAEDA
2022-01-07
1
-1
/
+9
*
Change Delete button name to Delete issue (#31278).
Go MAEDA
2022-01-05
2
-2
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
181
-181
/
+181
*
Update copyright year in the footer to 2022 (#36378).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix that encoding drop-down in the import settings defaults to US-ASCII inste...
Go MAEDA
2022-01-02
1
-0
/
+1
[next]