Commit 6b6e5a3
committed
Changelog 1.15.8
## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-19
* BUGFIXES
* Reset locale on login (go-gitea#18023) (go-gitea#18025)
* Fix reset password email template (go-gitea#17025) (go-gitea#18022)
* Fix outType on gitea dump (go-gitea#18000) (go-gitea#18016)
* Ensure complexity, minlength and isPwned are checked on password setting (go-gitea#18005) (go-gitea#18015)
* Fix rename notification bug (go-gitea#18011)
* Prevent double decoding of % in url params (go-gitea#17997) (go-gitea#18001)
* Prevent hang in git cat-file if the repository is not a valid repository (Partial go-gitea#17991) (go-gitea#17992)
* Prevent deadlock in create issue (go-gitea#17970) (go-gitea#17982)
* TESTING
* Use non-expiring key. (go-gitea#17984) (go-gitea#17985)
Signed-off-by: Andrew Thornton <[email protected]>1 parent fe91d96 commit 6b6e5a3
2 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments