lda lda
lda pushed to implement-22-9 at lda/telodendria 2023-11-25 12:21:45 +00:00
8d75bbe4d2 [MOD] Drop old Parser API, add new ID parser
lda pushed to implement-22-9 at lda/telodendria 2023-11-24 20:21:31 +00:00
673fe2f602 [FIX] Ensure NULL in case of failure
f00a48289a [MOD] Use Parser API for user ID parsing
Compare 2 commits »
lda pushed to implement-22-9 at lda/telodendria 2023-11-24 16:46:19 +00:00
397afcab1f [MOD/FIX] Make the Parser API usable
lda pushed to implement-22-9 at lda/telodendria 2023-11-24 03:17:49 +00:00
c712d4a2d2 [ADD/WIP] Add corresponding source code for parser
6f5e065ca2 [ADD/WIP] Start working on basic parser header
0ba3af29f9 [FIX] Fix commit f61009a423's mistake
0a91a0c40b Remove site files & update README with current site.
d3dcf334f0 Update change log.
Compare 6 commits »
lda created branch implement-22-9 in lda/telodendria 2023-11-24 03:17:48 +00:00
lda created branch implement-22 in lda/telodendria 2023-11-24 01:47:08 +00:00
lda pushed to implement-22 at lda/telodendria 2023-11-24 01:47:08 +00:00
lda pushed to refactor-6 at lda/telodendria 2023-11-21 05:00:24 +00:00
680eacd60a [MOD] Use memset insted of putting NULL everywhere
lda commented on pull request Telodendria/Telodendria#39 2023-11-18 18:40:24 +00:00
Refactor code to comply with #8

Just implemented for POST /login, it seems to leak memory(but it's probably Telodendria/Cytoplasm#17), but aside, it seems to work.

lda pushed to refactor-6 at lda/telodendria 2023-11-18 18:39:13 +00:00
69b1013654 [MOD] Use the j2s endpoint for POST /login
lda pushed to refactor-6 at lda/telodendria 2023-11-15 12:56:05 +00:00
cfe5ae9e78 [ADD/WIP] Start work on the POST /login endpoint
lda pushed to refactor-6 at lda/telodendria 2023-11-15 12:33:42 +00:00
213f9fbb09 [MOD] Revert single-property route
lda pushed to refactor-6 at lda/telodendria 2023-11-15 12:27:38 +00:00
2233e5b7c6 Merge branch 'master' into refactor-6
2d30719be4 Implement Registration Token Administrator API (#43)
Compare 2 commits »
lda pushed to refactor-6 at lda/telodendria 2023-11-09 06:12:09 +00:00
a8a9bc57c6 Merge branch 'master' into refactor-6
503bfb6104 Suppress warnings of unused variables.
77800e4117 Housekeeping tasks with documentation and versioning.
db4ae0408c Fix admin endpoint names in documentation
edee1288d8 Remove unused global variables.
Compare 9 commits »
lda commented on pull request lda/telodendria#1 2023-11-07 06:23:53 +00:00
Convert RegTokenInfo to a j2s Schema.

That looks good, but the new schema looks like it's missing from the pull request now.

lda commented on pull request Telodendria/Telodendria#37 2023-11-04 21:47:26 +00:00
Implement GET /_telodendria/admin/tokens

This looks pretty good. I'm assuming you've tested it to verify that it works as intended?

I did some basic testing with the endpoints beforehand

lda pushed to implement-26 at lda/telodendria 2023-11-04 21:45:58 +00:00
05979345ce Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into implement-26
9c60bb3bcb [MOD] Don't hardcode creator
1f02f3c2a2 Allow customization of compiler in configure.
582c79b608 Schema are now generated out-of-tree.
42a901b7f5 Update docs/dev/rationale.md
Compare 5 commits »
lda commented on pull request Telodendria/Telodendria#37 2023-11-04 21:36:58 +00:00
Implement GET /_telodendria/admin/tokens

Honestly, I think a simpler solution would be to just do something like a big RegTokenInfo with all of the database stuff and all of the properties as a property(with type RegToken).

lda pushed to lda-dev at lda/telodendria 2023-11-03 12:34:49 +00:00
ccb20d8ec4 [FIX] Fix small nitpick on 32-bit platforms.
lda created pull request Telodendria/Telodendria#41 2023-11-03 11:29:16 +00:00
WIP: Basic actions workflow for building Telodendria