summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make SSL cipher suite configurable (#17440)zeripath2021-11-209-54/+266
* Fix correct usage of teams (#17732)Gusted2021-11-202-2/+8
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-202-0/+55
* Better builtin avatar generator (#17707)wxiaoguang2021-11-2019-376/+417
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-194-10/+43
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-1939-408/+471
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1943-259/+335
* Prevent double sanitize (#16386)KN4CK3R2021-11-193-64/+48
* Added comment for changing issue ref (#17672)Gusted2021-11-194-1/+41
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Prepare and check test env during CI (#17725)wxiaoguang2021-11-193-14/+69
* Fix bug when project board get open issue number (#17703)Lunny Xiao2021-11-191-1/+3
* perf: sent `data-path` once for each file (#17657)Gusted2021-11-195-11/+11
* Prevent deadlock in TestPersistableChannelQueue (#17717)zeripath2021-11-191-0/+33
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-191-0/+2
* Move user/org deletion to services (#17673)KN4CK3R2021-11-1924-301/+382
* Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang2021-11-194-202/+199
* Fix Migrate Description (#17692)99rgosse2021-11-181-0/+1
* Add pagination to fork list (#17639)Gusted2021-11-182-2/+15
* Fix possible panic (#17694)Gusted2021-11-181-5/+4
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Prevent NPE due to missing repo in regression in #17551 (#17697)zeripath2021-11-181-2/+14
* Move task from modules to services (#17680)Lunny Xiao2021-11-184-2/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-1814-72/+101
* Cleanup and use global style on popups (#17674)silverwind2021-11-1838-121/+129
* Remove unnecessary variable assignments (#17695)Gusted2021-11-1832-72/+59
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-1827-507/+124
* Fixed commit count. (#17698)KN4CK3R2021-11-178-32/+35
* 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