| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 44 | -570/+550 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -67/+120 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 1 | -4/+0 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 25 | -368/+420 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 10 | -166/+245 |
* | Added comment for changing issue ref (#17672) | Gusted | 2021-11-19 | 2 | -1/+21 |
* | Fix bug when project board get open issue number (#17703) | Lunny Xiao | 2021-11-19 | 1 | -1/+3 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 10 | -286/+54 |
* | Fix possible panic (#17694) | Gusted | 2021-11-18 | 1 | -5/+4 |
* | Prevent NPE due to missing repo in regression in #17551 (#17697) | zeripath | 2021-11-18 | 1 | -2/+14 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 6 | -45/+69 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 3 | -5/+4 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 41 | -12/+44 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 10 | -122/+127 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 10 | -35/+43 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 50 | -1044/+1057 |
* | Fix offBy1 errors (#17606) | Gusted | 2021-11-14 | 1 | -1/+8 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 70 | -648/+791 |
* | unbind the CheckConsistency for some structs so that they can be moved to sub... | Lunny Xiao | 2021-11-12 | 1 | -20/+33 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 16 | -592/+652 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 2 | -9/+35 |
* | Move oauth2 error to oauth2 service package (#17603) | Lunny Xiao | 2021-11-11 | 1 | -24/+0 |
* | Fix 500 when a comment was deleted which has a notification (#17550) | Lunny Xiao | 2021-11-10 | 1 | -2/+8 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 11 | -338/+376 |
* | Added GetUserByIDCtx. (#17602) | KN4CK3R | 2021-11-09 | 3 | -5/+10 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 23 | -191/+215 |
* | Update `User` model comments about permissions (#17583) | wxiaoguang | 2021-11-09 | 1 | -5/+12 |
* | Use provided database Engine (#17595) | Gusted | 2021-11-09 | 2 | -2/+2 |
* | Allow U2F 2FA without TOTP (#11573) | Kamil DomaĆski | 2021-11-08 | 6 | -4/+31 |
* | Fix stats upon searching issues (#17566) | Gusted | 2021-11-08 | 2 | -5/+45 |
* | Only allow returned deleted branche to be on repo (#17570) | Gusted | 2021-11-08 | 2 | -1/+26 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -3/+2 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -41/+14 |
* | Fix database keyword quote problem on migration v161 (#17522) | Lunny Xiao | 2021-11-05 | 1 | -1/+12 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 2 | -19/+1 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 2 | -15/+15 |
* | Quote the table name in CountOrphanedObjects (#17487) | zeripath | 2021-10-30 | 1 | -1/+1 |
* | Run Migrate in Install rather than just SyncTables (#17475) | zeripath | 2021-10-29 | 1 | -3/+22 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -2/+2 |
* | In many cases user avatar link should be an absolute URL with http host (#17420) | wxiaoguang | 2021-10-25 | 1 | -2/+7 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 2 | -2/+3 |
* | Refactor update checker to use AppState (#17387) | wxiaoguang | 2021-10-21 | 4 | -133/+20 |
* | Fix history count failure (#17351) | Lunny Xiao | 2021-10-21 | 1 | -1/+1 |
* | Sync gitea app path for git hooks and authorized keys when starting (#17335) | wxiaoguang | 2021-10-21 | 3 | -0/+82 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -2/+2 |
* | Allow mocking timeutil (#17354) | John Olheiser | 2021-10-18 | 1 | -0/+6 |
* | Move session to models/login (#17338) | Lunny Xiao | 2021-10-17 | 1 | -1/+1 |
* | Add simple update checker to Gitea (#17212) | techknowlogick | 2021-10-16 | 3 | -0/+146 |
* | Don't panic if we fail to parse U2FRegistration data (#17304) | David Jimenez | 2021-10-14 | 2 | -1/+27 |