| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) | Nick | 2023-02-13 | 2 | -0/+120 |
* | Add Chef package registry (#22554) | KN4CK3R | 2023-02-06 | 2 | -0/+106 |
* | Improve checkIfPRContentChanged (#22611) | zeripath | 2023-01-28 | 1 | -0/+22 |
* | Add support for incoming emails (#22056) | KN4CK3R | 2023-01-14 | 2 | -0/+61 |
* | Fix error when calculate the repository size (#22392) | Lunny Xiao | 2023-01-13 | 1 | -14/+0 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 3 | -101/+170 |
* | Use ErrInvalidArgument in packages (#22268) | KN4CK3R | 2022-12-31 | 1 | -0/+29 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 30 | -60/+30 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 1 | -1/+9 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+37 |
* | Save files in local storage as umask (#21198) | Nulo (he/him) | 2022-09-24 | 3 | -0/+80 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 1 | -6/+6 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 1 | -2/+19 |
* | Fix SecToTime edge-cases (#20610) | Gusted | 2022-08-08 | 2 | -10/+33 |
* | Fix package upload for files >32mb (#20622) | KN4CK3R | 2022-08-02 | 2 | -5/+51 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Prettify number of issues (#17760) | Gusted | 2022-06-12 | 1 | -0/+18 |
* | Fix copy/paste of empty lines (#19798) | silverwind | 2022-06-10 | 2 | -0/+40 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -0/+1 |
* | Update go tool dependencies (#19676) | silverwind | 2022-05-10 | 2 | -0/+15 |
* | Remove legacy `unknwon/com` package (#19298) | wxiaoguang | 2022-04-02 | 4 | -22/+187 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 5 | -22/+148 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 2 | -152/+75 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+147 |
* | Cleanup protected branches when deleting users & teams (#19158) | Norwin | 2022-03-22 | 1 | -0/+18 |
* | remove not needed (#19128) | 6543 | 2022-03-18 | 2 | -69/+0 |
* | use go1.18 to build gitea (#19099) | techknowlogick | 2022-03-16 | 2 | -7/+57 |
* | Refactor SecToTime() function (#18863) | René Schaar | 2022-02-28 | 2 | -35/+59 |
* | Fix display time of milestones (#18753) | René Schaar | 2022-02-16 | 2 | -0/+64 |
* | Fix non-ASCII search on database (#18437) | Gusted | 2022-02-01 | 2 | -0/+45 |
* | Use base32 for 2FA scratch token (#18384) | wxiaoguang | 2022-01-26 | 2 | -27/+27 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 7 | -13/+18 |
* | Increase Salt randomness (#18179) | Gusted | 2022-01-04 | 2 | -2/+29 |
* | Include folders into size cost (#18158) | Gusted | 2022-01-03 | 1 | -2/+2 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -2/+2 |
* | Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) | wxiaoguang | 2021-12-09 | 2 | -9/+95 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 1 | -0/+19 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -0/+20 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 2 | -1/+24 |
* | Handle too long PR titles correctly (#16517) | zeripath | 2021-07-25 | 1 | -0/+35 |
* | Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e... | zeripath | 2021-07-20 | 1 | -0/+21 |
* | Retry rename on lock induced failures (re-fix) (#16461) | zeripath | 2021-07-16 | 1 | -1/+1 |
* | Retry rename on lock induced failures (#16435) | zeripath | 2021-07-15 | 1 | -1/+28 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 2 | -3/+3 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 2 | -35/+187 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 2 | -0/+65 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 2 | -0/+81 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 2 | -0/+81 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 2 | -4/+39 |
* | Add StatDir and replace com.StatDir (#14099) | Lunny Xiao | 2020-12-22 | 1 | -0/+80 |