Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fetch helpers instead of fetch #27026

Merged
merged 15 commits into from
Sep 19, 2023
Merged

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    bb83d4e View commit details
    Browse the repository at this point in the history
  2. use set instead of append

    silverwind committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c1407d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge remote-tracking branch 'origin/main' into usefetch

    * origin/main: (53 commits)
      Search branches (go-gitea#27055)
      Fix wrong migration for email address (go-gitea#27106)
      [skip ci] Updated translations via Crowdin
      Support `.git-blame-ignore-revs` file (go-gitea#26395)
      Add `RemoteAddress` to mirrors (go-gitea#26952)
      Upgrading the actions/checkout@4 (go-gitea#27096)
      Next round of `db.DefaultContext` refactor (go-gitea#27089)
      Ui correction in mobile view nav bar left aligned items. (go-gitea#27046)
      Add missing deps to files-changed (go-gitea#27100)
      Use db.WithTx for AddTeamMember to avoid ctx abuse (go-gitea#27095)
      Drop Node.js 16 and update js dependencies (go-gitea#27094)
      Fix NPE when editing OAuth2 applications (go-gitea#27078)
      Use `print` instead of `printf` (go-gitea#27093)
      Add tests for db indexer in indexer_test.go (go-gitea#27087)
      [skip ci] Updated translations via Crowdin
      Allow empty Conan files (go-gitea#27092)
      Actions are no longer experimental, so enable them by default (go-gitea#27054)
      Update brew installation documentation since gitea moved to brew core package (go-gitea#27070)
      More refactoring of `db.DefaultContext` (go-gitea#27083)
      [skip ci] Updated translations via Crowdin
      ...
    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8a6e43c View commit details
    Browse the repository at this point in the history
  2. fix CSRF typo

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c39a9b8 View commit details
    Browse the repository at this point in the history
  3. remove _csrf set

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fa14d8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4d82aa View commit details
    Browse the repository at this point in the history
  5. remove DELETE body

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c200586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e7220b View commit details
    Browse the repository at this point in the history
  7. merge headers with .set

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    04370cf View commit details
    Browse the repository at this point in the history
  8. fix form-data content-type

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a898c83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    078d8b0 View commit details
    Browse the repository at this point in the history
  10. update comment

    silverwind committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    926357a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    7bcc203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708f095 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    938226c View commit details
    Browse the repository at this point in the history