diff --git a/.env.example b/.env.example index dc1d920c..7ce2d8b5 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME="PixelFed Prod" +APP_NAME="Pixelfed Prod" APP_ENV=production APP_KEY= APP_DEBUG=false diff --git a/.env.testing b/.env.testing index 8eb8d23d..2794527a 100644 --- a/.env.testing +++ b/.env.testing @@ -1,4 +1,4 @@ -APP_NAME="PixelFed Test" +APP_NAME="Pixelfed Test" APP_ENV=local APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E= APP_DEBUG=true diff --git a/app/Http/Controllers/FederationController.php b/app/Http/Controllers/FederationController.php index b6918fc4..d8941883 100644 --- a/app/Http/Controllers/FederationController.php +++ b/app/Http/Controllers/FederationController.php @@ -287,7 +287,7 @@ XML; $actor = Profile::whereKeyId($keyId)->whereNotNull('remote_url')->firstOrFail(); $res = Zttp::timeout(5)->withHeaders([ 'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"', - 'User-Agent' => 'PixelFedBot v0.1 - https://pixelfed.org', + 'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org', ])->get($actor->remote_url); $res = json_decode($res->body(), true, 8); if($res['publicKey']['id'] !== $actor->key_id) { diff --git a/app/Jobs/RemoteFollowPipeline/RemoteFollowImportRecent.php b/app/Jobs/RemoteFollowPipeline/RemoteFollowImportRecent.php index 0d8dcffb..db70b24b 100644 --- a/app/Jobs/RemoteFollowPipeline/RemoteFollowImportRecent.php +++ b/app/Jobs/RemoteFollowPipeline/RemoteFollowImportRecent.php @@ -66,7 +66,7 @@ class RemoteFollowImportRecent implements ShouldQueue return; } $response = Zttp::withHeaders([ - 'User-Agent' => 'PixelFedBot v0.1 - https://pixelfed.org', + 'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org', ])->get($url); $this->outbox = $response->json(); diff --git a/app/Jobs/RemoteFollowPipeline/RemoteFollowPipeline.php b/app/Jobs/RemoteFollowPipeline/RemoteFollowPipeline.php index 5a69e44a..92e5f8de 100644 --- a/app/Jobs/RemoteFollowPipeline/RemoteFollowPipeline.php +++ b/app/Jobs/RemoteFollowPipeline/RemoteFollowPipeline.php @@ -64,7 +64,7 @@ class RemoteFollowPipeline implements ShouldQueue $client = new Client(['handler' => $handlerStack]); $response = Zttp::withHeaders([ 'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"', - 'User-Agent' => 'PixelFedBot v0.1 - https://pixelfed.org', + 'User-Agent' => 'PixelfedBot v0.1 - https://pixelfed.org', ])->get($url); $this->response = $response->json(); diff --git a/app/Util/ActivityPub/DiscoverActor.php b/app/Util/ActivityPub/DiscoverActor.php index 6229519f..61023900 100644 --- a/app/Util/ActivityPub/DiscoverActor.php +++ b/app/Util/ActivityPub/DiscoverActor.php @@ -18,7 +18,7 @@ class DiscoverActor { $res = Zttp::withHeaders([ 'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"', - 'User-Agent' => 'PixelFedBot - https://pixelfed.org', + 'User-Agent' => 'PixelfedBot - https://pixelfed.org', ])->get($this->url); $this->response = $res->body(); diff --git a/app/Util/ActivityPub/Helpers.php b/app/Util/ActivityPub/Helpers.php index f02e73af..e38b4ca0 100644 --- a/app/Util/ActivityPub/Helpers.php +++ b/app/Util/ActivityPub/Helpers.php @@ -178,7 +178,7 @@ class Helpers { { return [ 'Accept' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"', - 'User-Agent' => 'PixelFedBot - https://pixelfed.org', + 'User-Agent' => 'PixelfedBot - https://pixelfed.org', ]; } diff --git a/config/pixelfed.php b/config/pixelfed.php index 34264e90..cae06020 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -17,10 +17,10 @@ return [ /* |-------------------------------------------------------------------------- - | PixelFed Version + | Pixelfed Version |-------------------------------------------------------------------------- | - | This value is the version of your PixelFed instance. + | This value is the version of your Pixelfed instance. | */ 'version' => '0.9.4', diff --git a/public/js/timeline.js b/public/js/timeline.js index 887df97e..d44eaca3 100644 Binary files a/public/js/timeline.js and b/public/js/timeline.js differ diff --git a/public/manifest.json b/public/manifest.json index 03aeb564..71401db0 100644 Binary files a/public/manifest.json and b/public/manifest.json differ diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index a5e9a7d0..1e29f8ae 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -311,7 +311,7 @@ API
- Powered by PixelFed + Powered by Pixelfed
diff --git a/resources/views/layouts/partial/footer.blade.php b/resources/views/layouts/partial/footer.blade.php index 0dab40fd..cf491338 100644 --- a/resources/views/layouts/partial/footer.blade.php +++ b/resources/views/layouts/partial/footer.blade.php @@ -8,7 +8,7 @@ {{__('site.privacy')}} API {{__('site.language')}} - Powered by PixelFed + Powered by Pixelfed diff --git a/resources/views/profile/bookmarks.blade.php b/resources/views/profile/bookmarks.blade.php index 52ed7284..bed1acd4 100644 --- a/resources/views/profile/bookmarks.blade.php +++ b/resources/views/profile/bookmarks.blade.php @@ -96,7 +96,7 @@ @push('meta') - + @if(false == $settings->crawlable || $user->remote_url) @endif diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index ae29ff99..30a3e92e 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -17,7 +17,7 @@ @if(false == $settings['crawlable'] || $profile->remote_url) @else - + @endif @endpush diff --git a/resources/views/site/developer.blade.php b/resources/views/site/developer.blade.php index 6d52d396..c3a853ce 100644 --- a/resources/views/site/developer.blade.php +++ b/resources/views/site/developer.blade.php @@ -7,7 +7,7 @@Developers can use PixelFed APIs to build rich experiences and extend PixelFed in new ways.
+Developers can use Pixelfed APIs to build rich experiences and extend Pixelfed in new ways.
Any of the information we collect from you may be used in the following ways: