summaryrefslogtreecommitdiffstats
path: root/modules/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-12-031-0/+2
* test: fix test lintingMichael Kriese2024-11-111-3/+2
* [PORT] Refactor tests to prevent from unnecessary preparations (gitea#32398)wxiaoguang2024-11-072-0/+32
* Merge pull request 'Remove some Windows-specific files' (#5353) from 0ko/forg...Otto2024-10-041-15/+0
|\
| * chore: remove some Windows-specific files0ko2024-09-191-15/+0
* | feat: add IfZero utility functionEarl Warren2024-09-271-0/+9
|/
* [FEAT] Allow pushmirror to use publickey authenticationPhilip Peterson2024-08-222-42/+100
* Add testifylint to lint checks (#4535)TheFox0x72024-07-3010-66/+74
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-162-5/+3
* Enable `unparam` linter (#31277)silverwind2024-06-161-6/+3
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-3/+3
* Clean up log messages (#30313)wxiaoguang2024-04-151-0/+8
* [PORT] gitea##30237: Fix and rewrite contrast color calculation, fix project-...silverwind2024-04-152-49/+39
* Add API for `Variables` (#29520)sillyguodong2024-04-072-0/+14
* Revert "cherry pick only `IfZero` from (#29755)"Shiny Nematoda2024-03-281-9/+0
* cherry pick only `IfZero` from (#29755)Shiny Nematoda2024-03-281-0/+9
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-261-1/+10
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-201-0/+9
* remove util.OptionalBool and related functions (#29513)65432024-03-061-51/+0
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-062-14/+16
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-261-0/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-0/+18
* Port "Use general token signing secret"wxiaoguang2024-02-192-25/+0
* [GITEA] Drop sha256-simd in favor of stdlibGusted2024-02-052-3/+2
* [DEADCODE] Add deadcode linterGusted2024-02-052-73/+0
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-0/+8
* 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-222-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-291-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