lemmy/crates/apub/src/api
Dessalines 231cce9350
Cleanup post action forms (#5197)
* Removing a few SuccessResponses for PostHide and MarkPostAsRead.

- This also removes the pointless multiple post_ids. These can be done
  as individual calls on the front end anyway.
- Fixes #4755

* Fixing federation tests.

* Upgrading lemmy-js-client deps.

* Add ability to mark several posts as read.

Context:

- https://github.com/LemmyNet/lemmy/pull/5043
- https://github.com/LemmyNet/lemmy/issues/4755
- https://github.com/LemmyNet/lemmy/pull/5160

* Simplifying forms.

* Fixing forms.

* Cleanup post action forms by using derive_new defaults.

- Fixes #5195

* Fix ntfy to notify on success builds also.

* Removing pointless naive_now function.

* Running taplo fmt.
2024-11-15 11:21:08 +01:00
..
list_comments.rs Conditionally hide comments on nsfw posts (fixes #4237) (#5028) 2024-09-24 10:33:53 +02:00
list_posts.rs Add ability to mark multiple posts as read. (#5178) 2024-11-14 09:03:39 -05:00
mod.rs Adding a default_comment_sort_type column for local_site and local_user. (#4469) 2024-09-19 10:03:58 +02:00
read_community.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
read_person.rs Conditionally hide comments on nsfw posts (fixes #4237) (#5028) 2024-09-24 10:33:53 +02:00
resolve_object.rs Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
search.rs Add community alphabetic sorting (#5056) 2024-10-15 17:15:43 -04:00
user_settings_backup.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00