aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/api0/accounts.go
AgeCommit message (Collapse)Author
2022-10-21all: pg9182 -> r2northstarpg9182
2022-10-20pkg/api/api0: Add metric for stored pdata sizepg9182
2022-10-20all: Make PdataStorage SetPdata return the stored pdata sizepg9182
2022-10-19pkg/api/api0: Fix /accounts/lookup_uid success responsepg9182
2022-10-19pkg/api/api0: Add metricspg9182
2022-10-19pkg/api/api0: Treat /accounts/get_username unknown account the same as an ↵pg9182
unknown username
2022-10-15pkg/api/api0: Rework error responsespg9182
* 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-15pkg/api/api0: Implement server validation for /accounts/write_persistencepg9182
2022-10-14pkg/api/api0: Relax /accounts/write_persistence serverId check for listen serverpg9182
2022-10-14pkg/api/api0: /accounts/write_persistence field name is pdatapg9182
Although the filename is file.pdata.
2022-10-13pkg/api/api0: Add comment about /accounts/get_usernamepg9182
2022-10-13pkg/api/api0/accounts: Fix OPTIONS allow headerpg9182
2022-10-13pkg/api/api0: Reject pdata with too much trailing junkpg9182
2022-10-13pkg/api/api0: Implement account endpointspg9182
* POST /accounts/write_persistence?id&serverId multipart(file.pdata) * GET /accounts/get_username?uid * GET /accounts/lookup_uid?username