| Commit message (Expand) | Author | Age | Files | Lines |
* | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+39 |
* | Merge branch 'fix-raw-controller-disposition' into 'master' | Dmitriy Zaporozhets | 2015-09-02 | 1 | -0/+23 |
|\ |
|
| * | Remove the filename argument from Content-Disposition header to avoid | Stan Hu | 2015-09-02 | 1 | -0/+23 |
* | | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 3 | -58/+169 |
|/ |
|
* | Merge branch 'rs-cleanup-redcarpet-renderer' into 'master' | Douwe Maan | 2015-09-01 | 11 | -51/+6 |
|\ |
|
| * | Make sure the `gfm` helper passes the required options | Robert Speicher | 2015-08-31 | 1 | -1/+1 |
| * | Remove invalid spec for GitlabMarkdownHelper | Robert Speicher | 2015-08-31 | 1 | -5/+0 |
| * | Reference filters no longer take a custom class context option | Robert Speicher | 2015-08-27 | 8 | -40/+0 |
| * | Restore the forwarded HTML options in link_to_gfm | Robert Speicher | 2015-08-27 | 1 | -0/+10 |
| * | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 2 | -17/+7 |
* | | Merge branch 'fix-bitbucket-import-issue-order' into 'master' | Douwe Maan | 2015-09-01 | 1 | -0/+34 |
|\ \ |
|
| * | | Fix bug where only the first 15 Bitbucket issues would be imported. | Stan Hu | 2015-09-01 | 1 | -0/+34 |
* | | | Merge branch 'fix-branches-cache-after-merge' into 'master' | Valery Sizov | 2015-09-01 | 2 | -1/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Expire cache when merge request source branch was removedfix-branches-cache-after-merge | Dmitriy Zaporozhets | 2015-08-28 | 2 | -1/+29 |
* | | | Merge branch 'dont-notify-users-without-project-access' into 'master' | Robert Speicher | 2015-08-30 | 1 | -2/+9 |
|\ \ \ |
|
| * | | | Don't notify users without access to the project when they are (accidentally)...dont-notify-users-without-project-access | Douwe Maan | 2015-08-26 | 1 | -2/+9 |
| |/ / |
|
* | | | Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993 | Douwe Maan | 2015-08-29 | 45 | -136/+2855 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'rs-remove-user-color-scheme-class' into 'master' | Douwe Maan | 2015-08-27 | 5 | -53/+100 |
| |\ \
| | |/
| |/| |
|
| | * | Re-add user_color_scheme helper | Robert Speicher | 2015-08-26 | 1 | -23/+54 |
| | * | Fix two more failing specs | Robert Speicher | 2015-08-25 | 1 | -3/+2 |
| | * | Fix failing spec | Robert Speicher | 2015-08-25 | 1 | -2/+2 |
| | * | Remove user_color_scheme_class | Robert Speicher | 2015-08-25 | 2 | -25/+0 |
| | * | Add Gitlab::ColorSchemes module | Robert Speicher | 2015-08-25 | 2 | -3/+45 |
| * | | Merge branch 'rs-re-enable-user-reference-spec' into 'master' | Douwe Maan | 2015-08-25 | 1 | -1/+0 |
| |\ \
| | |/
| |/| |
|
| | * | Re-enable the "links with adjacent text" UserReferenceFilter specrs-re-enable-user-reference-spec | Robert Speicher | 2015-08-24 | 1 | -1/+0 |
| * | | Merge branch 'handle-smtp-input-errors' into 'master' | Dmitriy Zaporozhets | 2015-08-25 | 1 | -0/+34 |
| |\ \
| | |/
| |/| |
|
| | * | Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to ... | Stan Hu | 2015-08-19 | 1 | -0/+34 |
| * | | Fix Error 500 in API when accessing a group that has an avatar | Stan Hu | 2015-08-24 | 1 | -1/+2 |
| * | | Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab | Stan Hu | 2015-08-23 | 6 | -29/+61 |
| * | | Create cross-reference for closing references on commits pushed to non-defaul... | Maƫl Valais | 2015-08-22 | 1 | -23/+34 |
| * | | Merge branch 'reply-by-email' into 'master' | Robert Speicher | 2015-08-22 | 28 | -28/+2613 |
| |\ \ |
|
| | * | | No HTML-only email please | Douwe Maan | 2015-08-21 | 4 | -97/+59 |
| | * | | Block blocked users from replying to threads by email.reply-by-email | Douwe Maan | 2015-08-21 | 1 | -0/+10 |
| | * | | Fix markdown specs again. Apparently development and test behave differently. | Douwe Maan | 2015-08-20 | 1 | -2/+1 |
| | * | | Fix markdown specs. | Douwe Maan | 2015-08-20 | 1 | -0/+1 |
| | * | | Add stub_reply_by_email_setting helper. | Douwe Maan | 2015-08-20 | 3 | -8/+11 |
| | * | | Use heredocs. | Douwe Maan | 2015-08-20 | 2 | -124/+107 |
| | * | | Add fixture_file helper. | Douwe Maan | 2015-08-20 | 8 | -29/+16 |
| | * | | Update spec. | Douwe Maan | 2015-08-20 | 1 | -2/+2 |
| | * | | Remove more unused fixtures. | Douwe Maan | 2015-08-20 | 5 | -245/+0 |
| | * | | Removed unused fixtures. | Douwe Maan | 2015-08-20 | 11 | -417/+1 |
| | * | | Merge branch 'master' into reply-by-email | Douwe Maan | 2015-08-20 | 14 | -304/+50 |
| | |\ \
| | | |/ |
|
| | * | | Test Gitlab::Email::Receiver. | Douwe Maan | 2015-08-20 | 1 | -0/+135 |
| | * | | Test EmailReceiverWorker. | Douwe Maan | 2015-08-20 | 2 | -5/+56 |
| | * | | Test Email::AttachmentUploader. | Douwe Maan | 2015-08-20 | 3 | -25/+51 |
| | * | | Extract ReplyParser and AttachmentUploader from Receiver. | Douwe Maan | 2015-08-20 | 2 | -481/+191 |
| | * | | Start on tests. | Douwe Maan | 2015-08-19 | 34 | -0/+3293 |
| | * | | Test Gitlab::ReplyByEmail. | Douwe Maan | 2015-08-19 | 1 | -0/+86 |
| * | | | Merge branch 'fix-email-autocomplete' into 'master' | Douwe Maan | 2015-08-21 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix bug preventing invite by e-mail | Stan Hu | 2015-08-21 | 1 | -1/+1 |
| | | |/
| | |/| |
|