summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix robots.txt to disallow issue lists with a sort or query_id parameter in a...Go MAEDA2023-01-231-2/+2
* Improve index usability for Project#project_condition (#38198).Go MAEDA2023-01-211-5/+7
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-201-1/+4
* Ensure that the base permission is set for Role#permissions_tracker? and rela...Go MAEDA2023-01-191-0/+4
* Ruby 2.7: Fix RuboCop offense Performance/BindCall (#38134).Go MAEDA2023-01-171-1/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-1715-22/+21
* Remove code no longer necessary due to r21823 (#37674).Go MAEDA2023-01-161-59/+0
* Support for WebP images (#38168).Go MAEDA2023-01-162-2/+2
* Unreachable branch in ApplicationHelper#format_object due to the use of the d...Go MAEDA2023-01-121-14/+14
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-122-2/+17
* Fix RuboCop offense Lint/UselessRescue (#36919).Go MAEDA2023-01-111-2/+0
* Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).Go MAEDA2023-01-111-0/+2
* Fix RuboCop offense Performance/RedundantMatch (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-112-2/+2
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-115-9/+9
* 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-021-0/+2
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-021-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01184-184/+184
* 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
* Do not break when setting enabled_module_names on a project without a default...Go MAEDA2022-12-211-1/+1
* Fix shadowing variable in ApplicationHelper#textilizable (#15667).Go MAEDA2022-12-161-2/+2
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-1/+1
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-183-35/+1
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-163-1/+35
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-031-1/+18
* Don't display an unnecessary closing li element when there is no "Next" butto...Go MAEDA2022-11-021-2/+1
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-012-1/+5
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+2
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-1/+1
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-5/+11
* Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).Go MAEDA2022-10-291-1/+1
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-284-4/+4
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-1/+1
* Simplify AttachmentsController#find_container (#37772).Go MAEDA2022-10-201-12/+3
* Adds visible? method to journal (#37772).Go MAEDA2022-10-201-0/+4
* Fix rubocop warning (#37626).Marius Balteanu2022-10-021-1/+1
* Add to do to fix the deprecation warning (#37626).Marius Balteanu2022-10-021-0/+1
* Fix show diff of a javascript file in repository module is displayed without ...Marius Balteanu2022-10-021-1/+1
* Add table header in Plugins page (#37692).Go MAEDA2022-10-011-0/+8
* Issue ID field does not get focus when adding a related issue (#37473).Go MAEDA2022-09-281-1/+1
* Fix undefined method when auth source name column is added as column (#37674).Marius Balteanu2022-09-271-0/+4
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+12
* Cleanup Repository::Git#clear_extra_info_of_changesets (#37614).Go MAEDA2022-09-251-3/+1
* Use the safe navigation operator instead of checking if an object is nil (#37...Go MAEDA2022-09-251-6/+3
* Fix RuboCop offense Style/GuardClause (#37614).Go MAEDA2022-09-251-4/+4