summaryrefslogtreecommitdiffstats
path: root/routers/web (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-02[skip ci] Updated translations via CrowdinGiteaBot2-1/+6
2022-05-02Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65434-22/+22
2022-05-01Improve UI on mobile (#19546)Gusted16-16/+105
2022-05-01Add API to check if team has repo access (#19540)qwerty2874-1/+117
2022-05-01Avoid MoreThanOne Error (#19557)99rgosse1-1/+1
2022-05-01[skip ci] Updated licenses and gitignoresGiteaBot2-0/+466
2022-05-01Simplify loops to copy (#19569)Gusted2-6/+3
2022-04-30Use middleware to open gitRepo (#19559)65432-7/+3
2022-04-30Added X-Mailer header to outgoing emails (#19562)Ivan Fedorov1-0/+1
2022-04-30fix #19545 (#19563)65431-4/+5
2022-04-30[skip ci] Updated translations via CrowdinGiteaBot1-0/+2
2022-04-29Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet17-85/+170
2022-04-29Mute link in diff header (#19556)silverwind1-1/+1
2022-04-29Add API to query collaborators permission for a repository (#18761)Florin Hillebrand8-3/+317
2022-04-29Permalink files In PR diff (#19534)KN4CK3R1-3/+4
2022-04-29Fix Pull Request comment filename word breaks (#19535)parnic2-2/+4
2022-04-29Don't error when branch's commit doesn't exist (#19547)Gusted1-2/+8
2022-04-29[skip ci] Updated translations via CrowdinGiteaBot1-0/+6
2022-04-28Support `hostname:port` to pass host matcher's check #19543 (#19543)wxiaoguang2-2/+9
2022-04-28Add "Allow edits from maintainer" feature (#18002)qwerty28729-60/+359
2022-04-28Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2-2/+2
2022-04-28more context for models (#19511)654354-244/+274
2022-04-28Prevent intermittent race in attribute reader close (#19537)zeripath1-16/+1
2022-04-28Make repository file list useable on mobile (#19515)Gusted1-0/+24
2022-04-28Update image URL for Discord webhook (#19536)John Olheiser2-2/+1
2022-04-28[skip ci] Updated translations via CrowdinGiteaBot1-0/+1
2022-04-27Fix 64-bit atomic operations on 32-bit machines (#19531)Gusted1-1/+4
2022-04-27Fix `upgrade.sh` script error with `su -c` (#19483)YISH1-1/+2
2022-04-27When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao1-26/+47
2022-04-27Fix migrate release from github (#19510)Lunny Xiao1-9/+12
2022-04-27Prevent dangling archiver goroutine (#19516)zeripath3-3/+3
2022-04-27Don't let repo clone URL overflow (#19517)Gusted1-1/+1
2022-04-27Add commit status popup to issuelist (#19375)parnic4-25/+33
2022-04-26Disable unnecessary GitHooks elementsPawel Boguslawski3-1/+3
2022-04-26Improve dashboard's repo list performance (#18963)Gusted3-36/+42
2022-04-26By default force vertical tabs on mobile (#19486)Gusted6-33/+17
2022-04-26Refactor readme file renderer (#19502)Lunny Xiao1-112/+125
2022-04-26Allow package dump skipping (#19506)KN4CK3R2-23/+40
2022-04-26Unset git author/committer variables when running integration tests (#19512)zeripath1-0/+7
2022-04-26Allow commit status popup on /pulls page (#19507)parnic3-13/+20
2022-04-26Use router param for filepath in GetRawFile (#19499)John Olheiser1-0/+1
2022-04-26Fix two typos (#19504)Lunny Xiao2-2/+2
2022-04-26Add a new menu in file view to open blame view and fix blame view select rang...Lunny Xiao3-5/+23
2022-04-26Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmplwxiaoguang2-5/+12
2022-04-26[skip ci] Updated translations via CrowdinGiteaBot28-1/+127
2022-04-25Improve Stopwatch behavior (#18930)Gusted5-33/+77
2022-04-25Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65434-31/+23
2022-04-25Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao6-157/+66
2022-04-25add a directory prefix `gitea-src-VERSION` to release-tar-file (#19396)jklippel1-1/+3
2022-04-25User specific repoID or xorm builder conditions for issue search (#19475)65438-34/+25