Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scireum/sirius-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev-82.1.0
Choose a base ref
...
head repository: scireum/sirius-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-83.0.0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 4 contributors

Commits on Sep 3, 2024

  1. Fixes min and max default values

    Fixes: SIRI-1013
    bkositza committed Sep 3, 2024
    Copy the full SHA
    1e0566d View commit details
  2. Merge pull request #1453 from scireum/bugfix/bko/datetime-field

    Fixes min and max default values
    bkositza authored Sep 3, 2024
    Copy the full SHA
    3b0f08b View commit details

Commits on Sep 4, 2024

  1. Returns the oauth access token "expires at" date

    - in case the server did return it
    
    Fixes: SE-13502
    mkeckmkeck committed Sep 4, 2024
    Copy the full SHA
    ff79afc View commit details
  2. Fixes accessTokenExpiresAt default value

    - as per RFC the containing field is optional
    - the accessTokenExpiresAt is not strictly required by our implementations as well
    - so make it null in case it cannot be determined from server response
    
    Fixes: SE-13502
    mkeckmkeck committed Sep 4, 2024
    Copy the full SHA
    3f6ad00 View commit details

Commits on Sep 5, 2024

  1. Merge pull request #1454 from scireum/feature/SE-13502_oauth_access_v…

    …alidity
    
    Returns the oauth access token "expires at" date
    mkeckmkeck authored Sep 5, 2024
    Copy the full SHA
    a3b5f7b View commit details
Loading