An error occurred fetching the project authors.
- 19 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 17 Mar, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 02 Feb, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 26 Jun, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 May, 2015 1 commit
-
-
jubianchi authored
-
- 06 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 07 Jan, 2015 2 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 26 Sep, 2014 1 commit
-
-
jubianchi authored
-
- 15 Sep, 2014 1 commit
-
-
jubianchi authored
* users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
-
- 04 Sep, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
jubianchi authored
-
- 03 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Sep, 2014 1 commit
-
-
jubianchi authored
-
- 20 Aug, 2014 1 commit
-
-
jubianchi authored
-
- 14 Aug, 2014 1 commit
-
-
Robert Schilling authored
-
- 30 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Apr, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
The goal of suych refactoring is to get rid of observers. Its much easier to test and code when object creation and all other related actions done in one class instead of splited across observers, callbacks etc. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Oct, 2013 1 commit
-
-
Angus MacArthur authored
-
- 11 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 06 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 27 Feb, 2013 2 commits
-
-
Sebastian Ziebell authored
Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
-
Sebastian Ziebell authored
The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions.
-
- 18 Feb, 2013 1 commit
-
-
Andrew8xx8 authored
-
- 02 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 21 Dec, 2012 1 commit
-
-
Riyad Preukschas authored
-
- 16 Sep, 2012 2 commits
-
-
Alex Denisov authored
-
Alex Denisov authored
-
- 10 Sep, 2012 2 commits
-
-
Alex Denisov authored
-
randx authored
-
- 03 Sep, 2012 1 commit
-
-
Nihad Abbasov authored
-
- 02 Sep, 2012 1 commit
-
-
Sytse Sijbrandij authored
Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
-
- 22 Aug, 2012 1 commit
-
-
Robert Speicher authored
Now returns HTTP Status 405 - http://httpstatus.es/405 Closes #1245 Closes #1264
-
- 10 Aug, 2012 1 commit
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-