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-11-21Merge branch 'remove-unnecessary-self-from-user-model' into 'master' Rémy Coutable
2016-11-19Remove unnecessary self from user modelSemyon Pupkov
2016-11-18Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-17Merge branch 'chat-name-authorize' into 'master' Rémy Coutable
2016-11-16Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski
2016-11-16fix "Without projects" filterBen Bodenmiller
2016-11-08Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan
2016-11-07implements reset incoming email token on issues modal and account page,tiagonbotelho
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
2016-11-07Add User#projects_with_reporter_access_limited_toYorick Peterse
2016-11-04Fix: Todos Filter Shows All UsersValery Sizov
2016-11-01Allow to search for user by secondary email address in the admin interfaceYar
2016-10-27Merge branch 'master' into 5905-duplicate-email-errorsSteve Halasz
2016-10-27Only show one error message for an invalid emailSteve Halasz
2016-10-25Merge branch '23662-issue-move-user-reference-exception' into 'master' Douwe Maan
2016-10-25Fix `User#to_reference`Timothy Andrew
2016-10-24Remove redundant class_name and foreign_key overridesDavid Wagner
2016-10-11Add a safeguard in User#set_projects_limitRémy Coutable
2016-10-07Update user whitelist reject messagedev-chris
2016-10-05Refactor Gitlab::IdentifierYorick Peterse
2016-10-04Restrict failed login attempts for users with 2FASean McGivern
2016-09-01Project tools visibility levelFelipe Artur
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-24Show "Create Merge Request" widget for push events to fork projects on the so...Paco Guzman
2016-08-17Move to project dropdown with infinite scroll for better performancePaco Guzman
2016-08-12Use cache for todos counter calling TodoServicePaco Guzman
2016-08-03Store OTP secret key in secrets.ymlSean McGivern
2016-07-20Merge branch '18586-user-authorized_projects-is-slow' into 'master' Yorick Peterse
2016-07-20Merge branch 'email-domain-blacklist' into 'master' Robert Speicher
2016-07-20Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez
2016-07-19Ensure Owners are included in the scope for authorized_projectsRobert Speicher
2016-07-19Refactor `match_domain` to a predicate: `domain_matches?`Patricio Cano
2016-07-19Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano
2016-07-19Make sure email domain validation method is private.Patricio Cano
2016-07-19Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano
2016-07-19Added the ability to block sign ups using a domain blacklist.Patricio Cano
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-07-12Delete award emoji when deleting a userSean McGivern
2016-07-07Added setting to set new users by default as externalDravere
2016-07-05Dumb-down avatar presence check in `avatar_url` methodsRobert Speicher
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-28add missing attribute to attr_encrypted so it is fully backwards-compatibleJames Lopez
2016-06-24Fix an information disclosure when requesting access to a group containing pr...Rémy Coutable
2016-06-23Fix user creation with stronger minimum password requirements:qNathan Bush
2016-06-20Unify check branch name existPaco Guzman
2016-06-17Cache todo counters (pending/done)Paco Guzman
2016-06-16Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-16Implement @DouweM's feedback.Timothy Andrew