summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* FIX: The position of existing elements in the array CORE_FIELDS must not be c...Go MAEDA2023-04-141-2/+2
* Ability to disable the priority field (#38416).Go MAEDA2023-04-143-3/+6
* Roles of a project member should not be made empty (#37166).Go MAEDA2023-04-131-1/+1
* Cannot add a user to a group if the group is a member without roles in a cert...Go MAEDA2023-04-131-0/+2
* Export a version as changelog text (#36679).Go MAEDA2023-04-133-0/+9
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-112-5/+34
* "Issue's subject" filter for spent time (#27821).Go MAEDA2023-04-091-0/+9
* Fixed an issue where an empty group could appear in the filter selection list...Go MAEDA2023-04-061-0/+2
* Change the behavior of the "Any searchable text" filter from OR search to AND...Go MAEDA2023-04-051-1/+1
* Fix a bug the "doesn't contain" operator returns no issues if the search find...Go MAEDA2023-04-051-1/+1
* Reorder groups in the filter select list (#38402).Go MAEDA2023-04-051-1/+1
* Group text filters in the filter select list (#38402).Go MAEDA2023-04-051-0/+2
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-052-0/+30
* Receive e-mail replies to news and news comments (#38274).Go MAEDA2023-03-261-0/+35
* Add LockedTopic exception to MailHandler (#38273).Go MAEDA2023-03-261-1/+2
* Add MissingContainer exception to MailHandler (#38273).Go MAEDA2023-03-261-6/+7
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-251-1/+2
* "Cannot delete enumeration" error may occur when attempting to delete a proje...Go MAEDA2023-03-251-2/+2
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-2512-13/+13
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-4/+7
* Use Commonmarker instead of Redcarpet by default when rendering Markdown atta...Go MAEDA2023-03-231-3/+3
* Do not apply table-layout:fixed in potentially wide tables of detailed issue ...Go MAEDA2023-03-221-1/+1
* Render numeric axis in charts as integers (#38359).Go MAEDA2023-03-222-1/+7
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-023-3/+16
* Exporting UserQuery does not use the query name as file name (#37674, #38182).Go MAEDA2023-03-011-1/+1
* Show parent issues in notification email (#34302).Go MAEDA2023-03-012-1/+3
* Try importing journal replies as issue reply where applicable (#38263).Go MAEDA2023-02-271-6/+5
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-262-4/+4
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-262-1/+14
* Time Entry Import fails to import custom fields with "User" format (#38254).Go MAEDA2023-02-161-0/+8
* Fix RuboCop offense Style/YodaCondition (#36919).Go MAEDA2023-02-141-2/+2
* Refactor code to use YAML.load_file instead of explicitly opening the file (#...Go MAEDA2023-02-131-4/+2
* Remove "Unknown user" notification on password request with non-existent emai...Go MAEDA2023-02-071-1/+3
* Fix config/settings.yml not closed in Setting.load_available_settings (#38250).Go MAEDA2023-02-061-2/+4
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2023-02-061-1/+1
* Fix missing project_id in redirect after clicking "Create and add another" bu...Go MAEDA2023-02-051-0/+1
* Remove X-UA-Compatible meta tag for Internet Explorer (#38228).Go MAEDA2023-02-051-1/+0
* Update Mail gem to 2.8 (#37993).Go MAEDA2023-02-051-6/+1
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-4/+4
* 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