Commit Graph

28 Commits (d0a0239bacf02eb004634dfe1bb0a3f7dfe5adb6)

Author SHA1 Message Date
Andrey Nering dbed39ba05 On showing diff/file, use the tab_width specified on .editorconfig, if any ()
Closes 
Andrey Nering 25b23c4bc9 Do not show non-image attachment in a <img> tag. Fixes ()
Unknwon f70343660d Little code refactoring
Unknwon 46e96c008c Use struct for UI settings
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0
Unknwon ac53bb593d print error of JSON unmarshal and always returns a valid object
Nikko Miu 9a43fcb61c Changed EscapePound function with string replace function
Unknwon 58f0c68151 Some minor changes
Unknwon 414eb22ef9 fix activitity feeds for pull requests
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