| Commit message (Expand) | Author | Age | Files | Lines |
* | Stricter validation of given revisions of repositories (#35085). | Go MAEDA | 2021-04-23 | 3 | -0/+29 |
* | Validate attachment filenames on every change (#34367). | Go MAEDA | 2021-04-16 | 1 | -1/+1 |
* | Prevent hash type URLs from being namespaced in MenuManager (#35076). | Go MAEDA | 2021-04-15 | 1 | -2/+11 |
* | Remove rake task check_parsing_by_psych (#35026). | Go MAEDA | 2021-04-13 | 1 | -27/+0 |
* | Reload detached attachments (#32922). | Go MAEDA | 2021-04-08 | 1 | -3/+1 |
* | Roadmap tab is missing if there are only inherited from parent project versio... | Go MAEDA | 2021-04-07 | 1 | -3/+3 |
* | Replace pluck().first with pick() (#32909). | Go MAEDA | 2021-04-03 | 2 | -3/+3 |
* | Fix "DEPRECATION WARNING: Calling '<<' to an ActiveModel::Errors message arra... | Go MAEDA | 2021-04-01 | 1 | -1/+1 |
* | Fix "ArgumentError: wrong number of arguments (given 1, expected 2) on Redmin... | Go MAEDA | 2021-04-01 | 1 | -5/+5 |
* | Fix "ActionView::Template::Error (wrong number of arguments (given 2, expecte... | Go MAEDA | 2021-04-01 | 1 | -1/+1 |
* | Fix sending mail with DeliveryJob is deprecated (#29914, #32908). | Go MAEDA | 2021-04-01 | 1 | -1/+1 |
* | Set version to 4.2.0. | Go MAEDA | 2021-03-28 | 1 | -2/+2 |
* | Replace MimeMagic with Marcel (#34969). | Go MAEDA | 2021-03-27 | 1 | -3/+1 |
* | Remove duplicate code in Redmine::Thumbnail.generate (#34969). | Go MAEDA | 2021-03-27 | 1 | -5/+1 |
* | Support for Git repositories with default branch "main" (#34942). | Go MAEDA | 2021-03-26 | 1 | -7/+9 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 91 | -91/+91 |
* | Set trackers in the default data as defaults for new projects (#33733). | Go MAEDA | 2021-03-25 | 1 | -3/+10 |
* | Updates for 4.1.2 release. | Go MAEDA | 2021-03-20 | 1 | -1/+1 |
* | Only show currently visible projects in the project jump box (#34595). | Go MAEDA | 2021-03-16 | 1 | -0/+1 |
* | Ability to add watchers to forum threads (#3390). | Go MAEDA | 2021-03-15 | 1 | -0/+3 |
* | Allow manually fetching changesets (#8875). | Go MAEDA | 2021-03-11 | 1 | -1/+1 |
* | Activity tab in cross-project menu is sometimes broken (#34805). | Go MAEDA | 2021-03-06 | 1 | -1/+1 |
* | Reverts r20762 | Go MAEDA | 2021-03-06 | 1 | -1/+1 |
* | Activity tab in cross-project menu is sometimes broken (#34032). | Go MAEDA | 2021-03-06 | 1 | -1/+1 |
* | Auto complete wiki page links (#33820). | Go MAEDA | 2021-02-25 | 1 | -1/+1 |
* | Fix indent broken by r20736. | Go MAEDA | 2021-02-04 | 1 | -3/+3 |
* | Reverts r20735 | Go MAEDA | 2021-02-04 | 1 | -4/+4 |
* | Only show currently visible projects in the project jump box (#34595). | Go MAEDA | 2021-02-04 | 1 | -1/+1 |
* | Add keyboard shortcuts for bold, italic and underline buttons (#34549). | Go MAEDA | 2021-01-26 | 1 | -0/+4 |
* | Drag and drop file upload to file type custom field (#30776). | Go MAEDA | 2021-01-13 | 1 | -1/+2 |
* | Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS (#34444). | Go MAEDA | 2021-01-05 | 1 | -1/+0 |
* | remove redundant 'return' from lib/redmine/twofa/totp.rb | Toshi MARUYAMA | 2020-12-17 | 1 | -2/+2 |
* | fix source indent of lib/redmine/twofa/totp.rb | Toshi MARUYAMA | 2020-12-17 | 1 | -4/+6 |
* | remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -7/+7 |
* | remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -5/+5 |
* | fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -38/+50 |
* | shorten long line of lib/redmine/wiki_formatting/macros.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -7/+31 |
* | add empty line after guard clause to lib/generators/redmine_plugin_model/redm... | Toshi MARUYAMA | 2020-12-11 | 1 | -1/+1 |
* | shorten long line of lib/redmine/wiki_formatting/textile/helper.rb | Toshi MARUYAMA | 2020-12-10 | 1 | -3/+14 |
* | shorten long line of lib/redmine/wiki_formatting/markdown/helper.rb | Toshi MARUYAMA | 2020-12-10 | 1 | -3/+16 |
* | shorten long line of lib/redmine/field_format.rb | Toshi MARUYAMA | 2020-12-09 | 1 | -21/+47 |
* | shorten long line of lib/redmine/helpers/gantt.rb | Toshi MARUYAMA | 2020-12-09 | 1 | -9/+30 |
* | shorten long line of lib/redmine/nested_set/project_nested_set.rb | Toshi MARUYAMA | 2020-12-09 | 1 | -11/+31 |
* | shorten long line of lib/redmine/plugin.rb | Toshi MARUYAMA | 2020-12-09 | 1 | -11/+42 |
* | add empty line after guard clause to lib/redmine/twofa/base.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -0/+1 |
* | add empty line after guard clause to lib/redmine/menu_manager.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -0/+1 |
* | add empty line after guard clause to lib/redmine/i18n.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -0/+2 |
* | add empty line after guard clause to lib/redmine/helpers/gantt.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -0/+4 |
* | shorten long line of lib/redmine/database.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -2/+7 |
* | fix source indent of lib/redmine/default_data/loader.rb | Toshi MARUYAMA | 2020-12-04 | 1 | -57/+64 |