summaryrefslogtreecommitdiffstats
path: root/models/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-2/+2
* Cleanup log messagingGabriel Jackson2017-02-021-2/+2
* Unit tests for models/wikiEthan Koenig2017-01-271-1/+1
* Add a reserved path check to the wiki (#720)Bwko2017-01-221-1/+18
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-15/+15
* In the wiki title replace tab with a space (#371)Bwko2016-12-111-0/+1
* Fix for #320Bwko2016-12-031-3/+1
* Catch os... errorsBwko2016-12-021-3/+13
* Fix lint errors in models/wiki (just add methods docs)Sandro Santilli2016-11-141-0/+6
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* 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-2/+2
* modules/sync: rename SingleInstancePool to ExclusivePoolUnknwon2016-08-301-1/+1
* #3505 use user’s info for committer and authorUnknwon2016-08-271-2/+8
* #3467 fix clone fail when wiki is emptyUnknwon2016-08-151-1/+3
* Web editor: improve edit file and diff previewUnknwon2016-08-141-15/+2
* modules/sync: move sync objects to independent moduleUnknwon2016-08-141-5/+2
* Squashed commit of the following:Richard Mahn2016-08-141-39/+1
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-0/+2
* Fix wiki vulnerabilitiesUnknwon2016-07-011-4/+13
* Minor fixes for #2746Unknwon2016-03-041-26/+25
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+37
* Removed empty line, multi return argsJofkos2015-12-201-3/+3
* Wiki pages containing question marks in their name weren't loadingJofkos2015-12-201-2/+4
* rename import pathUnknwon2015-12-151-1/+1
* fix APIUnknwon2015-12-011-1/+1
* finish wikiUnknwon2015-11-301-0/+5
* wiki: finish editUnknwon2015-11-271-3/+22
* wiki: finish newUnknwon2015-11-271-3/+101
* introduce git-shellUnknwon2015-11-261-0/+56