Commit graph

15 commits

Author SHA1 Message Date
81f5b527a0
add line wrapping support 2024-02-23 09:34:52 +00:00
db6017dccf
parse timestamp fields into time.Time 2024-02-23 08:36:58 +00:00
4cbf1d4b4d
refactor: some code refactoring
- moved the usage functions to usage.go
- removed duplicate definitions of oauth2Conf
2024-02-23 07:49:02 +00:00
70fc1acc68
fix: strip HTML tags when displaying account info 2024-02-22 14:57:17 +00:00
0471ac817f
refactor(client): reduced duplication
Create the http request in the sendRequest method to reduce duplication.
2024-02-22 12:15:55 +00:00
310ecb0b39
checkpoint: some progress was made today
- You can now update the current account.
- Enbas now shows local and remote account information.
- A lot of refactoring was performed to update codebase.
2024-02-22 11:56:20 +00:00
bec69011ac
add status model 2024-02-22 03:22:03 +00:00
1361482dd4
add subcommand for instance details 2024-02-21 13:20:32 +00:00
e354456c0e
a project structure is forming; very messy ATM; added subcommands login and version 2024-02-21 10:57:37 +00:00
6c297e5242
reduce scope to read for now; confirm successful login 2024-02-21 01:26:25 +00:00
d3c67562ec
checkpoint: auths are now saved to file 2024-02-20 17:54:23 +00:00
624cd561ed
checkpoint: create the client model now 2024-02-20 14:09:26 +00:00
50d2f5f8d2
checkpoint: add login with Oauth2 2024-02-20 12:33:23 +00:00
804268f298
add registration function 2024-02-19 15:06:25 +00:00
2544fe4fcf
chore: Initial commit - Project setup 2024-02-19 12:39:01 +00:00