27 Commits

Author SHA1 Message Date
4a880b93dd Moved header and nav to their own files - easier to edit! 2025-03-15 12:11:45 -04:00
f13d2ed907 Tidied up user-detection code 2025-03-15 07:45:07 -04:00
a590af9e3a Fixed HTACCESS to include new username rules. Removed period (.) from allowed username content to prevent URL conflicts 2025-03-12 19:35:13 -04:00
93f24b7078 Fixed layout problem with 'edit socials' button floating around 2025-03-11 21:29:47 -04:00
c98470b43e Replaced references to "Discord Link" to "Discord User ID" 2025-03-11 21:20:00 -04:00
241058b3a7 Fixed user account creation screen layout, looks and feels a lot better now 2025-03-11 21:18:31 -04:00
53c95d9897 Allowing for more characters in usernames (i.e. '-', '_', and '|') 2025-03-11 19:43:38 -04:00
c7770a6f19 Slight change to login system so that the SESSION variable with the username catches the same one the person signed up for, so when they're looking at their own account the link will be correct 2025-03-11 19:34:05 -04:00
490afb3a4f Changed the way we show and edit data on the user accounts page - now defaults to showing socials by default even if you're logged in, with the option to edit. 2025-03-11 19:33:15 -04:00
822cf32242 Fixed bug where it wouldn't show another user's socials information if you were logged into another account 2025-03-11 06:17:31 -04:00
11572a7ade Added user editing page
Changed some layouts

Probably some other things I've forgotten about lol
2025-03-10 18:32:11 -04:00
d3f659ab04 Fixed bug in account creation where it couldn't read the database 2025-03-10 14:13:32 -04:00
4d356bd9a3 Modified/tidied up folder structure - moved login/logout/create-account into the user folder 2025-03-10 13:49:35 -04:00
87bbd023c9 Improved account creation on mobile layouts 2025-03-10 12:52:45 -04:00
df051508e2 Changed min/max sizes for mobile layout
Automatically refreshes the iFrame when the screen is rotated - this forces the layout to refresh to the correct one
2025-03-10 08:36:28 -04:00
6db2d2b6b5 Added ability to change password through user accounts page 2025-03-09 10:27:33 -04:00
748c476a4b Re-factored "isAdmin" to a more generic "privileges" to store different levels of access 2025-03-09 08:39:59 -04:00
186ede7211 Added permanent links to the homepage in the subnav section of main and user pages 2025-03-09 08:20:06 -04:00
771957158a restored accidentally remove gitignore 2025-03-08 20:17:34 -05:00
1242ea4586 Added a background image 2025-03-08 18:48:09 -05:00
6df3b6cfa7 Fixed error when trying to view an account when not signed into one yourself
Added login/create account buttons if you're viewing an account and want to make your own
2025-03-08 17:15:42 -05:00
8af964bdc9 Enforced all pages that load in frames, to only load in frames, preventing pages from being loaded indivudually that aren't supposed to be 2025-03-08 16:38:13 -05:00
69ef9fa67c Changed userlist in divisions to be links to player profiles, if they exist
Made a change so not-found users are displayed as such

Changed the title of the user account page to reflect the account we're looking at, and whether or not it's our own
2025-03-08 16:25:21 -05:00
f128ec66c2 Added new header-banner. Mostly placeholder stuff. 2025-03-08 14:56:29 -05:00
7ad0b47ea6 Changes to how we display links
- New class for blue links, orange links will come later
Slight changes to wording and layout on game uploading form
2025-03-08 08:44:44 -05:00
872cd022ad - Changes to user account viewing screen
- Links properly redirect (assuming they've been set properly)
2025-03-08 08:20:48 -05:00
b6c2f08731 - Added a "My Account" page
- Somewhat basic but works. Probably a lot of bugs still
- Re-worked databases to add Discord and YouTube links as separate entries
2025-03-05 21:08:39 -05:00