Skip to content

Commit 5dfe8b4

Browse files
Add 1.5.0 changelog (#4661)
1 parent 8da45ae commit 5dfe8b4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7-
## [1.5.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.5.0-rc1) - 2018-07-04
7+
## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
88
* SECURITY
9+
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
910
* Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
1011
* Do not allow to reuse TOTP passcode (#3878)
12+
* BUGFIXES
13+
* Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)
14+
* Redirect to correct page after using scratch token (#4458) (#4472)
15+
* Replace src with raw to fix image paths (#4377) (#4386)
16+
* Fixes repo membership check in API (#4341) (#4379)
17+
* Add default merge options when adding new repository (#4369) (#4373)
18+
* Fix repository last updated time update when delete a user who watched the repo (#4363) (#4371)
19+
* Fix html entity escaping in branch deletion message (#4471) (#4485)
20+
* Fix out-of-transaction query in removeOrgUser (#4521) (#4524)
21+
* Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519)
22+
* Fix panic issue on update avatar email (#4580) (#4590)
23+
* Fix bugs when too many IN variables (#4594) (#4597)
24+
* Push whitelist now doesn't apply to branch deletion (#4601) (#4640)
25+
* Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
1126
* FEATURE
1227
* Add cli commands to regen hooks & keys (#3979)
1328
* Add support for FIDO U2F (#3971)

0 commit comments

Comments
 (0)