-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
[11.15] Added functionality to handle access tokens #800
base: 11.15
Are you sure you want to change the base?
Commits on Mar 6, 2024
-
This is similar to getProjectPath, but for groups.
Configuration menu - View commit details
-
Copy full SHA for 76229f9 - Browse repository at this point
Copy the full SHA 76229f9View commit details -
Added methods for group access tokens
Adds the same functions currently available for project access tokens, but for groups.
Configuration menu - View commit details
-
Copy full SHA for 63aa8d1 - Browse repository at this point
Copy the full SHA 63aa8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb932b2 - Browse repository at this point
Copy the full SHA cb932b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00fb40 - Browse repository at this point
Copy the full SHA d00fb40View commit details -
Fixed PHP version requirements
The require for PHP versions was inaccurate, as this project actually only supports PHP 8.1 and above.
Configuration menu - View commit details
-
Copy full SHA for a5f9de4 - Browse repository at this point
Copy the full SHA a5f9de4View commit details -
Added typed parameters and typed returns
This has been added to make PHPStan happi. :)
Configuration menu - View commit details
-
Copy full SHA for 243da81 - Browse repository at this point
Copy the full SHA 243da81View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8978f - Browse repository at this point
Copy the full SHA fb8978fView commit details -
Fixed PHPDocs in HttpClient/Pluging/*
PHPDocs were faulty (according to PHPStan) in Authentication and ExceptionThrower. The `make test` command should no longer fail.
Configuration menu - View commit details
-
Copy full SHA for b070c80 - Browse repository at this point
Copy the full SHA b070c80View commit details -
It appears to be very picky; I guess this is good practice.
Configuration menu - View commit details
-
Copy full SHA for 3b41f1f - Browse repository at this point
Copy the full SHA 3b41f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804b62e - Browse repository at this point
Copy the full SHA 804b62eView commit details
Commits on Mar 12, 2024
-
Add rotation functionality for group access tokens
Angutivik Casper Rúnur Tausen committedMar 12, 2024 Configuration menu - View commit details
-
Copy full SHA for c44e0aa - Browse repository at this point
Copy the full SHA c44e0aaView commit details
Commits on Mar 13, 2024
-
Made it possible to rotate project access tokens
Angutivik Casper Rúnur Tausen committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for c5959f1 - Browse repository at this point
Copy the full SHA c5959f1View commit details
Commits on Mar 18, 2024
-
Angutivik Casper Rúnur Tausen committed
Mar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 97e7281 - Browse repository at this point
Copy the full SHA 97e7281View commit details -
Fix styleci complain that wasn't previously there
Angutivik Casper Rúnur Tausen committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 3bc5876 - Browse repository at this point
Copy the full SHA 3bc5876View commit details -
Added tests for access token rotation
Angutivik Casper Rúnur Tausen committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 6962b87 - Browse repository at this point
Copy the full SHA 6962b87View commit details -
Angutivik Casper Rúnur Tausen committed
Mar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c7e1e12 - Browse repository at this point
Copy the full SHA c7e1e12View commit details