| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rendering of issue checkboxes (#1709) | Ethan Koenig | 2017-05-12 | 1 | -2/+2 |
* | Fix commit sha1 URL rendering in markdown (#1677) | Lauris BH | 2017-05-05 | 2 | -5/+6 |
* | Fix markdown rendering (#1530) | Morlinest | 2017-04-24 | 1 | -9/+10 |
* | Add markup package to prepare for org markup format (#1493) | Lunny Xiao | 2017-04-21 | 2 | -37/+33 |
* | fix #1501 ssh hangs caused by #1461 (#1513) | Lunny Xiao | 2017-04-19 | 1 | -10/+2 |
* | Sanitation fix from Gogs (#1461) | Kim "BKC" Carlbäcker | 2017-04-13 | 3 | -20/+111 |
* | fix: gofmt errors. (#1106) | Bo-Yi Wu | 2017-03-03 | 1 | -10/+10 |
* | Fix URL handling in the whole markdown module, improve test coverage (#1027) | Andrew Boyarshin | 2017-02-24 | 2 | -151/+264 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 2 | -138/+871 |
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 1 | -281/+169 |
* | refactor: Remove unnecessary type conversions (#772) | Bo-Yi Wu | 2017-01-27 | 1 | -1/+1 |
* | Improve issue references in markdown (#471) | Sandro Santilli | 2016-12-26 | 1 | -1/+34 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 2 | -6/+6 |
* | fixed test build error | Lunny Xiao | 2016-11-25 | 1 | -2/+2 |
* | golint fixed for modules/markdown | Lunny Xiao | 2016-11-25 | 1 | -9/+11 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 2 | -4/+4 |
* | Run goimports on the whole project (#34) | Matthias Loibl | 2016-11-04 | 1 | -3/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 2 | -4/+4 |
* | Fix mention in comments like (@dblk) (#3655)v0.9.99 | Rémy Boulanouar | 2016-10-16 | 1 | -3/+3 |
* | Update size of SHA to fix #3538 (#3563) | Rémy Boulanouar | 2016-08-31 | 1 | -1/+1 |
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 | 1 | -0/+5 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -4/+5 |
* | Fix #3321: commit tag shortener (#3418) | Thibault Meyer | 2016-08-11 | 1 | -1/+1 |
* | Fix #3420: Bad commit URL generation (#3424) | Thibault Meyer | 2016-08-10 | 1 | -6/+3 |
* | #3107 fix mention regex does not include dash | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -0/+13 |
* | Stricter parsing of issue URLs and commit URLs. (#3121) | Cosmin Stroe | 2016-06-29 | 2 | -67/+141 |
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | 2 | -12/+263 |
* | Make separate string variables for space | Odin Ugedal | 2016-03-15 | 1 | -1/+3 |
* | Fix relative links in markdown files | Odin Ugedal | 2016-03-15 | 1 | -0/+1 |
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -0/+369 |