1. 25 May, 2022 3 commits
    • techknowlogick's avatar
      alpine 3.16 (#19797) · 0cbec3cd
      techknowlogick authored
      Co-authored-by: default avatar6543 <6543@obermui.de>
      0cbec3cd
    • zeripath's avatar
      Prevent loop if there is an error in GetNotificationCount (#19799) · 93ab9074
      zeripath authored
      
      If the context is cancelled `.NotificationUnreadCount` in a template can
      cause an infinite loop with `ctx.ServerError()` being called, which
      creates a template that then calls `.NotificationUnreadCount` calling
      `GetNotificationCount()` with the cancelled context resulting in an
      error that calls `ctx.ServerError`... and so on...
      
      This PR simply stops calling `ctx.ServerError` in the error handler code
      for `.NotificationUnreadCount` as we have already started rendering and
      so it is too late to call `ctx.ServerError`. Additionally we skip
      logging the error if it's a context cancelled error.
      
      Fix #19793
      Signed-off-by: default avatarAndrew Thornton <art27@cantab.net>
      Co-authored-by: default avatartechknowlogick <techknowlogick@gitea.io>
      93ab9074
    • silverwind's avatar
      Add 'make tidy' (#19800) · b24db66a
      silverwind authored
      Convenience command to run 'go mod tidy'. The compat flag is set to the
      minimum supported go version instead of min version minus one which is
      go's default, which eliminated some checksums in go.sum as a result.
      b24db66a
  2. 24 May, 2022 2 commits
  3. 23 May, 2022 2 commits
  4. 22 May, 2022 1 commit
  5. 21 May, 2022 6 commits
  6. 20 May, 2022 8 commits
  7. 19 May, 2022 5 commits
  8. 18 May, 2022 3 commits
  9. 17 May, 2022 2 commits
  10. 16 May, 2022 4 commits
  11. 15 May, 2022 4 commits