aboutsummaryrefslogtreecommitdiffstats
path: root/modules/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-015-22/+148
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-152/+75
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+147
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-221-0/+18
* remove not needed (#19128)65432022-03-182-69/+0
* use go1.18 to build gitea (#19099)techknowlogick2022-03-162-7/+57
* Refactor SecToTime() function (#18863)René Schaar2022-02-282-35/+59
* Fix display time of milestones (#18753)René Schaar2022-02-162-0/+64
* Fix non-ASCII search on database (#18437)Gusted2022-02-012-0/+45
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-262-27/+27
* format with gofumpt (#18184)65432022-01-207-13/+18
* Increase Salt randomness (#18179)Gusted2022-01-042-2/+29
* Include folders into size cost (#18158)Gusted2022-01-031-2/+2
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-092-9/+95
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-0/+19
* Read expected buffer size (#17409)KN4CK3R2021-10-241-0/+20
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-122-1/+24
* Handle too long PR titles correctly (#16517)zeripath2021-07-251-0/+35
* Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e...zeripath2021-07-201-0/+21
* Retry rename on lock induced failures (re-fix) (#16461)zeripath2021-07-161-1/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+28
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-082-3/+3
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-142-35/+187
* Use single shared random string generation function (#15741)silverwind2021-05-102-0/+65
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-082-0/+81
* [API] Add pagination to ListBranches (#14524)65432021-02-032-0/+81
* migrate from com.* to alternatives (#14103)65432020-12-252-4/+39
* Add StatDir and replace com.StatDir (#14099)Lunny Xiao2020-12-221-0/+80
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-0/+39
* Issue and Pulls lists rework (#13594)silverwind2020-11-251-0/+24
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
* Completely quote AppPath and CustomConf paths (#12955)zeripath2020-09-282-0/+192
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-114-56/+57
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-0/+21
* inform participants on UI too (#10473)65432020-02-281-0/+10
* Sanitize credentials in mirror form (#9975)Lunny Xiao2020-01-252-0/+28
* Convert EOL to UNIX-style to render MD properly (#8925)guillep2k2019-11-132-0/+96
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-1/+18
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-151-0/+10
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-66/+0
* Handle insecure and ports in go get (#7041)zeripath2019-05-272-2/+3
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-182-40/+59