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
AgeCommit message (Expand)Author
2016-06-06Add workhorse controller and API helpersDouwe Maan
2016-06-06Implement U2F registration.Timothy Andrew
2016-06-06Add a `U2fRegistrations` table/model.Timothy Andrew
2016-06-02Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher
2016-06-01Add leading comment space copFelipe Artur
2016-05-30Upgrade devise and devise-two-factor, remove devise-asyncConnor Shea
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-03Use sign out path only if not emptyArtem Sidorenko
2016-04-14Add Sentry program context even without a current userRobert Speicher
2016-04-14Include GonHelper separately and remove created_at in factoryStan Hu
2016-04-14Add spec for deletion of authorized OAuth2 applicationStan Hu
2016-04-10Add a `program` tag to Sentry Raven contextRobert Speicher
2016-03-22Merge branch 'master' into issue_12658Douwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-10Move method to UserJacob Vosmaer
2016-03-10Rename ExpiringLock to ExclusiveLeaseJacob Vosmaer
2016-03-09Acquire lock before LDAP syncJacob Vosmaer
2016-02-19Fix build and add specsRubén Dávila
2016-02-16Provide explicit html format when rendering git_not_found pageRobert Speicher
2016-02-15Properly render the `errors/git_not_found` pageRobert Speicher
2016-02-04Various filter fixesJosh Frye
2016-02-04Paginate + ajax filter dashboard projectsJosh Frye
2016-02-03Support download access by PRIVATE-TOKEN headerStan Hu
2016-01-23Make default sorting preference work for Issues and MRs.Rubén Dávila
2016-01-23Merge branch 'master' into issue_5546Rubén Dávila
2016-01-23Make sorting preference reusable for all projects.Rubén Dávila
2016-01-21Make cookie suffix more simpler.Rubén Dávila
2016-01-21Little refactor plus some specs.Rubén Dávila
2016-01-21Remember last sort option used.Rubén Dávila
2016-01-20Merge branch 'master' into issue_3945Douwe Maan
2016-01-20Send user context to SentryDouwe Maan
2016-01-20Merge branch 'master' into issue_3945Douwe Maan
2016-01-15Merge branch 'master' into issue_3945Rubén Dávila
2016-01-14Consider that URL can end with '/' before redirecting. #7975Rubén Dávila
2016-01-08Change strategy to highlight diffs. #3945Rubén Dávila
2016-01-07Sort by ID when sorting using "Recently created"Yorick Peterse
2015-12-25Fixed codestyle and added 2FA documentationGabriel Mazetto
2015-12-25specs for forced two-factor authentication and grace periodGabriel Mazetto
2015-12-25Grace period support for TFAGabriel Mazetto
2015-12-25WIP require two factor authenticationGabriel Mazetto
2015-12-15add CAS authentication supporttduehr
2015-11-02Only redirect to homepage url when its not the root urlJeroen van Baarsen
2015-10-22Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher
2015-10-21Move case sensitivity check to find_with_namespace.Douwe Maan
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
2015-10-20Prefer project with exact path to differently cased one when both exist.Douwe Maan
2015-10-15Merge branch 'master' into git-archive-golangDouwe Maan
2015-10-14Always return HTML in git_not_foundJacob Vosmaer
2015-10-13Only render 404 page from /publicValery Sizov