port patches
dockers/pixelfed/pipeline/head There was a failure building this commit Details

This commit is contained in:
chris 2024-04-20 16:23:22 +02:00
parent 045ac9469b
commit db06578537
6 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
From 9472451aa9abd8476dc7b7c8852bd139a8ccda89 Mon Sep 17 00:00:00 2001
From 624eaa7e48699566497bfe45e8e40ea3285f9cad Mon Sep 17 00:00:00 2001
From: chris <cg@zknt.org>
Date: Sat, 6 Apr 2024 11:37:29 +0200
Date: Sat, 20 Apr 2024 16:19:49 +0200
Subject: [PATCH 1/6] remove IP logging
Replace unneeded logging of IPs and User-Agent strings with hashed data.

View File

@ -1,6 +1,6 @@
From 2957a298a9a12683fd667faf5b1356135942ff48 Mon Sep 17 00:00:00 2001
From d23c34e13c340d7181306edb85de456d3c3dc8fd Mon Sep 17 00:00:00 2001
From: chris <cg@zknt.org>
Date: Sat, 6 Apr 2024 11:38:51 +0200
Date: Sat, 20 Apr 2024 16:20:10 +0200
Subject: [PATCH 2/6] hardcode discovery settings
force enable discovery (as dynamic settings are not saved properly)

View File

@ -1,6 +1,6 @@
From 62e640512c5951611682c22995840c74c3982222 Mon Sep 17 00:00:00 2001
From 507d1947f4a006edf3b0698ef63a7537be9bf739 Mon Sep 17 00:00:00 2001
From: chris <cg@zknt.org>
Date: Sat, 6 Apr 2024 11:39:17 +0200
Date: Sat, 20 Apr 2024 16:20:26 +0200
Subject: [PATCH 3/6] point to modified sourcecode
as per AGPL license of original source, modifications must be disclosed.

View File

@ -1,6 +1,6 @@
From d2f2949c8f1662fb0c7840ce99de34ee9d76d613 Mon Sep 17 00:00:00 2001
From ff60dcd7310d164900ab6d667a74e0514143eff2 Mon Sep 17 00:00:00 2001
From: chris <cg@zknt.org>
Date: Sat, 6 Apr 2024 11:45:04 +0200
Date: Sat, 20 Apr 2024 16:20:41 +0200
Subject: [PATCH 4/6] disable beagle service
beagle is a remote API service provided by dansup and used for centralised lookups.

View File

@ -1,6 +1,6 @@
From 66cb2b46c6015b5efe1c06c24ea59853eb9dadbc Mon Sep 17 00:00:00 2001
From 069e9cbab95d94aa77e7fd6436896a5e3e60b068 Mon Sep 17 00:00:00 2001
From: chris <cg@zknt.org>
Date: Sat, 6 Apr 2024 11:45:42 +0200
Date: Sat, 20 Apr 2024 16:21:03 +0200
Subject: [PATCH 5/6] allow 30 char usernames
raise maximum username length, because why not?

File diff suppressed because one or more lines are too long