summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add breadcrumbs to news pages (#2631).Go MAEDA2023-05-091-0/+1
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-3/+9
* Use label_view instead of the untranslated string "OK" in the repository brow...Go MAEDA2023-05-052-2/+2
* Display order of watchers in the sidebar is indeterminate (#38458).Go MAEDA2023-05-051-1/+1
* Make the "Any searchable text" filter search only open issues when the status...Go MAEDA2023-05-011-1/+4
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-302-0/+12
* Code cleanup of RepositoriesController#annotate (#35432).Go MAEDA2023-04-291-10/+4
* Add a button to apply issues filter to search results (#38481).Go MAEDA2023-04-272-0/+51
* Preload default_status when listing trackers (#38474).Go MAEDA2023-04-221-1/+1
* Support "my bookmarks" in the search (#38459).Go MAEDA2023-04-182-0/+3
* 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-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