summaryrefslogtreecommitdiffstats
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merged r21461 from trunk to 4.2-stable (#36766).Go MAEDA2022-03-201-1/+1
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-233-5/+5
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-0/+11
* fix comment typo in db/migrate/20150208105930_replace_move_issues_permission.rbToshi MARUYAMA2019-10-231-1/+1
* code cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_r...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302...Toshi MARUYAMA2019-09-241-0/+1
* Code cleanup: RuboCop: Layout/TrailingWhitespaceGo MAEDA2019-06-201-1/+1
* Increase maximum size for role name (#27625).Jean-Philippe Lang2019-06-201-0/+9
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+8
* Use Redmine::Database.mysql? instead of a regular expression (#31555).Go MAEDA2019-06-137-7/+7
* Remove trailing whitespaces from db/migrate (#31506).Go MAEDA2019-06-066-6/+6
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-21286-572/+0
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-0/+5
* Long text custom fields don't accept values longer than 64KB if backend datab...Jean-Philippe Lang2019-03-151-0/+12
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-15286-10/+582
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+11
* Failed to run “rake db:migrate" command against clean database on MySQL5.7 ...Jean-Philippe Lang2018-09-231-2/+2
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-231-0/+7
* Sqlite3: change default value for booleans to 1 or 0 (#23630).Jean-Philippe Lang2018-09-231-0/+93
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-231-0/+46
* fix db migrate broken by r16889 (#26548)Toshi MARUYAMA2017-07-271-1/+1
* Renames column comments.comments to comments.content to please Rails 5.1 (#23...Jean-Philippe Lang2017-07-231-0/+5
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-23281-290/+289
* New permission: view news (#7068).Jean-Philippe Lang2017-06-071-0/+9
* New Permission: View Forum (#4866).Jean-Philippe Lang2017-06-071-0/+9
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-0/+13
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+8
* Change extra_info to long text (#14626).Jean-Philippe Lang2017-04-031-0/+12
* Adds an index to attachments.disk_filename (#25022).Jean-Philippe Lang2017-03-021-0/+5
* Adds an index on issues parent_id (#23987).Jean-Philippe Lang2016-12-201-0/+5
* use symbol instead of string for 'position' in db migrate (#24013)Toshi MARUYAMA2016-11-283-3/+3
* Adds an index on issue_id to changesets_issues (#24433).Jean-Philippe Lang2016-11-261-0/+5
* Raises length of issue description and journals for MySQL (#20127).Jean-Philippe Lang2016-10-103-0/+37
* Speedup remove_inherited_roles (#22850).Jean-Philippe Lang2016-10-021-0/+5
* Add index to workflows.tracker_id (#23743).Jean-Philippe Lang2016-10-011-0/+9
* MySQL: You can't specify target table for update in FROM clause (#23347).Jean-Philippe Lang2016-08-181-1/+1
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-164-5/+5
* add newline at end of db/migrate/20160529063352_add_roles_settings.rbToshi MARUYAMA2016-06-061-1/+1
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-0/+5
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-0/+13
* Force password reset for default admin user (#22381).Jean-Philippe Lang2016-04-111-0/+9
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+12
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-0/+10
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-0/+10
* Hide email by default for new users (#21042).Jean-Philippe Lang2015-10-211-0/+9
* LDAP filter changed to text (#20929).Jean-Philippe Lang2015-10-211-0/+9
* Raises maximum length of category name to 60 (#20991).Jean-Philippe Lang2015-10-211-0/+9
* Fix setting value if used (#20551).Jean-Philippe Lang2015-10-201-0/+13
* Extend Filesize in the attachments table for files with size > 2GB (#10672).Jean-Philippe Lang2015-10-201-0/+9