aboutsummaryrefslogtreecommitdiffstats
path: root/modules/util
Commit message (Expand)AuthorAgeFilesLines
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-2/+12
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-181-0/+1
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-0/+9
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-072-83/+7
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-16/+0
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-142-0/+25
* Less naked returns (#25713)65432023-07-072-0/+14
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-12/+12
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+3
* Move some regexp out of functions (#25430)John Olheiser2023-06-211-2/+3
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-132-1/+104
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-1/+18
* Rewrite logger system (#24726)wxiaoguang2023-05-212-0/+294
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-0/+16
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-102-0/+130
* Rewrite queue (#24505)wxiaoguang2023-05-081-12/+0
* Add Debian package registry (#24426)KN4CK3R2023-05-021-3/+2
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-2/+3
* Add Debian package registry (#22854)KN4CK3R2023-04-281-3/+2
* Use more specific test methods (#24265)KN4CK3R2023-04-222-12/+12
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-124-11/+68
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-071-24/+0
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-071-11/+53
* Fix `cases.Title` crash for concurrency (#23885)wxiaoguang2023-04-031-8/+5
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-034-78/+25
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-212-17/+151
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-082-0/+20
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)Nick2023-02-132-0/+120
* Add Chef package registry (#22554)KN4CK3R2023-02-062-0/+106
* Improve checkIfPRContentChanged (#22611)zeripath2023-01-281-0/+22
* Add support for incoming emails (#22056)KN4CK3R2023-01-142-0/+61
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-14/+0
* Improve utils of slices (#22379)Jason Song2023-01-113-101/+170
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-0/+29
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2730-60/+30
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+9
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+37
* Save files in local storage as umask (#21198)Nulo (he/him)2022-09-243-0/+80
* Go 1.19 format (#20758)John Olheiser2022-08-301-6/+6
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+19
* Fix SecToTime edge-cases (#20610)Gusted2022-08-082-10/+33
* Fix package upload for files >32mb (#20622)KN4CK3R2022-08-022-5/+51
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Prettify number of issues (#17760)Gusted2022-06-121-0/+18
* Fix copy/paste of empty lines (#19798)silverwind2022-06-102-0/+40
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-0/+1
* Update go tool dependencies (#19676)silverwind2022-05-102-0/+15
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-024-22/+187