Jordan Bancino jordan
jordan pushed to master at Telodendria/Telodendria 2023-11-08 14:45:51 +00:00
edee1288d8 Remove unused global variables.
jordan pushed to pull-37 at Telodendria/Telodendria 2023-11-08 14:34:45 +00:00
9b3b62ff30 [Broken] Revert changes to UserEncodePrivileges() and UserDecodePrivileges()
jordan commented on pull request lda/telodendria#1 2023-11-08 14:21:13 +00:00
Convert RegTokenInfo to a j2s Schema.

I fixed some leaks and the segfaulting, but I am still dealing with one other issue with UserEncodePrivileges() and how it is used.

jordan pushed to pull-37 at Telodendria/Telodendria 2023-11-08 14:12:33 +00:00
d60aac6d3a Fix leak in RegTokenClose().
647778ef82 Fix runtime errors as a result of not encoding privileges as a JSON value.
Compare 2 commits »
jordan pushed to master at Telodendria/Telodendria 2023-11-07 14:04:48 +00:00
4b90800a2b Fix leak in RouteConfig, update documentation.
jordan closed issue Telodendria/Telodendria#15 2023-11-07 14:04:48 +00:00
PUT /_telodendria/admin/config
jordan pushed to pull-37 at Telodendria/Telodendria 2023-11-07 13:08:46 +00:00
a1bcbcf454 Add RegToken schema
jordan pushed to master at Telodendria/Telodendria 2023-11-07 03:05:31 +00:00
6e7f170768 Start working on #15.
jordan pushed to master at Telodendria/Cytoplasm 2023-11-07 02:28:13 +00:00
bc67393036 Update CHANGELOG.md
jordan pushed to master at Telodendria/Cytoplasm 2023-11-07 02:25:58 +00:00
ba1ac5b42b Add JsonMerge().
jordan closed issue Telodendria/Cytoplasm#15 2023-11-07 02:25:57 +00:00
Add JsonMerge() function
jordan opened issue Telodendria/Cytoplasm#15 2023-11-06 20:56:03 +00:00
Add JsonMerge() function
jordan commented on pull request Telodendria/Telodendria#37 2023-11-06 20:52:55 +00:00
Implement GET /_telodendria/admin/tokens

I should note that the documentation in #26 is slightly out of date. The endpoints should allow the caller to view and modify all of the properties in the RegTokenInfo structure, including the…

jordan commented on pull request lda/telodendria#1 2023-11-06 20:33:09 +00:00
Convert RegTokenInfo to a j2s Schema.

Note: You will need the latest Cytoplasm for this to work properly.

jordan commented on pull request Telodendria/Telodendria#37 2023-11-06 20:30:59 +00:00
Implement GET /_telodendria/admin/tokens

@lda Yes, that's exactly what I was thinking. Take a look at my pull request on your implement-26 branch and see if it is agreeable to you: lda/telodendria#1.

jordan created pull request lda/telodendria#1 2023-11-06 20:27:24 +00:00
Convert RegTokenInfo to a j2s Schema.
jordan created branch pull-37 in Telodendria/Telodendria 2023-11-06 20:24:03 +00:00
jordan pushed to pull-37 at Telodendria/Telodendria 2023-11-06 20:24:03 +00:00
5d1cdc0026 Convert RegTokenInfo to a j2s Schema.
05979345ce Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into implement-26
9c60bb3bcb [MOD] Don't hardcode creator
Compare 3 commits »
jordan pushed to master at Telodendria/Cytoplasm 2023-11-06 19:20:47 +00:00
01da37f7d7 Bump version number.
jordan pushed to master at Telodendria/Cytoplasm 2023-11-06 19:19:54 +00:00
618bcbbac3 j2s: Add 'extern' type and ignored fields.