| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 2 | -0/+165 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -1/+11 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -1/+2 |
* | Prevent start panic due to missing DotEscape function | Andrew Thornton | 2022-03-23 | 1 | -0/+1 |
* | Try to prevent autolinking of displaynames by email readers (#19169) | zeripath | 2022-03-23 | 1 | -0/+5 |
* | Fix display time of milestones (#18753) | René Schaar | 2022-02-16 | 1 | -2/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 4 | -14/+12 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -9/+15 |
* | Remove golang vendored directory (#18277) | techknowlogick | 2022-01-14 | 1 | -1/+1 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Don't store assets modified time into generated files (#18193) | Lunny Xiao | 2022-01-06 | 2 | -1/+8 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 1 | -64/+0 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+2 |
* | Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) | silverwind | 2021-12-16 | 1 | -4/+4 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -3/+0 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 1 | -0/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -2/+3 |
* | Removed SizeFmt. (#17890) | KN4CK3R | 2021-12-03 | 1 | -1/+0 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Fix visibility of org avatars (#17789) | qwerty287 | 2021-11-24 | 1 | -7/+13 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -12/+9 |
* | 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 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -1/+1 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -2/+3 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -6/+7 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 2 | -9/+8 |
* | Switch migration icon to svg (#15954) | silverwind | 2021-09-18 | 1 | -3/+3 |
* | Add missing icon set for `ActionRenameRepo` (#16972) | a1012112796 | 2021-09-06 | 1 | -1/+1 |
* | Report the correct number of pushes on the feeds (#16811) | zeripath | 2021-08-25 | 1 | -0/+5 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 3 | -5/+8 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -29/+0 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -5/+2 |
* | Make Mermaid.js limit configurable (#16519) | zeripath | 2021-07-24 | 1 | -0/+3 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -0/+3 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -6/+28 |
* | Fix incorrect asset URL (#15805) | silverwind | 2021-05-09 | 1 | -1/+1 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -1/+1 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -6/+23 |
* | Prevent incorrect HTML escaping in swagger.json (#14957) | zeripath | 2021-03-11 | 1 | -0/+6 |
* | Fix a couple of issues with a feeds (#14897) | zeripath | 2021-03-06 | 1 | -0/+4 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+5 |
* | stopwatch notif: check if timetracking is enabled (#14750) | Norwin | 2021-02-20 | 1 | -0/+3 |
* | Prevent template renderer from rendering error (#14646) | zeripath | 2021-02-13 | 1 | -6/+7 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 1 | -0/+3 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+2 |
* | Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) | zeripath | 2021-02-10 | 1 | -0/+4 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 3 | -137/+14 |