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
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
2017-10-30add accept_confirm around attempts to revoke personal access tokensMike Greiling
2017-10-30Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
2017-10-24add accept_confirm around "destroy/revoke" buttonsMike Greiling
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-07Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-10-05Add more specs to cover subkeys scenariosRubén Dávila
2017-09-23fix to make gpg_keys_spec start passingBrett Walker
2017-09-23allow a verified secondary email to be use as the primary withoutBrett Walker
a reconfirmation
2017-09-23tweaks for rubocopBrett Walker
2017-09-23add verified/unverified labels to profile emails.Brett Walker
added "Resend confirmation email" for unverified emails
2017-09-23refactored the Spinach feature `features/profile/emails.feature` intoBrett Walker
an rspec feature
2017-09-18Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
2017-09-16Improve 'spec/features/profiles/*' specsVitaliy @blackst0ne Klachkov
2017-09-13Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-13Replace the 'profile/active_tab.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-10Replace the profile/emails.feature spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-05Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-09-05use new #verification_statusAlexis Reigel
2017-09-01Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into ↵Robert Speicher
'master' Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
2017-09-01Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan
Rollback changes made to signing_enabled. Closes #37202 See merge request !13956
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-30Rework the permissions model for SSH key restrictionsNick Thomas
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
2017-08-30Add settings for minimum key strength and allowed key typeNick Thomas
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
2017-08-29fixed up a bunch of specsPhil Hughes
some caused by webkit prefixes
2017-08-12Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-10Change trigger('focus') -> clickStan Hu
2017-08-10Merge branch 'master' into sh-headless-chrome-supportStan Hu