- 30 Jan, 2017 1 commit
-
-
Drew Blessing authored
We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.
-
- 27 Jan, 2017 39 commits
-
-
Jacob Schatz authored
Remove hard-coded absolute URLs from all frontend assets See merge request !8831
-
Alfredo Sumaran authored
Fixed Issuable sidebar so it remains closed on mobile/smaller screen devices See merge request !7466
-
Jose Ivan Vargas authored
-
Filipa Lacerda authored
Merge branch '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
Resolve "NameError: uninitialized constant ApplicationSetting::DEFAULTS" Closes #27280 See merge request !8805
-
Fatih Acet authored
Merge branch '26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard' into 'master' Only search commits on input change since last search Closes #26448 See merge request !8488
-
Filipa Lacerda authored
Fix search bar search param encoding Closes #27398 See merge request !8753
-
Clement Ho authored
Contribution calendar now scrolls right by default See merge request !6192
-
Fatih Acet authored
UI updates See merge request !8669
-
Robert Speicher authored
Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854
-
Clement Ho authored
Fixed cancel button in the services form not redirecting back to the integrations settings view Closes #27301 See merge request !8843
-
Annabel Dunstone Gray authored
Fix project name label's for reference in project settings Closes #27259 See merge request !8795
-
Rémy Coutable authored
Fix a transient failure in the `Explore::ProjectsController` spec Closes #27350 See merge request !8847
-
Jose Ivan Vargas authored
-
Clement Ho authored
-
Douwe Maan authored
Don't call `#uniq` on a relation See merge request !8784
-
Kamil Trzciński authored
Use new partial to render a badge without a link in the builds details. Closes #26947 See merge request !8740
-
Robert Speicher authored
-
Annabel Dunstone Gray authored
Fixed merge request tabs extra margin Closes #26853 See merge request !8841
-
Clement Ho authored
-
Clement Ho authored
-
Douwe Maan authored
Fix Error 500 when repositories contain annotated tags pointing to blobs Closes #27228 See merge request !8800
-
Phil Hughes authored
Fixed extra margin when the merge request tabs are affixed This was caused by some weird padding that was on the container & then not correctly removed. The fix involved removing the container from inside the tabs holder div & then adding the widths through CSS depending on if fixed & whether the parent is limited width or not. In reality out container classes need to be fixed as it is getting pretty un-managable at the moment this should of been an easy fix, but in reality turned into something much harder. Closes #26853
-
Sean McGivern authored
When there was no project, no search, and no current user or author param, the AutocompleteController would call `#uniq!` on a relation instead of an array. This performed the less-efficient `SELECT DISTINCT` when it wasn't even needed (because the query wouldn't return duplicates anyway - duplicates were only added by putting a user on top of the list).
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Update changelog description Changes after review
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Fix CHANGELOG entry
-
Filipa Lacerda authored
Use new partial to render a badge without a link in the builds details. Preventing from having a link to itself. Adds MR ID to CHANGELOG entry
-
Rémy Coutable authored
Make notification_service spec DRYer by making some tests reusable See merge request !7794
-