summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* "has been" and "has never been" filter operators can be very slow (#38527, #3...Go MAEDA2023-06-301-4/+6
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-2913-13/+35
* Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).Go MAEDA2023-06-291-2/+2
* Fix SQL error when passing invalid value to "Related to" filter (#38301).Go MAEDA2023-06-211-8/+12
* Fix RuboCop offense Lint/RedundantSafeNavigation (#36919).Go MAEDA2023-06-071-3/+3
* Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).Go MAEDA2023-05-131-0/+2
* Fix PostgreSQL error caused by comparing text with integer values (#38527).Go MAEDA2023-05-111-2/+2
* New issues filter operators "has been", "has never been", and "changed from" ...Go MAEDA2023-05-112-6/+34
* Make the "Any searchable text" filter search only open issues when the status...Go MAEDA2023-05-011-1/+4
* Fix "Any searchable text" filter doesn't support the project filter with the ...Go MAEDA2023-04-181-1/+9
* OR search with multiple terms for "starts with" and "ends with" filter operat...Go MAEDA2023-04-171-15/+17
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-162-10/+10
* Fix "contains any of" operator is not taken into account in File and File des...Go MAEDA2023-04-161-8/+8
* "contains any of" operator for text filters to perform OR search of multiple ...Go MAEDA2023-04-142-5/+21
* 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-142-2/+3
* 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
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-0/+29
* "Issue's subject" filter for spent time (#27821).Go MAEDA2023-04-091-0/+9
* 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
* 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-256-7/+7
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-4/+7
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-0/+4
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-0/+2
* 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
* 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
* Update Mail gem to 2.8 (#37993).Go MAEDA2023-02-051-6/+1
* Improve index usability for Project#project_condition (#38198).Go MAEDA2023-01-211-5/+7
* 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/MapCompact (#38134).Go MAEDA2023-01-177-11/+10
* Support for WebP images (#38168).Go MAEDA2023-01-161-1/+1
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-1/+16
* Fix RuboCop offense Lint/UselessRescue (#36919).Go MAEDA2023-01-111-2/+0
* 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