Commit Graph

19 Commits (dfd6f8f7abb30ae9f89a06d16dba7dc9039f2ba1)

Author SHA1 Message Date
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon d5a3021a7d Make markdown as an independent module
Andrey Nering e40d94bb4f Implementing the "theme-color" meta tag.
Used by Android >= 5.0 to make the top bar colored.

Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Unknwon 4993ab1a76 fall back to use custom chardet lib
Unknwon 44637f03cc fast detection of utf-8
Unknwon 85af36332b fix utf-8 recognized as windows-1252
Unknwon 1e7e092992 Ability to map extensions for syntax highlighting in config
Unknwon 6673dcb038 improvments of highlight class name
Unknwon ea375c0dcc new template func
Unknwon 95f9c85bcc use Go sub-repo to detect encoding
Adam Strzelecki e2ca53029e Render commit msg as header + verbatim description
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.

Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
Unknwon e538ff2770 fix and fix
Unknwon 7f9598141b fix
Unknwon b2fb7e3fd2 more HTTP clone word fix
Unknwon efaf60ba5a fix
Unknwon bb1fbe4e70 octicon fix in feeds
Unknwon 679af4ddea clean up
Unknwon 1d57f0d64f Show custom avatars in commits