Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / aphiria/aphiria issues and pull requests
#315 - PHP 8.4 cleanup
Issue -
State: open - Opened by davidbyoung 5 months ago
Labels: enhancement
#314 - Support PHP 8.4
Issue -
State: open - Opened by davidbyoung 5 months ago
Labels: enhancement
#313 - Required PHP 8.4
Pull Request -
State: open - Opened by davidbyoung 5 months ago
#312 - Fixed Psalm error
Pull Request -
State: closed - Opened by davidbyoung 8 months ago
#311 - Fixed deprecation
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#310 - Fix deprecations in PHPUnit test
Issue -
State: closed - Opened by davidbyoung about 1 year ago
Labels: bug
#308 - Happy New Year
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#307 - Fixed Psalm errors
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#306 - Updated to Symfony 7
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#305 - Updated to PHP 8.3
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#304 - Remove "PHP_CS_FIXER_IGNORE_ENV=1" from PHP-CS-Fixer once it supports PHP 8.3
Issue -
State: closed - Opened by davidbyoung about 1 year ago
Labels: enhancement, good first issue
#303 - Added support for testing on PHP 8.3
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#302 - Fixed some Psalm errors
Pull Request -
State: closed - Opened by davidbyoung about 1 year ago
#301 - Update exception handling doc to be more specific to skeleton app
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: documentation
#300 - Updated to use checkout v4
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#299 - Removed PHPUnit attributes that ignored code coverage in favor of ann…
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#298 - Update controller example that uses home grown authentication
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: documentation
#297 - Document mock authentication in the testing docs
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: documentation
#296 - A scheme is now returned as default when it is the only one registered
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#295 - Removed RouteGroup attribute, replaced its functionality with the Con…
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#294 - Consider reusing #[Controller] attribute over #[RouteGroup]
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: enhancement
#293 - Updated PSR dependencies
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#292 - Fixed bug that caused console input to not be trimmed
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#291 - Moved filtering of claims into dedicated method
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#290 - Fixed nullability of authenticator
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#289 - Added mock authenticator
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#288 - Added methods to build primary identity in PrincipalBuilder
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#287 - Fixed linter issues
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#286 - Updated Authenticator::authenticate() to be mockable
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#285 - Updated usages of named mocks in PHPUnit to use Mockery instead since…
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#284 - Fixed handling of empty regexes
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#283 - Added ability to specify auth scheme when mocking authentication
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#282 - Should Controller::getUser() default to returning claim-less principal if none is set?
Issue -
State: closed - Opened by davidbyoung over 1 year ago
- 1 comment
Labels: enhancement
#281 - actingAs() takes in auth scheme names, but does not apply it to identities of principal
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: bug, enhancement
#280 - Updated PHP-CS-Fixer now that it supports 8.2
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#279 - Psalm fix
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#278 - Improved PHPDoc
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
- 1 comment
#277 - Added assertion to IntegrationTestCase, updated PHP-CS-Fixer rule name
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#276 - Added new response assertions
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#275 - Added more convenience methods for parsing responses
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#274 - Fixed PHPDoc
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#273 - Moved builder classes into the same namespace of the things they build
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#272 - Fixed exception to include inner exception
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#271 - Added YAML configuration reader
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#270 - Minor refactorings for readability
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#269 - More auth improvements
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#268 - Updated serializer binder to reuse same ObjectNormalizer for ProblemD…
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#267 - Fixed some usages of now-final classes in the Symfony serializer comp…
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#266 - Consider moving merging of identities out into callers of Authenticator::authenticate()
Issue -
State: closed - Opened by davidbyoung over 1 year ago
- 1 comment
Labels: enhancement
#265 - Consider moving the auth scheme into AuthenticationResult
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: enhancement
#264 - Added automatic authentication to authorization middleware
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
- 2 comments
#263 - Look at moving "builder" classes that are in their own namespace up into the namespace of the thing they're building
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: enhancement, good first issue
#262 - Added the ability to merge principals' identities
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#261 - Add built-in support for reading configs from YAML files
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: enhancement
#260 - Having more than a single authentication scheme without any being set to default should throw an exception
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: bug
#259 - Should the authentication scheme name for claims be checked during authorization?
Issue -
State: closed - Opened by davidbyoung over 1 year ago
- 1 comment
Labels: bug
#258 - Using authorize attributes does not enforce authentication
Issue -
State: closed - Opened by davidbyoung over 1 year ago
Labels: bug
#257 - Added identity and principal builders
Pull Request -
State: closed - Opened by davidbyoung over 1 year ago
#256 - Refactored cookie auth handler to centralize logic for getting cookie…
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#255 - Renamed IBodyNegotiator to IBodyDeserializer and removed some code that was violating DRY
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#254 - Simplify creating principles
Issue -
State: closed - Opened by davidbyoung almost 2 years ago
- 1 comment
Labels: enhancement
#253 - Added a simple way to negotiate request and response bodies
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#252 - Add the ability to mock authentication in integration tests
Issue -
State: closed - Opened by davidbyoung almost 2 years ago
Labels: enhancement
#251 - Moved some more settings into Psalm config
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#250 - Updated to PHPUnit 10.1
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#249 - Fixed Psalm error
Pull Request -
State: closed - Opened by davidbyoung almost 2 years ago
#248 - Updated to use PHPUnit 10
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#247 - Fixed Psalm errors
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#246 - Removed "I" prefix from interface names so that code can care less about what type is passed into it
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
- 1 comment
#245 - Validation exception renaming
Issue -
State: closed - Opened by davidbyoung about 2 years ago
- 1 comment
Labels: enhancement
#244 - Remove withConsecutive() since it isn't supported in PHPUnit 10.0
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#243 - Testing updates to PHP code coverage
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#242 - Happy new year
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#241 - Drop "PHP_CS_FIXER_IGNORE_ENV=1" from PHP-CS-Fixer Composer script
Issue -
State: closed - Opened by davidbyoung about 2 years ago
Labels: enhancement, good first issue
#240 - Updated to require PHP 8.2
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#239 - Updated Psalm
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#238 - Re-enabled Psalm during CI, fixed errors
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#237 - Updated Psalm Mockery plugin
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#236 - Added support for Input objects in ICommandBus
Pull Request -
State: closed - Opened by davidbyoung about 2 years ago
#235 - Fixed continueOnFailure flag in AuthorityBuilder, made certain proper…
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#234 - Re-enable Psalm in CI
Issue -
State: closed - Opened by davidbyoung over 2 years ago
Labels: good first issue
#233 - Fixed some Psalm errors
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#232 - Fixed Psalm error
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#231 - Added application types, updated app builders to return them, added r…
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#230 - Fixed PHPDoc typos
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#229 - Upgraded Symfony and Monolog dependencies to 6.1 and 2.6, respectively
Pull Request -
State: closed - Opened by davidbyoung over 2 years ago
#228 - Changed console output formatters to use an options param
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#227 - Fixed Psalm errors
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#226 - Made authorization contexts' resources a generic type
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#225 - Fixed CI template to make running Psalm optional (we do not run it on…
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#224 - Fixed some unused Psalm suppressions
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#223 - Use a stable version of Psalm once some PHP 8.1 features are fixed
Issue -
State: closed - Opened by davidbyoung almost 3 years ago
Labels: enhancement, good first issue
#222 - Updated PHP-CS-Fixer config to put enum cases above static methods
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#221 - Changed key-value pair collections to allow you to iterate over the keys and values
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#220 - Fixed bug when running app:serve with spaces in PHP binary path
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#219 - Space in path to PHP binary causes app:serve command to file
Issue -
State: closed - Opened by davidbyoung almost 3 years ago
Labels: bug
#218 - Added ability to list route middleware from CLI, fixed bugs around pa…
Pull Request -
State: closed - Opened by davidbyoung almost 3 years ago
#217 - Console padding formatter takes into account text styles
Issue -
State: closed - Opened by davidbyoung almost 3 years ago
Labels: bug
#216 - Add option to show middleware applied to routes
Issue -
State: closed - Opened by davidbyoung almost 3 years ago
Labels: enhancement
#215 - Re-enabled Psalm
Pull Request -
State: closed - Opened by davidbyoung about 3 years ago