Wed, 29 Mar 2023 13:01:28 +0100 util.session: Add 'since' property with timestamp of session creation
Matthew Wild <mwild1@gmail.com> [Wed, 29 Mar 2023 13:01:28 +0100] rev 13011
util.session: Add 'since' property with timestamp of session creation
Tue, 28 Mar 2023 21:25:54 +0200 mod_tokenauth: fix traceback if password has never been changed
Jonas Schäfer <jonas@wielicki.name> [Tue, 28 Mar 2023 21:25:54 +0200] rev 13010
mod_tokenauth: fix traceback if password has never been changed By checking the password_updated_at for non-nilness before using it, we avoid a nasty crash :-).
Tue, 28 Mar 2023 11:42:20 +0200 teal-src/README: Words on Compiling to Lua
Kim Alvefur <zash@zash.se> [Tue, 28 Mar 2023 11:42:20 +0200] rev 13009
teal-src/README: Words on Compiling to Lua
Tue, 28 Mar 2023 11:42:09 +0200 teal-src/README: Tweak markdown syntax
Kim Alvefur <zash@zash.se> [Tue, 28 Mar 2023 11:42:09 +0200] rev 13008
teal-src/README: Tweak markdown syntax
Tue, 28 Mar 2023 10:43:09 +0100 mod_tokenauth: Fire events on grant creation and revocation
Matthew Wild <mwild1@gmail.com> [Tue, 28 Mar 2023 10:43:09 +0100] rev 13007
mod_tokenauth: Fire events on grant creation and revocation
Tue, 28 Mar 2023 11:27:05 +0200 teal-src: Add a README with a few pointers to get started
Kim Alvefur <zash@zash.se> [Tue, 28 Mar 2023 11:27:05 +0200] rev 13006
teal-src: Add a README with a few pointers to get started
Tue, 28 Mar 2023 10:22:55 +0100 teal-src: Add keyval+ store type
Matthew Wild <mwild1@gmail.com> [Tue, 28 Mar 2023 10:22:55 +0100] rev 13005
teal-src: Add keyval+ store type
Tue, 28 Mar 2023 00:30:18 +0200 mod_tokenauth: Fix storage API mistake in revocation
Kim Alvefur <zash@zash.se> [Tue, 28 Mar 2023 00:30:18 +0200] rev 13004
mod_tokenauth: Fix storage API mistake in revocation
Mon, 27 Mar 2023 20:51:07 +0100 mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry
Matthew Wild <mwild1@gmail.com> [Mon, 27 Mar 2023 20:51:07 +0100] rev 13003
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry
Mon, 27 Mar 2023 18:35:57 +0100 mod_tokenauth: Refactor API to separate tokens and grants
Matthew Wild <mwild1@gmail.com> [Mon, 27 Mar 2023 18:35:57 +0100] rev 13002
mod_tokenauth: Refactor API to separate tokens and grants This is another iteration on top of the previous sub-tokens work. Essentially, the concept of a "parent token" has been replaced with the concept of a "grant" to which all tokens now belong. The grant does not have any tokens when first created, but the create_token() call can add them.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip