aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Move task from modules to services (#17680)Lunny Xiao2021-11-182-273/+0
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-6/+7
* Remove unnecessary variable assignments (#17695)Gusted2021-11-183-6/+2
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+11
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-178-71/+134
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-174-314/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1723-10/+21
* Fix bug when read mysql database max lifetime (#17682)Lunny Xiao2021-11-171-2/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-1613-50/+71
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1640-7622/+20
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-1610-1258/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-1613-135/+79
* Add copy button to markdown code blocks (#17638)silverwind2021-11-162-13/+9
* Fix nil checking on typed interface (#17598)Gusted2021-11-153-7/+8
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Add migration from GitBucket (#16767)KN4CK3R2021-11-144-106/+195
* Correctly handle failed migrations (#17575)zeripath2021-11-132-3/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-1226-57/+119
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-112-4/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-107-53/+58
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-097-43/+49
* Avoid double imports (#17569)Gusted2021-11-082-5/+3
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-4/+5
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+2
* Use correct defaultValue for stracktrace (#17552)Gusted2021-11-051-1/+1
* Fix zero created time bug on commit api (#17546)Lunny Xiao2021-11-051-4/+6
* Add QueryEscape to general funcmap (#17526)zeripath2021-11-021-0/+1
* fix email with + when active (#17518)Lunny Xiao2021-11-021-0/+1
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-022-24/+12
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-015-19/+244
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-303-86/+633
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-303-4/+4
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)Richard Mahn2021-10-262-8/+53
* Upgrade go-github to v39 (#17437)Lunny Xiao2021-10-262-2/+2
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-0/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-252-0/+107
* Fix CSV render error (#17406)KN4CK3R2021-10-251-14/+6
* Read expected buffer size (#17409)KN4CK3R2021-10-246-11/+33
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-232-1/+5
* Stop sanitizing full name in API (#17396)zeripath2021-10-221-2/+1
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-212-1/+100
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-216-16/+195
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-1/+1
* Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281)zeripath2021-10-201-0/+56
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-201-0/+3
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-205-12/+9
* Allow mocking timeutil (#17354)John Olheiser2021-10-181-0/+16