summaryrefslogtreecommitdiffstats
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Remove unused "mention_users" permission from the roles table (#37974).Go MAEDA2023-10-161-0/+12
* Add missing files in r22289 (#2568).Go MAEDA2023-08-311-0/+9
* Fix the migration version of 20221214173537_add_select_project_publicity_perm...Go MAEDA2023-01-251-1/+1
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-0/+15
* Add an index to improve the performance of issue queries involving custom fie...Go MAEDA2022-11-101-0/+6
* Fix RuboCop offense Rails/WhereMissing (#37248).Go MAEDA2022-10-281-1/+1
* Make common_mark the default text formatting for new installations (#34863).Marius Balteanu2022-10-042-0/+12
* Delete orphaned query and role ids from habtm join table (#36844).Marius Balteanu2022-10-021-0/+14
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-0/+5
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-172-0/+19
* Database migration from Redmine 0.8.7 or earlier fails (#36766).Go MAEDA2022-03-181-1/+1
* Fix to use a correct exception class ActiveRecord::IrreversibleMigration in m...Go MAEDA2022-03-176-6/+6
* Fix rubocop offense (#36416).Marius Balteanu2022-02-271-1/+1
* Add migration to delete orphaned time entry activities (#36416).Marius Balteanu2022-02-241-0/+9
* Drop OpenID support (#35755).Go MAEDA2021-12-143-0/+28
* Use ids instead of pluck(:id) (#32977).Marius Balteanu2021-09-061-2/+2
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-061-0/+12
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-0/+5
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-281-0/+9
* Default issue query (#7360).Go MAEDA2021-07-061-0/+9
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+5
* Replace pluck().first with pick() (#32909).Go MAEDA2021-04-033-6/+6
* 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