Commit graph

104 commits

Author SHA1 Message Date
Alan Bridgeman
90e5c7df03 Fixed minor issues with alignment of types and such
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-29 17:19:47 -06:00
Forgejo Actions
513387d70a [Forgejo Actions] Update version to v1.0.55 2026-01-29 17:58:05 +00:00
Alan Bridgeman
90168f0858 Changes so that I don't have to change the OAuthApp class if I change the custom claims next time (the types should just work automatically)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-29 11:57:17 -06:00
Forgejo Actions
7d2397966f [Forgejo Actions] Update version to v1.0.54 2026-01-29 17:31:23 +00:00
Alan Bridgeman
223f52b746 Added some type generics type safety stuff
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-29 11:30:53 -06:00
Forgejo Actions
74316cc41f [Forgejo Actions] Update version to v1.0.53 2026-01-29 16:57:35 +00:00
Alan Bridgeman
01306bf3a3 Refined some of the types and added needed support for webhooks and addons in the OAuthApp class
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 45s
2026-01-29 10:56:44 -06:00
Forgejo Actions
91f1630cc6 [Forgejo Actions] Update version to v1.0.52 2026-01-24 16:10:26 +00:00
Alan Bridgeman
b4fe4d6f84 Forgot to make webhooks optional for registration
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-24 10:09:54 -06:00
Alan Bridgeman
9024547028 Added webhook support stuff
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 48s
2026-01-24 10:06:47 -06:00
Alan Bridgeman
522f7590b3 Added addons for custom claims for OAuth apps
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-01-20 23:49:01 -06:00
Forgejo Actions
924e7a2d1f [Forgejo Actions] Update version to v1.0.50 2026-01-19 19:55:59 +00:00
Alan Bridgeman
f3b3f203d9 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-19 13:55:26 -06:00
Forgejo Actions
0fc89bcd61 [Forgejo Actions] Update version to v1.0.49 2026-01-19 17:39:20 +00:00
Alan Bridgeman
0402b5297b Bunped version of auth library + refactored some of OAuthApp object to be able to get access to lower objects (Client) if necessary
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 35s
2026-01-19 11:38:42 -06:00
Forgejo Actions
9a21ec9614 [Forgejo Actions] Update version to v1.0.48 2026-01-13 02:51:51 +00:00
Alan Bridgeman
be000be1a0 Provided diagnosis is correct had issues because of an improper falsy check (which is why given the choice, I prefere strictly typed languages)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-01-12 20:51:17 -06:00
Forgejo Actions
5fe7028949 [Forgejo Actions] Update version to v1.0.47 2026-01-12 22:58:31 +00:00
Alan Bridgeman
621222d69d Moved joinPaths to BaseController as a protected static function + refactored large chunks of Router to work with the new stuff
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-12 16:54:56 -06:00
Forgejo Actions
21b5e7e873 [Forgejo Actions] Update version to v1.0.46 2026-01-12 19:50:42 +00:00
Alan Bridgeman
3c44ba665e Attempting to fix issue with @Page decorator that didn't preserve contex + some work to make the @Controller more useful etc...
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
2026-01-12 13:49:19 -06:00
Forgejo Actions
6fbdca6603 [Forgejo Actions] Update version to v1.0.45 2026-01-11 07:35:10 +00:00
Alan Bridgeman
94b119f062 Updated auth package and made corresponding changes within the code including creating types etc... + separated oauth stuff to it's own folder
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-01-11 01:34:37 -06:00
Forgejo Actions
98dc0588f8 [Forgejo Actions] Update version to v1.0.44 2026-01-10 02:04:32 +00:00
Alan Bridgeman
78fcdd04a7 Incremented auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-09 20:03:32 -06:00
Forgejo Actions
0441d7fa6d [Forgejo Actions] Update version to v1.0.43 2026-01-10 01:28:46 +00:00
Alan Bridgeman
29c98747a3 Updating version of auth package to latest version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 33s
2026-01-09 19:28:11 -06:00
Forgejo Actions
dc815914ca [Forgejo Actions] Update version to v1.0.42 2026-01-09 06:27:11 +00:00
Alan Bridgeman
f07dc06029 Upgrading version of auth package
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-09 00:26:34 -06:00
Forgejo Actions
800d247c5e [Forgejo Actions] Update version to v1.0.41 2026-01-08 21:49:38 +00:00
Alan Bridgeman
ed4c8b28da Changed from equire to import. As import is the more ESM native way
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 35s
2026-01-08 15:48:38 -06:00
Forgejo Actions
184ac9247d [Forgejo Actions] Update version to v1.0.40 2026-01-08 19:47:10 +00:00
Alan Bridgeman
f79ed4d7e4 Merge branch 'main' of https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-08 13:46:11 -06:00
Alan Bridgeman
358fbfcc76 Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
Forgejo Actions
12ed438053 [Forgejo Actions] Update version to v1.0.39 2026-01-07 22:04:53 +00:00
Alan Bridgeman
1ae24c01b0 Merge branch 'main' of https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
2026-01-07 16:02:52 -06:00
Alan Bridgeman
c57160e05d Moved from CJS to ESM + small improvements like logging 2026-01-07 15:59:40 -06:00
Forgejo Actions
80f4bc0640 [Forgejo Actions] Update version to v1.0.38 2026-01-07 17:41:50 +00:00
Alan Bridgeman
61df35a271 Further attempt to fix downstream import issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s
2026-01-07 11:40:52 -06:00
Forgejo Actions
e8456dc25b [Forgejo Actions] Update version to v1.0.37 2026-01-07 17:31:56 +00:00
Alan Bridgeman
a29dd780e8 Attempting to fix downstream import issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-01-07 11:31:25 -06:00
Forgejo Actions
8d223b9a15 [Forgejo Actions] Update version to v1.0.36 2026-01-07 16:59:17 +00:00
Forgejo Actions
62f4d1602b Fixed automation issue and updated version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 27s
2026-01-07 10:58:02 -06:00
Alan Bridgeman
d4f0f2a6b0 Attempted to modify package.json to work properly with ESM 2026-01-06 21:23:52 -06:00
Alan Bridgeman
159599c777 Mostly just commented out a lot of the extra debugging log noise
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 39s
2025-06-24 17:03:40 -05:00
Forgejo Actions
b90e7a6346 [Forgejo Actions] Update version to v1.0.32 2025-06-24 20:09:12 +00:00
Alan Bridgeman
344a417c31 Added more debugging
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 43s
2025-06-24 15:08:24 -05:00
Forgejo Actions
975cfadbc7 [Forgejo Actions] Update version to v1.0.31 2025-06-24 19:47:11 +00:00
Alan Bridgeman
21469c647a Trying explicitly throwing error to trigger catch clause
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
2025-06-24 14:46:26 -05:00
Forgejo Actions
116f0a9446 [Forgejo Actions] Update version to v1.0.30 2025-06-24 19:34:08 +00:00