- Mar 13, 2020
-
-
GitLab Bot authored
-
- Dec 18, 2018
-
-
- Nov 29, 2018
-
-
Jasper Maes authored
Fix deprecation: render :text is deprecated because it does not actually render a text/plain response
-
- Nov 23, 2018
-
-
- Oct 18, 2018
-
-
William George authored
-
- Sep 23, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424.
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- May 16, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 31, 2017
-
-
James Lopez authored
-
- Sep 28, 2017
-
-
James Lopez authored
-
- Sep 15, 2017
-
-
haseeb authored
-
- Sep 07, 2017
-
-
Tiago Botelho authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- Mar 03, 2017
-
-
Pawel Chojnacki authored
-
- Feb 21, 2017
-
-
Douwe Maan authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- Apr 15, 2016
-
-
Rémy Coutable authored
Report: https://github.com/gitlabhq/gitlabhq/issues/10138 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 16, 2016
-
-
Mehmet Emin İNAÇ authored
`render nothing: true` has been deprecated. For more information see [pr](https://github.com/rails/rails/pull/20336)
-
- Mar 03, 2016
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #13860
-
- Apr 30, 2015
-
-
Douwe Maan authored
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Feb 05, 2015
-
-
Dmitriy Zaporozhets authored
-
- Jun 26, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 20, 2014
-
-
Dmitry Medvinsky authored
Currently this method responds with `text/html`. It is kind of unusable if you open it in a browser. The browser thinks it is HTML and renders it as HTML, meaning new lines are dropped. So it's very hard to distinguish where the key starts and where it ends. This commit changes the content type header to `text/plain`.
-
- Feb 11, 2014
-
-
Johannes Schleifenbaum authored
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
-
GitLab authored
-
- Feb 06, 2014
-
-
GitLab authored
-
- Dec 14, 2013
-
-
skv authored
-
- Oct 03, 2013
-
-
devaroop authored
getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys changelog updated to include ssh key retrieval feature update
-
- Oct 02, 2013
-
-
devaroop authored
getting user keys publically through http without any authentication, the github way. E.g: http://github.com/devaroop.keys
-
- Jun 24, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Aug 10, 2012
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-
- Jan 29, 2012
-
-
Dmitriy Zaporozhets authored
-
- Dec 19, 2011
-
-
Dmitriy Zaporozhets authored
-
- Nov 02, 2011
-
-
gitlabhq authored
-