| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (84 commits)
Add button to regenerate 2FA codes.
Use rugged to validate ref name
Escape username and password in UrlSanitizer#full_url
Remove duplicated include IgnorableColumn
Rails5 fix user sees revert modal spec
Improve email address parsing
Incorporate Gitaly's RefService.FindAllRemoteBranches RPC
Limit the TTL for anonymous sessions to 1 hour
Proper icon validator
Resolve "Fix arrow for popovers on monitoring graph"
Toggle Show / Hide Button for Kubernetes Password
Fix serialization of LegacyDiffNote
Fix filename for accelerated uploads
Delete UserActivities and related workers
Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File class as well
Update _form.html.haml (deploy tokens) to improve display of scopes
Client implementation for Repository#new_commits
Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324)
Remove unreachable Git code
Point to charts docs for beta limitations of the gitlab chart.
...
|
| |\
| | |
| | |
| | |
| | | |
Remove duplicated include IgnorableColumn in user model
See merge request gitlab-org/gitlab-ce!20710
|
| | |
| | |
| | |
| | | |
It's probably duplicated during resolving a conflict?
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Escape username and password in UrlSanitizer#full_url
See merge request gitlab-org/gitlab-ce!20684
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a user uses a password with certain characters (e.g. /, #, +, etc.)
UrlSanitizer#full_url will generate an invalid URL that cannot be
parsed properly by Addressable::URI. If used with UrlBlocker, this
will be flagged as an invalid URI.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use rugged to validate ref name
Closes #49043
See merge request gitlab-org/gitlab-ce!20669
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rails5 fix user sees revert modal spec
See merge request gitlab-org/gitlab-ce!20706
|
| | | |/ /
| | |/| | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Delete UserActivities and related workers
Closes #43312
See merge request gitlab-org/gitlab-ce!20597
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add button to regenerate 2FA codes.
Closes #48408
See merge request gitlab-org/gitlab-ce!20295
|
| |/ / / / / |
|
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Improve email address parsing
Closes #44676
See merge request gitlab-org/gitlab-ce!18192
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If you enter the following RFC 2822 compliant address:
`John Doe <john@doe.com>`
Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com
With this change given the following:
`John Doe <johndoe@example.com>`
`Jane Doe <janedoe@example.com>`
Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
Incorporate Gitaly's RefService.FindAllRemoteBranches RPC
See merge request gitlab-org/gitlab-ce!20701
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Limit the TTL for anonymous sessions to 1 hour
Closes #48101
See merge request gitlab-org/gitlab-ce!20700
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
By default, all sessions are given the same expiration time configured in the
session store (e.g. 1 week). However, unauthenticated users can generate a lot
of sessions, primarily for CSRF verification. It makes sense to reduce the TTL
for unauthenticated to something much lower than the default (e.g. 1 hour) to
limit Redis memory. In addition, Rails creates a new session after login,
so the short TTL doesn't even need to be extended.
Closes #48101
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Proper icon validator
Closes #49236
See merge request gitlab-org/gitlab-ce!20620
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Toggle Show / Hide Button for Kubernetes Password
Closes #49193
See merge request gitlab-org/gitlab-ce!20659
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #49193.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Fix arrow for popovers on monitoring graph"
Closes #41784
See merge request gitlab-org/gitlab-ce!20655
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix rendering context lines on MR diffs
Closes #49242 and #49343
See merge request gitlab-org/gitlab-ce!20642
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Add support for tar.gz AUTO_DEVOPS_CHART charts"
Closes #49324
See merge request gitlab-org/gitlab-ce!20691
|
| | | |_|_|/ /
| | |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix autosave issues for MR discussions
Closes #48876 and #48877
See merge request gitlab-org/gitlab-ce!20569
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
form.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'49369-failure-in-qa-specs-features-ee-geo-attachment_replication_spec-rb' into 'master'
Resolve "Failure in qa/specs/features/ee/geo/attachment_replication_spec.rb"
Closes #49369
See merge request gitlab-org/gitlab-ce!20692
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
class as well
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Point to charts docs for beta limitations of the gitlab chart.
See merge request gitlab-org/gitlab-ce!20690
|