| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 34 | -105/+417 |
* | Docs: Replace deprecated IS_TLS_ENABLED mailer setting in email setup (#28205) | CodeShakingSheep | 2023-11-25 | 2 | -2/+2 |
* | Fix delete-orphaned-repos (#28200) | pitpalme | 2023-11-24 | 1 | -2/+2 |
* | Refactor graceful manager to use shared code (#28073) | wxiaoguang | 2023-11-24 | 3 | -174/+119 |
* | Fix some incorrect links in docs (#28191) | yp05327 | 2023-11-24 | 7 | -7/+5 |
* | Remove workaround in disk-clean.yml (#28195) | Nanguan Lin | 2023-11-24 | 1 | -15/+0 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 88 | -685/+611 |
* | Edit Discord Badge (#28188) | NintenHero | 2023-11-23 | 1 | -1/+1 |
* | Use restricted sanitizer for repository description (#28141) | Earl Warren | 2023-11-23 | 3 | -5/+56 |
* | Use full width for PR comparison (#28182) | Nanguan Lin | 2023-11-23 | 1 | -2/+2 |
* | Make CORS work for oauth2 handlers (#28184) | wxiaoguang | 2023-11-23 | 3 | -0/+10 |
* | Fix missing buttons (#28179) | Nanguan Lin | 2023-11-23 | 1 | -0/+4 |
* | Revert "Fix EOL handling in web editor" (#28101) | Nanguan Lin | 2023-11-22 | 3 | -22/+6 |
* | Fix swagger title (#28164) | yp05327 | 2023-11-22 | 2 | -2/+2 |
* | Fix the description about the default setting for action in quick start docum... | yp05327 | 2023-11-22 | 2 | -2/+2 |
* | Do not display search box when there's no packages yet (#28146) | yp05327 | 2023-11-21 | 1 | -0/+2 |
* | Add guide page to actions when there's no workflows (#28145) | yp05327 | 2023-11-21 | 4 | -0/+16 |
* | Fix no ActionTaskOutput table waring (#28149) | yp05327 | 2023-11-21 | 1 | -0/+4 |
* | Fix empty action run title (#28113) | Lunny Xiao | 2023-11-21 | 2 | -1/+2 |
* | Use "is-loading" to avoid duplicate form submit for code comment (#28143) | wxiaoguang | 2023-11-21 | 1 | -19/+28 |
* | Fix typo in `packages.cleanup.success` (#28133) | Jason Song | 2023-11-20 | 1 | -1/+1 |
* | Add edit option for README.md (#28071) | JakobDev | 2023-11-20 | 2 | -0/+7 |
* | Remove autofocus in search box (#28033) | yp05327 | 2023-11-20 | 12 | -12/+12 |
* | Add missing `packages.cleanup.success` (#28129) | Jason Song | 2023-11-20 | 1 | -0/+1 |
* | Update docs for docusaurus v3 (#28125) | John Olheiser | 2023-11-20 | 5 | -10/+10 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2023-11-20 | 1 | -18/+18 |
* | Update JS and PY dependencies (#28120) | silverwind | 2023-11-20 | 289 | -422/+431 |
* | Decrease issue font size in project template (#28054) | KazzmanK | 2023-11-19 | 1 | -1/+1 |
* | Require clear descriptions both for feature and breaking PRs prior to the mer... | delvh | 2023-11-19 | 1 | -5/+18 |
* | add skip ci functionality (#28075) | Denys Konovalov | 2023-11-18 | 5 | -3/+124 |
* | Fix project counter in organization/individual profile (#28068) | yp05327 | 2023-11-18 | 3 | -0/+23 |
* | Fix Show/hide filetree button on small displays (#27881) | sebastian-sauer | 2023-11-17 | 2 | -22/+2 |
* | Change default size of attachments and repo files (#28100) | Nanguan Lin | 2023-11-17 | 2 | -2/+2 |
* | Fix Matrix and MSTeams nil dereference (#28089) | KN4CK3R | 2023-11-17 | 11 | -6/+155 |
* | Fix incorrect pgsql conn builder behavior (#28085) | wxiaoguang | 2023-11-17 | 2 | -9/+11 |
* | Fix system config cache expiration timing (#28072) | wxiaoguang | 2023-11-16 | 1 | -8/+10 |
* | Improve PR diff view on mobile (#27883) | sebastian-sauer | 2023-11-16 | 2 | -26/+3 |
* | Improve graceful manager code/comment (#28063) | wxiaoguang | 2023-11-15 | 8 | -83/+29 |
* | Revert "packages: Calculate package size quota using package creator ID inste... | Lunny Xiao | 2023-11-14 | 2 | -13/+3 |
* | Restricted users only see repos in orgs which their team was assigned to (#28... | 6543 | 2023-11-14 | 1 | -5/+5 |
* | Fix release link in changelog for v1.21.0 | 6543 | 2023-11-14 | 1 | -1/+1 |
* | Add v1.21.0 changelog (#28005) | Denys Konovalov | 2023-11-14 | 1 | -1/+448 |
* | Fix viewing wiki commit on empty repo (#28040) | JakobDev | 2023-11-14 | 1 | -1/+0 |
* | Add word break to the repo list in admin settings page (#28034) | yp05327 | 2023-11-14 | 1 | -2/+2 |
* | fixed duplicate attachments on dump on windows (#28019) | Anudeep Reddy | 2023-11-14 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2023-11-14 | 1 | -29/+62 |
* | packages: Calculate package size quota using package creator ID instead of ow... | Danila Fominykh | 2023-11-14 | 2 | -3/+13 |
* | Dont leak private users via extensions (#28023) | 6543 | 2023-11-13 | 1 | -0/+5 |
* | Improve profile for Organizations (#27982) | yp05327 | 2023-11-13 | 5 | -13/+20 |
* | Enable system users search via the API (#28013) | Earl Warren | 2023-11-13 | 2 | -12/+48 |