summaryrefslogtreecommitdiffstats
path: root/services/wiki/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-13/+13
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-9/+14
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+3
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-6/+6
* PullService lock via pullID (#19520)65432022-05-041-1/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-21/+21
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+11
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-0/+10
* Fix 500 on first wiki page (#16586)zeripath2021-08-011-0/+3
* Add TestPrepareWikiFileName (#16487)65432021-07-201-1/+1
* fix: support delete non-urlencoded wiki page (#16482)Gary Wang2021-07-191-8/+3
* fix: not able to update local created non-urlencoded wiki pages (#16139)Gary Wang2021-07-071-13/+43
* migrate from com.* to alternatives (#14103)65432020-12-251-6/+4
* Enforce setting HEAD in wiki to master (#13950)zeripath2020-12-121-0/+2
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-3/+3
* Add configurable Trust Models (#11712)zeripath2020-09-201-4/+15
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-0/+6
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-2/+2
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-0/+322