aboutsummaryrefslogtreecommitdiff
path: root/modules/template/template.go
Commit message (Collapse)AuthorAge
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* modules/markup: protect sanitizer from possible modificationUnknwon2017-03-31
| | | | | | | Only expose public APIs for 'Sanitize' and 'SanitizeBytes' to eliminate unintentional modifications to sanitizer policy. Also use 'sync.Once' to make sure multiple calls of 'NewSanitizer' is safe (although should never happen, but this is a better way).
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* webhook: add fork eventUnknwon2017-02-27
|
* template: add more icons for news feedUnknwon2017-02-27
|
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* Security: prevent XSS attach on wiki pageUnknwon2017-02-15
| | | | Reported by Miguel Ángel Jimeno.
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Minor code fixUnknwon2016-12-21
|
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-12-21
| | | This fixes 404 caused when creating new files or wiki pages with question marks.
* Feature #3492: Add option to hide footer load times (#3562)Thibault Meyer2016-09-01
| | | | | | * Add option to hide footer load times * Rename option variable + minor changes
* Web editor: support upload filesUnknwon2016-08-30
|
* label: adjust forecolor boundaryUnknwon2016-08-27
|
* General code quality improvementUnknwon2016-08-16
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-11
| | | | | (#3241) Closes #3182
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-11
|
* Little code refactoringUnknwon2016-08-09
|
* Use struct for UI settingsUnknwon2016-07-24
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
|
* Changed EscapePound function with string replace functionNikko Miu2016-03-24
|
* Some minor changesUnknwon2016-03-06
|
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* Implementing the "theme-color" meta tag.Andrey Nering2016-02-08
| | | | | | 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
* #2185 fall back to use custom chardet libUnknwon2015-12-31
|
* #2282 fast detection of utf-8Unknwon2015-12-27
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-25
|
* new template funcUnknwon2015-12-13
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-13
|
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-07
| | | | | | | | | 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.
* fix #1829 and fix #890Unknwon2015-12-04
|
* fix #2020Unknwon2015-11-24
|
* more HTTP clone word fixUnknwon2015-11-22
|
* fix #2013Unknwon2015-11-22
|
* octicon fix in feedsUnknwon2015-11-16
|
* clean upUnknwon2015-11-13
|
* Show custom avatars in commitsUnknwon2015-11-13