summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Cleanup wiki syntax files by moving inline style for img border to CSS (#3911...Marius Balteanu2024-02-1938-519/+518
* Adds erb extension to all wiki syntax help files (#39111, #40137).Marius Balteanu2024-02-1974-0/+0
* * Remove languages from wiki syntax help files that are identical with en lan...Marius Balteanu2024-02-19131-27518/+7
* Reorganize all the wiki syntax help files per text formatter (@markdown@, @co...Marius Balteanu2024-02-19205-1/+1
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to s...Marius Balteanu2024-02-19208-0/+44347
* Reverts r22717 (#39111, #40137).Marius Balteanu2024-02-19208-44347/+0
* * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_synt...Marius Balteanu2024-02-19208-0/+44347
* Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness...Marius Balteanu2024-02-131-11/+10
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-131-5/+0
* Custom themes are now loaded from "/themes" directory from project root. The ...Marius Balteanu2024-02-131-1/+0
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).Go MAEDA2024-02-081-2/+2
* Move public assets (images, javascripts, stylesheets, themes) to app/assets (...Marius Balteanu2024-02-07270-0/+10471
* Includes favicon in assets pipeline (#39111).Marius Balteanu2024-02-071-2/+2
* Raise the maximum length of the title element in the Atom feed from 100 to 30...Go MAEDA2024-02-071-3/+3
* Add spaces around the slash for consistency and better readability (#40166).Go MAEDA2024-02-036-11/+11
* Internationalize "Check all / Uncheck all" tooltip in project list for admins...Go MAEDA2024-02-031-1/+2
* Optimize queries visibility check (#39852).Go MAEDA2024-02-011-10/+11
* Add support for IDN (internationalized domain name) email addresses in user a...Go MAEDA2024-02-011-1/+11
* Include auth_source in /users API response if request includes auth_source (#...Marius Balteanu2024-01-311-0/+5
* 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