summaryrefslogtreecommitdiffstats
path: root/cmd/dump_repo.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-01Improve install code to avoid low-level mistakes. (#17779)wxiaoguang1-1/+0
2021-12-01[skip ci] Updated translations via CrowdinGiteaBot2-1/+824
2021-12-01Rework commit page header (#17849)silverwind5-230/+145
2021-11-30Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath66-306/+591
2021-11-30Fix position of label color picker colors (#17866)silverwind1-4/+4
2021-11-30docs: modules do not rely on models, services do (#17861)singuliere1-1/+1
2021-11-30Refactor commit graph styling to use css variables (#17860)silverwind2-53/+15
2021-11-30[skip ci] Updated translations via CrowdinGiteaBot1-0/+1
2021-11-29Remove whitespace inside rendered code `<td>` (#17859)silverwind1-6/+2
2021-11-29Switch archive URL code back to href attributes (#17796)fnetX (aka fralix)4-14/+14
2021-11-29Make Co-committed-by and co-authored-by trailers optional (#17848)zeripath4-1/+8
2021-11-29Fix various typos in docs (#17844)qwerty2874-5/+5
2021-11-28Move more model into models/user (#17826)Lunny Xiao23-603/+547
2021-11-28Docs: replace `gitea` with `Gitea` (#17838)qwerty28714-48/+48
2021-11-28Move accessmode into models/perm (#17828)Lunny Xiao59-295/+359
2021-11-28Disable ref selection dropdown if you don't have permissions to use it (#17837)qwerty2872-4/+2
2021-11-28Fix value of User.IsRestricted to default setting when oauth2 user auto regis...Galen Suen1-7/+8
2021-11-27Handle relative unix socket paths (#17836)zeripath2-4/+11
2021-11-27Fix code formating (#17830)mscherer2-4/+4
2021-11-27Replace regex usage for MIME parsing (#17831)Gabriel Vasile1-2/+6
2021-11-27[skip ci] Updated translations via CrowdinGiteaBot1-0/+39
2021-11-26Implement Well-Known URL for password change (#17777)mscherer1-4/+10
2021-11-26Add archived label for code search results in archived repo's (#17817)Jimmy Praet1-1/+7
2021-11-26Fix database inconsistent when admin change user email (#17549)Lunny Xiao6-15/+62
2021-11-26[skip ci] Updated translations via CrowdinGiteaBot1-0/+3
2021-11-25org settings -> webhook/labels/deletion should also active the menu (#17809)Lunny Xiao3-1/+7
2021-11-25Fixed org styles. (#17807)KN4CK3R3-97/+97
2021-11-25Fix org webchatwork webhook (#17810)wxiaoguang1-0/+2
2021-11-25Detect dark theme via css variable (#17800)ThetaDev3-7/+6
2021-11-25Allow forks to org if you can create repos (#17783)qwerty2872-7/+7
2021-11-25Use correct user on releases (#17806)Gusted1-2/+2
2021-11-25[skip ci] Updated translations via CrowdinGiteaBot3-149/+228
2021-11-24Create menus for organization pages (#17802)Lunny Xiao5-24/+39
2021-11-24Preserve color when inverting emojis (#17797)silverwind1-1/+1
2021-11-24Move user related model into models/user (#17781)Lunny Xiao345-3812/+4229
2021-11-24Use `*PushUpdateOptions` as receiver (#17724)Gusted2-17/+17
2021-11-24Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao37-353/+277
2021-11-24Fix visibility of org avatars (#17789)qwerty2871-7/+13
2021-11-24Use correct Sender on webhook change title (#17791)Gusted1-1/+1
2021-11-24[skip ci] Updated translations via CrowdinGiteaBot4-18/+96
2021-11-23Use new OneDev /milestones endpoint (#17782)KN4CK3R1-2/+18
2021-11-23Fix keys test (#17776)techknowlogick1-1/+1
2021-11-23Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath6-17/+70
2021-11-23Improve ellipsis buttons (#17773)silverwind6-7/+18
2021-11-23Harden authorized keys a bit more (#17772)mscherer1-1/+1
2021-11-23Add copy Commit ID button in commits list (#17759)velengel3-2/+10
2021-11-23Add documentation for backend development (#17512)Lunny Xiao2-0/+128
2021-11-23[skip ci] Updated translations via CrowdinGiteaBot14-28/+2
2021-11-22More pleasantly handle broken or missing git repositories (#17747)zeripath6-4/+63
2021-11-22Remove unnecessary attributes of User struct (#17745)Lunny Xiao42-451/+279