| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
Add support for extensionless pages URLs
See merge request gitlab-org/gitlab-ce!24876
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Docs: corrects link
See merge request gitlab-org/gitlab-ce!24865
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Fix some references to the mirroring doc
See merge request gitlab-org/gitlab-ce!24879
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
publickeymustbechangedtoprivatekey.md
See merge request gitlab-org/gitlab-ce!24830
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
# Conflicts:
# doc/api/merge_requests.md
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
The GitLab Pages IP address for GitLab.com changed from 52.167.214.135 to...
See merge request gitlab-org/gitlab-ce!24797
|
| | | | |
| | | | |
| | | | |
| | | | | |
35.185.44.232 in August 2018. (https://about.gitlab.com/2017/02/07/setting-up-gitlab-pages-with-cloudflare-certificates/#step-1-dns-record)
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Docs serverless tmcli update
See merge request gitlab-org/gitlab-ce!24689
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To prevent an OAuth2 covert redirect vulnerability, this commit adds and
uses an alias for the GitHub and BitBucket OAuth2 callback URLs to the
following paths:
GitHub: /users/auth/-/import/github
Bitbucket: /users/auth/-/import/bitbucket
This allows admins to put a more restrictive callback URL in the OAuth2
configuration settings. Instead of https://example.com, admins can now use:
https://example.com/users/auth
It's possible but not trivial to change Devise and OmniAuth to use a
different prefix for callback URLs instead of /users/auth. For now,
aliasing the import URLs under the /users/auth namespace should suffice.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56663
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Document ee_else_ce alias for splitting CE/EE JavaScript
See merge request gitlab-org/gitlab-ce!24798
|
| | | |/ /
| | |/| | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: Change non-standard NBSP space to regular SP space
See merge request gitlab-org/gitlab-ce!24794
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update web terminal note for shared runners
See merge request gitlab-org/gitlab-ce!24754
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The current documentation suggests that a user can not use his own
runner for a specific group or project. At first I thought this was the
case but it is not true, since we do allow websocket connections on
GitLab.com, this was discovered as part of the investigation on
https://gitlab.com/gitlab-org/gitlab-ce/issues/52611.
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Highlight when CI_ENVIRONMENT_* environment args are present
See merge request gitlab-org/gitlab-ce!24484
|
| | | |_|/
| | |/| | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Surface link to auth section index
See merge request gitlab-org/gitlab-ce!24787
|
| | | | | | |
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'25569-changing-wording-to-delete-when-referring-to-removing-a-branch--docs' into 'master'
Change `remove branch` to `delete branch`
Closes #25569
See merge request gitlab-org/gitlab-ce!24574
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
this is to match `git branch -D` from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23966
This just documents the change
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Added missing parameter cluster_id in the params list for edit project cluster endpoint
See merge request gitlab-org/gitlab-ce!24731
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
cluster endpoint
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Minor fix to formatting
See merge request gitlab-org/gitlab-ce!24696
|
| | |/ / / / |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Document how to format localized dates in Ruby
Closes #41237
See merge request gitlab-org/gitlab-ce!24585
|