| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 1 | -1/+1 |
* | Use default commit message for wiki edits (#11550) | mrsdizzie | 2020-05-22 | 1 | -0/+9 |
* | Support view individual commit for wiki pages (#11415) | mrsdizzie | 2020-05-16 | 1 | -0/+2 |
* | Show Signer in commit lists and add basic trust (#10425) | zeripath | 2020-02-27 | 1 | -1/+1 |
* | Fix wiki raw view on sub path (#10002) | Lunny Xiao | 2020-01-28 | 1 | -18/+10 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 1 | -21/+22 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -1/+69 |
* | Check for either escaped or unescaped wiki filenames (#8408) | Tekaoh | 2019-10-09 | 1 | -0/+12 |
* | Fix a comment typo (#8358) | Tekaoh | 2019-10-02 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -2/+3 |
* | wiki history improvements (#7391) | Cherrg | 2019-07-11 | 1 | -2/+2 |
* | wiki - page revisions list (#7369) | Cherrg | 2019-07-08 | 1 | -64/+188 |
* | Trace Logging on Permission Denied & ColorFormat (#6618) | zeripath | 2019-04-22 | 1 | -0/+10 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -4/+5 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -2/+1 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -13/+28 |
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -2/+2 |
* | Disallow empty titles (#5785) | Lanre Adelowo | 2019-01-21 | 1 | -0/+5 |
* | Fix empty wiki (#5504) | Lunny Xiao | 2018-12-09 | 1 | -1/+3 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -5/+8 |
* | Fix wiki redirects (#3919) | Michael Kuhn | 2018-05-28 | 1 | -2/+2 |
* | Fix rendering of wiki page list if wiki repo contains other files (#3454) | Lauris BH | 2018-02-05 | 1 | -0/+6 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -19/+19 |
* | Fix wiki page list not rendering after updatedunix changes (#3175) | Lauris BH | 2017-12-13 | 1 | -7/+7 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 1 | -241/+125 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -1/+1 |
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 1 | -2/+2 |
* | Add markup package to prepare for org markup format (#1493) | Lunny Xiao | 2017-04-21 | 1 | -1/+2 |
* | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 1 | -4/+16 |
* | fix UI display problem when wiki name is non-ascii charset (#1142) | Lunny Xiao | 2017-03-08 | 1 | -2/+2 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 1 | -41/+260 |
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -3/+5 |
* | fixed bugs on Wiki and resolved #667 (#674) | Lunny Xiao | 2017-01-21 | 1 | -10/+14 |
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -2/+2 |
* | golint fixed for routers/repo/wiki.go (#203) | Lunny Xiao | 2016-11-21 | 1 | -12/+21 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | 1 | -2/+2 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -10/+10 |
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -2/+1 |
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+18 |
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -1/+2 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+6 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -4/+4 |
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+7 |
* | wiki: finish pages | Unknwon | 2015-11-27 | 1 | -7/+54 |
* | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -23/+102 |
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -3/+58 |