| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrong merge on removing docs (#31605) | Lunny Xiao | 2024-07-10 | 1 | -1475/+0 |
* | Remove docs sub folder since docs has been moved to https://gitea.com/gitea/d... | Lunny Xiao | 2024-07-10 | 214 | -25746/+0 |
* | Allow disabling authentication related user features (#31535) | Rowan Bohde | 2024-07-09 | 1 | -2/+6 |
* | Add typescript guideline and typescript-specific eslint plugins and fix issue... | silverwind | 2024-07-03 | 1 | -0/+16 |
* | Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (... | Max Wipfli | 2024-06-06 | 1 | -0/+2 |
* | Replace `gt-word-break` with `tw-break-anywhere` (#31183) | silverwind | 2024-06-04 | 2 | -2/+2 |
* | Add option for mailer to override mail headers (#27860) | 6543 | 2024-06-03 | 1 | -1/+18 |
* | Fix URL In Gitea Actions Badge Docs (#31191) | TheBrokenRail | 2024-05-31 | 1 | -1/+1 |
* | Azure blob storage support (#30995) | Lunny Xiao | 2024-05-30 | 2 | -2/+13 |
* | Remove duplicate `ProxyPreserveHost` in Apache httpd doc (#31143) | Samuel FORESTIER | 2024-05-29 | 1 | -1/+0 |
* | Update demo site location from try.gitea.io -> demo.gitea.com (#31054) | Lunny Xiao | 2024-05-27 | 9 | -17/+17 |
* | Move documents under actions (#31110) | Lunny Xiao | 2024-05-27 | 3 | -9/+3 |
* | Update pip related commands for docker (#31106) | wxiaoguang | 2024-05-27 | 2 | -8/+4 |
* | feat: add support for a credentials chain for minio access (#31051) | Rowan Bohde | 2024-05-27 | 1 | -6/+12 |
* | Rename project board -> column to make the UI less confusing (#30170) | Lunny Xiao | 2024-05-27 | 4 | -4/+4 |
* | Sync up deleted branches & action assets related cleanup documentation (#31022) | Kemal Zebari | 2024-05-22 | 1 | -1/+9 |
* | Update Actions documentation missing feature (#31034) | Lunny Xiao | 2024-05-22 | 2 | -0/+8 |
* | Improve reverse proxy documents and clarify the AppURL guessing behavior (#31... | wxiaoguang | 2024-05-19 | 1 | -43/+49 |
* | Supports forced use of S3 virtual-hosted style (#30969) | dicarne | 2024-05-15 | 2 | -0/+16 |
* | fix: change npm scope registry (#30964) | james yang | 2024-05-13 | 2 | -4/+4 |
* | Don't have `redis-cluster` as possible cache/session adapter in docs (#30794) | Kemal Zebari | 2024-05-01 | 1 | -5/+5 |
* | Gitea with first upper case + typos (#30739) | mainboarder | 2024-04-28 | 1 | -4/+4 |
* | Fix documentation build problems because of MDX syntax conflicts (#30744) | Lunny Xiao | 2024-04-28 | 2 | -4/+4 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 1 | -1/+1 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 1 | -1/+1 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 5 | -29/+5 |
* | Fixup app.example.ini for task section, which is now queue.task (#30555) | Jerry Jacobs | 2024-04-18 | 2 | -17/+0 |
* | Allow `preferred_username` as username source for OIDC (#30454) | SimonErm | 2024-04-16 | 1 | -2/+3 |
* | Improve "must-change-password" logic and document (#30472) | wxiaoguang | 2024-04-14 | 1 | -3/+2 |
* | Update actions variables documents (#30394) | Lunny Xiao | 2024-04-11 | 4 | -60/+80 |
* | Fix actions design about default actions download url (#30360) | Lunny Xiao | 2024-04-09 | 2 | -2/+3 |
* | update mailer example config, remove deprecated HOST (#30267) | Knud Hollander | 2024-04-03 | 1 | -1/+2 |
* | Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253) | Yakov | 2024-04-03 | 2 | -0/+2 |
* | Add -u git to docs when using docker exec with root installation (#29314) | scribblemaniac | 2024-04-02 | 1 | -2/+2 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 1 | -0/+4 |
* | Migrate font-family to tailwind (#30118) | silverwind | 2024-03-28 | 2 | -2/+2 |
* | Remember login for a month by default (#30150) | delvh | 2024-03-28 | 2 | -2/+2 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 2 | -2/+2 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 2 | -0/+9 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 2 | -2/+2 |
* | Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925) | Lunny Xiao | 2024-03-20 | 2 | -2/+2 |
* | move some scripts from 'build' to 'tools' directory, misc refactors (#29844) | silverwind | 2024-03-17 | 3 | -5/+5 |
* | Fix document error about 'make trans-copy' (#29710) | Daniel YC Lin | 2024-03-14 | 2 | -11/+2 |
* | add skip ci support for pull request title (#29774) | Denys Konovalov | 2024-03-14 | 1 | -1/+1 |
* | Improve a11y document and dropdown item (#29753) | wxiaoguang | 2024-03-13 | 1 | -1/+1 |
* | remove repetitive words (#29695) | pengqiseven | 2024-03-11 | 1 | -1/+1 |
* | Update allowed attachment types (#29688) | silverwind | 2024-03-09 | 2 | -2/+2 |
* | Replace more `gt-` with `tw-`, update frontend docs (#29595) | silverwind | 2024-03-05 | 2 | -2/+2 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 2 | -2/+2 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -0/+56 |