| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid showing `Failed to change the default wiki branch` if repo has no wiki ... | yp05327 | 2024-04-08 | 1 | -0/+4 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 1 | -7/+7 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -8/+8 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 1 | -22/+57 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -2/+2 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 1 | -1/+2 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -1/+1 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -1/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | Updates to the API for archived repos (#27149) | JakobDev | 2023-09-21 | 1 | -0/+10 |
* | Fix bug when deleting wiki with no code write permission (#24274) | Lunny Xiao | 2023-04-23 | 1 | -1/+7 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 1 | -71/+26 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -13/+13 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -2/+2 |
* | [refactor] Use const for wiki DefaultBranch (#21466) | 6543 | 2022-10-15 | 1 | -9/+14 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 1 | -1/+1 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -4/+3 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -6/+6 |
* | PullService lock via pullID (#19520) | 6543 | 2022-05-04 | 1 | -1/+2 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -2/+2 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -21/+21 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -2/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -10/+11 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -3/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -4/+5 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -1/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+1 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -1/+2 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -0/+10 |
* | Fix 500 on first wiki page (#16586) | zeripath | 2021-08-01 | 1 | -0/+3 |
* | Add TestPrepareWikiFileName (#16487) | 6543 | 2021-07-20 | 1 | -1/+1 |
* | fix: support delete non-urlencoded wiki page (#16482) | Gary Wang | 2021-07-19 | 1 | -8/+3 |
* | fix: not able to update local created non-urlencoded wiki pages (#16139) | Gary Wang | 2021-07-07 | 1 | -13/+43 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -6/+4 |
* | Enforce setting HEAD in wiki to master (#13950) | zeripath | 2020-12-12 | 1 | -0/+2 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -3/+3 |
* | Add configurable Trust Models (#11712) | zeripath | 2020-09-20 | 1 | -4/+15 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 1 | -0/+6 |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -1/+2 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -2/+2 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 1 | -0/+322 |