summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+8
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-0/+5
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21938 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Read-only field permission for the project field is ignored if the current ↵Go MAEDA2022-10-311-0/+20
| | | | | | | | | project has subprojects (#37685). Patch by salman mp. git-svn-id: https://svn.redmine.org/redmine/trunk@21937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Database migrations don't run correctly for plugins when specifying the ↵Go MAEDA2022-10-301-0/+13
| | | | | | | | | `VERSION` env variable (#31116). Contributed by crypto gopher. git-svn-id: https://svn.redmine.org/redmine/trunk@21933 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to test/integration/issue_test.rb (#37851).Go MAEDA2022-10-291-1/+2
| | | | | | | Patch by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21932 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-283-16/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/FreezeTime (#37248).Go MAEDA2022-10-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/RedundantRequireStatement (#36919).Go MAEDA2022-10-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-265-15/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and ↵Go MAEDA2022-10-201-2/+0
| | | | | | Layout/TrailingEmptyLines in html_sanitizer_test.rb (#37750). git-svn-id: https://svn.redmine.org/redmine/trunk@21914 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Constraints *_all attachments routes to actually supported values of ↵Go MAEDA2022-10-201-11/+0
| | | | | | | | | container_type (#37772). Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21906 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21902 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-044-14/+14
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21901 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+40
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21900 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make common_mark the default text formatting for new installations (#34863).Marius Balteanu2022-10-042-1/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21894 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-023-4/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add table header in Plugins page (#37692).Go MAEDA2022-10-011-0/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/LineLength due to r21849 (#37713).Go MAEDA2022-09-281-2/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random system test failure by adding a missing fixture.Marius Balteanu2022-09-271-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix undefined method when auth source name column is added as column (#37674).Marius Balteanu2022-09-271-0/+14
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing test on PostgreSQL by ordering by only non null values (#37674).Marius Balteanu2022-09-271-3/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+13
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21856 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure (#33953).Go MAEDA2022-09-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a test for #37369.Marius Balteanu2022-09-261-0/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+4
| | | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+5
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure (#37674).Go MAEDA2022-09-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for UserQuery model (#37674).Go MAEDA2022-09-211-0/+175
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+57
| | | | | | | | | | includes a confirmation page that also gives the opportunity to lock users instead of deleting them. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-29/+115
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-172-0/+17
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Consider only roles with either add_issues or edit_issues permissions for ↵Go MAEDA2022-09-171-0/+22
| | | | | | | | | any status transitions (#37635). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename Repository#supports_all_revisions? to Repository#supports_history? ↵Go MAEDA2022-09-151-1/+1
| | | | | | | | | (#37657). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show "History" tab for content in Filesystem repository (#37585).Go MAEDA2022-09-071-0/+18
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description field to custom fields API (#37617).Go MAEDA2022-09-012-0/+2
| | | | | | | Patch by Holger Just and Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support revision without any message in Mercurial repositories (#36258).Go MAEDA2022-09-014-7/+21
| | | | | | | Patch by salman mp and Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't create two thumbnails of different resolutions for a single image ↵Go MAEDA2022-08-282-2/+2
| | | | | | | | | (#37597). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-242-0/+38
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* POST Requests to repository WS fail with "Can't verify CSRF token ↵Go MAEDA2022-08-101-0/+7
| | | | | | | | | authenticity" (#37562). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default spent time activity per role (#29286).Go MAEDA2022-08-092-1/+96
| | | | | | | Patch by Marius BALTEANU and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/LineLength due to r21757 (#37532).Go MAEDA2022-08-051-2/+18
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21758 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-0/+14
| | | | | | | Patch by salman mp and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default query should not be applied if the query is not allowed to be set as ↵Go MAEDA2022-07-314-0/+86
| | | | | | | | | the default (#37499). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21748 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip test_show_without_main_repository_should_display_first_repository when ↵Go MAEDA2022-07-281-0/+2
| | | | | | Subversion test repository is not configured (#33953). git-svn-id: https://svn.redmine.org/redmine/trunk@21742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository tab is not displayed if no repository is set as the main ↵Go MAEDA2022-07-272-1/+50
| | | | | | | | | repository (#33953). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better validation error message when the domain of email is not allowed ↵Go MAEDA2022-07-271-2/+2
| | | | | | | | | (#35450). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-0/+7
| | | | | | | Contributed by Vijay Kiran. git-svn-id: https://svn.redmine.org/redmine/trunk@21737 e93f8b46-1217-0410-a6f0-8f06a7374b81