Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Laravel 8 support, Jira v3 API compatibility, Fix paginate request with query params, Fix naming collision with jwt-auth. #16

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2020

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

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    4bdb363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46bfe14 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    a71f38d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0055b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1799cc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Atlassian api callbacks are not including the Accept: application/jso…

    …n header. This is causing the requests to redirect instead of returning json in case the validation does not pass.
    henritoivar committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    625552f View commit details
    Browse the repository at this point in the history
  2. user_key and user_id have been removed. To identify the user, use the…

    … Atlassian Account ID from the sub property of the JWT claim instead.
    henritoivar committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c6cf318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290b664 View commit details
    Browse the repository at this point in the history
  4. Be able to override guard tag/alias in case another vendor uses the s…

    …ame tag.
    
    Directly reference middleware so user doesn't have to use exact alias in vendor file.
    henritoivar committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    942c6cf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Always recreate paginator. If running two pagination requests in the …

    …same query then the second request returns data from the previous request.
    henritoivar committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3628698 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Underscores should not be encoded.

    Also validate requests that are coming from Atlassian. We need to strip our base url to properly calculate QSH. See here: https://developer.atlassian.com/cloud/bitbucket/query-string-hash/
    
    Actually validate JWT from requests sent by Atlassian. Also validate QSH for these requests.
    henritoivar committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    42a6f13 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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