summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ee-4862-verify-file-checksums' into 'master'Sean McGivern2018-03-051-10/+17
|\ | | | | | | | | Foreground verification of uploads and LFS objects See merge request gitlab-org/gitlab-ce!17402
| * Foreground verification of uploads and LFS objectsee-4862-verify-file-checksumsNick Thomas2018-03-021-10/+17
| |
* | Update incoming emails documentsdocs-incoming-email-ceLin Jen-Shin2018-03-024-361/+348
|/
* Update documentation WRT to request parametersan/log-documentationAndrew Newdigate2018-03-011-1/+2
|
* Improve plugins documentation and remove unnecessary rake taskDmitriy Zaporozhets2018-02-281-2/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-281-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix few typos in plugins docDmitriy Zaporozhets2018-02-271-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* [ci skip] Add example of rake plugins:validate output to the docDmitriy Zaporozhets2018-02-271-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add documentation for plugins featureDmitriy Zaporozhets2018-02-271-0/+50
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Clarify when disabling Gitaly makes senseJacob Vosmaer (GitLab)2018-02-261-7/+17
|
* Add DNS verification to Pages custom domainsNick Thomas2018-02-231-0/+12
|
* Docs: search/replace "Enterprise Edition" and adjust when applicableMarcia Ramos2018-02-223-4/+15
|
* Merge branch ↵Achilleas Pipinellis (🌴 Feb 23 - Mar 04 🌴)2018-02-221-0/+4
|\ | | | | | | | | | | | | | | | | '43416-document-where-user-clone-fetch-activity-appears-in-the-logs' into 'master' Resolve "document where user clone/fetch activity appears in the logs" Closes #43416 See merge request gitlab-org/gitlab-ce!17227
| * add lines describing how to find user clone/fetch activity43416-document-where-user-clone-fetch-activity-appears-in-the-logsDiana Stanley2018-02-191-0/+4
| |
* | fix docs linkBen Bodenmiller2018-02-211-1/+1
|/
* Update all articles with the new layout (meta data from the frontmatter)docs-articles-layout-frontmatterMarcia Ramos2018-02-161-5/+8
| | | | Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
* Merge branch '31049-pages-domains-should-be-added-to-publicsuffix-org-docs' ↵Grzegorz Bizon2018-02-151-0/+15
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "HackerOne reported issue: Cookie bomb vulnerability in Pages" Closes #31049 See merge request gitlab-org/gitlab-ce!17123
| * Document publicsuffix.org and GitLab PagesNick Thomas2018-02-151-0/+15
| |
* | Merge branch 'patch-29' into 'master'Sean McGivern2018-02-151-1/+13
|\ \ | | | | | | | | | | | | Added PlantUML server using docker See merge request gitlab-org/gitlab-ce!16880
| * | Added PlantUML server using dockermorph0272018-02-021-1/+13
| | |
* | | Remove double negativeBen Bodenmiller2018-02-111-1/+1
| |/ |/|
* | Backport EE changes to some hashed storage documentation to CENick Thomas2018-02-081-39/+52
| |
* | Fix sample fstab file in GitLab HA docssh-nfs-ip-docsStan Hu2018-02-071-5/+5
| | | | | | | | | | | | | | The nobootwait option is no longer a valid option in Ubuntu 16.04. Use nofail instead: https://askubuntu.com/questions/786928/ubuntu-16-04-fstab-fails-with-nobootwait
* | Merge branch 'docs-replace-product-names' into 'master'Achilleas Pipinellis2018-02-073-7/+6
|\ \ | | | | | | | | | | | | Docs: replace product names See merge request gitlab-org/gitlab-ce!16867
| * | Change docs links to https://about.gitlab.com/products/Achilleas Pipinellis2018-02-071-1/+1
| | |
| * | search and replace EES, EEP, EEU with Starter, Premium, UltimateMarcia Ramos2018-02-012-6/+5
| |/
* | Added ldap config setting to lower case usernamesFrancisco Javier López2018-02-051-0/+39
| |
* | Document that GITLAB_CDN_HOST takes an base URLBastian Blank2018-02-041-1/+1
|/ | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Merge branch 'spelling' into 'master'Achilleas Pipinellis2018-01-193-3/+3
|\ | | | | | | | | doc: Spelling fixes See merge request gitlab-org/gitlab-ce!16575
| * doc: Spelling fixesVille Skyttä2018-01-193-3/+3
| |
* | Fix incorrect path for gitlab-shell authorized keys helpersh-fix-authorized-keys-docsStan Hu2018-01-181-1/+1
|/
* Add EE version and CE issue linkjramsay-3953-fast-ssh-ce-docsJames Ramsay2018-01-181-2/+3
|
* Add release added and release backported to CEJames Ramsay2018-01-181-0/+5
|
* Recommend against the use of EFSdocs-update-EFS-HA-noteCindy Pallares 🦉2018-01-111-1/+3
|
* Resolve "Include the Crowd application permission information on the "Crowd ↵Xiaogang Wen2018-01-102-0/+12
| | | | OmniAuth Provider" page"
* Merge branch 'da-verify-integrity-of-uploaded-files' into 'master'Robert Speicher2018-01-101-0/+33
|\ | | | | | | | | | | | | Resolve "Verify integrity of uploaded files" Closes #39949 See merge request gitlab-org/gitlab-ce!16297
| * Add docs for ENV variables take gitlab:uploads:check rake task supportsda-verify-integrity-of-uploaded-filesDouglas Barbosa Alexandre2018-01-091-0/+13
| |
| * Fix small typosDouglas Barbosa Alexandre2018-01-091-3/+3
| |
| * Add docs for the gitlab:uploads:check rake taskDouglas Barbosa Alexandre2018-01-081-0/+20
| |
* | Use the new gitlab-shell authorized-keys helper in documentationNick Thomas2018-01-091-27/+5
| |
* | Combine ssh docs and rename the docErnst van Nierop2018-01-083-70/+194
| | | | | | | | | | | | Backport to CE, originally branch 'evn-ssh-clarify-docs See merge request gitlab-org/gitlab-ee!3753
* | Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-083-1/+71
|/ | | | | | | | | | | | | | | | Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
* Update check.mdJames Lopez2018-01-051-1/+1
|
* add deprecation and removal issue to docsJames Lopez2018-01-051-0/+9
|
* refactor spec, add docsJames Lopez2018-01-041-2/+2
|
* Merge branch 'patch-11' into 'master'Robert Speicher2017-12-281-8/+10
|\ | | | | | | | | | | | | doc/plantuml.md: use html tags so code fence example would work [ci skip] See merge request gitlab-org/gitlab-ce!16026
| * plantuml.md: use html tags so code fence example would workElan Ruusamäe2017-12-271-8/+10
| |
* | Docs: move article LDAP-CE to its topic-related folderMarcia Ramos2017-12-225-0/+270
|/
* Tidy up the documentation of Gitlab HA/Gitlab ApplicationRichard Clamp2017-12-191-12/+11
|
* Docs: add indexes for monitoring and performance monitoringMarcia Ramos2017-12-144-80/+94
|