aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-022-8/+3
* [skip ci] Updated translations via CrowdinGiteaBot2022-05-022-1/+6
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-024-22/+22
* Improve UI on mobile (#19546)Gusted2022-05-0116-16/+105
* Add API to check if team has repo access (#19540)qwerty2872022-05-014-1/+117
* Avoid MoreThanOne Error (#19557)99rgosse2022-05-011-1/+1
* [skip ci] Updated licenses and gitignoresGiteaBot2022-05-012-0/+466
* Simplify loops to copy (#19569)Gusted2022-05-012-6/+3
* Use middleware to open gitRepo (#19559)65432022-04-302-7/+3
* Added X-Mailer header to outgoing emails (#19562)Ivan Fedorov2022-04-301-0/+1
* fix #19545 (#19563)65432022-04-301-4/+5
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-301-0/+2
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-2917-85/+170
* Mute link in diff header (#19556)silverwind2022-04-291-1/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-298-3/+317
* Permalink files In PR diff (#19534)KN4CK3R2022-04-291-3/+4
* Fix Pull Request comment filename word breaks (#19535)parnic2022-04-292-2/+4
* Don't error when branch's commit doesn't exist (#19547)Gusted2022-04-291-2/+8
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-291-0/+6
* Support `hostname:port` to pass host matcher's check #19543 (#19543)wxiaoguang2022-04-292-2/+9
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-2829-60/+359
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-282-2/+2
* more context for models (#19511)65432022-04-2854-244/+274
* Prevent intermittent race in attribute reader close (#19537)zeripath2022-04-281-16/+1
* Make repository file list useable on mobile (#19515)Gusted2022-04-281-0/+24
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-272-2/+1
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-281-0/+1
* Fix 64-bit atomic operations on 32-bit machines (#19531)Gusted2022-04-271-1/+4
* Fix `upgrade.sh` script error with `su -c` (#19483)YISH2022-04-261-1/+2
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-261-26/+47
* Fix migrate release from github (#19510)Lunny Xiao2022-04-261-9/+12
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-263-3/+3
* Don't let repo clone URL overflow (#19517)Gusted2022-04-261-1/+1
* Add commit status popup to issuelist (#19375)parnic2022-04-264-25/+33
* Disable unnecessary GitHooks elements (#18485)Paweł Bogusławski2022-04-260-0/+0
* Disable unnecessary GitHooks elementsPawel Boguslawski2022-04-263-1/+3
* Improve dashboard's repo list performance (#18963)Gusted2022-04-263-36/+42
* By default force vertical tabs on mobile (#19486)Gusted2022-04-266-33/+17
* Refactor readme file renderer (#19502)Lunny Xiao2022-04-261-112/+125
* Allow package dump skipping (#19506)KN4CK3R2022-04-262-23/+40
* Unset git author/committer variables when running integration tests (#19512)zeripath2022-04-261-0/+7
* Allow commit status popup on /pulls page (#19507)parnic2022-04-263-13/+20
* Use router param for filepath in GetRawFile (#19499)John Olheiser2022-04-261-0/+1
* Fix two typos (#19504)Lunny Xiao2022-04-262-2/+2
* Add a new menu in file view to open blame view and fix blame view select rang...Lunny Xiao2022-04-263-5/+23
* Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmplwxiaoguang2022-04-262-5/+12
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-2628-1/+127
* Improve Stopwatch behavior (#18930)Gusted2022-04-255-33/+77
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-254-31/+23
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-256-157/+66