feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2
- update Component class structure and remove component helper function and ComponentLoader - update residual activitypub naming to fediverse
Showing
- .gitignore 1 addition, 2 deletions.gitignore
- app/Config/Autoload.php 8 additions, 10 deletionsapp/Config/Autoload.php
- app/Config/Events.php 1 addition, 1 deletionapp/Config/Events.php
- app/Config/Filters.php 2 additions, 2 deletionsapp/Config/Filters.php
- app/Config/Services.php 21 additions, 0 deletionsapp/Config/Services.php
- app/Controllers/ActorController.php 2 additions, 2 deletionsapp/Controllers/ActorController.php
- app/Controllers/EpisodeCommentController.php 3 additions, 0 deletionsapp/Controllers/EpisodeCommentController.php
- app/Controllers/EpisodeController.php 1 addition, 1 deletionapp/Controllers/EpisodeController.php
- app/Controllers/PostController.php 5 additions, 5 deletionsapp/Controllers/PostController.php
- app/Database/Migrations/2020-05-30-101500_add_podcasts.php 1 addition, 1 deletionapp/Database/Migrations/2020-05-30-101500_add_podcasts.php
- app/Database/Migrations/2021-02-23-100000_add_episode_id_to_posts.php 13 additions, 5 deletions.../Migrations/2021-02-23-100000_add_episode_id_to_posts.php
- app/Database/Migrations/2021-03-09-113000_add_created_by_to_posts.php 13 additions, 5 deletions.../Migrations/2021-03-09-113000_add_created_by_to_posts.php
- app/Database/Migrations/2021-08-12-150000_add_episode_comments.php 5 additions, 1 deletion...ase/Migrations/2021-08-12-150000_add_episode_comments.php
- app/Database/Migrations/2021-08-12-160000_add_likes.php 5 additions, 1 deletionapp/Database/Migrations/2021-08-12-160000_add_likes.php
- app/Database/Seeds/AuthSeeder.php 2 additions, 2 deletionsapp/Database/Seeds/AuthSeeder.php
- app/Entities/Actor.php 2 additions, 2 deletionsapp/Entities/Actor.php
- app/Entities/EpisodeComment.php 1 addition, 1 deletionapp/Entities/EpisodeComment.php
- app/Entities/Post.php 2 additions, 2 deletionsapp/Entities/Post.php
- app/Helpers/media_helper.php 1 addition, 1 deletionapp/Helpers/media_helper.php
- app/Language/en/ActivityPub.php 0 additions, 36 deletionsapp/Language/en/ActivityPub.php
Loading
Please register or sign in to comment