Commit graph

125 commits

Author SHA1 Message Date
Forgejo Actions
6a6153f141 [Forgejo Actions] Update version to v1.0.66 2026-02-19 16:01:51 +00:00
Alan Bridgeman
8350990101 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-02-19 10:01:20 -06:00
Forgejo Actions
ca5064bbbc [Forgejo Actions] Update version to v1.0.65 2026-02-19 15:49:52 +00:00
Alan Bridgeman
cb67ebea36 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 29s
2026-02-19 09:49:21 -06:00
Forgejo Actions
ff7296329c [Forgejo Actions] Update version to v1.0.64 2026-02-19 15:34:06 +00:00
Alan Bridgeman
3101eeb767 Bumped auth library version
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 28s
2026-02-19 09:33:37 -06:00
Forgejo Actions
7ab9bb6544 [Forgejo Actions] Update version to v1.0.63 2026-02-19 03:42:58 +00:00
Alan Bridgeman
48f2e0dc02 Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-18 21:42:15 -06:00
Forgejo Actions
472e5256ec [Forgejo Actions] Update version to v1.0.62 2026-02-12 04:57:23 +00:00
Alan Bridgeman
99971a6f98 Updated auth library
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-11 22:56:51 -06:00
Forgejo Actions
1af0157bbf [Forgejo Actions] Update version to v1.0.61 2026-02-10 17:36:14 +00:00
Alan Bridgeman
557f63646d Updated auth library dependency
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
2026-02-10 11:35:36 -06:00
Forgejo Actions
4c937a943b [Forgejo Actions] Update version to v1.0.60 2026-02-07 18:16:13 +00:00
Alan Bridgeman
9856719102 Updated BillingCadence to align with Price frequency type
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 44s
2026-02-07 12:15:24 -06:00
Forgejo Actions
b093c38d47 [Forgejo Actions] Update version to v1.0.59 2026-02-05 18:19:51 +00:00
Alan Bridgeman
a6a0ea43c8 Bumped version of auth library to get Client working properly for 'processIncomingJWT' in header mode
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 32s
2026-02-05 12:19:19 -06:00
Forgejo Actions
a901c8626d [Forgejo Actions] Update version to v1.0.58 2026-02-01 03:46:31 +00:00
Alan Bridgeman
198971a815 Needed to change response parsing for status on pending app waiting
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s
2026-01-31 21:45:33 -06:00
Forgejo Actions
9e4138143b [Forgejo Actions] Update version to v1.0.57 2026-01-31 23:12:35 +00:00
Alan Bridgeman
e19cf35de5 Added 'inactive' state handling for OAuth apps
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 34s
2026-01-31 17:11:57 -06:00
Forgejo Actions
24107b2e82 [Forgejo Actions] Update version to v1.0.56 2026-01-29 23:20:25 +00:00
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