Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkg/markup: support data URL of base64 encoded images (#5391) | Nikita | 2018-12-10 |
| | |||
* | pkg/markup: allow match SHA1 length 7-40 (#3321) | Unknwon | 2018-08-17 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | pkg/markup/markdown: Issue mentions should also render with square brackets ↵ | Cosmin Stroe | 2018-04-21 |
| | | | | | (#4707) * gofmt reformat of markdown.go | ||
* | orgmode: recover panic from third-party package | Unknwon | 2017-06-02 |
| | |||
* | feature/org-mode: fix compile error | Unknwon | 2017-05-17 |
| | |||
* | modules/markup: initial support for org-mode (#4373) | Unknwon | 2017-05-17 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | pkg/markup: init default sanitizer.policy | Unknwon | 2017-04-05 |
| | | | | | | App would panic if user has validation error on installation and the sanitizer is not yet built. Therefore we need a minimal valid object for sanitizer at start. | ||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-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 |