Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |