| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 2 | -273/+0 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -6/+7 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 3 | -6/+2 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 1 | -7/+11 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 8 | -71/+134 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 4 | -314/+0 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 23 | -10/+21 |
* | Fix bug when read mysql database max lifetime (#17682) | Lunny Xiao | 2021-11-17 | 1 | -2/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 13 | -50/+71 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 40 | -7622/+20 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 10 | -1258/+0 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 13 | -135/+79 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 2 | -13/+9 |
* | Fix nil checking on typed interface (#17598) | Gusted | 2021-11-15 | 3 | -7/+8 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 1 | -1/+1 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 4 | -106/+195 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 2 | -3/+6 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 26 | -57/+119 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 2 | -4/+6 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 7 | -53/+58 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 7 | -43/+49 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 2 | -5/+3 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -4/+5 |
* | Fix ipv6 parsing for builtin ssh server (#17561) | Wim | 2021-11-06 | 1 | -1/+2 |
* | Use correct defaultValue for stracktrace (#17552) | Gusted | 2021-11-05 | 1 | -1/+1 |
* | Fix zero created time bug on commit api (#17546) | Lunny Xiao | 2021-11-05 | 1 | -4/+6 |
* | Add QueryEscape to general funcmap (#17526) | zeripath | 2021-11-02 | 1 | -0/+1 |
* | fix email with + when active (#17518) | Lunny Xiao | 2021-11-02 | 1 | -0/+1 |
* | Make Repo Code Indexer an Unique Queue (#17515) | zeripath | 2021-11-02 | 2 | -24/+12 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 5 | -19/+244 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 3 | -86/+633 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 3 | -4/+4 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -1/+1 |
* | Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) | Richard Mahn | 2021-10-26 | 2 | -8/+53 |
* | Upgrade go-github to v39 (#17437) | Lunny Xiao | 2021-10-26 | 2 | -2/+2 |
* | In many cases user avatar link should be an absolute URL with http host (#17420) | wxiaoguang | 2021-10-25 | 1 | -0/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 2 | -0/+107 |
* | Fix CSV render error (#17406) | KN4CK3R | 2021-10-25 | 1 | -14/+6 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 6 | -11/+33 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 2 | -1/+5 |
* | Stop sanitizing full name in API (#17396) | zeripath | 2021-10-22 | 1 | -2/+1 |
* | Refactor update checker to use AppState (#17387) | wxiaoguang | 2021-10-21 | 2 | -1/+100 |
* | Sync gitea app path for git hooks and authorized keys when starting (#17335) | wxiaoguang | 2021-10-21 | 6 | -16/+195 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -1/+1 |
* | Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) | zeripath | 2021-10-20 | 1 | -0/+56 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 1 | -0/+3 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 5 | -12/+9 |
* | Allow mocking timeutil (#17354) | John Olheiser | 2021-10-18 | 1 | -0/+16 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 6 | -12/+10 |
* | Move session to models/login (#17338) | Lunny Xiao | 2021-10-17 | 1 | -8/+8 |