Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-20 21:30:15 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 17:15:35 +0300
commitd4376e0c7fdcb0e8c8aa44ea2c6b425e46ac22f5 (patch)
tree93c2103fb326990e10237df45a19cbb282229a64 /lib
parentef047d07dc0062d0ab932eb64076067ff1f4e4bc (diff)
Merge branch '4269-public-files-api' into 'master'
Allow unauthenticated access to Repositories Files API GET endpoints See merge request !8149
Diffstat (limited to 'lib')
-rw-r--r--lib/api/files.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/api/files.rb b/lib/api/files.rb
index 28f306e45f3..532a317c89e 100644
--- a/lib/api/files.rb
+++ b/lib/api/files.rb
@@ -1,8 +1,6 @@
module API
# Projects API
class Files < Grape::API
- before { authenticate! }
-
helpers do
def commit_params(attrs)
{