aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add migration from GitBucket (#16767)KN4CK3R2021-11-148-106/+365
* Fix offBy1 errors (#17606)Gusted2021-11-142-2/+13
* perf: only generate data-comment-url once (#17618)Gusted2021-11-144-7/+7
* [skip ci] Updated licenses and gitignoresGiteaBot2021-11-145-19/+408
* Correctly handle failed migrations (#17575)zeripath2021-11-136-4/+26
* Minor readability patch. (#17627)Michael Grigoryan2021-11-121-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-12136-829/+1057
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-127-44/+107
* unbind the CheckConsistency for some structs so that they can be moved to sub...Lunny Xiao2021-11-121-20/+33
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-1132-644/+719
* Refactor commentTags functionality (#17558)Gusted2021-11-115-74/+111
* Remove `golint` as linter (#17609)Gusted2021-11-111-1/+0
* Update JS dependencies (#17611)silverwind2021-11-1110-3190/+1394
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-113-28/+20
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-103-5/+11
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1047-717/+770
* Added GetUserByIDCtx. (#17602)KN4CK3R2021-11-093-5/+10
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-1022-22/+0
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0968-491/+556
* tune sqlite3 message (#17601)wxiaoguang2021-11-091-2/+2
* Remove me from the maintainers (#17599)Andrey Nering2021-11-091-1/+0
* Fix 500 when review pull request with anonymous (#17594)Lunny Xiao2021-11-091-1/+5
* Move merge-section to `> .content` (#17582)Gusted2021-11-091-8/+15
* Update `User` model comments about permissions (#17583)wxiaoguang2021-11-091-5/+12
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-0921-202/+214
* Use provided database Engine (#17595)Gusted2021-11-092-2/+2
* Fix bug on detect issue/comment writer (#17591)Lunny Xiao2021-11-091-1/+1
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-0812-57/+100
* Fix stats upon searching issues (#17566)Gusted2021-11-082-5/+45
* Only allow returned deleted branche to be on repo (#17570)Gusted2021-11-082-1/+26
* Avoid double imports (#17569)Gusted2021-11-085-10/+7
* Remove appSubUrl from pasted images (#17572)zeripath2021-11-081-3/+3
* Fix documents for ALLOWED_HOST_LIST, its default value differs between 1.15 a...wxiaoguang2021-11-082-1/+2
* Add @Gusted to maintainers filer (#17581)Gusted2021-11-071-0/+1
* Make ParsePatch more robust (#17573)Gusted2021-11-072-1/+30
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-0713-79/+120
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-0725-94/+12
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-063-3/+9
* Update locale_en-US.ini (#17553)Yuwei Ba2021-11-051-4/+4
* Escape issue titles in comments list (#17555)zeripath2021-11-051-1/+1
* 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
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-051-0/+4
* Fix database keyword quote problem on migration v161 (#17522)Lunny Xiao2021-11-051-1/+12
* Hide label comments if labels were added and removed immediately (#17455)qwerty2872021-11-042-12/+87
* Show correct "No" icon (#17537)delvh2021-11-041-1/+1
* Use exec -a in the FHS compliant script (#17513)zeripath2021-11-031-1/+1
* Fix list for options under cli->user->admin->create (#17382)SahAssar2021-11-031-4/+16
* hide note message for pull request template (#17529)a10121127962021-11-021-1/+3
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-0325-934/+110