Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'issue_14684' into 'master' | Douwe Maan | 2016-05-16 | 2 | -2/+3 |
|\ | | | | | | | | | | | | | Toggle email signup confirmation in admin settings Implements toggling verification email #14684 See merge request !3862 | ||||
| * | Change landing page when skipping confirmation email and add documentation | Felipe Artur | 2016-05-16 | 1 | -2/+2 |
| | | |||||
| * | Change skip_user_confirmation_email to send_user_confirmation_email | Felipe Artur | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Toggle email signup confirmation in admin settings | Felipe Artur | 2016-05-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch ↵ | Robert Speicher | 2016-05-16 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | '13691-allow-admin-to-reset-user-password-and-force-password-reset-on-next-login' into 'master' Force password change after admin reset Closes #13691. See merge request !4016 | ||||
| * | | Force password change after admin reset13691-allow-admin-to-reset-user-password-and-force-password-reset-on-next-login | Sean McGivern | 2016-05-16 | 1 | -0/+1 |
| |/ | | | | | | | | | | | When an admin changes a user's password for them, force the user to reset the password after logging in by expiring the new password immediately. | ||||
* | | Merge branch 'docker-registry' into 'master' | Douwe Maan | 2016-05-16 | 2 | -1/+89 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787 | ||||
| * | Improve JwtController | Kamil Trzcinski | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Rename JWT to JSONWebToken | Kamil Trzcinski | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Add TODO | Kamil Trzcinski | 2016-05-14 | 1 | -0/+3 |
| | | |||||
| * | Improve code design after review | Kamil Trzcinski | 2016-05-14 | 1 | -5/+2 |
| | | |||||
| * | Use Auth::ContainerRegistryAuthenticationService | Kamil Trzcinski | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-13 | 14 | -11/+83 |
| |\ | | | | | | | | | | | | | # Conflicts: # config/initializers/1_settings.rb | ||||
| * | | Improve JwtController code | Kamil Trzcinski | 2016-05-13 | 1 | -18/+19 |
| | | | |||||
| * | | Move JWT to Gitlab::JWT | Kamil Trzcinski | 2016-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix CI tests | Kamil Trzcinski | 2016-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | Rename DockerAuthenticationService to ContainerRegistryAuthenticationService | Kamil Trzcinski | 2016-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Make code more clear in what is done | Kamil Trzcinski | 2016-05-09 | 1 | -4/+5 |
| | | | |||||
| * | | Rename `images` to `container_registry` | Kamil Trzcinski | 2016-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-09 | 12 | -55/+78 |
| |\ \ | |||||
| * | | | Split docker authentication service | Kamil Trzcinski | 2016-05-02 | 1 | -101/+13 |
| | | | | |||||
| * | | | Added JWT controller | Kamil Trzcinski | 2016-05-02 | 1 | -0/+173 |
| | | | | |||||
| * | | | Make images_enabled configurable | Kamil Trzcinski | 2016-04-29 | 1 | -1/+2 |
| | | | | |||||
* | | | | Satisfy Rubocop | Douwe Maan | 2016-05-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Use `@diff_notes_disabled` instead of `@comments_allowed` | Douwe Maan | 2016-05-13 | 3 | -2/+2 |
| | | | | |||||
* | | | | Extract LegacyDiffNote out of Note | Douwe Maan | 2016-05-13 | 4 | -12/+14 |
| |_|/ |/| | | |||||
* | | | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'health-check-route' | Douwe Maan | 2016-05-12 | 3 | -0/+33 |
|\ \ \ | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | | | Add Changelog entryhealth-check-route | DJ Mountney | 2016-05-12 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | and drop exception handling around HealthCheck::Utils.process_checks, it wasn't needed | ||||
| * | | | Support token header for health check token, and general cleanup of the ↵ | DJ Mountney | 2016-05-11 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | health_check feature. | ||||
| * | | | Add health_check access token, and enforce on the health_check endpoint | DJ Mountney | 2016-05-10 | 3 | -0/+28 |
| | |/ | |/| | | | | | | | Also added a health check page to the admin section for resetting the token. | ||||
* | | | Merge branch 'otzy007/gitlab-ce-disable_oauth_sign_in_sources' | Douwe Maan | 2016-05-12 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | delete the enabled_oauth_sign_in_sources after getting it's value into ↵ | Andrei Gliga | 2016-05-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | enabled_oauth_sign_in_sources just delete enabled_oauth_sign_in_sources and get it's value | ||||
| * | | | Array(enabled_oauth_sign_in_sources) instead of the if | Andrei Gliga | 2016-05-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | enabled_oauth_sign_in_sources param doesn't need permit | Andrei Gliga | 2016-05-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | On Application Settings Page let the user select the enabled OAuth Sign in ↵ | Andrei Gliga | 2016-05-12 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | sources instead of the disabled ones | ||||
| * | | | disabled_oauth_sign_in_sources parameter handling in ↵ | Andrei Gliga | 2016-05-12 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | ApplicationSettingsController | ||||
* | | | | Merge branch 'send-incremental-build-log' into 'master' | Jacob Schatz | 2016-05-12 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update build log incrementally Proof of concept implementation of incremental sending of build log to browser. cc @jschatz1 @vsizov @grzesiek @tmaczukin See merge request !3737 | ||||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into send-incremental-build-log | Kamil Trzcinski | 2016-05-10 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | Encode state as base64 string | Kamil Trzcinski | 2016-05-09 | 1 | -8/+1 |
| | | | | | | |||||
| * | | | | | Send trace to a browser incrementally when build is running | Kamil Trzcinski | 2016-05-09 | 1 | -0/+15 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | We send a state of ansi2html to client, client needs to send this state back. The state describes the configuration of generator and position within trace. | ||||
* | | | | | Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' | Rémy Coutable | 2016-05-12 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse runners edit form in admin and project area Reuse runners edit form in admin and project area.  See merge request !4094 | ||||
| * | | | | Share form editable attributes mf runner via model | Grzegorz Bizon | 2016-05-10 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'issue_15572_snippets_tab_under_user_profile' into 'master' | Douwe Maan | 2016-05-11 | 2 | -1/+23 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add snippet tab under user profile Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15572 See merge request !4001 | ||||
| * \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Long Nguyen | 2016-05-11 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | issue_15572_snippets_tab_under_user_profile | ||||
| * | | | | user routings refactor | Long Nguyen | 2016-05-08 | 1 | -2/+20 |
| | | | | | |||||
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Long Nguyen | 2016-05-05 | 13 | -70/+110 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | issue_15572_snippets_tab_under_user_profile | ||||
| * | | | | Remove unused view and update redirect when destroy snippet | Long Nguyen | 2016-05-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove unused code, update spec, and update changelog | Long Nguyen | 2016-05-05 | 1 | -19/+1 |
| | | | | | |||||
| * | | | | Add snippet tab under user profile | Long Nguyen | 2016-05-02 | 1 | -0/+22 |
| | | | | |