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-05-08Fix sub-second timing comparison error for Devise confirmation periodStan Hu
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov
2017-05-04[Multiple issue assignees] Resolving conflictsValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03First round of updates from the code review.Ruben Davila
2017-05-01Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt
2017-04-26Skip validation when creating internal (ghost, service desk) usersDouwe Maan
2017-04-20Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-19Fix active user countJames Lopez
2017-04-18Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov
2017-04-11Remove an unused `cared` scope from Issue and MergeRequestRobert Speicher
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-06Fix a bug with the User#abuse_report association.Timothy Andrew
2017-04-06user#update_two_factor_requirement is publicAlexis Reigel
2017-04-06rename cache db column with `_cached` suffixAlexis Reigel
2017-04-06check all groups for 2fa requirementAlexis Reigel
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-03-30Remove unnecessary ORDER BY clause from `forked_to_project_id` subquerymhasbini
2017-03-27Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into 'mast...Robert Speicher
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-25Use default_value_for to set notified_of_own_activity instead of using a DB m...Stan Hu
2017-03-24Fix projects_limit RangeError on user createAlexander Randa
2017-03-22Don't try to find a user by personal_access_token if the token is nilRémy Coutable
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-10allow internal attributes to have a nil valuehttp://jneen.net/
2017-03-09add .internal and .non_internal scopeshttp://jneen.net/
2017-03-09don't require ghost users to be blockedhttp://jneen.net/
2017-03-09don't require passwords for internal usershttp://jneen.net/
2017-03-09add User#internal? and some global permissionshttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-03-07Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan
2017-03-06Add `has_many` associations for models that can have Upload recordsRobert Speicher
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-05Make triggers to be user awareKamil Trzcinski
2017-03-03Change default project view for user from readme to files viewDmitriy Zaporozhets
2017-02-28use a more namespacey key for the exclusive leasehttp://jneen.net/
2017-02-28generalize the idea of a "unique internal user"http://jneen.net/
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
2017-02-24Merge branch '12726-preserve-issues-after-deleting-users' into 'master' Douwe 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 @rymai and @yorickpeterseTimothy Andrew
2017-02-24Use a `ghost` boolean to track ghost users.Timothy Andrew