summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | new screenshot for the docs on how to enabled/disable OmniAuth Sign InAndrei Gliga2016-05-121-0/+0
| * | | | | | config/gitlab.yml between ``Andrei Gliga2016-05-121-1/+1
| * | | | | | Revert "no need to show the help about Github or the other authentication sou...Andrei Gliga2016-05-122-1/+11
| * | | | | | inline btn-group{ data: { toggle: 'buttons' } }Andrei Gliga2016-05-121-2/+1
| * | | | | | << instead of +=Andrei Gliga2016-05-121-1/+1
| * | | | | | enabled_button_based_providers.any? instead of ! empty? for button_based_prov...Andrei Gliga2016-05-121-1/+1
| * | | | | | button_based_providers.any? instead of !button_based_providers.empty?Andrei Gliga2016-05-121-1/+1
| * | | | | | Array(enabled_oauth_sign_in_sources) instead of the ifAndrei Gliga2016-05-121-1/+1
| * | | | | | enabled_oauth_sign_in_sources param doesn't need permitAndrei Gliga2016-05-121-1/+0
| * | | | | | credits for !4034Andrei Gliga2016-05-121-2/+1
| * | | | | | corrections to the Enable or disable Sign In with OmniAuthAndrei Gliga2016-05-121-2/+3
| * | | | | | documentation for enabling or disabling OAuth sign inAndrei Gliga2016-05-122-0/+14
| * | | | | | Allow Admins to remove the Login with buttons for OAuth services and still be...Andrei Gliga2016-05-121-0/+2
| * | | | | | On Application Settings Page let the user select the enabled OAuth Sign in so...Andrei Gliga2016-05-123-13/+13
| * | | | | | more readable specs for enabled_button_based_providers and button_based_provi...Andrei Gliga2016-05-121-15/+29
| * | | | | | typoAndrei Gliga2016-05-121-1/+1
| * | | | | | unindent 1 level the Disable OAuth formAndrei Gliga2016-05-121-8/+8
| * | | | | | no need to show the help about Github or the other authentication sourcesAndrei Gliga2016-05-121-3/+0
| * | | | | | if omniauth is enabled and if there are button_based_providers available show...Andrei Gliga2016-05-121-10/+11
| * | | | | | DRYing enabled_button_based_providers testsAndrei Gliga2016-05-121-7/+4
| * | | | | | enabled_button_based_providers into their own describe sectionAndrei Gliga2016-05-121-0/+2
| * | | | | | use stub_application_setting insteadAndrei Gliga2016-05-121-10/+4
| * | | | | | between ""Andrei Gliga2016-05-121-1/+1
| * | | | | | stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has no...Andrei Gliga2016-05-121-2/+8
| * | | | | | tests for button_based_providers_enabled? helper method of AuthHelperAndrei Gliga2016-05-121-0/+18
| * | | | | | tests for enabled_button_based_providers helper method of AuthHelperAndrei Gliga2016-05-121-1/+21
| * | | | | | validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga2016-05-122-0/+13
| * | | | | | text for the disable_oauth_signin_sources labelAndrei Gliga2016-05-121-1/+1
| * | | | | | show only the eanbled oauth providersAndrei Gliga2016-05-121-1/+1
| * | | | | | render the omniauth_box if there are any button_based_providersAndrei Gliga2016-05-121-1/+1
| * | | | | | method to check if oauth button based providers are enabledAndrei Gliga2016-05-121-0/+4
| * | | | | | method to get the enabled_button_based_providersAndrei Gliga2016-05-121-0/+6
| * | | | | | OAuth Providers disable from the ApplicationSettings pageAndrei Gliga2016-05-122-0/+25
| * | | | | | default value for disabled_oauth_sign_in_sources in create_from_defaults @ Ap...Andrei Gliga2016-05-121-0/+1
| * | | | | | disabled_oauth_sign_in_sources parameter handling in ApplicationSettingsContr...Andrei Gliga2016-05-121-1/+11
| * | | | | | serialize the disabled_oauth_sign_in_sourcesAndrei Gliga2016-05-121-0/+50
| * | | | | | disabled_oauth_sign_in_sources columnAndrei Gliga2016-05-122-0/+6
* | | | | | | Merge branch 'send-incremental-build-log' into 'master' Jacob Schatz2016-05-127-65/+174
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix specssend-incremental-build-logKamil Trzcinski2016-05-121-1/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into send-incremental-build-logKamil Trzcinski2016-05-10190-2902/+839
| |\ \ \ \ \ \
| * | | | | | | Encode state as base64 stringKamil Trzcinski2016-05-094-22/+27
| * | | | | | | Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-096-58/+162
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'update-changelog-875' into 'master' Yorick Peterse2016-05-121-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Updated CHANGELOG for 8.7.5Yorick Peterse2016-05-121-0/+2
* | | | | | | | Merge branch '14272-forks-listed-when-permission-is-missing' into 'master' Rémy Coutable2016-05-122-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Only show forks for users who can download codeSean McGivern2016-05-122-2/+3
* | | | | | | | Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' Rémy Coutable2016-05-126-47/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Use % notation for arrays in runner model constantsfix/reuse-runner-edit-form-in-admin-areaGrzegorz Bizon2016-05-111-2/+2
| * | | | | | | | Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-103-2/+3
| * | | | | | | | Reuse runners edit form in admin and project areaGrzegorz Bizon2016-05-103-44/+29