summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merged r22833 to 5.1-stable (#40693).Go MAEDA2024-05-181-0/+1
* Merged r22829 from trunk to 5.1-stable (#40610).Go MAEDA2024-05-151-1/+7
* Merged r22819 and r22820 to 5.1-stable (#40412).Marius Balteanu2024-05-121-1/+3
* Merged r22792 from trunk to 5.1-stable (#40410).Marius Balteanu2024-04-291-1/+1
* Merged r22791 from trunk to 5.1-stable (#40556).Marius Balteanu2024-04-291-0/+10
* Reverts r22794 (#40556).Marius Balteanu2024-04-292-13/+0
* Merged r22791 from trunk to 5.1-stable (#40556).Marius Balteanu2024-04-292-0/+13
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-27183-183/+183
* Merged r22739 and r22745 from trunk to 5.1-stable (#39995).Marius Balteanu2024-02-272-2/+2
* Reverts r22741 (#39751).Marius Balteanu2024-02-262-459/+0
* Adds Tamil translations for CommonMark wiki syntax help files (#39751). Marius Balteanu2024-02-262-0/+459
* Merged r22675 and r22676 from trunk to 5.1-stable (#40166).Go MAEDA2024-02-037-12/+13
* Merged r22633 from trunk to 5.1-stable (#40099).Marius Balteanu2024-01-251-0/+1
* Merged r22623, r22624 and r22625 from trunk to 5.1-stable (#40099).Marius Balteanu2024-01-252-3/+3
* Merged r22583 from trunk to 5.1-stable (#39991).Go MAEDA2024-01-031-1/+1
* Merge r22584 from trunk to 5.1-stable (#39999).Marius Balteanu2024-01-031-0/+5
* Merged r22561 from trunk to 5.1-stable (#39932).Go MAEDA2023-12-281-1/+1
* Merge r22538 and r22539 from trunk to 5.1-stable (#39894).Marius Balteanu2023-12-211-1/+6
* Update Rails UJS to 6.1.7.6 (#39875).Marius Balteanu2023-12-201-1/+1
* Merged r22478 to r22479from trunk to 5.1-stable (#39714).Marius Balteanu2023-11-261-3/+3
* Merged r22458, r22459, r22460, r22461, r22462 and r22464 from trunk to 5.1-st...Marius Balteanu2023-11-191-10/+20
* Merged r22427 and r22428 to 5.1-stable (#39521).Marius Balteanu2023-11-131-0/+4
* Merged r22417 from trunk to 5.1-stable (#39443).Marius Balteanu2023-11-111-7/+8
* Merged r22403 from trunk to 5.1-stable (#36695).Go MAEDA2023-10-301-1/+1
* Merged r22395 from trunk to 5.1-stable (#38493).Go MAEDA2023-10-293-3/+11
* Reinitialize an empty Wiki page after after project wiki is deleted (#34634).Marius Balteanu2023-10-233-2/+8
* Revert r22368.Marius Balteanu2023-10-233-8/+2
* Traditional Chinese translation update (#39221).Marius Balteanu2023-10-233-2/+8
* Fix typo in default async adapter name (#36695).Marius Balteanu2023-10-221-1/+1
* Fix condition to display active job queue check only for production environme...Marius Balteanu2023-10-221-1/+1
* Add check in Redmine information page if default queue adapter is used in pro...Marius Balteanu2023-10-211-0/+1
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-219-1/+25
* Fix comment to correctly represent legacy filter parameters handling in Users...Go MAEDA2023-10-171-1/+1
* Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...Go MAEDA2023-10-161-2/+1
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+1
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-152-0/+41
* Cleanup debug code in app/models/mail_handler.rb (#39184).Go MAEDA2023-10-121-1/+1
* Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).Go MAEDA2023-10-091-3/+3
* Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for be...Go MAEDA2023-10-091-4/+10
* Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ...Go MAEDA2023-10-072-4/+2
* Remove set_language_if_valid from MyController (#39066).Go MAEDA2023-09-241-1/+0
* Avoid exception during validation if the spent_on date of a time entry was re...Go MAEDA2023-09-201-1/+1
* Set a strict CSP policy for downloaded attachments, thumbnails, and raw repos...Go MAEDA2023-09-182-0/+10
* Always serve thumbnails with disposition: attachment (#38417).Go MAEDA2023-09-181-1/+1
* Add missing files in r22289 (#2568).Go MAEDA2023-08-311-0/+22
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-315-1/+10
* Raise the maximum length of the last name to 255 characters (#37679).Go MAEDA2023-08-271-1/+2
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-273-72/+31
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-232-2/+2
* Retry in case of stale issue during Issue.update_versions (#38820).Go MAEDA2023-08-231-3/+12