summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Improves filter rendering on narrow screens by replacing the layout tables wi...Marius Balteanu2023-12-284-44/+38
* Optimize `Issue#relations` method to improve performance by fetching both `re...Go MAEDA2023-12-281-1/+4
* Optimize IssueCategory SQL queries when showing an issue (#39849).Go MAEDA2023-12-271-2/+2
* Optimize users visibility check (#39857).Go MAEDA2023-12-271-2/+2
* Fixes that diff of a javascript file in repository module is not displayed wi...Marius Balteanu2023-12-261-1/+1
* Incorrect position of "Edited" mark in issue notes with h4 headings (#39932).Go MAEDA2023-12-261-1/+1
* Fix hardcoded string "auto" on user preferences page (#39879).Marius Balteanu2023-12-221-1/+1
* Fix improper error highlighting for description field in issue form (#39795).Go MAEDA2023-12-221-1/+1
* Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894). Marius Balteanu2023-12-211-1/+6
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-2012-14/+14
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-208-14/+10
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-207-10/+10
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-208-11/+11
* Update Rails UJS to 7.1.2 (#36320).Marius Balteanu2023-12-201-1/+1
* Revert r21883 which was an workaround for #37626 (#37732, #36320).Marius Balteanu2023-11-291-2/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-276-14/+14
* Fix query grouping filter not working for custom field relations (#39714).Marius Balteanu2023-11-261-3/+3
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-213-2/+17
* Add data-text-formatting attribute for selected markup language to body tag (...Go MAEDA2023-11-211-1/+1
* Deprecate unused ApplicationHelper#render_if_exist (#39527).Go MAEDA2023-11-191-0/+4
* Moves create parent issue journal to after_commit hook to work around stale o...Marius Balteanu2023-11-181-10/+20
* Remove deprecated methods in Repository and AbstractAdapter (#39558).Marius Balteanu2023-11-181-5/+0
* Auto-detection of field wrapper type when importing CSV file (#39511).Go MAEDA2023-11-161-1/+2
* New email notification option "For any event on my bookmarked projects" (#351...Go MAEDA2023-11-162-3/+19
* Fix mention autocomplete not displaying for users without "Edit issues" permi...Marius Balteanu2023-11-121-0/+4
* Fix an expression of non-boolean type specified in a context where a conditio...Marius Balteanu2023-11-111-7/+8
* Remove @rss_*@ deprecated methods (#36806).Marius Balteanu2023-11-063-29/+0
* Replace hardcoded issues count check with `limit` variable in IssuesControlle...Go MAEDA2023-10-311-1/+1
* Redirect to repositories#show after repository#fetch_changesets to avoid the ...Go MAEDA2023-10-311-1/+5
* Fix reversed display of default queue adapter check (#36695).Go MAEDA2023-10-301-1/+1
* Fix related issues count not updating after deleting one of the related issue...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