705bb20db1
Make Route.clone properly copy parameter definitions
2022-06-28 20:53:28 -05:00
940d50b89c
Implement /oauth2/token endpoint; token auth middleware
2022-04-28 11:50:27 -05:00
2e7c927114
Make route extraction account for extraneous / matches
2022-04-05 12:39:33 -05:00
8b2ee1c949
Add debugging for route extraction
2022-04-05 12:35:41 -05:00
7914a8f12e
Fix incorrect flow-through if-else case
2022-04-05 10:37:03 -05:00
5fa4f614e2
Pass request to ParameterMiddleware make call
2022-04-05 10:35:14 -05:00
ee21811771
Add ability to pass arguments to parameter providing middleware
2022-04-05 10:25:07 -05:00
8b9f393405
Add support for parameter middleware classes
2022-04-05 09:55:20 -05:00
737d06f6f0
Fix preflight middleware ordering and bump version
2022-03-29 15:16:29 -05:00
6ee3e2a729
Fix preflight middleware ordering and bump version
2022-03-29 15:12:51 -05:00
8f08b94f74
Error response enhancements, CoreID auth client backend
2022-03-29 01:14:46 -05:00
70d67c2730
Add model serializer and coreid login provider
2022-02-23 15:15:02 -06:00
32050cb2ce
Fix route CLI commands
2022-01-20 00:54:55 -06:00
dc16dfdb81
Make new routing system the default
continuous-integration/drone/push Build is passing
2022-01-19 13:24:59 -06:00
8cf19792a6
Start routing and pipeline rewrite
continuous-integration/drone/push Build is passing
2022-01-17 15:57:40 -06:00
074a3187eb
Add support for jobs & queueables, migrations
...
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
- Create migration directives & migrators
- Modify Cache classes to support array manipulation
- Create Redis unit and RedisCache implementation
- Create Queueable base class and Queue class that uses Cache backend
2021-08-23 23:51:53 -05:00
e86cf420df
Named routes & basic login framework
2021-07-17 12:49:07 -05:00
cf6d14abca
- Start support for auto-generated routes using UniversalPath
...
continuous-integration/drone/push Build is passing
- Start support for custom view engine props & functions
- Start login template and namespace
2021-06-29 01:44:07 -05:00
faa8a31102
Route - prevent pre/post middleware from being applied twice
continuous-integration/drone/push Build is passing
2021-06-29 00:34:05 -05:00
36b451c32b
Expose auth repos in context; create routes commands
continuous-integration/drone/push Build is passing
2021-06-17 19:35:31 -05:00
1d5056b753
Setup eslint and enforce rules
continuous-integration/drone/push Build is passing
2021-06-02 22:36:25 -05:00
9be9c44a32
Import other modules into monorepo
continuous-integration/drone/push Build is failing
2021-06-01 20:59:40 -05:00
fad1184afe
TypeDoc all the thngs
2021-03-25 08:50:13 -05:00
e8fdb04ae8
Support named route groups; canonical namespaces
2021-03-21 21:10:42 -05:00
5f5b12a5be
Support global middleware
2021-03-09 09:55:18 -06:00
4f23ac7156
Add support for middleware
2021-03-09 09:42:19 -06:00
9747d40659
Add logic for resolving route handlers
2021-03-08 11:08:56 -06:00
3acc1bc83e
Add mounting for activated routes, route compiling, routing
2021-03-08 09:00:43 -06:00