Commit Graph

83 Commits

Author SHA1 Message Date
Paul Makles 821afa9f12 feat: use strict mode and rewrite anyOf 2022-03-20 17:48:49 +00:00
Paul Makles acddc7f269 feat: switch to @insertish/oapi and cjs 2022-03-20 13:02:10 +00:00
Paul Makles 5163e1b552 feat: build new API library / request builder 2022-03-20 00:18:41 +00:00
Paul Makles c357434a66 feat(permissions): migrate to new perms system 2022-03-04 16:49:29 +00:00
Paul Makles 7a514cf1ba chore: add LICENSE 2022-01-26 15:03:54 +00:00
Paul Makles 5cc5087b48 chore: bump and publish 2022-01-15 10:38:35 +00:00
Zomatree a8090ef798 feat: add sendable embeds (#17) 2022-01-14 22:47:13 +00:00
ayntgl 189b4138b8 fix(types/Core): change invite_only type to bool (#15) 2022-01-14 16:57:21 +00:00
Ayyan 82ef4430e7 fix: remove registration field from RevoltConfiguration.features (#12) 2022-01-05 21:57:35 +00:00
Paul Makles 31f376d96f chore: set correct version and publish 2022-01-03 12:39:32 +00:00
Paul Makles 36879fd473 feat: add discovery / analytics flags 2022-01-03 11:32:38 +00:00
insertish 7df641bc8d ci: Synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2021-12-31 17:32:50 +00:00
Paul f8184ec33a fix: change badge enum 2021-11-13 21:53:45 +00:00
Paul 446f5beef0 feat: add new badges 2021-11-13 19:30:01 +00:00
insertish 25d8b60626 ci: Synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2021-11-11 20:08:45 +00:00
insertish 7fb387c712 ci: Created local '.github/workflows/triage_pr.yml' from remote 'workflows/triage_pr.yml' 2021-11-11 19:09:11 +00:00
insertish fcb2f22963 ci: Created local '.github/workflows/triage_issue.yml' from remote 'workflows/triage_issue.yml' 2021-11-11 19:02:04 +00:00
Paul 765f6b898f chore: build json 2021-11-04 21:35:51 +00:00
Paul a7f525862f fix: should be optional 2021-11-04 20:13:13 +00:00
Paul ffd69ed2d5 fix: spelling 2021-11-04 19:59:34 +00:00
Paul 56877c271e feat: add masquerade to messages 2021-11-04 19:37:02 +00:00
Paul 252ca10571 chore: bump version / remove nonce from req 2021-11-04 18:30:44 +00:00
Paul Makles 6adea87de5 Merge pull request #6 from Jan0660/master 2021-10-10 15:59:21 +01:00
Jan0660 1ef0c24a0f Add servers to GET /users/:user/mutual 2021-09-25 21:08:59 +02:00
Paul Makles b6eead8fa9 Merge pull request #3 from Jan0660/master
Route GET /users/@me
2021-09-14 21:22:29 +01:00
Jan0660 e20e10c875 Route GET /users/@me 2021-09-14 22:20:03 +02:00
Paul 1ffad53c10 Add server flags to specification.
https://github.com/revoltchat/delta/pull/68
2021-09-14 15:56:43 +01:00
Paul 1212529499 Bump version to 0.5.3-alpha.1. 2021-09-14 14:07:03 +01:00
Paul Makles 1e23ecb9de Update last_message to just be last_message_id. 2021-09-14 13:38:50 +01:00
Paul 094f8e650d These should be PATCH. 2021-09-12 22:03:11 +01:00
Paul 097f40e371 _id should not be optional on SessionInfo 2021-09-11 17:13:26 +01:00
Paul 78454aa18d Logout should not include path params. 2021-09-11 13:18:30 +01:00
Paul a743aff8fa Logout should be a POST. 2021-09-11 13:17:41 +01:00
Paul 55fe45e1eb Migrate to rAuth v1. 2021-09-11 12:35:04 +01:00
Paul Makles 097ca4df35 Merge pull request #1 from jack1142/patch-1
Change `channel` to `server` in `roleParams` for Server Permissions routes
2021-09-09 22:42:20 +01:00
Paul Makles 3eb910e08e Merge pull request #2 from goaaats/fix/youtube_timestamp
Add youtube timestamp to january types
2021-09-09 20:50:39 +01:00
goat 6111dc9455 fix: add youtube timestamp to january types 2021-09-07 17:17:20 +02:00
jack1142 40afcf8535 Change channel to server in roleParams for Server Permissions routes 2021-09-06 19:03:09 +02:00
Paul 310b3b54f1 Bump version. 2021-08-30 15:54:32 +01:00
insert 1cfbd86d55 Merge branch 'jack1142-master-patch-50191' into 'master'
Improve documentation of default_permissions

See merge request revolt/api!7
2021-08-30 14:52:45 +00:00
jack1142 7a41045a45 Improve documentation of default_permissions 2021-08-27 19:01:54 +00:00
insert 37e5ae221c Update January.ts 2021-08-23 11:51:03 +00:00
insert 8b4778c42c Merge branch 'jack1142-master-patch-20783' into 'master'
Properly mark optional fields (last_message and description)

See merge request revolt/api!5
2021-08-23 11:50:11 +00:00
insert cede4a2638 Merge branch 'jack1142-master-patch-82501' into 'master'
Update response from `/sync/reads` to be an array

See merge request revolt/api!6
2021-08-23 11:50:01 +00:00
jack1142 3307df42b2 Update response from /sync/reads to be an array 2021-08-20 21:19:18 +00:00
jack1142 f540ed38ef Mark last_message as optional as well 2021-08-19 03:17:58 +00:00
jack1142 4a367f6f8f Mark ServerChannel's description as optional 2021-08-19 03:11:25 +00:00
insert 14893a8c3e Merge branch 'jack1142-master-patch-86057' into 'master'
[Send Message] `replies` is an array of objects, not an object

See merge request revolt/api!4
2021-08-17 17:57:05 +00:00
jack1142 34ef79dd9b [Send Message] replies is an array of objects, not an object 2021-08-16 23:58:21 +00:00
Paul 21a4abced0 Add nsfw flags to channels / servers. 2021-08-16 13:56:48 +01:00