summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01342-342/+342
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-0/+16
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-264-5/+5
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-0/+10
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67
* Revert r21975. Marius Balteanu2022-12-012-67/+1
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-0/+14
* Fix failing test by removing bad assertion (#34863).Marius Balteanu2022-11-281-1/+0
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-187-115/+2
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-167-2/+115
* Allow using ideographic space (U+3000) as a separator for search terms (#37878).Go MAEDA2022-11-031-0/+6
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-031-1/+17
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+8
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-0/+5
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-0/+20
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+13
* Add missing fixture to test/integration/issue_test.rb (#37851).Go MAEDA2022-10-291-1/+2
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-283-16/+16
* Fix RuboCop offense Rails/FreezeTime (#37248).Go MAEDA2022-10-271-1/+1
* Fix RuboCop offense Lint/RedundantRequireStatement (#36919).Go MAEDA2022-10-261-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-265-15/+15
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmpt...Go MAEDA2022-10-201-2/+0
* Constraints *_all attachments routes to actually supported values of containe...Go MAEDA2022-10-201-11/+0
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-044-14/+14
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+40
* Make common_mark the default text formatting for new installations (#34863).Marius Balteanu2022-10-042-1/+6
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-023-4/+5
* Add table header in Plugins page (#37692).Go MAEDA2022-10-011-0/+4
* Fix RuboCop offense Layout/LineLength due to r21849 (#37713).Go MAEDA2022-09-281-2/+8
* Fix random system test failure by adding a missing fixture.Marius Balteanu2022-09-271-1/+2
* Fix undefined method when auth source name column is added as column (#37674).Marius Balteanu2022-09-271-0/+14
* Fix failing test on PostgreSQL by ordering by only non null values (#37674).Marius Balteanu2022-09-271-3/+10
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+13
* Fix random test failure (#33953).Go MAEDA2022-09-271-1/+1
* Add a test for #37369.Marius Balteanu2022-09-261-0/+15
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+4
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+5
* Fix random test failure (#37674).Go MAEDA2022-09-241-1/+1
* Adds tests for UserQuery model (#37674).Go MAEDA2022-09-211-0/+175
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+57
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-29/+115
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-172-0/+17
* Consider only roles with either add_issues or edit_issues permissions for any...Go MAEDA2022-09-171-0/+22