Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-02-06docs: improve OpenSSH installation on Windows optionsBen Bodenmiller
2019-02-06Merge branch ↵Stan Hu
'rd-update-last_activity_on-on-logins-and-browsing-activity-54947' into 'master' Update User's last_activity_on for any GET request on projects Closes #54947 See merge request gitlab-org/gitlab-ce!24642
2019-02-05Docs: add index for project operationsMarcia Ramos
2019-02-05Update last_activity_on for Users on some main GET endpointsRubén Dávila
In order to have an accurate date about the last activity of a User we need to update the last_activity_on field when the User is visiting some basic pages of GitLab like pages related to Dashboards, Projects, Issues and Merge Requests
2019-02-05Instructions on how to use Pages templatesJason Lenny
2019-02-05Merge branch 'bvl-codeowner-rules-model-ce' into 'master'Sean McGivern
Adds helper for `find_or_create_by` in transaction See merge request gitlab-org/gitlab-ce!24913
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas
2019-02-05Adds helper for `find_or_create_by` in transactionBob Van Landuyt
This allows us to call `find_or_create_by` on all models and scopes.
2019-02-05Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon
Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
2019-02-05Rename section header to be more clearJason Lenny
2019-02-05Add new section describing usage in exclusion scenarioJason Lenny
2019-02-05Merge branch 'search-title' into 'master'Sean McGivern
Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
2019-02-05Clean up issues functionalities docMarcel Amirault
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-02-05Anchor link was incorrectEvan Read
2019-02-05Refactor broadcast message API pageEvan Read
2019-02-05Merge branch 'update-pages-extensionless-urls' into 'master'Evan Read
Add support for extensionless pages URLs See merge request gitlab-org/gitlab-ce!24876
2019-02-04Apply merge request suggestions regarding creation of personal access tokenJuergen Kosel
Apply of the following suggestions: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860004 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860005 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860006 Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
2019-02-04Add programming language filtering to `/projects`Dylan MacKenzie
2019-02-04Add support for extensionless pages URLsNick Thomas
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-02-04Merge branch 'docs-correct-link' into 'master'Achilleas Pipinellis
Docs: corrects link See merge request gitlab-org/gitlab-ce!24865
2019-02-04Merge branch 'docs-mirroring-refs' into 'master'Evan Read
Docs: Fix some references to the mirroring doc See merge request gitlab-org/gitlab-ce!24879
2019-02-04Merge branch 'patch-42' into 'master'Evan Read
publickeymustbechangedtoprivatekey.md See merge request gitlab-org/gitlab-ce!24830
2019-02-04Docs: Fix link references for artifactsMarcel Amirault
2019-02-02Fix more mirroring refsMarcel Amirault
2019-02-02Fix pulling from remote rep referencesMarcel Amirault
2019-02-01Apply suggestion to doc/api/merge_requests.mdRémy Coutable
2019-02-01Merge branch 'master' into 'patch-29'Rémy Coutable
# Conflicts: # doc/api/merge_requests.md
2019-02-01Merge branch 'patch-41' into 'master'Evan Read
The GitLab Pages IP address for GitLab.com changed from 52.167.214.135 to... See merge request gitlab-org/gitlab-ce!24797
2019-02-01Merge branch 'docs-serverless-tmcli-update' into 'master'Evan Read
Docs serverless tmcli update See merge request gitlab-org/gitlab-ce!24689
2019-02-01Fix rendering of caution textEvan Read
2019-01-31Update intro note and stepsdanielgruesso
2019-01-31Docs: Corrects linkMerve
2019-01-31Describe how to set up a push mirror repository at GitLabJuergen Kosel
As requested in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/57062 describe how to set up a push mirror repository at GitLab. Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
2019-01-31publickeymustbechangedtoprivatekey.mdAndrii Zhuha
2019-01-31Disable git v2 protocol temporarilyNick Thomas
2019-01-31Alias GitHub and BitBucket OAuth2 callback URLsStan Hu
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
2019-01-31Merge branch 'winh-ee_else_ce-docs' into 'master'Marcia Ramos
Document ee_else_ce alias for splitting CE/EE JavaScript See merge request gitlab-org/gitlab-ce!24798
2019-01-31Adds a note about time sync between GitLab and k8s clusterAlexander Tanayno
2019-01-31Fix spelling and other minor improvementsEvan Read
2019-01-31Merge branch 'docs-fix-space-unicode' into 'master'Evan Read
Docs: Change non-standard NBSP space to regular SP space See merge request gitlab-org/gitlab-ce!24794
2019-01-31Merge branch 'docs/update-terminal-docs' into 'master'Evan Read
Update web terminal note for shared runners See merge request gitlab-org/gitlab-ce!24754
2019-01-31Fixes link to wrong sectionEvan Read
2019-01-31Merge branch 'highlight-environment-args' into 'master'Evan Read
Highlight when CI_ENVIRONMENT_* environment args are present See merge request gitlab-org/gitlab-ce!24484
2019-01-31Add link to API for GitHub importsBlair Lunceford
2019-01-30Update private repo stepsDaniel Gruesso
2019-01-30Removed orphaned file and update for clarityDaniel Gruesso
2019-01-30Delete file serverless-details.pngDaniel Gruesso
2019-01-30Removed orphaned file and update for claritydanielgruesso