summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Extraneous whitespace when selecting and copying issue number on Chrome/Windo...Go MAEDA2024-01-291-2/+1
* Adds user status to users list API (#38948).Marius Balteanu2024-01-251-0/+1
* Include @auth_source@ in /users/:id API response if auth_source is requested ...Marius Balteanu2024-01-251-0/+5
* Remove deprecated @status=@ param used to get all users. @status=*@ should be...Marius Balteanu2024-01-251-4/+0
* Adds deprecation warning when an empty status param (status=) is used to get ...Marius Balteanu2024-01-251-0/+1
* Remove hardcoded version of rails-ujs and include the one provided by the ass...Marius Balteanu2024-01-251-1/+2
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-1/+0
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-3/+3
* Restores API compatibility to legacy status when status param is sent blank (...Marius Balteanu2024-01-251-2/+2
* Enable "any" and "none" operators for status filter in User listing (#40099).Marius Balteanu2024-01-251-1/+1
* Remove unnecessary use of instance variables in CSV and Atom response handler...Go MAEDA2024-01-245-12/+12
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975).Go MAEDA2024-01-241-0/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-2345-44/+76
* Use @image_url@ for @favicon_url@ (#40087).Marius Balteanu2024-01-231-4/+1
* Reverts r22438 (#35189).Marius Balteanu2024-01-232-19/+3
* Fix query columns selection in custom query form (#39806).Marius Balteanu2024-01-171-1/+5
* Fix query columns selection in time tracking settings page from admin (#39806).Marius Balteanu2024-01-161-2/+6
* Indentation fixes (#39806).Marius Balteanu2024-01-163-8/+8
* Fix query columns selection in admin and my page (#39806).Marius Balteanu2024-01-163-0/+10
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-111-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-088-10/+12
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-1/+1
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-1/+1
* Optimize Project#notified_users to improve issue create/update speed (#23328).Go MAEDA2024-01-041-7/+2
* Explicitly render a 404 on non-JS requests to messages#quote (#39999).Marius Balteanu2024-01-031-0/+5
* Fix "any" operator for text filters to exclude empty text values (#39991).Go MAEDA2024-01-021-1/+1
* Optimize loading of journals, relations, and allowed_statuses in IssuesContro...Go MAEDA2024-01-011-10/+11
* Cache the result of `Journal#attachments` (#39847).Go MAEDA2023-12-311-2/+4
* Extend "contains" operator in "Parent task" filter to support multiple issue ...Go MAEDA2023-12-291-3/+12
* Optimize query models by replacing `map` with `pluck` (#39837).Go MAEDA2023-12-295-21/+16
* 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