An error occurred fetching the project authors.
- 10 Jun, 2017 1 commit
-
-
Stan Hu authored
Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
-
- 25 May, 2017 1 commit
-
-
Phil Hughes authored
[ci skip]
-
- 19 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 04 May, 2017 2 commits
-
-
Valery Sizov authored
-
Alfredo Sumaran authored
-
- 06 Apr, 2017 1 commit
-
-
Sean McGivern authored
Fix for three open redirect vulns using redirect_to url_for(params.merge))) See merge request !2082
-
- 05 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 25 Mar, 2017 1 commit
-
-
Sam Rose authored
-
- 21 Mar, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
DJ Mountney authored
fix for render json include leaks See merge request !2074
-
- 20 Mar, 2017 1 commit
-
-
Sam Rose authored
-
- 13 Mar, 2017 5 commits
-
-
Bob Van Landuyt authored
merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
-
Bob Van Landuyt authored
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
-
- 24 Feb, 2017 1 commit
-
-
Felipe Artur authored
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 09 Feb, 2017 1 commit
-
-
Felipe Artur authored
-
- 07 Feb, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 15 Jan, 2017 1 commit
-
-
Ruben Davila authored
-
- 23 Dec, 2016 1 commit
-
-
Tiago Botelho authored
-
- 21 Dec, 2016 1 commit
-
-
Tiago Botelho authored
-
- 05 Dec, 2016 1 commit
-
-
Bob Van Landuyt authored
When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
-
- 08 Sep, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 25 Aug, 2016 1 commit
-
- 15 Aug, 2016 5 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
- Refactored SpamCheckService into SpamService
-
Patricio Cano authored
- Added controller actions as reusable concerns - Added controller tests
-
Patricio Cano authored
- Removed unnecessary column from `SpamLog` - Moved creation of SpamLogs out of its own service and into SpamCheckService - Simplified code in SpamCheckService. - Moved move spam related code into Spammable concern
-
Patricio Cano authored
- New concern `AkismetSubmittable` to allow issues and other `Spammable` models to be submitted to Akismet. - New model `UserAgentDetail` to store information needed for Akismet. - Services needed for their creation and tests.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 02 Aug, 2016 1 commit
-
-
Robert Speicher authored
Now we link to the standard `IssuesController#new` action, and let it redirect if we're using an external tracker.
-
- 01 Aug, 2016 1 commit
-
-
Robert Speicher authored
Prior, in order to display the correct link to "Issues" in the project navigation, we were performing a check against the project to see if it used an external issue tracker, and if so, we used that URL. This was inefficient. Now, we simply _always_ link to `namespace_project_issues_path`, and then in the controller we redirect to the external tracker if it's present. This also removes the need for the url_for_issue helper. Bonus!
-
- 26 Jul, 2016 1 commit
-
-
Patricio Cano authored
-
- 27 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-