1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-08-14 17:27:21 -05:00

Implemented internal blocklist sourcing

Switched from using external CSV exports to having the system talk to
instances directly to build and update the database.

NOTE: Added a new table called Source with the corresponding model to
access it
This commit is contained in:
Ro
2023-09-01 15:22:57 -07:00
parent 973b02af61
commit 565f099c90
5 changed files with 162 additions and 30 deletions

63
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "aa322c53454393ed775cfe4807d54a50",
"content-hash": "f22eb6ce893e1d9f9dd058367f9352cd",
"packages": [
{
"name": "brick/math",
@ -3091,6 +3091,67 @@
],
"time": "2023-04-15T23:01:58+00:00"
},
{
"name": "revolution/laravel-mastodon-api",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/kawax/laravel-mastodon-api.git",
"reference": "b093f818d63f8da6a64114ce8ad2bcb636c40791"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/b093f818d63f8da6a64114ce8ad2bcb636c40791",
"reference": "b093f818d63f8da6a64114ce8ad2bcb636c40791",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5",
"illuminate/support": "^9.0||^10.0",
"php": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
"orchestra/testbench": "^7.0||^8.0",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
],
"aliases": {
"Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
}
}
},
"autoload": {
"psr-4": {
"Revolution\\Mastodon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "kawax",
"email": "kawaxbiz@gmail.com"
}
],
"description": "Mastodon API for Laravel",
"keywords": [
"laravel",
"mastodon"
],
"support": {
"source": "https://github.com/kawax/laravel-mastodon-api/tree/3.0.3"
},
"time": "2023-06-06T04:27:19+00:00"
},
{
"name": "symfony/console",
"version": "v6.3.4",