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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds method @initials@ to @Principal@ and return @nil@ by default (#42623).
Marius Balteanu
2 days
1
-0
/
+5
*
Add OAuth2 provider capability using doorkeeper gem (#24808).
Marius Balteanu
2025-06-12
2
-10
/
+35
*
Reverts r23835 due to wrong issue ID (#40856).
Marius Balteanu
2025-06-12
2
-35
/
+10
*
Add OAuth2 provider capability using doorkeeper gem (#40856).
Marius Balteanu
2025-06-11
2
-10
/
+35
*
Replace nil check using ternary operator with safe navigation operator when a...
Go MAEDA
2025-06-08
1
-1
/
+1
*
Fix RuboCop Lint/UselessOr (#41884).
Go MAEDA
2025-06-06
1
-1
/
+1
*
Show reaction counts and user names only for reactions visible to the logged-...
Go MAEDA
2025-05-15
1
-12
/
+7
*
Adds Initials to the list of default gratavar options (#42623).
Marius Balteanu
2025-05-14
1
-0
/
+17
*
Introduce reactions feature (so-called "like button") to issues, notes, news,...
Go MAEDA
2025-05-11
7
-1
/
+85
*
Optimize `Version::FixedIssuesExtension#issues_progress` by avoiding repeated...
Go MAEDA
2025-05-06
1
-1
/
+1
*
Optimize watchers list rendering by eager loading email addresses (#42589).
Go MAEDA
2025-04-27
2
-1
/
+2
*
Joining both atom_token and api_token on the User model causes an error due t...
Go MAEDA
2025-04-25
1
-2
/
+2
*
Fix Rubocop Style/ArgumentsForwarding (#42496).
Go MAEDA
2025-04-21
16
-40
/
+40
*
Adds interval ratio setting to progressbar custom field (#42335).
Go MAEDA
2025-04-19
1
-1
/
+2
*
NoMethodError when creating a user with an invalid email address and domain r...
Go MAEDA
2025-04-18
1
-1
/
+5
*
Fix RuboCop Style/RedundantCondition (#41884).
Go MAEDA
2025-04-11
1
-5
/
+1
*
Fix RuboCop Lint/SharedMutableDefault (#41884).
Go MAEDA
2025-04-11
1
-2
/
+2
*
Fix slow loading of global spent time list in MySQL (#40728).
Go MAEDA
2025-04-08
1
-6
/
+13
*
Improve performance of `TimeEntry#assignable_users` by reducing SQL queries (...
Go MAEDA
2025-04-02
1
-2
/
+5
*
Fixes wrong condition added in r23586 (#13596).
Marius Balteanu
2025-03-30
1
-1
/
+1
*
Fixes rubocop offense "[Correctable] Lint/SafeNavigationConsistency: Use . in...
Marius Balteanu
2025-03-30
1
-1
/
+1
*
Add administration setting to allow time logging on closed issues. By default...
Marius Balteanu
2025-03-30
2
-0
/
+8
*
Adds missing files (#42352).
Marius Balteanu
2025-03-10
1
-0
/
+63
*
Extract project query for admins to a separate ProjectAdminQuery model (#42352).
Marius Balteanu
2025-03-09
2
-40
/
+10
*
Ensure that a UserQuery can only be viewed or edited by admins (#42352).
Marius Balteanu
2025-03-09
1
-0
/
+17
*
Allow query class to select layout for QueriesController (#42352).
Marius Balteanu
2025-03-09
3
-0
/
+7
*
Fix RuboCop Style/SuperArguments (#41884).
Go MAEDA
2025-02-06
1
-1
/
+1
*
Reduce SQL queries triggered by `empty?` and `one?` in `TimeEntryActivity.def...
Go MAEDA
2025-01-30
1
-1
/
+1
*
Optimize TimeEntryActivity#default_activity_id method by introducing early re...
Go MAEDA
2025-01-29
1
-21
/
+21
*
Refactor `Member#role_ids=` method for improved clarity and effficiency in re...
Go MAEDA
2025-01-21
1
-4
/
+2
*
Optimize `Version#wiki_page` method (#42121).
Go MAEDA
2025-01-20
1
-4
/
+1
*
Member roles are incorrectly added when a user's memberships are updated (#42...
Go MAEDA
2025-01-19
1
-1
/
+1
*
Preload tracker when retrieving journal events to improve Activity view perfo...
Go MAEDA
2025-01-18
1
-1
/
+1
*
Optimize `journalized` method to use preloaded Issue association for better A...
Go MAEDA
2025-01-18
1
-0
/
+9
*
Fix NoMethodError in IssuePriority#high and #low when no default or active pr...
Go MAEDA
2025-01-05
1
-2
/
+6
*
FrozenError when using SQLite3 gem version 2.0.0 or later (#41860).
Go MAEDA
2024-11-25
1
-2
/
+1
*
Fixes project query scope that does not take into account limit and offset op...
Marius Balteanu
2024-11-23
1
-1
/
+3
*
@ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ t...
Marius Balteanu
2024-11-03
1
-2
/
+1
*
Fix: "Import issues" and "Import time entries" pages are visible to users wit...
Go MAEDA
2024-11-03
2
-2
/
+2
*
Fix: `updated_by_id` in Journal points to a deleted user instead of an anonym...
Go MAEDA
2024-10-29
1
-0
/
+1
*
Fix CSV import file encoding auto-detection failure with multibyte characters...
Go MAEDA
2024-10-20
1
-1
/
+15
*
Include attachment filename in "File added" email notification subject (#41450).
Go MAEDA
2024-10-20
1
-1
/
+4
*
Fix RuboCop offense Lint/SafeNavigationConsistency (#39887).
Go MAEDA
2024-10-16
2
-2
/
+2
*
Replace custom email normalization logic with Rails' `normalizes` method (#29...
Go MAEDA
2024-09-20
1
-9
/
+7
*
Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...
Go MAEDA
2024-09-15
1
-0
/
+12
*
Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#rel...
Go MAEDA
2024-09-10
1
-1
/
+1
*
Remove unnecessary rubocop:disable directive for Style/EmptyLiteral (#39887).
Go MAEDA
2024-09-05
1
-2
/
+2
*
Fix RuboCop offense Style/StringChars (#39887).
Go MAEDA
2024-09-01
1
-1
/
+1
*
Revert r23002 (#39887).
Go MAEDA
2024-09-01
1
-2
/
+2
*
Disable RuboCop Lint/InterpolationCheck for USER_FORMATS in app/models/user.r...
Go MAEDA
2024-09-01
1
-0
/
+2
[next]