antifallobst
antifallobst pushed to master at antifallobst/icrc 2024-03-30 18:15:58 +00:00
28d3d03661 feat(relays): implemented user public key fetching and restructured runtime relay manager, so it uses a message queue in order to get shared mutable state
antifallobst pushed to master at antifallobst/icrc 2024-03-24 19:18:41 +00:00
d4a89cb0f8 docs: added the opt type to the commit style definition
33d4454c68 opt(sql): added 'LIMIT 1' to SELECT queries, that fetch only one item
Compare 2 commits »
antifallobst pushed to master at antifallobst/icrc 2024-03-24 18:39:54 +00:00
1d1f4896a4 feat(relays): layed the foundations for the relay runtime manager
antifallobst pushed to master at antifallobst/icrc 2024-03-24 15:35:45 +00:00
4acdee0c18 docs: updated the API docs link in the README
antifallobst pushed to master at antifallobst/icrc 2024-03-24 15:25:52 +00:00
eb877b0943 docs: documented /account/auth and fixed the Auth header in /account/register
antifallobst pushed to master at antifallobst/icrc 2024-03-23 17:56:52 +00:00
3ac7716826 docs: started to document single api entpoints
antifallobst opened issue antifallobst/icrc#2 2024-03-23 15:17:36 +00:00
API endpoints
antifallobst pushed to master at antifallobst/icrc 2024-03-23 15:09:07 +00:00
e82dafd784 docs: updated README and corrected the copyright year in the license
antifallobst pushed to master at antifallobst/icrc 2024-03-23 14:43:41 +00:00
ce4373e048 feat(relays // backend >> database): added relay user indices
antifallobst opened issue antifallobst/icrc#1 2024-03-23 10:53:02 +00:00
Relays Roadmap
antifallobst pushed to master at antifallobst/icrc 2024-03-22 22:31:18 +00:00
2b79d920eb docs: started a small contribution guide
antifallobst pushed to master at antifallobst/icrc 2024-03-22 21:59:02 +00:00
7f24ae5c98 license: made LICENSE a bit more compact
antifallobst pushed to master at antifallobst/icrc 2024-03-22 21:15:20 +00:00
ad354f73ed refactor: split backend implementation into multiple files and switched to nightly channel
b5f948a95e feat(api): implemented /relay/create
Compare 2 commits »
antifallobst pushed to master at antifallobst/icrc 2024-03-22 19:31:30 +00:00
eb6aa532ff feat(api): implemented /account/auth
antifallobst pushed to master at antifallobst/icrc 2024-03-22 18:25:34 +00:00
9d01fc2a54 docs(api): added an endpoint to the overview list
antifallobst pushed to master at antifallobst/icrc 2024-03-22 18:00:36 +00:00
df8010a797 fix(api): removed unused imports
6a739e2dad feat(api): implemented pretty error responses
68b082efe5 docs(concepts): added docs for general concepts
311df362a1 docs(api): added endpoint overview
00279afbaa feat(api): implemented /account/invite/new
Compare 7 commits »
antifallobst pushed to master at antifallobst/icrc 2024-03-19 22:56:54 +00:00
c13c70e6e4 feat(api): implemented /account/register
antifallobst pushed to master at antifallobst/icrc 2024-03-18 21:57:48 +00:00
0bb3e456be feat(api): added basic API infrastructure
antifallobst pushed to master at antifallobst/icrc 2024-03-18 08:48:08 +00:00
19c7879261 refactor: switched from dotenv to dotenvy
antifallobst pushed to master at antifallobst/icrc 2024-03-18 08:41:14 +00:00
badfdb438f refactor: renamed to icrc-server