- 28 Apr, 2016 40 commits
-
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
- In the personal access tokens page. - Also fix the z-index so it doesn't appear below the token text fields.
-
Timothy Andrew authored
-
Timothy Andrew authored
- Can't use `personal_access_token` anymore, because the contents of that param are assumed to be a token string, and authenticated against.
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
- No need to use `if`s when we have a `presence` check already.
-
Timothy Andrew authored
- Rename the `authenticate_user_from_token!` filter to `authenticate_user_from_private_token!` - Add a new `authenticate_user_from_personal_access_token!` filter - Add tests for both.
-
Timothy Andrew authored
- Show the count for each section in parens - Remove the `revoked?` check, because everything in the active section is guaranteed to not be revoked.
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
- And fix all tests.
-
Timothy Andrew authored
-
Timothy Andrew authored
- In addition to a param.
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Jacob Schatz authored
Project group UI Closes #13991 ![Screen_Shot_2016-04-25_at_14.54.49](/uploads/e55fd1731a479d93660a1ff8359f56d6/Screen_Shot_2016-04-25_at_14.54.49.png) See merge request !3911
-
Robert Speicher authored
Fix Todos test Another attempt to fix random fail on Todos test. See merge request !3953
-
Dmitriy Zaporozhets authored
Grey header and fluid profile navigation Based on https://gitlab.com/gitlab-org/gitlab-ce/issues/14838#note_5083863 cc @skyruler See merge request !3968
-
Jacob Vosmaer (GitLab) authored
Replace gitlab-workhorse with GitLab Workhorse where appropriate For the output to be consistent with the other services. See merge request !2512
-
Rémy Coutable authored
Disable Rack Attack if admin disables it in config file Grack::Auth already checks this variable. These holdouts were not disabled, leading to confusion when debugging a customer issue. See merge request !3918
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
-
Jacob Vosmaer (GitLab) authored
Prepend letter v to GitLab Workhorse version numbers This helps to address gitlab-org/gitlab-ce#12684 so as to maintain consistency in all GitLab projects. It also addresses: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4 Next Steps - create a set of duplicate tags in workhorse to prevent errors when updating from the patch guide See merge request !3088
-
Rémy Coutable authored
Build status `canceled` if any of the jobs canceled Before this change in case of any of the jobs had been canceled, build status was `failed`. Closes #14207 See merge request !3778
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Use ActionDispatch Remote IP for Akismet checking Previously all remote IPs appeared at 127.0.0.1, which made Akismet not very useful. Using the ActionDispatch Remote IP (http://api.rubyonrails.org/classes/ActionDispatch/RemoteIp.html) should provide more reliable results. Closes #16629 See merge request !3961
-
Rémy Coutable authored
Users can use the feature proposal label inside the issue Got the idea from https://gitlab.com/gitlab-org/gitlab-ce/issues/12620. \cc @JobV @sytses See merge request !2574
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
Send 'admin emails' weekly, not daily Daily seems to be to spammy, so let's default to weekly instead. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15520 See merge request !3923
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Update using_docker_build.md, clarify the 'privileged' mode requirement Related to #15428 Fixes gitlab-org/gitlab-ci-multi-runner#1261 See merge request !3909
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
[ci skip]
-