From 753173d2fae382b4d971d719e747dbe8749ac715 Mon Sep 17 00:00:00 2001 From: Wes Copeland Date: Sat, 7 Sep 2024 20:47:45 -0400 Subject: [PATCH] chore: delete controlpanel.blade.php (#2680) --- .../views/pages-legacy/controlpanel.blade.php | 782 ------------------ 1 file changed, 782 deletions(-) delete mode 100644 resources/views/pages-legacy/controlpanel.blade.php diff --git a/resources/views/pages-legacy/controlpanel.blade.php b/resources/views/pages-legacy/controlpanel.blade.php deleted file mode 100644 index 0d1705686..000000000 --- a/resources/views/pages-legacy/controlpanel.blade.php +++ /dev/null @@ -1,782 +0,0 @@ - - - - -
-
-

Profile

- "; - echo ""; - echo ""; - echo ""; - echo Permissions::toString($permissions); - echo ""; - echo ""; - if ($permissions >= Permissions::Registered) { - $userMottoString = !empty($userMotto) ? $userMotto : ""; - echo ""; - echo ""; - echo ""; - - echo << -
-
- -
-

No profanity.

-
-
- -
-
-
- -
- - HTML; - - echo ""; - echo ""; - echo ""; - } - if ($permissions >= Permissions::Unregistered) { - echo ""; - echo "Allow Comments on my User Wall"; - echo ""; - $checkedStr = ($userWallActive == 1) ? "checked" : ""; - echo ""; - echo ""; - echo ""; - echo ""; - - echo ""; - echo "Remove all comments from my User Wall"; - echo ""; - ?> - - "; - echo ""; - } - echo ""; - ?> -
- -
-

Notifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventEmail MeSite Msg
Comments on my activity
Comments on an achievement I created
Comments on my user wall
Comments on a forum topic I'm involved in
Someone follows me:
Private message
Weekly RA Newsletter
- -
- -
-

Settings

- - - - - - - - - - - - - - - - - - - - - -
SettingEnabled
- Suppress mature content warnings -
- Show absolute dates on forum posts -
- Hide missable achievement indicators -
- Only people I follow can message me or post on my wall -
- -
- = Permissions::Registered) { - echo "
"; - echo "

Keys

"; - echo ""; - - echo ""; - echo ""; - echo ""; - echo ""; - - echo ""; - echo ""; - echo ""; - echo ""; - echo "
Web API Key"; - ?> - -
-

- This is your personal Web API Key. Handle it with care. -

-

- API documentation can be found here. -

-
- Reset Web API Key"; - echo "
Connect Key"; - echo "

The Connect Key is used in emulators to keep you logged in.
"; - echo "Resetting the key will log you out of all emulators.

"; - echo ""; - echo ""; - echo "
"; - echo "
"; - } - ?> -
-

Change Password

-
- - - - - - - - - - - - - - - - - - - - - - -
Current Password
New Password
Confirm Password
- -
-
-
-
-

Change Email Address

-
- - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
-
-
-
-

Reset Game Progress

- - - - - - - - - - - - - - - - - - -
Game - -
Achievement - -
- - -
-
- -
-

Delete Account

-

- After requesting account deletion you may cancel your request within 14 days.
- Your account's username will NOT be available after the deletion.
- Your account's personal data will be cleared from the database permanently.
- Content you wrote in forums, comments, etc. will NOT be removed. -

- -

- You requested to have your account deleted on (UTC).
- Your account will be permanently deleted on . -

- - - - -
-
-@if ($permissions >= Permissions::Registered) - -
-

Site Awards

-
- You can manually set the display order for your earned awards. -
- Reorder Site Awards -
- - @if (!$userModel->isMuted()) -
-

Avatar

- @if ($userModel->can('updateAvatar', [User::class])) -
- New image should be less than 1MB, png/jpeg/gif supported. -
-
- - -
-
- After uploading, press Ctrl + F5. This refreshes your browser cache making the image visible. -
-
- Reset your avatar to default by removing your current one: -
- - @else -
- To upload an avatar, earn 250 points in either mode or wait until your account is at least 14 days old. -
- @endif -
- @endif -
-@endif -