| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 3 | -7/+7 |
* | Allow to fork repository into the same owner (#32819) | wxiaoguang | 2024-12-14 | 1 | -0/+1 |
* | Add Arch package registry (#32692) | KN4CK3R | 2024-12-04 | 1 | -0/+2 |
* | Allow to disable the password-based login (sign-in) form (#32687) | wxiaoguang | 2024-12-02 | 1 | -0/+2 |
* | Support optional/configurable IAMEndpoint for Minio Client (#32581) (#32581) | Michael Owoc | 2024-11-22 | 2 | -0/+14 |
* | Refactor markup render system (#32533) | wxiaoguang | 2024-11-18 | 1 | -6/+15 |
* | Fix `recentupdate` sorting bugs (#32505) | Zettat123 | 2024-11-15 | 1 | -0/+1 |
* | Add avif image file support (#32508) | wxiaoguang | 2024-11-15 | 1 | -13/+13 |
* | Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#3... | Zettat123 | 2024-11-11 | 1 | -0/+4 |
* | Use 8 as default value for git lfs concurrency (#32421) | wxiaoguang | 2024-11-05 | 2 | -3/+3 |
* | Make LFS http_client parallel within a batch. (#32369) | Royce Remer | 2024-11-04 | 2 | -1/+20 |
* | Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settin... | Royce Remer | 2024-10-30 | 2 | -4/+33 |
* | Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore... | Zettat123 | 2024-10-22 | 1 | -2/+4 |
* | Enhance USER_DISABLED_FEATURES to allow disabling change username or full nam... | Zisu Zhang | 2024-10-05 | 1 | -0/+2 |
* | Add pure SSH LFS support (#31516) | ConcurrentCrab | 2024-09-27 | 1 | -0/+1 |
* | Use camo.Always instead of camo.Allways (#32097) | Lunny Xiao | 2024-09-21 | 1 | -2/+12 |
* | Enable compression for Actions logs by default (#32013) | Jason Song | 2024-09-09 | 1 | -2/+2 |
* | Save initial signup information for users to aid in spam prevention (#31852) | techknowlogick | 2024-09-09 | 1 | -0/+3 |
* | Remove SHA1 for support for ssh rsa signing (#31857) | Wim | 2024-09-07 | 1 | -1/+1 |
* | Use global lock instead of NewExclusivePool to allow distributed lock between... | Lunny Xiao | 2024-09-06 | 3 | -0/+73 |
* | Support compression for Actions logs (#31761) | Jason Song | 2024-08-09 | 1 | -0/+19 |
* | Add signature support for the RPM module (#27069) | Exploding Dragon | 2024-08-06 | 1 | -0/+3 |
* | Clear up old Actions logs (#31735) | Jason Song | 2024-08-02 | 1 | -4/+12 |
* | Add option to change mail from user display name (#31528) | 6543 | 2024-07-14 | 1 | -0/+15 |
* | Allow disabling authentication related user features (#31535) | Rowan Bohde | 2024-07-09 | 1 | -4/+6 |
* | Fix duplicate sub-path for avatars (#31365) | wxiaoguang | 2024-06-15 | 3 | -11/+23 |
* | Enable `unparam` linter (#31277) | silverwind | 2024-06-11 | 2 | -2/+2 |
* | Remove sub-path from container registry realm (#31293) | wxiaoguang | 2024-06-09 | 1 | -5/+0 |
* | Add `MAX_ROWS` option for CSV rendering (#30268) | Henrique Pimentel | 2024-06-06 | 1 | -0/+3 |
* | Add option for mailer to override mail headers (#27860) | 6543 | 2024-06-03 | 1 | -8/+15 |
* | Azure blob storage support (#30995) | Lunny Xiao | 2024-05-30 | 2 | -11/+191 |
* | Supports forced use of S3 virtual-hosted style (#30969) | dicarne | 2024-05-15 | 1 | -0/+2 |
* | Always load or generate oauth2 jwt secret (#30942) | wxiaoguang | 2024-05-14 | 2 | -12/+33 |
* | Improve grep search (#30843) | wxiaoguang | 2024-05-03 | 2 | -7/+37 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 2 | -4/+4 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 1 | -9/+5 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 4 | -6/+5 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -2/+1 |
* | Allow `preferred_username` as username source for OIDC (#30454) | SimonErm | 2024-04-16 | 1 | -1/+3 |
* | Fix oauth2 builtin application logic (#30304) | wxiaoguang | 2024-04-08 | 2 | -0/+22 |
* | Refactor startup deprecation messages (#30305) | wxiaoguang | 2024-04-07 | 8 | -15/+17 |
* | Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253) | Yakov | 2024-04-03 | 1 | -0/+2 |
* | Refactor "dump" sub-command (#30240) | wxiaoguang | 2024-04-03 | 1 | -0/+9 |
* | Do not allow different storage configurations to point to the same directory ... | wxiaoguang | 2024-03-31 | 7 | -15/+13 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 1 | -4/+8 |
* | Remember login for a month by default (#30150) | delvh | 2024-03-28 | 1 | -1/+1 |
* | Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) | Jason Song | 2024-03-14 | 1 | -0/+3 |
* | Update allowed attachment types (#29688) | silverwind | 2024-03-09 | 1 | -2/+2 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+1 |
* | Fix incorrect cookie path for AppSubURL (#29534) | wxiaoguang | 2024-03-03 | 1 | -2/+5 |