summary refs log tree commit diff
path: root/src/api/routes/users/@me
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:04:36 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:05:02 +1100
commit64e747a4d29220ef285124c98d22646842f03cd6 (patch)
tree2f81bd73522aea4565b9def3d2b23135009363b7 /src/api/routes/users/@me
parentSPACEBAR (diff)
downloadserver-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz
SPACEBAR
Diffstat (limited to 'src/api/routes/users/@me')
-rw-r--r--src/api/routes/users/@me/activities/statistics/applications.ts2
-rw-r--r--src/api/routes/users/@me/affinities/guilds.ts2
-rw-r--r--src/api/routes/users/@me/affinities/users.ts2
-rw-r--r--src/api/routes/users/@me/applications/#app_id/entitlements.ts2
-rw-r--r--src/api/routes/users/@me/billing/country-code.ts2
-rw-r--r--src/api/routes/users/@me/billing/payment-sources.ts2
-rw-r--r--src/api/routes/users/@me/billing/subscriptions.ts2
-rw-r--r--src/api/routes/users/@me/channels.ts2
-rw-r--r--src/api/routes/users/@me/connections.ts2
-rw-r--r--src/api/routes/users/@me/delete.ts2
-rw-r--r--src/api/routes/users/@me/devices.ts2
-rw-r--r--src/api/routes/users/@me/disable.ts2
-rw-r--r--src/api/routes/users/@me/email-settings.ts2
-rw-r--r--src/api/routes/users/@me/entitlements.ts2
-rw-r--r--src/api/routes/users/@me/guilds.ts2
-rw-r--r--src/api/routes/users/@me/guilds/#guild_id/settings.ts2
-rw-r--r--src/api/routes/users/@me/guilds/premium/subscription-slots.ts2
-rw-r--r--src/api/routes/users/@me/index.ts2
-rw-r--r--src/api/routes/users/@me/library.ts2
-rw-r--r--src/api/routes/users/@me/mfa/codes-verification.ts2
-rw-r--r--src/api/routes/users/@me/mfa/codes.ts2
-rw-r--r--src/api/routes/users/@me/mfa/totp/disable.ts2
-rw-r--r--src/api/routes/users/@me/mfa/totp/enable.ts2
-rw-r--r--src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts2
-rw-r--r--src/api/routes/users/@me/mfa/webauthn/credentials/index.ts2
-rw-r--r--src/api/routes/users/@me/notes.ts2
-rw-r--r--src/api/routes/users/@me/relationships.ts2
-rw-r--r--src/api/routes/users/@me/settings.ts2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/api/routes/users/@me/activities/statistics/applications.ts b/src/api/routes/users/@me/activities/statistics/applications.ts
index 105249e6..44f35b67 100644
--- a/src/api/routes/users/@me/activities/statistics/applications.ts
+++ b/src/api/routes/users/@me/activities/statistics/applications.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/affinities/guilds.ts b/src/api/routes/users/@me/affinities/guilds.ts
index 502b776c..080ba066 100644
--- a/src/api/routes/users/@me/affinities/guilds.ts
+++ b/src/api/routes/users/@me/affinities/guilds.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/affinities/users.ts b/src/api/routes/users/@me/affinities/users.ts
index 292532c0..62629753 100644
--- a/src/api/routes/users/@me/affinities/users.ts
+++ b/src/api/routes/users/@me/affinities/users.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/applications/#app_id/entitlements.ts b/src/api/routes/users/@me/applications/#app_id/entitlements.ts
index 74315bfe..7b8e486f 100644
--- a/src/api/routes/users/@me/applications/#app_id/entitlements.ts
+++ b/src/api/routes/users/@me/applications/#app_id/entitlements.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/billing/country-code.ts b/src/api/routes/users/@me/billing/country-code.ts
index bd3d3ac7..9d149fef 100644
--- a/src/api/routes/users/@me/billing/country-code.ts
+++ b/src/api/routes/users/@me/billing/country-code.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/billing/payment-sources.ts b/src/api/routes/users/@me/billing/payment-sources.ts
index 105249e6..44f35b67 100644
--- a/src/api/routes/users/@me/billing/payment-sources.ts
+++ b/src/api/routes/users/@me/billing/payment-sources.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/billing/subscriptions.ts b/src/api/routes/users/@me/billing/subscriptions.ts
index 74315bfe..7b8e486f 100644
--- a/src/api/routes/users/@me/billing/subscriptions.ts
+++ b/src/api/routes/users/@me/billing/subscriptions.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/channels.ts b/src/api/routes/users/@me/channels.ts
index 5d05c5c6..01151f2e 100644
--- a/src/api/routes/users/@me/channels.ts
+++ b/src/api/routes/users/@me/channels.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/connections.ts b/src/api/routes/users/@me/connections.ts
index 74315bfe..7b8e486f 100644
--- a/src/api/routes/users/@me/connections.ts
+++ b/src/api/routes/users/@me/connections.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/delete.ts b/src/api/routes/users/@me/delete.ts
index 8043eae3..bd7ac8bb 100644
--- a/src/api/routes/users/@me/delete.ts
+++ b/src/api/routes/users/@me/delete.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/devices.ts b/src/api/routes/users/@me/devices.ts
index e2ce9e03..fc74bca1 100644
--- a/src/api/routes/users/@me/devices.ts
+++ b/src/api/routes/users/@me/devices.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/disable.ts b/src/api/routes/users/@me/disable.ts
index 9cb6e5c4..25cfb214 100644
--- a/src/api/routes/users/@me/disable.ts
+++ b/src/api/routes/users/@me/disable.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/email-settings.ts b/src/api/routes/users/@me/email-settings.ts
index a95fa658..277c8dbf 100644
--- a/src/api/routes/users/@me/email-settings.ts
+++ b/src/api/routes/users/@me/email-settings.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/entitlements.ts b/src/api/routes/users/@me/entitlements.ts
index c4376cd4..fac7d9e0 100644
--- a/src/api/routes/users/@me/entitlements.ts
+++ b/src/api/routes/users/@me/entitlements.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/guilds.ts b/src/api/routes/users/@me/guilds.ts
index 4166643f..61f4ca06 100644
--- a/src/api/routes/users/@me/guilds.ts
+++ b/src/api/routes/users/@me/guilds.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/guilds/#guild_id/settings.ts b/src/api/routes/users/@me/guilds/#guild_id/settings.ts
index 72c95d6b..914204b2 100644
--- a/src/api/routes/users/@me/guilds/#guild_id/settings.ts
+++ b/src/api/routes/users/@me/guilds/#guild_id/settings.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/guilds/premium/subscription-slots.ts b/src/api/routes/users/@me/guilds/premium/subscription-slots.ts
index 105249e6..44f35b67 100644
--- a/src/api/routes/users/@me/guilds/premium/subscription-slots.ts
+++ b/src/api/routes/users/@me/guilds/premium/subscription-slots.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/index.ts b/src/api/routes/users/@me/index.ts
index 30091344..2252e22a 100644
--- a/src/api/routes/users/@me/index.ts
+++ b/src/api/routes/users/@me/index.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/library.ts b/src/api/routes/users/@me/library.ts
index b04cbe57..520420b7 100644
--- a/src/api/routes/users/@me/library.ts
+++ b/src/api/routes/users/@me/library.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/codes-verification.ts b/src/api/routes/users/@me/mfa/codes-verification.ts
index 24f018c9..fc38a761 100644
--- a/src/api/routes/users/@me/mfa/codes-verification.ts
+++ b/src/api/routes/users/@me/mfa/codes-verification.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/codes.ts b/src/api/routes/users/@me/mfa/codes.ts
index e2600400..9b977bb3 100644
--- a/src/api/routes/users/@me/mfa/codes.ts
+++ b/src/api/routes/users/@me/mfa/codes.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/totp/disable.ts b/src/api/routes/users/@me/mfa/totp/disable.ts
index e35691ae..10cb83f6 100644
--- a/src/api/routes/users/@me/mfa/totp/disable.ts
+++ b/src/api/routes/users/@me/mfa/totp/disable.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/totp/enable.ts b/src/api/routes/users/@me/mfa/totp/enable.ts
index f6519ad0..e0c351ae 100644
--- a/src/api/routes/users/@me/mfa/totp/enable.ts
+++ b/src/api/routes/users/@me/mfa/totp/enable.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts b/src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts
index a4381f37..e2188618 100644
--- a/src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts
+++ b/src/api/routes/users/@me/mfa/webauthn/credentials/#key_id/index.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts b/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts
index 85fb251c..f3de9c37 100644
--- a/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts
+++ b/src/api/routes/users/@me/mfa/webauthn/credentials/index.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/notes.ts b/src/api/routes/users/@me/notes.ts
index 64730c1a..7948015b 100644
--- a/src/api/routes/users/@me/notes.ts
+++ b/src/api/routes/users/@me/notes.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/relationships.ts b/src/api/routes/users/@me/relationships.ts
index 4dfb4c33..910b55db 100644
--- a/src/api/routes/users/@me/relationships.ts
+++ b/src/api/routes/users/@me/relationships.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/api/routes/users/@me/settings.ts b/src/api/routes/users/@me/settings.ts
index cfcedec1..045d4aec 100644
--- a/src/api/routes/users/@me/settings.ts
+++ b/src/api/routes/users/@me/settings.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify