diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-11-14 10:56:17 -0600 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-11-14 16:56:17 +0000 |
commit | 1122230d0ebe2338c381090ed4142b46821214e7 (patch) | |
tree | c1deb9aee123a3b747a50d96e4588cbe31174cdd | |
parent | 9619ccf0e54c0f8502b5e1bc7dad4d3471330f9c (diff) | |
download | gitea-1122230d0ebe2338c381090ed4142b46821214e7.tar.gz gitea-1122230d0ebe2338c381090ed4142b46821214e7.zip |
Update security (#8990)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 081361c36a..92c3310f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Add pagination for admin api get orgs and fix only list public orgs bug (#7742) * Implement the ability to change the ssh port to match what is in the gitea config (#7286) * SECURITY + * Fix issue with user.fullname (#8903) * Ignore mentions for users with no access (#8395) * Be more strict with git arguments (#7715) + * Extract the username and password from the mirror url (#7651) * reserve .well-known username (#7637) * FEATURE * Org/Members: display 2FA members states + optimize sql requests (#7621) @@ -37,7 +39,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix require external registration password (#8885) (#8890) * Fix password complexity check on registration (#8887) (#8888) * Update Github Migration Tests (#8896) (#8938) (#8945) - * Fix issue with user.fullname (#8903) * Enable punctuations ending mentions (#8889) (#8894) * Add Close() method to gogitRepository (#8901) (#8956) * Hotfix for review actions and notifications (#8965) @@ -288,7 +289,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix global search result CSS, misc CSS tweaks (#7789) * Tweak label border CSS (#7739) * Fix create menu item widths (#7708) - * Extract the username and password from the mirror url (#7651) * [Branch View] Delete duplicate protection symbol (#7624) * [Branch View] Delete Table Header (#7622) * [Branch View] icons to buttons (#7602) |