gitlab-org--gitlab-foss/lib/api
Robert Speicher 8a85906a74 Merge branch 'support-akismet' into 'master'
Support Akismet spam checking for creation of issues via API

Currently any spam detected by Akismet for non-members via API will
be logged in a separate table in the admin page.

Closes #5612

See merge request !2266
2016-02-03 01:26:30 +00:00
..
api.rb Merge branch 'master' into ci/api-builds 2016-01-14 13:30:18 +01:00
api_guard.rb Rubocop: Style/CaseIndentation enabled 2015-02-02 21:26:40 -08:00
branches.rb Added the missing comma 2015-03-31 17:08:33 +01:00
builds.rb Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatus 2016-01-14 14:59:04 +01:00
commit_statuses.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
commits.rb Order commit comments in API chronologically 2015-05-08 14:34:10 +02:00
deploy_keys.rb Fix failing tests due to updates on the return messages. 2015-01-07 11:39:20 +01:00
entities.rb Merge branch 'master' into ci/api-triggers 2016-01-14 21:58:17 +01:00
files.rb WIP lazy blobs 2016-02-01 10:41:52 +01:00
group_members.rb Track who created a group or project member. 2015-04-14 12:06:42 +02:00
groups.rb Add API group projects endpoint. 2015-12-07 17:10:40 +01:00
helpers.rb Fix add_pagination_headers to keep request parameters in Link header 2016-02-02 15:26:29 +01:00
internal.rb Improve Git access error messages. 2015-05-13 09:41:55 +02:00
issues.rb Refactor spam filtering on issues API 2016-02-02 11:25:44 -02:00
keys.rb Add API method for get user by ID of an SSH key 2015-09-03 15:47:22 +03:00
labels.rb Fix failing tests due to updates on the return messages. 2015-01-07 11:39:20 +01:00
merge_requests.rb Improve consistency and duplication for Merge Request API 2016-01-28 14:26:12 +01:00
milestones.rb Fix the test and add documentation for the "per-milestone issues API call" 2015-01-22 12:14:53 +01:00
namespaces.rb Make namespace API available to all users 2015-05-28 11:39:12 -07:00
notes.rb Revert changes to how the notes are paginated in the API 2016-01-14 14:20:21 +01:00
project_hooks.rb Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
project_members.rb Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
project_snippets.rb Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
projects.rb First pass at deleting projects in the background. 2016-01-29 09:14:16 -05:00
repositories.rb Use only one header to send git blobs 2016-02-01 11:33:22 +01:00
services.rb Hide passwords to non-admin users in the services API 2015-10-12 15:24:00 +02:00
session.rb Add LDAP support to /api/session 2013-07-16 11:28:19 +03:00
settings.rb Add tests and improve logic 2015-07-06 16:47:19 +02:00
system_hooks.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00
tags.rb Delete tag via API 2016-01-08 10:10:04 +01:00
triggers.rb Add some fixes after review 2016-01-13 12:20:59 +01:00
users.rb Codestyle changes 2016-01-12 12:29:10 -02:00
variables.rb Fix some typos 2016-01-13 18:47:39 +01:00