- Somewhere, France
- https://www.freetards.xyz
-
Jack of one trade, master of none.
- Joined on
2023-09-05
673fe2f602
[FIX] Ensure NULL in case of failure
f00a48289a
[MOD] Use Parser API for user ID parsing
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.
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.
2233e5b7c6
Merge branch 'master' into refactor-6
2d30719be4
Implement Registration Token Administrator API (#43)
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.
Convert
RegTokenInfo
to a j2s
Schema.
That looks good, but the new schema looks like it's missing from the pull request now.
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
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
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).
WIP: Basic actions workflow for building Telodendria