gitea

Development moved to Codeberg

Commits at 694441fec5036bf2e5ee6a261b40ada2bfc76d61

  1. 694441fe Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#19861) * Remove customized (unmaintained) dropdown, improve aria a11y for dropdown * fix repo permission * use action instead of onChange * re-order the CSS selector * fix dropdown behavior for repo permissions, make elements inside menu item non-focusable * use menu/menuitem instead of combobox/option. use tooltip(data-content) for aria-label, prevent from repeated attaching * click menu item when pressing Enter * code format * fix repo permission * repo setting: prevent from misleading users when error occurs * fine tune the repo collaboration access mode dropdown (in case the access mode is undefined in the template) Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> wxiaoguang authored at GitHub comitted at
  2. 1d04e864 Set Setpgid on child git processes (#19865) When Gitea is running as PID 1 git will occassionally orphan child processes leading to (defunct) processes. This PR simply sets Setpgid to true on these child processes meaning that these defunct processes will also be correctly reaped. Fix #19077 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  3. 085924b1 Allow postgres integration tests to run over unix pipe (#19875) zeripath authored at GitHub comitted at
  4. e09fb30d improvement some release related code (#19867) Lunny Xiao authored at GitHub comitted at
  5. 0c759fd4 feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo init (#19751) ttys3 authored at GitHub comitted at
  6. 808a7803 [skip ci] Updated translations via Crowdin zeripath authored at zeripath comitted at
  7. e32ab429 Prevent NPE on update mirror settings (#19864) A `repo_model.Mirror` repository field (`.Repo`) will not automatically be set, but is used without checking in mirror_pull.go:UpdateAddress. This will cause an NPE. This PR changes UpdateAddress to use the helper function GetRepository() helping prevent future NPEs but also changes modules/context/repo.go to ensure that the Mirror.Repo is set. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> zeripath authored at GitHub comitted at
  8. 6171ea7d update documents (#19868) wxiaoguang authored at GitHub comitted at
  9. 8aaba65e Only return valid stopwatches (#19863) Looking through the logs of try.gitea.io I am seeing a number of reports of being unable to APIformat stopwatches because the issueID is 0. These are invalid StopWatches and they represent a db inconsistency. This PR simply stops sending them to the eventsource. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> zeripath authored at GitHub comitted at
  10. 5283d1ea [skip ci] Updated translations via Crowdin zeripath authored at zeripath comitted at
  11. bbffddaa Add title attribute to dependencies in sidebar (#19807) * Add title attribute to dependencies in sidebar Add the full title as the title attribute on dependencies in the sidebar. Fix #19806 Signed-off-by: Andrew Thornton <art27@cantab.net> * as per silverwind Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> zeripath authored at GitHub comitted at
  12. d002e3da Fix spelling mistake in ProcReceive (#19853) There was a spelling mistake in the ProcReceive handler. This PR fixes this. zeripath authored at GitHub comitted at
  13. 730b9a5a Ensure responses are context.ResponseWriters (#19843) In order for web.Wrap to be able to detect if a response has been written we need to wrap any non-context.ResponseWriters as a such. Otherwise responses will be incorrectly detected as non-written to and handlers can double run. In the case of GZip this handler will change the response to a non-context.RW and this failure to correctly detect response writing causes fallthrough and a NPE. Fix #19839 Signed-off-by: Andrew Thornton <art27@cantab.net> zeripath authored at GitHub comitted at
  14. 0e516949 Fix inconsistency in doctor output (#19836) * Fix inconsistency in doctor output - Use `logger.Info` instead of `logger.Warn` when no errors were found. * Update modules/doctor/fix16961.go Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Gusted authored at GitHub comitted at
  15. 40e87d03 docs: recommendations to ensure backup consistency and reliability (#19845) * docs: recommendations to ensure backup consistency and reliability * s/stooping/stopping/ * Update docs/content/doc/usage/backup-and-restore.en-us.md Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: delvh <dev.lh@web.de> singuliere authored at GitHub comitted at
  16. 4a295d4a feat: Add support for extra sshd_config parameters via 'Include' file (#19842) Co-authored-by: techknowlogick <techknowlogick@gitea.io> Thomas Andrade authored at GitHub comitted at
  17. e31c6166 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  18. fdc784db docs: update the ROOT documentation and error messages (#19832) * docs: update the ROOT documentation and error messages * The documentation now reflects what happens in the setting/repository.go::newRepository function: filepath.Join(AppWorkPath, RepoRootPath) was missing. * The error message displayed when RepoRootPath is not found now displays the value of RepoRootPath. Given the complexity of the construction of this value, only referring to it in the abstract is likely to be misleading to the Gitea admin trying to interpret the message. Co-authored-by: delvh <dev.lh@web.de> singuliere authored at GitHub comitted at
  19. fe4c846c [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  20. 5976e3e8 Add version hint in the docs when packages are available (#19838) * Add version hint in the docs when packages are available * Change italic to bold delvh authored at GitHub comitted at
  21. 4cac9082 docs(hacking-on-gitea): fix installation instruction for elasticsearch docker (#19829) Yehonatan Ezron authored at GitHub comitted at
  22. e0273bad Fix i18n for Link Account button, re-format tmpl (#19835) wxiaoguang authored at GitHub comitted at
  23. 76681883 [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  24. 4698a1ec Adding button to link accounts from user settings (#19792) * Adding button to link accounts from user settings * Only display button to link user accounts when at least one OAuth2 provider is active Mai-Lapyst authored at GitHub comitted at
  25. f2439b7e fix(telegram): fix link bot to release tag (#19830) * fix(telegram): fix link bot to release tag * test(webhook): fix matrixPayload Release * test(webhook): fix TestTelegramPayload Release Yehonatan Ezron authored at GitHub comitted at
  26. 65e0688a Fix raw endpoint PDF file headers (#19825) Lauris BH authored at GitHub comitted at
  27. 410df1fb docs: FAQ: the WorkPath can be set from --work-path (#19822) singuliere authored at GitHub comitted at
  28. cfb4c23a [skip ci] Updated translations via Crowdin GiteaBot authored at GiteaBot comitted at
  29. b41111bc Fix duplicate paragraph in documentation (#19820) Vladimir Yakovlev authored at GitHub comitted at
  30. 8720f876 Make WIP prefixes case insensitive, e.g. allow `Draft` as a WIP prefix (#19780) The issue was that only the actual title was converted to uppercase, but not the prefix as specified in `WORK_IN_PROGRESS_PREFIXES`. As a result, the following did not work: WORK_IN_PROGRESS_PREFIXES=Draft:,[Draft],WIP:,[WIP] One possible workaround was: WORK_IN_PROGRESS_PREFIXES=DRAFT:,[DRAFT],WIP:,[WIP] Then indeed one could use `Draft` (as well as `DRAFT`) in the title. However, the link `Start the title with DRAFT: to prevent the pull request from being merged accidentally.` showed the suggestion in uppercase; so it is not possible to show it as `Draft`. This PR fixes it, and allows to use `Draft` in `WORK_IN_PROGRESS_PREFIXES`. Fixes #19779. Co-authored-by: zeripath <art27@cantab.net> Ondřej Čertík authored at GitHub comitted at