| Commit message (Expand) | Author | Age | Files | Lines |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -51/+0 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 2 | -14/+16 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 2 | -3/+2 |
* | Add `io.Closer` guidelines (#29387) | KN4CK3R | 2024-02-25 | 1 | -0/+1 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -0/+18 |
* | Refactor JWT secret generating & decoding code (#29172) | wxiaoguang | 2024-02-16 | 2 | -25/+0 |
* | Fix some RPM registry flaws (#28782) | KN4CK3R | 2024-01-19 | 1 | -0/+8 |
* | Add option to disable ambiguous unicode characters detection (#28454) | wxiaoguang | 2023-12-17 | 1 | -2/+12 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Refactor lfs requests (#26783) | Chongyi Zheng | 2023-09-18 | 1 | -0/+1 |
* | Add `RemoteAddress` to mirrors (#26952) | KN4CK3R | 2023-09-16 | 1 | -0/+9 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 2 | -83/+7 |
* | Use Go 1.21 and update dependencies (#26878) | wxiaoguang | 2023-09-03 | 1 | -16/+0 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 2 | -0/+25 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 2 | -0/+14 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 5 | -12/+12 |
* | Store and use seconds for timeline time comments (#25392) | 6543 | 2023-06-23 | 1 | -1/+3 |
* | Move some regexp out of functions (#25430) | John Olheiser | 2023-06-21 | 1 | -2/+3 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 2 | -1/+104 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -1/+18 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 2 | -0/+294 |
* | Add Alpine package registry (#23714) | KN4CK3R | 2023-05-12 | 1 | -0/+16 |
* | Modify luminance calculation and extract related functions into single files ... | Hester Gong | 2023-05-10 | 2 | -0/+130 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -12/+0 |
* | Add Debian package registry (#24426) | KN4CK3R | 2023-05-02 | 1 | -3/+2 |
* | Revert "Add Debian package registry" (#24412) | Yarden Shoham | 2023-04-28 | 1 | -2/+3 |
* | Add Debian package registry (#22854) | KN4CK3R | 2023-04-28 | 1 | -3/+2 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 2 | -12/+12 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 4 | -11/+68 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 1 | -24/+0 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 1 | -11/+53 |
* | Fix `cases.Title` crash for concurrency (#23885) | wxiaoguang | 2023-04-03 | 1 | -8/+5 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 4 | -78/+25 |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 2 | -17/+151 |
* | Use CleanPath instead of path.Clean (#23371) | Lunny Xiao | 2023-03-08 | 2 | -0/+20 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | 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 |