summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-9' into 'master' Rémy Coutable2017-02-221-1/+1
|\ | | | | | | | | Update two_factor_authentication.md by correcting FreeOTP link. See merge request !9368
| * Update two_factor_authentication.md by correcting FreeOTP link.Rudi Kramer2017-02-201-1/+1
| |
* | Added documentation for permalinks to most recent build artifactsChristian Godenschwager2017-02-201-3/+28
| | | | | | | | | | - Documented how to download single files from most recent artifacts - Documented how to browse most recent artifacts
* | Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern2017-02-201-0/+19
|\ \ | |/ |/| | | | | | | | | Download snippets with LF line-endings by default Closes #21240 See merge request !8999
| * Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-201-0/+19
| |
* | Fix job status -> pipeline status28313-wordsMark Pundsack2017-02-161-4/+4
| |
* | Update services templates docsAchilleas Pipinellis2017-02-162-9/+10
| | | | | | | | [ci skip]
* | Fix most of broken docs linksAchilleas Pipinellis2017-02-154-40/+19
| | | | | | | | [ci skip]
* | Rename builds to jobs in docsAchilleas Pipinellis2017-02-1522-213/+196
| | | | | | | | [ci skip]
* | Execute web hooks for WikiPage delete operationMark Fletcher2017-02-141-1/+1
| | | | | | | | | | * Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
* | Merge branch 'issue-boards-docs-update' into 'master' Achilleas Pipinellis2017-02-136-24/+27
|\ \ | | | | | | | | | | | | | | | | | | Updated issue boards docs Closes #27872 See merge request !9097
| * | Update issue boards docsAchilleas Pipinellis2017-02-133-21/+20
| | |
| * | Updated copyissue-boards-docs-updatePhil Hughes2017-02-101-6/+6
| | |
| * | Added missing filter wordPhil Hughes2017-02-091-2/+2
| | |
| * | Documented removing issuePhil Hughes2017-02-092-0/+8
| | |
| * | Updated issue boards docsPhil Hughes2017-02-094-17/+13
| |/
* | Move merge requests index file inside the merge_requests dirAchilleas Pipinellis2017-02-133-179/+177
| | | | | | | | [ci skip]
* | Updated protected branches dropdown image in docsprotected-branches-doc-updatePhil Hughes2017-02-101-0/+0
|/
* Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher2017-02-081-3/+21
|\ | | | | | | | | | | | | Bypass signup domain validation for external users Closes #25279 See merge request !8575
| * Bypass signup domain validation for external usersReza Mohammadi2017-02-081-3/+21
| | | | | | | | Fixes #25279
* | Merge branch 'patch-10' into 'master'Rémy Coutable2017-02-081-17/+18
|\ \ | |/ |/| | | | | Show how to reference a line within a repository file. See merge request !8249
| * Shows how to reference a line within a repository file.Marcel Huber2016-12-221-17/+18
| |
* | Add info about the new location of Integrationsdocs/services-refactorAchilleas Pipinellis2017-02-0719-77/+116
| | | | | | | | [ci skip]
* | Merge branch ↵Clement Ho2017-02-072-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '25487-small-improvements-to-the-ui-of-mattermost-and-slack-command-services' into 'master' Resolve "Small improvements to the UI of Mattermost and Slack Command services" Closes #25487 See merge request !8491
| * | Added small improvments to the chat slash command servicesLuke "Jared" Bennett2017-02-072-0/+0
| | | | | | | | | | | | Updated specs
* | | Merge branch 'fix/import-group-members' into 'master' Rémy Coutable2017-02-071-1/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix missing group members from Import/Export Closes #25124 See merge request !8923
| * | | Add missing group members to export for I/Efix/import-group-membersJames Lopez2017-02-071-1/+6
| | | |
* | | | Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-077-22/+17
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix broken links to docs See merge request !9022
| * | | Fix broken links to docsAchilleas Pipinellis2017-02-067-22/+17
| |/ / | | | | | | | | | [ci skip]
* | | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-0651-1/+1917
|\ \ \ | |/ / | | | | | | # Conflicts: # db/schema.rb
| * | Fixed typoJason Aquino2017-02-041-1/+1
| | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#27674
| * | Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis2017-02-0350-0/+1915
| |\ \ | | | | | | | | | | | | | | | | Refactor integrations page documentation See merge request !8966
| | * | Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-0348-0/+890
| | | |
| | * | Move webhooks to new a location under IntegrationsAchilleas Pipinellis2017-02-032-0/+1025
| | | |
| * | | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-031-0/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
| | * | Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
* | | | Fix documentation link in doc/user/project/pages/index.mdJames Edwards-Jones2017-02-031-0/+1
| | | |
* | | | Mentioned pages to CE port in project/pages/index.mdJames Edwards-Jones2017-02-021-0/+1
| | | |
* | | | Merge multiple notes into one in Pages user docsAchilleas Pipinellis2017-02-011-7/+5
| | | |
* | | | Move Pages docs to new locationAchilleas Pipinellis2017-02-018-0/+435
| | | |
* | | | Fix pages abilitiesKamil Trzcinski2017-01-311-0/+3
|/ / /
* | | Ignore encrypted attributes in Import/ExportJames Lopez2017-01-301-1/+5
|/ / | | | | | | | | | | | | * Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
* | Merge branch 'improve-two_factor_authentication-doc' into 'master' 27220-jqxhr-responsejson-message-is-undefined-in-safariRémy Coutable2017-01-261-56/+54
|\ \ | | | | | | | | | | | | Update two_factor_authentication.md See merge request !8814
| * | Update two_factor_authentication.mdWilliam Abernathy2017-01-261-56/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | I wanted to practice GFM markdown, so I picked this page more or less at random. I flattened out the text a little. It's not as interesting, but will be easier to translate. Use it if it looks like an improvement. If not, at least I got some practice out of the deal! Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | make a note to highlight 2FA needs time sync'd [ci skip]Sergio Pieiga2017-01-261-2/+6
|/ /
* | Merge branch '24923_nested_tasks' into 'master' Sean McGivern2017-01-241-3/+17
|\ \ | | | | | | | | | | | | | | | | | | Fix nested tasks in ordered list Closes #24923 See merge request !8626
| * | fix nested tasks in ordered listJarka Kadlecova2017-01-241-3/+17
| | |
* | | Add docs for resolve conflicts editorAchilleas Pipinellis2017-01-242-0/+12
| | | | | | | | | | | | [ci skip]
* | | Merge the two 2FA docs into oneAchilleas Pipinellis2017-01-248-71/+222
| | | | | | | | | | | | [ci skip]
* | | Add due dates docsAchilleas Pipinellis2017-01-248-0/+37
| | | | | | | | | | | | [ci skip]