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 (Collapse)Author
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-08-21Add User#will_save_change_to_login? to clear reset_password_tokensSebastian Arcila Valenzuela
Devise checks before updating any of the authentication_keys if it needs to clear the reset_password_tokens. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/42733 (Weak authentication and session management)
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-15Changed selection classes to harmonize with other settingsMarc Schwede
2019-07-29Change qa-full-name to rspec-full-nameTanya Pazitny
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-05-08Added user time settings fields to profileEzekiel Kigbo
Udpated user_edit_profile_spec with time preferences Minor update form fields
2019-04-09Reduce number of rspec retriesSanad Liaquat
In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
2019-02-27Remove ability to revoke active sessionImre Farkas
Session ID is used as a parameter for the revoke session endpoint but it should never be included in the HTML as an attacker could obtain it via XSS.
2019-02-27Filter active sessions belonging to an admin impersonating the userImre Farkas
2019-02-21Move language setting to preferencesFabian Schneider
2019-02-01Block emojis from user nameMartin Wortschack
- Use JS regex for emoji validation - Add test for blocking emojis in full name - Fix existing tests for user status that failed locally
2018-12-31Resolve "Status emoji should not update awards section on issue page"Brandon Labuschagne
2018-11-12Display impersonation token value only after creationImre Farkas
Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
2018-10-06Rails5: fix user edit profile clear status specJasper Maes
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-10-03Add copy to clipboard button for application id and secretGeorge Tsiolis
2018-08-28Display default status emoji if only message is enteredWinnie Hellmann
2018-08-07Restyle status message input on profile settingsWinnie Hellmann
2018-07-30Hide the status fields behind a feature flagBob Van Landuyt
Since the frontend for this feature isn't ready, better to hide the confusing field behind a feature flag.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-06(Part 2) Resolve "Recognise when a user is trying to validate a private SSH key"Luke Bennett
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-20Rails 5 fix Capybara::ElementNotFound: Unable to find visible css ↵Jasper Maes
#modal-revert-commit and expected: "/bar" got: "/foo"
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2018-04-06Add confirmation modal to "Change username"Shah El-Rahman
2018-03-26Update no repository placeholderGeorge Tsiolis
2018-03-16Fixed profile notifications not being editablePhil Hughes
Closes #44198
2018-03-01Removing the two factor check when the user sets a new passwordFrancisco Javier López
2018-02-15Move spinach profile tests to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-08Replace $.ajax in profile.js with axiosClement Ho
2018-01-15remove specsPhil Hughes
2018-01-04Added multi editor setting on the profile preferences pageJose Ivan Vargas
2018-01-01Add breadcrumbs to User Settings sub-viewsRob Watson
Closes #40274
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller