mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
* Adding routes for /forums Adding routes for new /forums endpoints * New API Routes `/forum` `/forum/:forum_id` * Add New API Routes `/forums/:forum_id/topics/:topic_id/` `/forums/:forum_id/topics/:topic_id/:post_id` * Adds New API Routes `/forums/:forum_id/topics` `/forums/:forum_id/topics/:topic_id` * Forum JSON formatter * Updated Correctly filters out things that should not be shown. * Added topic JSON filter * Added correct pagination * Spacing and neatened * Cleaned up Consolidated queries and neatened up spacing. Fixed name * Removed unneeded aliases * Cleaned up Consolidated queries Fixed spacing Removed unneeded aliases * Cleaned up Spacing * Cleaned up spacing * Depluralized * Cleaned up Removed space * Removed extra spaces * Removed extra spaces * Removed extra spaces * Removed preloads * Cleaned up Grouped clauses * Consolodated further * Cleaned up preloads * Cleaned up Preloads consolidated clauses grouped clauses * Cleaned up removed `id` `locked` * Removed topic_id Not useful since the API client should already know it. * More consolodation of terms * Add total post count * Removed unneeded variable * Last cleanup, I swear. |
||
---|---|---|
.. | ||
admin | ||
api | ||
channel | ||
conversation | ||
duplicate_report | ||
filter | ||
fingerprint_profile | ||
forum | ||
gallery | ||
image | ||
ip_profile | ||
notification | ||
page | ||
post | ||
profile | ||
registration | ||
search | ||
session | ||
tag | ||
tag_change | ||
topic | ||
activity_controller.ex | ||
advert_controller.ex | ||
avatar_controller.ex | ||
captcha_controller.ex | ||
channel_controller.ex | ||
comment_controller.ex | ||
commission_controller.ex | ||
conversation_controller.ex | ||
dnp_entry_controller.ex | ||
duplicate_report_controller.ex | ||
filter_controller.ex | ||
fingerprint_profile_controller.ex | ||
forum_controller.ex | ||
gallery_controller.ex | ||
image_controller.ex | ||
ip_profile_controller.ex | ||
notification_controller.ex | ||
page_controller.ex | ||
post_controller.ex | ||
profile_controller.ex | ||
report_controller.ex | ||
search_controller.ex | ||
setting_controller.ex | ||
staff_controller.ex | ||
stat_controller.ex | ||
tag_controller.ex | ||
topic_controller.ex |