aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--0001-Remove-donator-badges.patch13
-rw-r--r--0002-Small-rebrand.patch2
-rw-r--r--0003-Experiments-Re-add-staging-banner.patch2
-rw-r--r--0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch2
-rw-r--r--0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch2
-rw-r--r--0006-Updater-Disable-auto-update-by-default.patch2
6 files changed, 11 insertions, 12 deletions
diff --git a/0001-Remove-donator-badges.patch b/0001-Remove-donator-badges.patch
index b216176..c2c84d3 100644
--- a/0001-Remove-donator-badges.patch
+++ b/0001-Remove-donator-badges.patch
@@ -1,6 +1,6 @@
-From f96190afa8668485eae2c22c931927481a74c7ae Mon Sep 17 00:00:00 2001
+From e25f5674bfbfe3d6a28f8536b857c0d1b9db6a9d Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
-Date: Mon, 9 Oct 2023 17:46:41 +0100
+Date: Wed, 24 Apr 2024 23:30:05 +0100
Subject: [PATCH 1/6] Remove donator badges
It makes a request to an API hosted by the Vencord developer, without
@@ -8,8 +8,8 @@ any option to turn it off. This raises privacy concerns.
It's easiest to just get rid of the feature entirely.
---
src/api/Badges.ts | 3 +-
- src/plugins/_api/badges.tsx | 97 +------------------------------------
- 2 files changed, 2 insertions(+), 98 deletions(-)
+ src/plugins/_api/badges.tsx | 95 -------------------------------------
+ 2 files changed, 1 insertion(+), 97 deletions(-)
diff --git a/src/api/Badges.ts b/src/api/Badges.ts
index b50016c..3529693 100644
@@ -26,7 +26,7 @@ index b50016c..3529693 100644
return badges;
}
diff --git a/src/plugins/_api/badges.tsx b/src/plugins/_api/badges.tsx
-index 16b244a..4328925 100644
+index 6b1a79c..27da6fa 100644
--- a/src/plugins/_api/badges.tsx
+++ b/src/plugins/_api/badges.tsx
@@ -44,19 +44,6 @@ const ContributorBadge: ProfileBadge = {
@@ -72,7 +72,7 @@ index 16b244a..4328925 100644
renderBadgeComponent: ErrorBoundary.wrap((badge: ProfileBadge & BadgeUserArgs) => {
const Component = badge.component!;
return <Component {...badge} />;
-- }, { noop: true }),
+ }, { noop: true }),
-
-
- getDonorBadges(userId: string) {
@@ -143,7 +143,6 @@ index 16b244a..4328925 100644
- },
- }));
- }
-+ }, { noop: true })
});
--
2.44.0
diff --git a/0002-Small-rebrand.patch b/0002-Small-rebrand.patch
index 6847a1e..614d7fe 100644
--- a/0002-Small-rebrand.patch
+++ b/0002-Small-rebrand.patch
@@ -1,4 +1,4 @@
-From 313f9ba5ff06dd32384de63de6948886456e6e34 Mon Sep 17 00:00:00 2001
+From 1488ae2e8e1b16bfe19f93d840e9c4af2827f48d Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 9 Mar 2024 07:57:26 +0000
Subject: [PATCH 2/6] Small rebrand
diff --git a/0003-Experiments-Re-add-staging-banner.patch b/0003-Experiments-Re-add-staging-banner.patch
index 61b16a8..2f3d724 100644
--- a/0003-Experiments-Re-add-staging-banner.patch
+++ b/0003-Experiments-Re-add-staging-banner.patch
@@ -1,4 +1,4 @@
-From c32eb6e5c967f10f09b5b5952b924202b49b2929 Mon Sep 17 00:00:00 2001
+From 54fb224b90ddb97807dc91072769ccebacf9e426 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Thu, 26 Oct 2023 00:48:25 +0100
Subject: [PATCH 3/6] Experiments: Re-add staging banner
diff --git a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
index b72a9b1..62fc818 100644
--- a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
+++ b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
@@ -1,4 +1,4 @@
-From b3ac4178c9d99dae3766b6d8d179c1c0a3ef6896 Mon Sep 17 00:00:00 2001
+From 7aa6223d4b8a9a9c2e5329e5196a6a0cd23e1097 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 9 Mar 2024 08:00:55 +0000
Subject: [PATCH 4/6] Updater: don't prompt for updates when on a local branch
diff --git a/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch b/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
index 869dd29..a7d079a 100644
--- a/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
+++ b/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
@@ -1,4 +1,4 @@
-From b38b89ccf425919b85523b636b43cab0acfda978 Mon Sep 17 00:00:00 2001
+From ca457c1263004f0c9347e2e830a088f93b95e824 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Wed, 27 Dec 2023 15:05:44 +0000
Subject: [PATCH 5/6] Enable CSP bypass on stock discord desktop client
diff --git a/0006-Updater-Disable-auto-update-by-default.patch b/0006-Updater-Disable-auto-update-by-default.patch
index c37c4de..f46e196 100644
--- a/0006-Updater-Disable-auto-update-by-default.patch
+++ b/0006-Updater-Disable-auto-update-by-default.patch
@@ -1,4 +1,4 @@
-From 85db6bf2367ec9ed550454b26c39b84a1faacbd1 Mon Sep 17 00:00:00 2001
+From 111bf8d5fad4f9226122583239b38eb718b57b04 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sun, 21 Apr 2024 21:22:25 +0100
Subject: [PATCH 6/6] Updater: Disable auto-update by default