antifallobst
antifallobst pushed to master at antifallobst/baseauth 2023-08-13 10:59:48 +00:00
8c388e6329 feat(cli): started work on a cli
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 18:43:40 +00:00
9fc30d8d0a feat(backend): implemented the backend for authentication
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 16:31:53 +00:00
3399e4034b feat(treewide): added real logging and implemented the backend for registration
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 14:51:32 +00:00
45c46d19db feat(backend): built basic sql connection infrastructure and added sql injection protection
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 13:32:54 +00:00
64d3f29931 docs(readme): fixed cli arguments table
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 13:31:54 +00:00
50c81f5709 docs(readme): fixed typos
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 13:30:49 +00:00
f985418515 docs(readme): fixed tables
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 13:29:57 +00:00
cc2e6080f4 docs(readme): documented API and CLI
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 12:37:42 +00:00
3832d15887 feat(api,backend): added a dummy backend, improved internal response handling and documented api http response codes
antifallobst deleted branch devel from antifallobst/baseauth 2023-08-12 11:47:25 +00:00
antifallobst pushed to master at antifallobst/baseauth 2023-08-12 11:47:25 +00:00
49eb7cb524 feat(api): added json body deserialization to the api endpoints
antifallobst pushed to master at trinitrix/core 2023-07-26 21:56:38 +00:00
ecaa98e771 Docs(architecture): added the backend interface to the architecture diagram
antifallobst commented on issue trinitrix/core#16 2023-07-26 20:52:18 +00:00
Can't press 'i' on the command line

Well, that is a bug, which I just had no time to fix till now. I would just add a third input mode Command.

antifallobst commented on issue trinitrix/core#13 2023-07-26 20:49:50 +00:00
Document Codebase

Well, I wouldn't force comments over everything. If something has a really obvious name, just don't comment it...

antifallobst closed pull request trinitrix/core#14 2023-07-26 20:45:55 +00:00
Finalize command based setup
antifallobst commented on pull request trinitrix/core#14 2023-07-26 20:45:54 +00:00
Finalize command based setup

Merged manually

antifallobst commented on issue trinitrix/core#13 2023-07-23 06:17:44 +00:00
Document Codebase

For sure code should align certain readability rules. CodeAesthetic has some great yt videos about that stuff. But readable code often…

antifallobst opened issue trinitrix/core#13 2023-07-22 20:29:57 +00:00
Document Codebase
antifallobst pushed to master at trinitrix/core 2023-07-22 14:28:58 +00:00
993ef6af89 Fix(insert_modes): added the `Setup` insert mode as a workaround to log in until command based login is implemented
antifallobst pushed to master at trinitrix/core 2023-07-22 14:01:00 +00:00
d447eb2312 Feat(App): implemented vim like modes (Normal/Insert)