- 06 Jan, 2016 7 commits
-
-
Stan Hu authored
Enable Microsoft Azure OAuth2 support Added Microsoft Azure as OAuth2 provider (https://github.com/KonaTeam/omniauth-azure-oauth2) including docs and icon. See merge request !2187
-
Janis Meybohm authored
-
Douwe Maan authored
Fix project destroy callback See gitlab-org/gitlab-ee!107. See merge request !2307
-
Douwe Maan authored
Import GitHub Pull Requests into GitLab Fixes #2833 See merge request !2168
-
Douwe Maan authored
Fix notification spec Master was broken :( See merge request !2306
-
Dmitriy Zaporozhets authored
Fix the abuse report detail URL in the HTML email template Previous URL resulted in a 404. See merge request !2310
-
-
- 05 Jan, 2016 33 commits
-
-
Stan Hu authored
Ignore config/sidekiq.yml
-
Robert Speicher authored
-
Robert Speicher authored
Validate README format Take the first previewable README file as project's README, otherwise if none file is available, or we can't preview any of them, we assume that project doesn't have a README file. Fixes #3978
-
Robert Speicher authored
Update version check images to use SVG See merge request !2244
-
Grzegorz Bizon authored
See gitlab-org/gitlab-ee!107.
-
Robert Speicher authored
-
Michi302 authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-
Douwe Maan authored
Better support for referencing and closing issues in asana_service.rb (by @mikew1) See merge request !2302
-
Douwe Maan authored
Add graphs of commits ahead/behind default branch (by @brunsa2) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716 See merge request !2301
-
Douwe Maan authored
-
Douwe Maan authored
Show 'New Merge Request' buttons on canonical repo. (by @joshfng) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners. See merge request !2300
-
Douwe Maan authored
Abuse Report refactors - Redirect back to user profile after report - "Tell, Don't Ask" for sending report notifications See merge request !2293
-
Douwe Maan authored
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Hotfix note mail with notification See merge request !2288
-
Douwe Maan authored
Support a single directory traversal in RelativeLinkFilter Prior, if we were viewing a blob at `https://example.com/namespace/project/blob/master/doc/some-file.md` and it contained a relative link such as `[README](../README.md)`, the resulting link when viewing the blob would be: `https://example.com/namespace/project/blob/README.md` which omits the `master` ref, resulting in a 404. Fixes https://gitlab.com/gitlab-org/release-tools/issues/3 See merge request !2247
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file.
-
Hannes Rosenögger authored
Help "SSH" fixes A user was confused why ssh login did not work because he had used a nonstandard name during the key generation step. Maybe this will make it clearer. See merge request !2296
-
Felix Eckhofer authored
-
Felix Eckhofer authored
Users must not change the default filename or they will have to create a suitable .ssh/config which is out-of-scope here.
-
Felix Eckhofer authored
The keytype field is actually `ssh-dss` for DSA keys and they will not be stored as `id_rsa.pub`. Note that newer version of ssh actually also support `ecdsa-sha2-nistp256` and others so it is also misleading to assume the field always starts with `ssh-`.
-
Dmitriy Zaporozhets authored
markdown fixes old ![Screenshot_2016-01-05_10.49.46](/uploads/731f0e83ceefa74650ea27f8dca67b35/Screenshot_2016-01-05_10.49.46.png) new ![Screenshot_2016-01-05_10.51.51](/uploads/85a82b2a589f9a4ad3dd47c6de3b89d7/Screenshot_2016-01-05_10.51.51.png) See merge request !2295
-
Andriy Dyadyura authored
-