Merge pull request #1906 from pixelfed/staging
Add S3 + Stories
Showing
- app/Console/Commands/StoryGC.php 64 additions, 0 deletionsapp/Console/Commands/StoryGC.php
- app/Console/Kernel.php 1 addition, 0 deletionsapp/Console/Kernel.php
- app/Http/Controllers/FollowerController.php 4 additions, 0 deletionsapp/Http/Controllers/FollowerController.php
- app/Http/Controllers/InternalApiController.php 2 additions, 6 deletionsapp/Http/Controllers/InternalApiController.php
- app/Http/Controllers/ProfileController.php 30 additions, 0 deletionsapp/Http/Controllers/ProfileController.php
- app/Http/Controllers/StoryController.php 238 additions, 2 deletionsapp/Http/Controllers/StoryController.php
- app/Profile.php 5 additions, 0 deletionsapp/Profile.php
- app/Providers/AuthServiceProvider.php 0 additions, 1 deletionapp/Providers/AuthServiceProvider.php
- app/Status.php 2 additions, 6 deletionsapp/Status.php
- app/Story.php 12 additions, 12 deletionsapp/Story.php
- app/Transformer/Api/StatusTransformer.php 1 addition, 1 deletionapp/Transformer/Api/StatusTransformer.php
- app/Util/ActivityPub/Helpers.php 16 additions, 1 deletionapp/Util/ActivityPub/Helpers.php
- app/Util/Lexer/RestrictedNames.php 7 additions, 2 deletionsapp/Util/Lexer/RestrictedNames.php
- app/Util/RateLimit/User.php 16 additions, 1 deletionapp/Util/RateLimit/User.php
- app/Util/Site/Config.php 1 addition, 1 deletionapp/Util/Site/Config.php
- composer.lock 75 additions, 73 deletionscomposer.lock
- config/instance.php 4 additions, 0 deletionsconfig/instance.php
- config/passport.php 20 additions, 0 deletionsconfig/passport.php
- config/pixelfed.php 1 addition, 1 deletionconfig/pixelfed.php
- database/migrations/2019_12_25_042317_update_stories_table.php 63 additions, 0 deletions...ase/migrations/2019_12_25_042317_update_stories_table.php
Loading
Please register or sign in to comment