summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use Group.visible instead of manual visibility check in GroupsController (#38...Go MAEDA2023-01-041-3/+1
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-022-0/+18
* Update RuboCop to 1.42 (#36919).Go MAEDA2023-01-023-2/+5
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-01-021-1/+10
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-024-5/+5
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-01346-348/+348
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01649-649/+649
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-302-1/+18
* Allow use of Puma 6.0.0 or later (#38135).Go MAEDA2022-12-291-3/+2
* Update SimpleCov to 0.22 (#38137).Go MAEDA2022-12-291-1/+1
* Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped...Go MAEDA2022-12-281-5/+7
* Update Nokogiri to 1.13.10 (#38133).Go MAEDA2022-12-281-1/+1
* Remove Bundler from Requirements (#38122).Go MAEDA2022-12-282-2/+0
* Update MiniMagick to 4.12 (#38121).Go MAEDA2022-12-271-1/+1
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-265-13/+5
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2022-12-261-2/+3
* Update Gemfile to allow using Ruby 3.2 (#38099).Go MAEDA2022-12-261-1/+1
* Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...Go MAEDA2022-12-261-1/+1
* Fix RuboCop offense Performance/StringInclude in app/controllers/imports_cont...Go MAEDA2022-12-251-1/+1
* Update RuboCop to 1.41 (#36919).Go MAEDA2022-12-232-1/+5
* Do not break when setting enabled_module_names on a project without a default...Go MAEDA2022-12-211-1/+1
* Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_low...Go MAEDA2022-12-2149-196/+0
* Modifying the source code of a plugin does not reload it after r21295 ( #36273).Go MAEDA2022-12-212-0/+2
* Fix shadowing variable in ApplicationHelper#textilizable (#15667).Go MAEDA2022-12-161-2/+2
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Fix RuboCop offense Style/RedundantConstantBase (#36919).Go MAEDA2022-12-091-1/+1
* Update Stylelint to 14.16.0 (#37987).Go MAEDA2022-12-043-1121/+335
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-032-1/+11
* Updates for 5.0.4 release.Marius Balteanu2022-12-012-1/+48
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67
* Revert r21975. Marius Balteanu2022-12-013-114/+1
* Add tests for #37772.Marius Balteanu2022-12-013-1/+114
* Fix duplicate vertical-align property in wiki_syntax.css (#37983).Go MAEDA2022-12-011-1/+1
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-282-2/+2
* Remove unused mention_users permission (#37938).Marius Balteanu2022-11-281-1/+0
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-282-1/+15
* Fix failing test by removing bad assertion (#34863).Marius Balteanu2022-11-281-1/+0
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-1860-200/+3
* Update locales (#1739).Go MAEDA2022-11-1648-0/+48
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-1612-3/+152
* Update RuboCop to 1.39 (#36919).Go MAEDA2022-11-142-3/+3
* Update commonmarker gem to ~> 0.23.6 (#37872).Go MAEDA2022-11-131-1/+1
* Add an index to improve the performance of issue queries involving custom fie...Go MAEDA2022-11-101-0/+6
* Allow using ideographic space (U+3000) as a separator for search terms (#37878).Go MAEDA2022-11-032-1/+7
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-032-2/+35
* Limit mocha version to < 2.0.0 when Ruby version is < 2.7 to avoid test error...Go MAEDA2022-11-031-1/+1
* Don't display an unnecessary closing li element when there is no "Next" butto...Go MAEDA2022-11-021-2/+1
* Update RuboCop to 1.38 (#36919).Go MAEDA2022-11-022-2/+3
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-013-1/+9
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-012-0/+10