| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Closes #20920
|
| |
|
|\
| |
| |
| |
| | |
Test todos_count_format helper at the correct level to improve speed
See merge request !12075
|
| |
| |
| |
| |
| | |
Instead of an integration test that creates 101 Todo records to test a
simple view helper, just unit test the helper.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Changes default text to "Unassigned"
Closes #32802
See merge request !12081
|
| | |
| | |
| | |
| | |
| | | |
By changing this text the css will check for `toggle_text == default_label`. In this case they were not the same.
Now they are and it will show the default label in gray.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure reCAPTCHA configuration is loaded when spam checks are initiated
Closes #33532
See merge request !12080
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Previously it was possible when an issue was updated and Akismet flagged it as spam
that the reCAPTCHA configuration was not loaded.
Closes #33532
|
| | | |
|
| |/
|/| |
|
|/
|
|
|
|
|
|
| |
Introduced in
https://gitlab.com/gitlab-org/gitlab-ce/commit/adc59353fa48c5e433b80efc1698c0b12e121968#852fdbe4145be33eca58d30d8c2f4a6623ef8602_30_30
Only usage removed in
https://gitlab.com/gitlab-org/gitlab-ce/commit/de9e559d4495560095adfa03ea6489ea51f6f2f4#e22df3c6b3631af90cde45bbb974ddce72aefab7_21_21
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
remove outline from More Actions icon when dropdown open
Closes #33469
See merge request !12054
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Revert "Regenerate po and js files"
See merge request !12044
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 9157c300b78314e04857c66dacdc732a8193d278.
|
|\ \ \ |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Make the revision on the `/help` page clickable
See merge request !12016
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For quicker access, add hyperlink to the gitlab.com commits page for the current
REVISION of GitLab.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add Array `findIndex` support
Closes #33315
See merge request !11961
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prompt user to create personal access token for Git over HTTP
See merge request !11986
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If internal auth is disabled and LDAP is not configured on the instance,
present the user with a message to create a personal access token if his
Git over HTTP auth attempt fails.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed dashboard milestone tabs not loading
Closes #33477
See merge request !12023
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #33477
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Display issue state in issue links section of merge request widget
Closes #33381
See merge request !12021
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
Detect if blob binaryness changes after loading all data
See merge request !11981
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
binary afer loading all data
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed dropdown filter input not focusing after transition
Closes #33216
See merge request !12020
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Closes #33216
|
| |_|_|_|/
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Refactor PostReceive worker to limit merge conflicts
See merge request !11916
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Master security update
See merge request !12025
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
master-security-update
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ran:
- git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
- git checkout -b 9-2-5-security-patch origin/v9.2.2
- git apply patchfile.patch
- git commit
- [Got the sha ref for the commit]
- git checkout -b upstream-9-2-security master
- git cherry-pick <SHA of the patchfile commit>
- [Resolved conflicts]
- git cherry-pick --continue
|
| |\ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Ran:
- git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
- git checkout -b 9-2-5-security-patch origin/v9.2.2
- git apply patchfile.patch
- git commit
- [Got the sha ref for the commit]
- git checkout -b upstream-9-2-security master
- git cherry-pick <SHA of the patchfile commit>
- [Resolved conflicts]
- git cherry-pick --continue
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix visibility when referencing snippets
See merge request !2101
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Allow users autocomplete by author_id only for authenticated users
See merge request !2100
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Escapes html content before appending it to the DOM
See merge request !2107
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Resolve "Group dashboard UI"
Closes #25426
See merge request !11098
|
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | |
|