1. 02 Mar, 2020 1 commit
  2. 01 Mar, 2020 2 commits
  3. 29 Feb, 2020 1 commit
  4. 28 Feb, 2020 3 commits
  5. 27 Feb, 2020 5 commits
  6. 26 Feb, 2020 2 commits
  7. 25 Feb, 2020 2 commits
  8. 24 Feb, 2020 3 commits
    • oscar.lofwenhamn's avatar
      Update markbates/goth (backport) (#10445) · 3abb2516
      oscar.lofwenhamn authored
      
      Update markbates/goth to v1.61.2
      - Fixes a JWT decoding issue in the OpenID provider
      - Updates the GitHub provider to use the authorization header for authentication
      - Updates the Twitch provider for Twitch's v5 API changes
      - Adds the email and is_private_email fields to the Apple provider's GetUser implementation
      - Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context
      - Adds new scopes to the Spotify provider
      - Adds the IDToken from OpenID providers on the user struct
      - Make Apple provider's SecretParams public
      - Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8
      - Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs
      Signed-off-by: default avatarOscar LÃfwenhamn <oscar.lofwenhamn@cgi.com>
      3abb2516
    • 6543's avatar
      Trigger webhooks on issue label-change via API too (#10421) (#10439) · 9e6ad64d
      6543 authored
      * trigger webhooks with api too
      
      * fix comment
      
      * notify report old too
      
      * CI restart
      
      * restart CI again
      
      * remove duplicated code
      9e6ad64d
    • Lunny Xiao's avatar
      Fix webhook bug (#10427) (#10432) · b51d7c45
      Lunny Xiao authored
      Co-authored-by: default avatartechknowlogick <matti@mdranta.net>
      b51d7c45
  9. 23 Feb, 2020 1 commit
  10. 22 Feb, 2020 1 commit
    • silverwind's avatar
      Add frontend/backend make targets, fix source release (#10325) (#10414) · e938f1d9
      silverwind authored
      * Add frontend/backend make targets, fix source release
      
      - Add 'make backend' and 'make frontend' make targets which are used to
        build go and js/css/svg files respectively.
      
      - The 'backend' target can be invoked without requiring Node.js to be
        present on the system if pre-built frontend assets are present like
        in the release source tarballs.
      
      - Fix source releases missing 'dist' folders inside 'node_modules' which
        were erronously excluded from tar.
      
      - Store VERSION in file VERSION for the release tarballs and prefer that
        file over git-derived version.
      
      * fix release task
      
      * fix typo
      
      * fix another typo
      
      Fixes: https://github.com/go-gitea/gitea/issues/10253
      e938f1d9
  11. 21 Feb, 2020 3 commits
  12. 20 Feb, 2020 1 commit
  13. 19 Feb, 2020 2 commits
  14. 18 Feb, 2020 3 commits
  15. 17 Feb, 2020 2 commits
    • zeripath's avatar
      Set the initial commit status to Success otherwise it will always be Pending (#10317) (#10318) · 117dcf1c
      zeripath authored
      Backport #10317
      
      The commit status code has a bug whereby setting the initial status to Pending means you can never have the status of Success - it should be set to Success.
      117dcf1c
    • mrsdizzie's avatar
      Don't manually replace whitespace during render (#10291) (#10315) · 4529a262
      mrsdizzie authored
      
      * Don't manually replace whitespace during render
      
      For historical reasons Gitea manually alters the urlPrefix and replaces
      a whitespace with a +. This Works for URLs, but we're also passing
      urlPrefix to git calls and adding the + is breaking the tree path.
      
      Goldmark will automatically convert a white space to the proper %20, so
      we should leave the string as is which lets us pass it to git unmodified
      and then let Goldmark fix it.
      
      Also fixed separate bug in URLJoin I noticed while testing where it will
      silently discard sections of a path that have # in them (possibly
      others). We should just escape it first.
      
      Fixes 10156
      
      * Escape elems as well
      
      * Revert "Escape elems as well"
      
      This reverts commit 8bf49596fee6fac4d9da256cd1e90a0ec0183671.
      
      * restart ci
      
      * remove changes to URLJoin
      
      * restart ci
      Co-authored-by: default avatartechknowlogick <matti@mdranta.net>
      Co-authored-by: default avatartechknowlogick <matti@mdranta.net>
      4529a262
  16. 16 Feb, 2020 5 commits
  17. 15 Feb, 2020 3 commits