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-06-02Fix hard-deleting users when they have authored issuesNick Thomas
2017-05-31Remove some deprecated methodsToon Claes
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
2017-05-24ensure rss token on readAlexis Reigel
2017-05-24add missing spec for incoming email token presenceAlexis Reigel
2017-05-24add rss_token attribute to user modelAlexis Reigel
2017-05-18Fixes #32474Michael Kozono
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-15Invalidate cache for issue and MR counters more granularlyValery Sizov
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-08Devise can assign trackable fields, but only allow writes once/hourToon Claes
2017-05-08Limit `update_tracked_fields` to write to database once/hourToon Claes
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch 'backport-ee-4b464eaaee' into 'master' Robert Speicher
2017-05-05Add CHANGELOG entry, some specs and locale file for German.Ruben Davila
2017-05-04Backport avatar-related spec changes from gitlab-org/gitlab-ee@4b464eaaeeRémy Coutable
2017-05-01Reject group-routes as names of child namespacesBob 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-19Fix active user countJames Lopez
2017-04-18Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov
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-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-27Implement new service for creating userGeorge Andrinopoulos
2017-03-24Fix projects_limit RangeError on user createAlexander Randa
2017-03-17Make sure alias email would never match:Lin Jen-Shin
2017-03-13Merge branch 'refactor/global-permissions-for-internal-users' into 'master' Sean McGivern
2017-03-13Resolve transient failure in spec/models/user_spec.rbGeorge Andrinopoulos
2017-03-09don't require ghost users to be blockedhttp://jneen.net/
2017-03-06Add `has_many` associations for models that can have Upload recordsRobert Speicher
2017-03-05Make triggers to be user awareKamil Trzcinski
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
2017-02-24Fix specs for the ghost user feature.Timothy Andrew
2017-02-24Use a `ghost` boolean to track ghost users.Timothy Andrew
2017-02-24Extract code from `Namespace#clean_path` for ghost user generation.Timothy Andrew
2017-02-24Deleting a user shouldn't delete associated issues.Timothy Andrew
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-15Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray
2017-02-15Drop theme ID from users tableAnnabel Dunstone Gray
2017-02-13Make deploy key not show in User's keys listPawel Chojnacki