aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-683/+0
* Refactor renders (#15175)Lunny Xiao2021-04-191-4/+27
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-3/+3
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-12/+13
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-1/+1
* Use default commit message for wiki edits (#11550)mrsdizzie2020-05-221-0/+9
* Support view individual commit for wiki pages (#11415)mrsdizzie2020-05-161-0/+2
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-1/+1
* Fix wiki raw view on sub path (#10002)Lunny Xiao2020-01-281-18/+10
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-21/+22
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-1/+69
* Check for either escaped or unescaped wiki filenames (#8408)Tekaoh2019-10-091-0/+12
* Fix a comment typo (#8358)Tekaoh2019-10-021-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-2/+3
* wiki history improvements (#7391)Cherrg2019-07-111-2/+2
* wiki - page revisions list (#7369)Cherrg2019-07-081-64/+188
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+10
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-4/+5
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+1
* Fix serving of raw wiki files other than .md (#5814)Gabriel Silva Simões2019-02-051-13/+28
* Feature: Archive repos (#5009)kolaente2019-01-231-2/+2
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-0/+5
* Fix empty wiki (#5504)Lunny Xiao2018-12-091-1/+3
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+8
* Fix wiki redirects (#3919)Michael Kuhn2018-05-281-2/+2
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-051-0/+6
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-19/+19
* Fix wiki page list not rendering after updatedunix changes (#3175)Lauris BH2017-12-131-7/+7
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-241/+125
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-2/+2
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-211-1/+2
* fix wiki bugs (#1294)Lunny Xiao2017-03-201-4/+16
* fix UI display problem when wiki name is non-ascii charset (#1142)Lunny Xiao2017-03-081-2/+2
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-41/+260
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-3/+5
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-10/+14
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-2/+2
* golint fixed for routers/repo/wiki.go (#203)Lunny Xiao2016-11-211-12/+21
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* Do not show filename not have suffifx .mdUnknwon2016-07-011-2/+2
* Rename module: middleware -> contextUnknwon2016-03-111-10/+10
* Minor fixes for #2746Unknwon2016-03-041-2/+1
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+18
* Make markdown as an independent moduleUnknwon2016-02-201-1/+2
* rename import pathUnknwon2015-12-151-1/+1
* #2114 External URL for wikiUnknwon2015-12-111-0/+6