Commit graph

45 commits

Author SHA1 Message Date
d8a9b79df2 Merge pull request 'Implement changes from backend' (#1) from backend into main
Reviewed-on: #1
2025-05-02 19:39:21 +00:00
f70d76390b Revert "docs: add user endpoint from backend"
This reverts commit 37309f461b.
2025-05-02 21:39:03 +02:00
800898d58b Merge branch 'main' into backend 2025-05-02 19:37:19 +00:00
66c29b147c
docs: add users endpoint 2025-05-02 21:28:04 +02:00
78970bf292 docs: add refresh/revoke endpoints for token handling 2025-05-02 11:55:25 +02:00
37309f461b docs: add user endpoint from backend
endpoint returns information about users using user/UUID or the special user/me endpoint
2025-05-02 11:54:56 +02:00
3d111b35e3 docs: match login and register to backend 2025-05-02 11:54:04 +02:00
676ef29aa0 docs: use a proper access token 2025-05-02 11:53:11 +02:00
e06eb0c4ba
docs: fix last link 2025-05-02 02:06:21 +02:00
d45796629b
docs: fix more links 2025-05-02 02:04:14 +02:00
ea12d693ed
docs: fix links 2025-05-02 01:57:02 +02:00
2ebb2594d7
docs: attempt to fix markdown link 2025-05-02 01:49:45 +02:00
142cc5a448
docs: added endpoints and object models 2025-05-02 01:42:24 +02:00
ebab7e4fb3
chore: add .gitignore 2025-05-02 01:41:27 +02:00
218f91dce2 chore: add status 500 errors to every endpoint 2025-04-29 21:53:17 +02:00
0f993c39ec fix: ensure consitant naming of keys 2025-04-29 21:39:17 +02:00
25b75bee87 feat: add UUID to login endpoint 2025-04-29 21:24:58 +02:00
dc0b18cfe1 fix: update gorb ID formating 2025-04-29 21:24:14 +02:00
eb036c03df feat: add uuid to registration endpoint 2025-04-29 21:21:07 +02:00
6e4423e08b
chore: fix formatting, add periods, and change example tokens to opaque ones (hex) 2025-04-29 18:05:11 +02:00
0211348abc
chore: fixed table formatting and added periods 2025-04-29 18:01:15 +02:00
ea0fbc6f5c test commit again 2025-04-28 23:53:28 +02:00
91f84b4eab test commit 2025-04-28 23:52:10 +02:00
1a5e864b01
Add explanation for refresh_token to login/register tables 2025-04-28 23:44:14 +02:00
1e6fd6754e fix: specify how friend requests are accepted 2025-04-28 23:40:00 +02:00
8c8c24b2a9 fix: communicate that the versions api's unstable_features is a dict 2025-04-28 23:38:14 +02:00
42fca503d8 fix: prettify markdown tables 2025-04-28 23:37:12 +02:00
bb72915201 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-04-28 23:35:16 +02:00
2f8a653148 feat: implement client-server/friend-request 2025-04-28 23:33:21 +02:00
cbb563c4d6 fix: change error code from 401 to 403 2025-04-28 23:33:06 +02:00
2891101286
Put proper token examples 2025-04-28 23:30:23 +02:00
23ac445713 fix: let servers disable signups 2025-04-28 23:16:37 +02:00
0ee1865c8b feat: client-server/register implemented 2025-04-28 23:12:17 +02:00
e724777a62 fix: formating for login API 2025-04-28 23:01:52 +02:00
7a967ffc1b feat: client-server/login implemented 2025-04-28 23:00:16 +02:00
e2b828790e fix: gorb IDs should be seperated with a colon 2025-04-28 22:42:45 +02:00
7cd18b9198 fix: move versions out of v1 2025-04-28 22:41:18 +02:00
c8ba206e92 fix: clarify versions should be a list 2025-04-28 22:30:33 +02:00
9cdc0eb724 fix: example versions should be whole numbers to reflect API version 2025-04-28 22:29:37 +02:00
658c59887a fix: all the stat entries shouldn't be mandatory 2025-04-28 22:28:14 +02:00
53cd6287cc feat: client-server/support implemented 2025-04-28 22:23:04 +02:00
6d1e63be6a fix: unstable_features shouldn't be required 2025-04-28 22:14:01 +02:00
e2e4e932d6 feat: new endpoint client-server/stats 2025-04-28 22:09:05 +02:00
167772bfcd feat: start writing barebones documentation 2025-04-28 21:49:59 +02:00
08fc33cc06 Initial commit 2025-04-28 18:30:21 +00:00