index
:
Atlas
main
The next-gen master server for Northstar.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
api
/
api0
/
accounts.go
Age
Commit message (
Collapse
)
Author
2022-10-21
all: pg9182 -> r2northstar
pg9182
2022-10-20
pkg/api/api0: Add metric for stored pdata size
pg9182
2022-10-20
all: Make PdataStorage SetPdata return the stored pdata size
pg9182
2022-10-19
pkg/api/api0: Fix /accounts/lookup_uid success response
pg9182
2022-10-19
pkg/api/api0: Add metrics
pg9182
2022-10-19
pkg/api/api0: Treat /accounts/get_username unknown account the same as an ↵
pg9182
unknown username
2022-10-15
pkg/api/api0: Rework error responses
pg9182
* NorthstarLauncher expects the error field to be an object with enum and msg fields as strings, and often crashes if this isn't the case. * Shorter code, less duplication.
2022-10-15
pkg/api/api0: Implement server validation for /accounts/write_persistence
pg9182
2022-10-14
pkg/api/api0: Relax /accounts/write_persistence serverId check for listen server
pg9182
2022-10-14
pkg/api/api0: /accounts/write_persistence field name is pdata
pg9182
Although the filename is file.pdata.
2022-10-13
pkg/api/api0: Add comment about /accounts/get_username
pg9182
2022-10-13
pkg/api/api0/accounts: Fix OPTIONS allow header
pg9182
2022-10-13
pkg/api/api0: Reject pdata with too much trailing junk
pg9182
2022-10-13
pkg/api/api0: Implement account endpoints
pg9182
* POST /accounts/write_persistence?id&serverId multipart(file.pdata) * GET /accounts/get_username?uid * GET /accounts/lookup_uid?username