summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix path to task list items icon (#35742).Marius Balteanu2022-01-221-0/+0
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-227-0/+48
* Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, #36...Go MAEDA2022-01-221-1/+3
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-222-1/+2
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-223-0/+64
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-222-7/+13
* Don't display "No Match Found!" when the inline autocomplete doesn't return a...Marius Balteanu2022-01-221-7/+2
* Update session token only once per minute (#29041).Go MAEDA2022-01-222-1/+21
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-213-2/+14
* Text custom field values are not aligned with their labels when text formatti...Go MAEDA2022-01-201-0/+1
* Duplicate activities in time entry report when project-specific activies exis...Go MAEDA2022-01-192-1/+14
* Update RuboCop to 1.25 (#35136).Go MAEDA2022-01-182-2/+2
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2022-01-181-49/+3
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-183-2/+5
* Make issue tabs DOM more consistent (#36429).Go MAEDA2022-01-173-3/+9
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-162-1/+2
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-152-2/+11
* Explicitly set Setting.cross_project_issue_relations to prevent random test f...Go MAEDA2022-01-131-10/+12
* Restore the value of Setting.cross_project_issue_relations to prevent random ...Go MAEDA2022-01-131-27/+27
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...Go MAEDA2022-01-121-3/+1
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-102-1/+17
* Update Nokogiri to 1.13 (#35691).Go MAEDA2022-01-091-1/+1
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-0811-52/+52
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-072-1/+4
* RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).Go MAEDA2022-01-071-1/+1
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-074-1/+71
* Fix test failure due to duplicate document category name in Albanian translat...Go MAEDA2022-01-071-2/+2
* Albanian translation update (#32405).Go MAEDA2022-01-061-1213/+1179
* Bulgarian translation update (#36390).Go MAEDA2022-01-061-1/+1
* Polish translation update (#33361).Go MAEDA2022-01-051-349/+380
* Reverts r21299 (#36280).Go MAEDA2022-01-051-1/+2
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-054-11/+11
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-042-8/+257
* Update config/environments/*.rb for Rails 6.1 (#35081).Go MAEDA2022-01-034-29/+169
* RuboCop: Disable Rails/FilePath and Style/GlobalStdStream (#35081).Go MAEDA2022-01-031-0/+6
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-02638-638/+638
* Update copyright year in the footer to 2022 (#36378).Go MAEDA2022-01-021-1/+1
* Test if the encoding drop-down in the import settings includes all CSV encodi...Go MAEDA2022-01-021-1/+10
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-1/+1
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-022-1/+2
* Fix that encoding drop-down in the import settings defaults to US-ASCII inste...Go MAEDA2022-01-021-0/+1
* Cannot select text in a table with a context menu available (#36363).Go MAEDA2021-12-311-1/+2
* Use File.exist? instead of deprecated File.exists? in Gemfile (#36358).Go MAEDA2021-12-291-1/+1
* Update RuboCop Rails to 2.13 (#35207).Go MAEDA2021-12-292-1/+4
* Update RuboCop Performance to 1.13 (#35142).Go MAEDA2021-12-291-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-2917-43/+43
* Add Ruby 3.1 to the supported Ruby versions (#36205).Go MAEDA2021-12-272-2/+2
* IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360).Go MAEDA2021-12-271-3/+3
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-2713-23/+23
* Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...Go MAEDA2021-12-251-1/+1