summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-1713-95/+221
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-174-9/+80
* Sanitize user-input on file name (#17666)Gusted2021-11-171-1/+2
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-1715-285/+283
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-17106-42/+731
* Fix bug when read mysql database max lifetime (#17682)Lunny Xiao2021-11-171-2/+2
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-1717-143/+155
* Enable bidichk (#17610)Gusted2021-11-171-0/+1
* fix migrations documents (#17679)Lunny Xiao2021-11-172-6/+6
* Update golangci-lint in Makefile (#17647)Gusted2021-11-171-3/+14
* Set unit test timeout to 20 minutes (#17664)Lunny Xiao2021-11-161-1/+1
* Update for reverse proxying static resources (#17670)rstular2021-11-161-1/+1
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-174-0/+7
* Allow admins to change user avatars (#17661)qwerty2872021-11-164-0/+72
* Multiple Escaping Improvements (#17551)zeripath2021-11-16153-712/+891
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1650-52/+51
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-1619-136/+114
* Remove superfluous argument (#17667)Gusted2021-11-161-1/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-16151-1781/+1719
* Add copy button to markdown code blocks (#17638)silverwind2021-11-1619-44/+140
* Migrating wiki don't require token, so we should move it out of the require f...Lunny Xiao2021-11-166-62/+78
* Fix GitBucket icon (#17644)silverwind2021-11-162-2/+2
* Fix database deadlock when update issue labels (#17649)wxiaoguang2021-11-162-26/+22
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-162-1/+2
* Changed migration text. (#17654)KN4CK3R2021-11-151-1/+1
* Fix nil checking on typed interface (#17598)Gusted2021-11-154-15/+8
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-154-5/+5
* Add download button for file viewer (#17640)Gusted2021-11-152-0/+2
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-151-0/+4
* fix typo (#17614)缘生2021-11-141-1/+3
* Add icon to vscode clone link (#17641)silverwind2021-11-143-6/+6
* 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