summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Handle an undefined ci_id: this was keeping projects from being destroyedhandle-nil-ci-idStan Hu2016-04-061-0/+2
| | | | Closes #15005
* Merge branch 'anti-memoizer-mr-fix' into 'master' Robert Speicher2016-04-072-1/+9
|\ | | | | | | | | | | | | Reset merge request widget options Fixes #14986 See merge request !3582
| * Reset MR optsanti-memoizer-mr-fixJacob Schatz2016-04-062-1/+9
|/
* Merge branch 'saml-external-groups' into 'master' Robert Speicher2016-04-078-102/+207
|\ | | | | | | | | | | | | | | | | | | | | | | Allow SAML to identify external users and set them as such Related to #4009 Fixes #14577 This allows SAML to retrieve group information form the `SAML Response` and match that to a setting that will flag all matching users as external. See merge request !3530
| * Implemented suggested fixesPatricio Cano2016-04-065-33/+21
| |
| * Added CHANGELOG itemsaml-external-groupsPatricio Cano2016-04-062-1/+1
| |
| * Added documentationPatricio Cano2016-04-062-0/+73
| |
| * Fix error that was causing only one group to be returned and corrected specs ↵Patricio Cano2016-04-062-2/+9
| | | | | | | | to use the proper attribute type
| * Removed extra LDAP tests and added tests for the external groups featurePatricio Cano2016-04-051-22/+46
| |
| * Changed config syntax and improved how chaanges in group memberships are ↵Patricio Cano2016-04-052-29/+14
| | | | | | | | handled when external groups is set up
| * Avoid saving again if the user attributes haven't changedPatricio Cano2016-04-041-1/+1
| |
| * Config examplesPatricio Cano2016-04-041-0/+2
| |
| * Remove unnecessary LDAP tests from SAML testsPatricio Cano2016-04-041-59/+7
| |
| * Prepare SAML for group retrievalPatricio Cano2016-04-043-2/+80
| |
* | Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-0710-18/+105
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wiki preview URL converting problem [via Markdown] Current implementation when rendering the preview, thinks relative links are for project repository files. We are creating a new preview route that will define correct context data to render for wikis instead. Fixes #2380, #1184 See merge request !3461
| * | little refactor and improvements on specsGabriel Mazetto2016-04-063-13/+6
| | |
| * | Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-063-4/+8
| | |
| * | Fix a few edited references from WikiLinkFilter and specsGabriel Mazetto2016-04-063-6/+12
| | |
| * | Fixed WikiPipeline and specsGabriel Mazetto2016-04-062-4/+7
| | |
| * | Added WikiLinkFilterGabriel Mazetto2016-04-012-2/+56
| | |
| * | Fixed Gollum pages link url expansion to render correctly in previewGabriel Mazetto2016-03-302-6/+14
| | |
| * | Add specific markdown_preview route for WikisGabriel Mazetto2016-03-303-1/+20
| | |
* | | Merge branch 'issue_14952' into 'master' Jacob Schatz2016-04-061-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not add location badge when creating a group or project Closes #14952 ![](/uploads/778d0cbccffc717d601a91528ca8eb3c/Screen_Shot_2016-04-05_at_5.34.10_PM.png) ![](/uploads/dbd9eb06b510a6ac091dcf2e3fcb9c88/Screen_Shot_2016-04-05_at_5.34.21_PM.png) See merge request !3555
| * \ \ Merge branch 'master' into issue_14952Alfredo Sumaran2016-04-0624-135/+399
| |\ \ \
| * | | | Use .new_record? insteadAlfredo Sumaran2016-04-061-2/+2
| | | | |
| * | | | Do not add location badge when creating a group or projectissue_14952Alfredo Sumaran2016-04-051-2/+2
| | | | |
* | | | | Merge branch '14866-url-overflow' into 'master' Jacob Schatz2016-04-065-3/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap code blocks to next line Closes #14866 ![Screen_Shot_2016-04-06_at_9.27.06_AM](/uploads/8bed5c17b17c9d15fe34dc7161d31e09/Screen_Shot_2016-04-06_at_9.27.06_AM.png) See merge request !3573
| * | | | | Change word-break to word-wrapAnnabel Dunstone2016-04-061-1/+1
| | | | | |
| * | | | | Horizontally scroll code blocks instead of wrapping14866-url-overflowAnnabel Dunstone2016-04-066-5/+15
| | | | | |
| * | | | | Wrap code blocks to next lineAnnabel Dunstone2016-04-061-1/+2
| | | | | |
* | | | | | Merge branch 'doc-missing-ticks' into 'master' Achilleas Pipinellis2016-04-061-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing entries in permission matrix [ci skip] Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14882 See merge request !3580
| * | | | | | Fix missing entries in permission matrix [ci skip]Robert Schilling2016-04-061-2/+3
| | | | | | |
| * | | | | | Fix missing entries in permission matrix [ci skip]Robert Schilling2016-04-061-2/+2
| | | | | | |
* | | | | | | Merge branch 'patch/fix-ldap-unblock-user-logic' into 'master' Robert Speicher2016-04-062-2/+30
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unblocks user when active_directory is disabled and it can be found We implemented a specific block state to handle user blocking that originates from LDAP filtering rules / directory state in !2242. That introduced a regression in LDAP authentication when Active Directory support was disabled. You could have a scenario where the user would not be temporarily found (like a filtering rule), that would mark the user as `ldap_blocked`, but will never unblock it automatically when that state changed. Fixes #14253, #13179, #13259, #13959 See merge request !3550
| * | | | | | Unblocks user when active_directory is disabled and it can be foundpatch/fix-ldap-unblock-user-logicGabriel Mazetto2016-04-052-2/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'issue_14800' into 'master' Jacob Schatz2016-04-065-35/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search Design fixes Closes #14800 - Use colors according to design - Fix width of search input ![Screen_Shot_2016-04-05_at_11.12.33_AM](/uploads/83681ccd90a1a1542c056fd6dbc974d0/Screen_Shot_2016-04-05_at_11.12.33_AM.png) ![Screen_Shot_2016-04-05_at_11.11.54_AM](/uploads/f7557bea2ae055f3550b89751fd7d371/Screen_Shot_2016-04-05_at_11.11.54_AM.png) See merge request !3475
| * | | | | | Do not fire blur event when clicking a suggestionAlfredo Sumaran2016-04-061-2/+4
| | | | | | |
| * | | | | | Display clear button only if input has a valueAlfredo Sumaran2016-04-062-11/+12
| | | | | | |
| * | | | | | Change approach, do not use timeoutsAlfredo Sumaran2016-04-062-20/+14
| | | | | | |
| * | | | | | Do not create input if fieldName is not definedAlfredo Sumaran2016-04-051-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into issue_14800Alfredo Sumaran2016-04-04158-732/+1768
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/stylesheets/framework/variables.scss
| * | | | | | Bring back search context when chosing the same project/groupAlfredo Sumaran2016-03-311-2/+23
| | | | | | |
| * | | | | | Return selected object if toggleLabel option is not definedAlfredo Sumaran2016-03-311-0/+2
| | | | | | |
| * | | | | | Add current element and event as params to clicked callbackAlfredo Sumaran2016-03-311-2/+3
| | | | | | |
| * | | | | | Skip default behaviour if we are clicking a result for the same locationAlfredo Sumaran2016-03-312-1/+9
| | | | | | |
| * | | | | | CSS tweaksAlfredo Sumaran2016-03-312-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use colors according to design - Fix search input' width
* | | | | | | Merge branch 'fix-markdown-rendering' into 'master' Douwe Maan2016-04-062-1/+9
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix header link rendering when containing numbers This fixes the problem where Markdown such as: ### 31st Would get rendered as a link tag pointing to issue number 31 inside a header tag. See gitlab-org/gitlab-ce#14936 for more information. cc @rspeicher See merge request !3568
| * | | | | | Fix header link rendering when containing numbersfix-markdown-renderingYorick Peterse2016-04-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem where Markdown such as: ### 31st Would get rendered as a link tag pointing to issue number 31 inside a header tag. See gitlab-org/gitlab-ce#14936 for more information.
* | | | | | | Fix wrong changelog itemRobert Schilling2016-04-061-1/+0
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'revert-api-retrieve-tag' into 'master' Robert Schilling2016-04-063-64/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "API: Ability to retrieve a single tag" This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9. See merge request !3575