summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-112-5/+60
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-117-0/+755
* Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introd...Marius Balteanu2021-08-101-7/+7
* Fixed create duplicate follow relation fails with 500 internal error (#35655).Marius Balteanu2021-08-101-0/+25
* Add missing fixtures to Redmine::ProjectJumpBoxTest (#35727).Go MAEDA2021-08-101-1/+1
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-052-0/+34
* Adds tests for issue attachment edit by user without edit issue permission on...Marius Balteanu2021-08-052-0/+30
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-051-0/+27
* Update custom field path on the context menu (#33521).Marius Balteanu2021-08-031-9/+29
* Fix update status path on the context menu (#33521).Marius Balteanu2021-08-031-10/+10
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-0111-161/+152
* Link to the profile page from users on the group page (#12795).Go MAEDA2021-07-311-0/+2
* GroupsController#show should only display visible users (#12795).Go MAEDA2021-07-311-0/+14
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-281-7/+4
* Adds test for #35417.Marius Balteanu2021-07-281-0/+26
* Inline image in Textile is not displayed if the image URL contains ampersands...Go MAEDA2021-07-281-0/+2
* Remove unnecessary comments (#35606).Go MAEDA2021-07-281-3/+0
* Locked users should not be displayed in the members box of the project overvi...Go MAEDA2021-07-271-0/+10
* Use issue path instead of bulk update issues path when only one issue is sele...Marius Balteanu2021-07-262-8/+32
* Redirect_to project_path after WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
* Total spent time from issue page should link to global time entries if the is...Marius Balteanu2021-07-261-0/+22
* Revert r21082 (#35134).Marius Balteanu2021-07-261-22/+0
* Link total spent time to global time entries page when cross_project_issue_re...Marius Balteanu2021-07-261-0/+22
* When updating an issue, allow adding time entry on an issue that was visible ...Marius Balteanu2021-07-261-0/+23
* Output test coverage report to the console (#35259).Go MAEDA2021-07-251-0/+5
* Add watching users to a ticket should switch "watch" link to "unwatch" if own...Go MAEDA2021-07-251-0/+15
* Link from assignee to group page (#12795).Go MAEDA2021-07-201-1/+10
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of Applica...Go MAEDA2021-07-201-1/+1
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-191-0/+11
* Allow non-admin users to see group members (#12795).Go MAEDA2021-07-191-0/+11
* Ensure unique attachment filenames (#35539).Go MAEDA2021-07-191-6/+22
* Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/confi...Go MAEDA2021-07-105-6/+6
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-0/+17
* Add enabled core fields to /trackers API response (#35505).Go MAEDA2021-07-061-0/+6
* Default issue query (#7360).Go MAEDA2021-07-063-0/+146
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+26
* Allow sending account information when importing users (#35365).Go MAEDA2021-07-031-0/+18
* Add missing fixture to IssuesTest (#35312, #35500).Go MAEDA2021-06-301-1/+1
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+26
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-271-0/+28
* Add missing fixtures to ActivitiesControllerTest (#34933, #35413).Go MAEDA2021-06-251-1/+2
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-0/+17
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-202-0/+22
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+42
* Fix typo in test/fixtures/attachments.yml (#34715).Go MAEDA2021-06-141-1/+1
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-294-2/+90
* Remove trailing whitespaces in test/fixtures/watchers.yml (#7652).Go MAEDA2021-05-291-4/+4
* "Add news" button on global news index is displayed for users without permiss...Go MAEDA2021-05-291-0/+12
* Render Textile and Markdown files in the repository browser (#16849).Go MAEDA2021-05-283-5/+32
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-0/+11