| Commit message (Expand) | Author | Age | Files | Lines |
* | Database migration from Redmine 0.8.7 or earlier fails (#36766). | Go MAEDA | 2022-03-18 | 1 | -1/+1 |
* | Fix to use a correct exception class ActiveRecord::IrreversibleMigration in m... | Go MAEDA | 2022-03-17 | 6 | -6/+6 |
* | Fix rubocop offense (#36416). | Marius Balteanu | 2022-02-27 | 1 | -1/+1 |
* | Add migration to delete orphaned time entry activities (#36416). | Marius Balteanu | 2022-02-24 | 1 | -0/+9 |
* | Drop OpenID support (#35755). | Go MAEDA | 2021-12-14 | 3 | -0/+28 |
* | Use ids instead of pluck(:id) (#32977). | Marius Balteanu | 2021-09-06 | 1 | -2/+2 |
* | Remove references to deleted user from "user"-Format CustomFields when destro... | Marius Balteanu | 2021-09-06 | 1 | -0/+12 |
* | Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820). | Marius Balteanu | 2021-08-01 | 1 | -0/+5 |
* | Removes unused column trackers.is_in_chlog (#31132). | Marius Balteanu | 2021-07-28 | 1 | -0/+9 |
* | Default issue query (#7360). | Go MAEDA | 2021-07-06 | 1 | -0/+9 |
* | When 2FA is set to optional, allow to require 2FA only for certain user group... | Marius Balteanu | 2021-07-04 | 1 | -0/+5 |
* | Replace pluck().first with pick() (#32909). | Go MAEDA | 2021-04-03 | 3 | -6/+6 |
* | Use match? instead of =~ when MatchData is not used (#34150). | Go MAEDA | 2020-10-23 | 3 | -5/+5 |
* | Adds two factor authentication support (#1237). | Go MAEDA | 2020-08-29 | 2 | -0/+11 |
* | fix comment typo in db/migrate/20150208105930_replace_move_issues_permission.rb | Toshi MARUYAMA | 2019-10-23 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_r... | Toshi MARUYAMA | 2019-09-24 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302... | Toshi MARUYAMA | 2019-09-24 | 1 | -0/+1 |
* | Code cleanup: RuboCop: Layout/TrailingWhitespace | Go MAEDA | 2019-06-20 | 1 | -1/+1 |
* | Increase maximum size for role name (#27625). | Jean-Philippe Lang | 2019-06-20 | 1 | -0/+9 |
* | Support external ID when importing issues (#28213). | Jean-Philippe Lang | 2019-06-20 | 1 | -0/+8 |
* | Use Redmine::Database.mysql? instead of a regular expression (#31555). | Go MAEDA | 2019-06-13 | 7 | -7/+7 |
* | Remove trailing whitespaces from db/migrate (#31506). | Go MAEDA | 2019-06-06 | 6 | -6/+6 |
* | Remove frozen_string_literal magic comment from files which are not used when... | Go MAEDA | 2019-03-21 | 286 | -572/+0 |
* | Add a description for trackers (#442). | Jean-Philippe Lang | 2019-03-15 | 1 | -0/+5 |
* | Long text custom fields don't accept values longer than 64KB if backend datab... | Jean-Philippe Lang | 2019-03-15 | 1 | -0/+12 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 286 | -10/+582 |
* | Adds a permission to log time for another user (#3848). | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+11 |
* | Failed to run “rake db:migrate" command against clean database on MySQL5.7 ... | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+2 |
* | Support self-signed LDAPS connections (#29606). | Jean-Philippe Lang | 2018-09-23 | 1 | -0/+7 |
* | Sqlite3: change default value for booleans to 1 or 0 (#23630). | Jean-Philippe Lang | 2018-09-23 | 1 | -0/+93 |
* | Sqlite3: Boolean values are now stored as 1 and 0 (#23630). | Jean-Philippe Lang | 2018-09-23 | 1 | -0/+46 |
* | fix db migrate broken by r16889 (#26548) | Toshi MARUYAMA | 2017-07-27 | 1 | -1/+1 |
* | Renames column comments.comments to comments.content to please Rails 5.1 (#23... | Jean-Philippe Lang | 2017-07-23 | 1 | -0/+5 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 281 | -290/+289 |
* | New permission: view news (#7068). | Jean-Philippe Lang | 2017-06-07 | 1 | -0/+9 |
* | New Permission: View Forum (#4866). | Jean-Philippe Lang | 2017-06-07 | 1 | -0/+9 |
* | Option to set a default assignee on each project (#482). | Jean-Philippe Lang | 2017-04-08 | 1 | -0/+13 |
* | Changes the digest used for attachments to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+8 |
* | Change extra_info to long text (#14626). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+12 |
* | Adds an index to attachments.disk_filename (#25022). | Jean-Philippe Lang | 2017-03-02 | 1 | -0/+5 |
* | Adds an index on issues parent_id (#23987). | Jean-Philippe Lang | 2016-12-20 | 1 | -0/+5 |
* | use symbol instead of string for 'position' in db migrate (#24013) | Toshi MARUYAMA | 2016-11-28 | 3 | -3/+3 |
* | Adds an index on issue_id to changesets_issues (#24433). | Jean-Philippe Lang | 2016-11-26 | 1 | -0/+5 |
* | Raises length of issue description and journals for MySQL (#20127). | Jean-Philippe Lang | 2016-10-10 | 3 | -0/+37 |
* | Speedup remove_inherited_roles (#22850). | Jean-Philippe Lang | 2016-10-02 | 1 | -0/+5 |
* | Add index to workflows.tracker_id (#23743). | Jean-Philippe Lang | 2016-10-01 | 1 | -0/+9 |
* | MySQL: You can't specify target table for update in FROM clause (#23347). | Jean-Philippe Lang | 2016-08-18 | 1 | -1/+1 |
* | Don't pass conditions to #destroy_all. | Jean-Philippe Lang | 2016-07-16 | 1 | -1/+1 |
* | Don't pass conditions to #delete_all. | Jean-Philippe Lang | 2016-07-16 | 4 | -5/+5 |
* | add newline at end of db/migrate/20160529063352_add_roles_settings.rb | Toshi MARUYAMA | 2016-06-06 | 1 | -1/+1 |