1. 19 Jul, 2022 1 commit
  2. 18 Jul, 2022 2 commits
  3. 16 Jul, 2022 1 commit
  4. 15 Jul, 2022 3 commits
  5. 14 Jul, 2022 3 commits
  6. 13 Jul, 2022 2 commits
  7. 12 Jul, 2022 2 commits
  8. 11 Jul, 2022 1 commit
    • wxiaoguang's avatar
      Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299) (#20306) · 54ef6588
      wxiaoguang authored
      Backport #20299. Follow #20298. Only the `GlobalInitInstalled` function should prepare the SSH files for external server or starts the builtin server.
      * `trustedUserCaKeys` is removed, use `SSH.TrustedUserCAKeys` directly
      * introduce `ssh.Init`, move the SSH init code from `routers/init.go` to it
      * `ssh.Init` will start builtin SSH server or prepare external SSH server files
      54ef6588
  9. 10 Jul, 2022 2 commits
  10. 09 Jul, 2022 2 commits
  11. 08 Jul, 2022 1 commit
    • wxiaoguang's avatar
      Use git.HOME_PATH for Git HOME directory (#20114) (#20293) · 5e5ff77e
      wxiaoguang authored
      Before, in #19732, the old home directory is not correct.
      This PR introduces a new config option for git home: git.HOME_PATH,
      which is default to %(APP_DATA_PATH)/home
      
      And pass env GNUPGHOME to git command, force Gitea to use a stable GNUPGHOME directory
      5e5ff77e
  12. 07 Jul, 2022 2 commits
  13. 06 Jul, 2022 2 commits
  14. 05 Jul, 2022 4 commits
  15. 04 Jul, 2022 1 commit
  16. 02 Jul, 2022 1 commit
  17. 01 Jul, 2022 4 commits
  18. 27 Jun, 2022 1 commit
    • Gusted's avatar
      Show scrollbar when necessary (#20142) (#20143) · 0dab1388
      Gusted authored
      - Backport #20142
        - Firefox on Windows will unconditionally show scrollbars when you specify `overflow: scroll`. This is bad behavior, as you don't always need the scrollbar. Changing the scroll value to auto fixes this issue and only shows the scrollbar when necessary.
        - Resolves #20139
      0dab1388
  19. 25 Jun, 2022 1 commit
    • Gusted's avatar
      Fix remove file on initial comment (#20127) (#20128) · 0b7b342a
      Gusted authored
      Backport #20127
      
      Store the file uuid(which is returned by Gitea in the upload file response) onto the file object, so it can be used for the remove feature to specify this file.
      
      Fix #20115
      0b7b342a
  20. 24 Jun, 2022 2 commits
  21. 23 Jun, 2022 1 commit
  22. 22 Jun, 2022 1 commit