Commit Graph

79 Commits (master)

Author SHA1 Message Date
Garrett Mills 37fcaabdef Fix isHTTPMethod validator
1 year ago
Garrett Mills bbf2807cfa Add `options` to HTTPMethod type
1 year ago
Garrett Mills 2d9f22b895 Fix left() response handling for parameter middleware
1 year ago
Garrett Mills 0484a586bd Update dependencies & fix misc formatting errors
2 years ago
Garrett Mills c0595f3ef9 Centralize configure-able factory classes
2 years ago
Garrett Mills a173393697 Fix property injection prototype hoisting bug
2 years ago
Garrett Mills e339ec718d Support periodic auth checks in SecurityContext on web socket connections
2 years ago
Garrett Mills efb9726470 Add CacheSession implementation & make WebSocketBus re-load the session when an event is received
2 years ago
Garrett Mills 8a153e3807 Properly unwrap StateEvent state before calling handler
2 years ago
Garrett Mills 3712fae979 Better comments
2 years ago
Garrett Mills 4aa33e8dd2 Add SocketRouteBuilder and make Route.socket(...) return it
2 years ago
Garrett Mills 33a64b99ff Implement websocket server
2 years ago
Garrett Mills 6476416c67 Add foreground service, some cleanup, and start websocket server
2 years ago
Garrett Mills 2e43b5bda9 Fix route parameter typing to use SuffixTypeArray
2 years ago
Garrett Mills 705bb20db1 Make Route.clone properly copy parameter definitions
2 years ago
Garrett Mills 940d50b89c Implement /oauth2/token endpoint; token auth middleware
2 years ago
Garrett Mills 5616b3cc1f Add suggestion for missing schema for validator error
2 years ago
Garrett Mills 2e7c927114 Make route extraction account for extraneous / matches
2 years ago
Garrett Mills 8b2ee1c949 Add debugging for route extraction
2 years ago
Garrett Mills c7557cf5b6 Allow overriding content-type of plaintext response factory
2 years ago
Garrett Mills 771fed8002 Make parameter middleware handler call collection.toArray NON-recursively
2 years ago
Garrett Mills 7914a8f12e Fix incorrect flow-through if-else case
2 years ago
Garrett Mills 5fa4f614e2 Pass request to ParameterMiddleware make call
2 years ago
Garrett Mills ee21811771 Add ability to pass arguments to parameter providing middleware
2 years ago
Garrett Mills 8b9f393405 Add support for parameter middleware classes
2 years ago
Garrett Mills a779ec1d09 Update content-length calculation to use buffer
2 years ago
Garrett Mills bea48602f5 Fix content-length header set
2 years ago
Garrett Mills 351a2e14b8 Prevent request Bus instances from creating new IORedis connections
2 years ago
Garrett Mills 514a578260 Make HTTPServer ignore responses that cannot be sent
2 years ago
Garrett Mills 6f66126d38 Improve Response verbose/debug logging
2 years ago
Garrett Mills 795adac68b Add better detection for write-after-destroy errors on the response
2 years ago
Garrett Mills 467721f775 Include request parameters in input(...) sources; bump version
2 years ago
Garrett Mills 153f8f7685 Fix Controller request injection and bump version
2 years ago
Garrett Mills 737d06f6f0 Fix preflight middleware ordering and bump version
2 years ago
Garrett Mills 6ee3e2a729 Fix preflight middleware ordering and bump version
2 years ago
Garrett Mills 8f08b94f74 Error response enhancements, CoreID auth client backend
2 years ago
Garrett Mills a039b1ff25 Add Safe value API and start OAuth2Server
2 years ago
Garrett Mills 70d67c2730 Add model serializer and coreid login provider
2 years ago
Garrett Mills 6d1cf18680 Refactor event bus and queue system; detect cycles in DI realization and make
continuous-integration/drone/push Build is failing Details
2 years ago
Garrett Mills 32050cb2ce Fix route CLI commands
2 years ago
Garrett Mills dc16dfdb81 Make new routing system the default
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills 8cf19792a6 Start routing and pipeline rewrite
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills b105a61ca2 Add RequestClass to override AppClass
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills 463076d182 Introduce async local storage for request access, more view globals, and improved welcome view
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills 5175d64e36 Rework authentication system
continuous-integration/drone/push Build is passing Details
2 years ago
Garrett Mills c3f2779650 Add generic to APIResponse
3 years ago
Garrett Mills 3efbfecf9d OAuth2 stuff
continuous-integration/drone/push Build is failing Details
3 years ago
Garrett Mills 074a3187eb
Add support for jobs & queueables, migrations
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is failing Details
3 years ago
Garrett Mills e86cf420df
Named routes & basic login framework
3 years ago
Garrett Mills e33d8dee8f
Add support for registering vendor asset routes
continuous-integration/drone/push Build is passing Details
3 years ago