summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-081-2/+2
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-082-1/+5
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-081-1/+1
* Spent hours ignoring "Time Span Format" Setting on several pages (#40924).Go MAEDA2024-06-302-2/+2
* Disable custom query links while loading to prevent multiple requests (#40901).Go MAEDA2024-06-271-1/+2
* Expose project updated_on column and filter in project query (#40829).Go MAEDA2024-06-271-0/+2
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-254-15/+21
* Creating a new issue fails with an internal error if no issue priorities are ...Go MAEDA2024-06-251-1/+1
* Reject passwords that are the same as login, first name, last name, or email ...Go MAEDA2024-06-211-0/+11
* Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).Go MAEDA2024-06-203-11/+11
* Fix misalignment issue when displaying the table of contents (TOC) on the rig...Go MAEDA2024-06-191-2/+4
* Optimize Version#behind_schedule? by avoiding the call to completed_percent w...Go MAEDA2024-06-171-8/+5
* Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress whe...Go MAEDA2024-06-171-0/+1
* Optimize Version model by reducing redundant SQL count queries (#40798).Go MAEDA2024-06-171-14/+10
* Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).Go MAEDA2024-06-1711-16/+16
* Revisions count is wrong on the wiki content page (#40655).Go MAEDA2024-06-131-1/+1
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-1213-13/+13
* Suppress RuboCop false positive for Security/Open (#39887).Go MAEDA2024-06-061-1/+1
* Fix RuboCop offense Naming/MemoizedInstanceVariableName (#37862, #1671).Go MAEDA2024-06-051-1/+1
* Adds estimated remaining time to version page (#37862, #1671).Marius Balteanu2024-06-042-0/+19
* Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).Marius Balteanu2024-06-042-18/+10
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-0411-1/+13
* Reduce an extra SQL query in IssuesController#retrieve_default_query (#40775).Go MAEDA2024-06-041-1/+2
* Introduce configuration for done ratio options interval (#31756).Go MAEDA2024-05-295-4/+6
* Link "Last activity" column to project activity page (#40706, #23954).Marius Balteanu2024-05-281-0/+10
* Add `updated_on` and `updated_by` fields to Issues API journal response (#404...Go MAEDA2024-05-271-0/+2
* Fix duplicated alt and title attributes for attached images in Textile format...Go MAEDA2024-05-241-6/+17
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-237-9/+9
* Dynamic generation of supported code highlighting languages in help section (...Go MAEDA2024-05-192-880/+10
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-1816-33/+33
* Ignore statuses in Project#rolled_up_statuses which only have an identity tra...Go MAEDA2024-05-161-0/+1
* Explicitly reference table name in Project#like scope to avoid ambiguity (#40...Go MAEDA2024-05-141-1/+1
* Fix slow display of projects list when including project description column (...Go MAEDA2024-05-141-1/+7
* Fix RuboCop offense Style/RedundantSelfAssignment (#40412).Go MAEDA2024-05-131-1/+1
* Fixes issue list filter "Watched by: me" only shows issues watched via group ...Marius Balteanu2024-05-111-1/+3
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-073-4/+4
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-034-13/+44
* Fixes RuboCop offense Performance/Sum (#24457, #4682).Marius Balteanu2024-05-021-3/+3
* Progress of version should be calculated the same way as parent tasks (#24457...Marius Balteanu2024-05-021-6/+11
* Fix RuboCop offense Style/SuperWithArgsParentheses (#37862).Go MAEDA2024-05-011-1/+1
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-012-3/+26
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-285-3/+20
* Fixes that watcher groups on new issue form get dereferenced on validation er...Marius Balteanu2024-04-281-1/+1
* Focus on the textarea after clicking the Edit Journal button (#40556).Marius Balteanu2024-04-281-0/+10
* Adds an option to send email notification when an attachment is added (#40569).Marius Balteanu2024-04-281-1/+2
* Fix issue where descriptions in the issues list ignore CommonMark Markdown ta...Go MAEDA2024-04-231-0/+3
* Fix incorrect icon image path for DatePicker button (#40559, #39111).Marius Balteanu2024-04-161-1/+1
* Fix incorrect icon image paths on Textile help page (#40559, #40137, #39111).Marius Balteanu2024-04-1619-223/+223
* Fix incorrect icon image paths on Markdown help page (#40559, #40137, #39111).Marius Balteanu2024-04-1616-170/+170
* Revert r22764 (#33829).Go MAEDA2024-03-061-1/+0