1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-31 11:42:13 +00:00

3 Commits

Author SHA1 Message Date
ᴜɴᴋɴᴡᴏɴ
2f4cc5480e
api/misc/markdown: remove Mode option ()
We already have a separate `/markdown/raw` API, remove redundant functionality here.
2020-01-29 02:41:31 +08:00
ᴜɴᴋɴᴡᴏɴ
5e6c3b9d0e
api: sanitize raw markdown content ()
Fixed a security issue reported by bluebird.
2020-01-27 00:18:46 +08:00
Unknwon
01c8df01ec
internal: move packages under this directory ()
* Rename pkg -> internal

* Rename routes -> route

* Move route -> internal/route

* Rename models -> db

* Move db -> internal/db

* Fix route2 -> route

* Move cmd -> internal/cmd

* Bump version
2019-10-24 01:51:46 -07:00