summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Disable grouping for associations custom field (#35115).Go MAEDA2021-04-211-1/+6
* Filter issues by notes (#5893).Go MAEDA2021-04-211-0/+9
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-192-0/+7
* Users without two-factor authentication enabled cannot sign out when two-fact...Go MAEDA2021-04-161-0/+1
* Validate attachment filenames on every change (#34367).Go MAEDA2021-04-161-6/+5
* Use named routes in base layout and account sidebar (#35075).Go MAEDA2021-04-152-4/+4
* Clean-up workflows controller (#33337).Go MAEDA2021-04-138-55/+61
* "Copy link" feature for issues list (#34932).Go MAEDA2021-04-132-0/+10
* Update Rails UJS to 6.1.3.1 (#29914, #35003).Go MAEDA2021-04-131-1/+1
* Fix user link using @ not working at the end of line (#34894).Go MAEDA2021-04-131-1/+1
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+8
* Atom feed of the activity page does not contain items after the second page (...Go MAEDA2021-04-121-1/+6
* The result of Attachment.latest_attach is unstable if attachments have the sa...Go MAEDA2021-04-071-1/+1
* Disable jQuery UI tooltip on workflow page to improve loading speed (#35034).Go MAEDA2021-04-061-3/+3
* Ruby 3.0: Fix `super` calls (#34992, #34986).Go MAEDA2021-04-032-2/+2
* Replace pluck().first with pick() (#32909).Go MAEDA2021-04-032-3/+3
* Rails 6.1: fix set roleids (#29914, #32935).Go MAEDA2021-04-011-0/+2
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-012-2/+2
* Reverts r20895 (#29914, #34985).Go MAEDA2021-04-012-2/+2
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-012-2/+2
* Fix detach attachments when a conflict occurs (#29914, #32923).Go MAEDA2021-04-011-0/+1
* Remove #filename_for_content_disposition for MS browsers (#29914, #32914).Go MAEDA2021-04-011-1/+1
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-3/+3
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-0117-17/+18
* Fix cannot change the default version under settings (#34982).Go MAEDA2021-03-311-1/+1
* Do not journalize attachments that are added during a "Copy Issue" operation ...Go MAEDA2021-03-291-1/+1
* Remove jQuery Migrate (#34337).Go MAEDA2021-03-291-1/+0
* No left padding for the first level entries in forums list (#32156).Go MAEDA2021-03-261-4/+8
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-263-7/+13
* Associated Revision API (#22008).Go MAEDA2021-03-261-2/+13
* Add edit button to Wiki sidebar (#32629).Go MAEDA2021-03-261-0/+8
* Update copyright year in the footer to 2021 (#34955).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-25177-177/+177
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-254-9/+18
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-251-2/+2
* Show project tree instead of subprojects in the project selector when you cre...Go MAEDA2021-03-251-1/+1
* Case-insensitive matching fails for Unicode filenames when referring to attac...Go MAEDA2021-03-201-1/+3
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
* Allow selecting encoding when exporting permission reports as CSV (#13767).Go MAEDA2021-03-182-2/+12
* Show project ID instead of name in issue journal details if the project is no...Go MAEDA2021-03-181-1/+2
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-183-1/+12
* Reverts r20653.Go MAEDA2021-03-181-2/+2
* Introduces an additional check before removing a deduplicated file (#34479).Go MAEDA2021-03-171-5/+4
* Reverts r20654.Go MAEDA2021-03-171-6/+6
* Delete spent time custom field values not visible by the user after assignmen...Go MAEDA2021-03-151-1/+8
* Do not display in issue edit page spent time custom fields not visible by the...Go MAEDA2021-03-151-1/+1
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-1/+1
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-153-4/+21
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-1/+1