summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix a missed renameLin Jen-Shin2016-05-201-2/+2
| * | | | | | | | Rename reply_key to mail_keyLin Jen-Shin2016-05-202-11/+11
| * | | | | | | | Actually there's no such caseLin Jen-Shin2016-05-201-9/+0
| * | | | | | | | Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-183-6/+3
| * | | | | | | | fix some styling offenderLin Jen-Shin2016-05-183-5/+5
| * | | | | | | | so we use separate classes to handle different tasksLin Jen-Shin2016-05-188-179/+240
| * | | | | | | | We should totally cache itLin Jen-Shin2016-05-161-3/+1
| * | | | | | | | Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-163-7/+31
| * | | | | | | | Now we would be validating authentication tokenLin Jen-Shin2016-05-161-3/+0
| * | | | | | | | Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin2016-05-165-4/+54
| * | | | | | | | process_reply -> process_create_note; handle_reply -> process_replyLin Jen-Shin2016-05-161-5/+5
| * | | | | | | | Update wording because we're overloading UserNotAuthorizedErrorLin Jen-Shin2016-05-161-1/+1
| * | | | | | | | bang to indicate that this method could raise an exceptionLin Jen-Shin2016-05-161-3/+3
| * | | | | | | | Update style as create_noteLin Jen-Shin2016-05-161-3/+6
| * | | | | | | | No need to check project because:Lin Jen-Shin2016-05-161-2/+1
| * | | | | | | | Handle InvalidIssueError as InvalidNoteErrorLin Jen-Shin2016-05-161-1/+2
| * | | | | | | | Raise one by one instead of if checksLin Jen-Shin2016-05-161-10/+5
| * | | | | | | | Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-163-4/+36
| * | | | | | | | Try to give better namesLin Jen-Shin2016-05-161-6/+6
| * | | | | | | | enable Style/MethodDefParentheses and fix parenthesesLin Jen-Shin2016-05-162-2/+2
| * | | | | | | | Add another TODO that we need to verify identity betterLin Jen-Shin2016-05-161-0/+2
| * | | | | | | | Implement #3243 New Issue by emailLin Jen-Shin2016-05-163-29/+147
| * | | | | | | | Fix a typoLin Jen-Shin2016-05-161-1/+1
* | | | | | | | | Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable2016-07-285-13/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix the title of the toggle dropdown buttonHerminio Torres2016-07-285-13/+12
* | | | | | | | | | Merge branch 'reduce-instrumentation-overhead' into 'master' Rémy Coutable2016-07-2810-54/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Reduce instrumentation overheadYorick Peterse2016-07-2810-54/+50
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'add_commit_stats' into 'master' Rémy Coutable2016-07-284-0/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add commit stats to commit api responsedixpac2016-07-284-0/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'update_guide' into 'master' Valery Sizov2016-07-281-0/+191
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Added update guide for 8.11Valery Sizov2016-07-281-0/+191
|/ / / / / / / / /
* | | | | | | | | Merge branch 'rename-undefined-methods' into 'master' Robert Speicher2016-07-273-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Replace reject_blocked with reject_blocked! in callbacks.rename-undefined-methodsConnor Shea2016-07-273-3/+3
|/ / / / / / / / /
* | | | | | | | | Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-2712-35/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-269-44/+63
| * | | | | | | | | Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-266-39/+38
| * | | | | | | | | Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-269-36/+54
| * | | | | | | | | Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-266-13/+64
* | | | | | | | | | Merge branch 'fix/requests-profiles-controller-does-not-catch-certain-files'Douwe Maan2016-07-272-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Change requests_profiles resource constraint to catch virtually any filefix/requests-profiles-controller-does-not-catch-certain-filesAhmad Sherif2016-07-272-1/+2
* | | | | | | | | | | Merge branch 'cs-upgrade-attr-encrypted' into 'master' Robert Speicher2016-07-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update attr_encrypted from 3.0.1 to 3.0.3cs-upgrade-attr-encryptedConnor Shea2016-07-241-1/+1
* | | | | | | | | | | | Merge branch 'cs-upgrade-rack-oauth2' into 'master' Robert Speicher2016-07-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update rack-oauth2 from 1.2.1 to 1.2.3.cs-upgrade-rack-oauth2Connor Shea2016-07-221-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'cs-upgrade-bullet' into 'master' Robert Speicher2016-07-272-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Upgrade Bullet from 5.0.0 to 5.2.0.cs-upgrade-bulletConnor Shea2016-07-262-5/+5
* | | | | | | | | | | | | Merge branch 'cs-upgrade-gon' into 'master' Robert Speicher2016-07-272-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Upgrade gon from 6.0.1 to 6.1.0.cs-upgrade-gonConnor Shea2016-07-222-4/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'cs-upgrade-default-value-for' into 'master' Robert Speicher2016-07-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Upgrade default_value_for from 3.0.1 to 3.0.2.cs-upgrade-default-value-forConnor Shea2016-07-221-2/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |