- 28 Apr, 2016 1 commit
-
-
Stan Hu authored
Previously all remote IPs appeared at 127.0.0.1, which made Akismet not very useful. Using the ActionDispatch Remote IP (http://api.rubyonrails.org/classes/ActionDispatch/RemoteIp.html) should provide more reliable results. Closes #16629
-
- 13 Apr, 2016 7 commits
-
-
Michael Greene authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- 08 Apr, 2016 1 commit
-
-
Robert Schilling authored
-
- 28 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 21 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 19 Mar, 2016 3 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
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
-