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-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-10-07Find forks within users/namespaces using fork membershipsBob Van Landuyt
2017-10-07Add a project forks spec helperBob Van Landuyt
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-10-05Make sure spec expectations are in their own paragraphsDouwe Maan
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-24must now set the devise default scope (since we now have an :email scope)Brett Walker
2017-09-23add primary email as a secondary email whenever the primary is changedBrett Walker
2017-09-23added email.confirmed scope and fix email comparisonBrett Walker
2017-09-23allow a verified secondary email to be use as the primary withoutBrett Walker
2017-09-23fixes for rubocopBrett Walker
2017-09-23when a primary email is replaced and added to the secondary emails list,Brett Walker
2017-09-23small cleanup changes based on feedbackBrett Walker
2017-09-23Make GPG signature verification work with non-primary email (#36959)Brett Walker
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
2017-09-11Merge branch 'user-recent-push' into 'master'Douwe Maan
2017-09-08Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...Rubén Dávila
2017-09-08Rework how recent push events are retrievedYorick Peterse
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
2017-09-07Use indigo as default themeAnnabel Dunstone Gray
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-06Fix specs; start on light themeAnnabel Dunstone Gray
2017-09-06Restore some changes from !9199Rubén Dávila
2017-09-06Profile updates from providersAlexander Keramidas
2017-09-05add User##verified_email? methodAlexis Reigel
2017-08-30Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse
2017-08-25Improve AutocompleteController#user.json performanceHiroyuki Sato
2017-08-24Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate
2017-08-18Add namespace errors from User#after_updateMichael Kozono
2017-08-17Make username update fail if namespace part failsMichael Kozono
2017-08-10Migrate events into a new formatYorick Peterse
2017-08-09Prevent user from changing username with container registry tagsMichael Kozono
2017-08-07Memoize a user's personal projects countYorick Peterse
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets
2017-07-27update invalid gpg signatures when email changesAlexis Reigel
2017-07-27don't sync to keychain fileAlexis Reigel
2017-07-27remove gpg from keychain when user's email changesAlexis Reigel
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-24Adjust tests to work with latest shoulda gemDmitriy Zaporozhets
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-07-14Fixes the user order being overriden in the autocomplete controllerTiago Botelho
2017-07-14Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2017-07-12Stop sanitizing user 'name' when inserting into dbNathan Neulinger
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-29Inserts exact matches of username, email and name to the top of the user sear...Tiago Botelho
2017-06-23Add User#full_private_access? to check if user has Private accessToon Claes