wxiaoguang
f7f4129f52
Fix mermaid import (it uses ESModule now) ( #18382 )
2022-01-24 21:40:51 +08:00
wxiaoguang
95f39457de
Backport: Upgrade EasyMDE 2.16.1 (package-lock.json) ( #18301 )
...
* Upgrade EasyMDE 2.16.1
* Update CodeMirror 5.65.0
* Update caniuse-lite (suggested by npm)
2022-01-17 18:32:26 +08:00
wxiaoguang
6cb5069bf6
Upgrade EasyMDE to 2.16.1 ( #18279 )
2022-01-15 19:18:30 +08:00
wxiaoguang
6cd1ccef3d
Backport #17649 , fix database deadlock when update issue labels ( #17665 )
2021-11-17 13:32:31 +08:00
wxiaoguang
20ae184967
Only allow webhook to send requests to allowed hosts ( #17482 ) ( #17510 )
...
Backport #17482
* Only allow webhook to send requests to allowed hosts (backport #17482 )
* use ALLOWED_HOST_LIST=* for default to keep the legacy behavior in 1.15.x
2021-11-06 09:23:43 +00:00
wxiaoguang
548ae3eb98
Make commit-statuses popup show correctly ( #17447 ) ( #17466 )
...
Backport #17447
Close #17443
2021-10-28 08:42:31 +01:00
wxiaoguang
06da10b9a1
Fix markdown checkbox rendering ( #17427 )
...
We allow to render empty check list item - [ ], while GitHub doesn't allow.
To make the rendering correct, we need tune the UI (the last PR #17413 uses absolute layout, which makes the empty checkbox item can not be displayed correctly)
2021-10-25 17:02:39 +08:00
wxiaoguang
175ebc6f88
Fix issue markdown bugs ( #17413 )
...
* Bug fix: render Markdown `http://AppURL/org/repo/issues/4?a=1&b=2#comment-123 test` to HTML correctly, close #17394
* Bug fix: fix the positions of checkboxes in rendered HTML, close #17395
# Conflicts:
# modules/markup/html.go
2021-10-23 23:30:46 +08:00
wxiaoguang
e70b679d21
Fix wrong attachment removal ( #16915 ) ( #16917 )
...
Backport #16917
2021-09-02 06:50:11 +01:00