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
2017-08-22Make sure repository's removal work for legacy and hashed storagesGabriel Mazetto
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-06-28Fix current feature related specsTiago Botelho
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23more refactoringJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-23update notification settings, fix api specsJames Lopez
2017-06-23refactor profiles controller and update serviceJames Lopez
2017-06-23update profiles controller to use new serviceJames Lopez
2017-06-23use update service on ldap call and updated specs and serviceJames Lopez
2017-06-23ported EE user service to CEJames Lopez
2017-06-19Reduce wait timings for Sidekiq jobsYorick Peterse
2017-06-06Merge branch 'sh-fix-typo-user-activity-service' into 'master'Rémy Coutable
2017-06-05Refactor the DeleteUserWorkerNick Thomas
2017-06-04Fix typo in user activity debug log messageStan Hu
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-04-26Fix logic in Users::CreateService broken by the fix for OAuth usersRémy Coutable
2017-04-26Ensures that OAuth/LDAP/SAML users don't need to be confirmedRémy Coutable
2017-04-25Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabledDouwe Maan
2017-04-24Move records to the ghost user in a transaction.Timothy Andrew
2017-04-19Merge branch 'usage-ping-port' into 'master' Sean McGivern
2017-04-16Hard delete users' associated records deleted from AbuseReportsStan Hu
2017-04-14Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-13Implement Users::BuildServicegeoandri
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-06Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan
2017-04-06Implement review comments from @DouweM for !10467.Timothy Andrew
2017-04-06Move a user's merge requests to the ghost user.Timothy Andrew
2017-04-04Inlude the password_automatically_check param as permitted config in the user...DJ Mountney
2017-04-02Fix race condition where a namespace would be deleted before a project was de...Stan Hu
2017-03-30Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-17Use Enumerable#index_by where possibleDouwe Maan
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
2017-02-24Don't allow deleting a ghost user.Timothy Andrew
2017-02-24Implement final review comments from @DouweM and @rymaiTimothy Andrew
2017-02-24Implement review comments from @DouweM and @nick.thomas.Timothy Andrew
2017-02-24Deleting a user shouldn't delete associated issues.Timothy Andrew
2017-02-20Add user deletion permission check in `Users::DestroyService`Stan Hu
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-01-25Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets
2017-01-25Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets
2017-01-17Synchronize all project authorization refreshingYorick Peterse
2017-01-08Remove the project_authorizations.id columnYorick Peterse
2016-12-28Cache project authorizations even when user has access to zero projectsAdam Niedzielski