59da2976ab
Some more API cleanup.
...
- Extracted methods for is_mod_or_admin, and is_admin.
- Removed admins from GetPostResponse and GetCommunityResponse.
- Some cleanup.
2020-07-22 14:20:08 -04:00
b6a6d52a92
Merge branch 'main' into api_edit_separation
2020-07-22 13:47:52 -04:00
f81a7ad9ab
Adding form_id to comment creates and edits.
...
- This adds a form_id to CreateComment, EditComment, and CommentResponse
- This is so any front end clients can add a randomly generated string,
and know which comment they submitted, is the one they're getting
back.
- This gets rid of all the weird complicated logic in handleFinished(),
and should stop the comment forms getting cleared once and for all.
2020-07-21 10:56:41 -04:00
4b6a762a56
Added an is_mod_or_admin function to Community
2020-07-21 10:15:17 -04:00
Dessalines
55ce7b1339
Adding version to GetSite. Fixes #1001 ( #1002 )
...
* Adding version to GetSite. Fixes #1001
* Removing version.ts file
2020-07-21 13:20:23 +00:00
2eac037408
Adding post delete, remove, lock, and sticky.
2020-07-20 23:46:36 -04:00
fd96dfdb5e
Added comment delete, remove, read.
2020-07-20 21:37:44 -04:00
9bc6698f58
Added community delete and remove.
2020-07-20 13:37:39 -04:00
a67f46bec5
EditUserMention changed to MarkUserMentionAsRead.
2020-07-20 10:56:40 -04:00
0a28ffb9c4
Private message delete and read extracted.
2020-07-20 00:29:44 -04:00
Dessalines
78cb306c07
Don't allow community name editing. Fixes #964 ( #973 )
2020-07-15 09:53:52 -04:00
Dessalines
7556f8615f
Adding a community_name option to GetPosts /post/list . Fixes #800 ( #942 )
2020-07-13 09:50:13 -04:00
Lorenz Schmidt
a3a55dd195
Indicate unstable API in README and mdbook ( #781 )
2020-06-05 12:03:01 -04:00
bb287cbd07
Adding an admin settings page.
...
- Fixes #620
- Adding a UserListing component. Fixes #627
2020-04-10 16:55:57 -04:00
894a80eb88
Reworking README.md. Fixes #513 .
2020-02-06 11:26:11 -05:00
b45c83682c
Fixing http curl POST docs.
2020-01-23 11:21:21 -05:00
7914fd949c
Fixing last.
2020-01-20 18:49:54 -05:00
e094ae0208
Updating API docs.
2020-01-19 13:31:37 -05:00