- Sep 04, 2019
-
-
Felipe Artur authored
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
-
- Aug 30, 2019
-
-
https://gitlab.com/gitlab-org/gitlab-ce/issues/56295Jesse Hall authored
All avatars now visible in commit trailers.
-
Markus Koller authored
- Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
-
- Aug 29, 2019
-
-
- Aug 28, 2019
-
-
Sean McGivern authored
Previously, we called the `peek_enabled?` method like so: prepend_before_action :set_peek_request_id, if: :peek_enabled? Now we don't have a `set_peek_request_id` method, so we don't need that line. However, the `peek_enabled?` part had a side-effect: it would also populate the request store cache for whether the performance bar was enabled for the current request or not. This commit makes that side-effect explicit, and replaces all uses of `peek_enabled?` with the more explicit `Gitlab::PerformanceBar.enabled_for_request?`. There is one spec that still sets `SafeRequestStore[:peek_enabled]` directly, because it is contrasting behaviour with and without a request store enabled. The upshot is: 1. We still set the value in one place. We make it more explicit that that's what we're doing. 2. Reading that value uses a consistent method so it's easier to find in future.
-
Igor Drozdov authored
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
-
Arun Kumar Mohan authored
Only displays the todo body if the todo has a note. This is to avoid redundant Issue or Merge Request titles displayed both in the Todo title and body.
-
- Aug 24, 2019
-
-
Brett Walker authored
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
-
- Aug 23, 2019
-
-
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
-
Paul Slaughter authored
by adding the proper notification icon
-
- Aug 22, 2019
-
-
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
-
- Aug 21, 2019
-
-
Donald Cook authored
Added snowplow event tracking to Edit buttons
-
- Aug 19, 2019
-
-
Felipe Artur authored
Do not disclosure merge request id via email for unauthorized users when closing issues.
-
- Aug 17, 2019
-
-
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
- Aug 15, 2019
-
-
Luke Duncalfe authored
CE-specific changes for: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15129 Co-Authored-By:
Alex Kalderimis <akalderimis@gitlab.com> Co-Authored-By:
Luke Duncalfe <lduncalfe@eml.cc>
-
- Aug 14, 2019
-
-
This link is shown when a user tries to login with an unconfirmed email address and the grace period has expired
-
This introduces several changes, but these are all just ported from the EE project.
-
This reverts merge request !30808
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
- Aug 12, 2019
-
-
Paul Slaughter authored
Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
-
Markus Koller authored
Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
-
- Aug 07, 2019
-
-
Tiger Watson authored
Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
- Aug 05, 2019
-
-
Patrick Derichs authored
Add changelog entry Add spec
-
- Aug 02, 2019
-
-
George Koltsov authored
`allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
-
George Koltsov authored
This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
-
- Jul 31, 2019
-
-
mksionek authored
Add method to store session ids by ip Add new specs for storing session ids Add cleaning up records after login Add retrieving anonymous sessions Add login recaptcha setting Add new setting to sessions controller Add conditions for showing captcha Add sessions controller specs Add admin settings specs for login protection Add new settings to api Add stub to devise spec Add new translation key Add cr remarks Rename class call Add cr remarks Change if-clause for consistency Add cr remarks Add code review remarks Refactor AnonymousSession class Add changelog entry Move AnonymousSession class to lib Move store unauthenticated sessions to sessions controller Move link to recaptcha info Regenerate text file Improve copy on the spam page Change action filter for storing anonymous sessions Fix rubocop offences Add code review remarks
-
- Jul 29, 2019
-
-
Jacopo authored
Add a zoom link added / removed system note when a zoom link is being added / removed to the issue description.
-
-
- Jul 26, 2019
-
-
Without this change, we get a NoMethodError on nil
-
- Jul 25, 2019
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
- Jul 24, 2019
-
-
Fixes #64746
-
Signed-off-by:
Istvan szalai <istvan.szalai@savoirfairelinux.com>
-
Illya Klymov authored
Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
-
- Jul 23, 2019
-
-
Heinrich Lee Yu authored
The project param is unnecessary here
-
- Jul 22, 2019
-
-
Douwe Maan authored
-
- Jul 17, 2019
-
-
This is part of migration of Folder View to Vue
-