160 Commits

Author SHA1 Message Date
b302d50a4e
moved update_user fn to forum script 2024-05-22 18:45:32 +02:00
c96b0efceb
created basic user panel 2024-05-22 18:35:22 +02:00
f8fc97f88b
moved selection fn to forum script 2024-05-22 18:25:45 +02:00
d285cf7283
moved inject_info fn to forum script 2024-05-22 18:19:19 +02:00
bf951c25dc
created api for getting username 2024-05-22 18:14:17 +02:00
66b2ffb37a
moved info injection into new function 2024-05-22 18:11:14 +02:00
2e0fdb2b24
added username hover in admin 2024-05-22 18:01:15 +02:00
1104e5d42f
styled admin editables 2024-05-22 17:27:21 +02:00
edb5c241d9
implemented user update api in admin 2024-05-22 17:25:34 +02:00
c57a169134
created api for user update 2024-05-22 17:20:11 +02:00
f95246e836
added IDs to editable 2024-05-22 16:53:56 +02:00
c5eaf569fe
implemented selections in admin 2024-05-22 16:49:31 +02:00
3824b6904a
created sex selection 2024-05-22 16:49:16 +02:00
34e7384186
created selection for admin bool 2024-05-22 16:43:18 +02:00
8467c46cb3
moved ajax pages to its subdirectory 2024-05-22 16:18:18 +02:00
9ac2f5c563
added user existence check to forum 2024-05-22 16:06:17 +02:00
6257ba0d52
comparing binary username for case sensitivity 2024-05-22 16:01:41 +02:00
f8d85b9b92
added register check on login
if your account was removed when you were logged in, shit started to happen
2024-05-22 15:43:12 +02:00
87847d6696
fixed admin output 2024-05-22 15:37:12 +02:00
8b1e1185ee
moved admin panel buttons to separate div 2024-05-22 15:36:46 +02:00
da7f8510bb
fixed api permission problems for non-admins 2024-05-21 20:31:49 +02:00
859b3d5f07
using the user_info json output 2024-05-21 20:22:47 +02:00
08d67f19a2
sending user_info in json 2024-05-21 20:11:10 +02:00
b1f345394e
sending list_users in json 2024-05-21 20:02:52 +02:00
fa48f58cf1
fixed enter button when logging/registering 2024-05-21 19:28:34 +02:00
888c7a5019
fixed invalid register username problems 2024-05-21 19:20:18 +02:00
2a3f639a66
created php api for user removing 2024-05-21 17:49:42 +02:00
709a2ccc78
added remove_user btn function 2024-05-21 17:49:26 +02:00
eb7c925857
fixed remove buttom visibility 2024-05-21 17:28:33 +02:00
ab264d780f
added not working button for user removing 2024-05-20 20:51:06 +02:00
d101bab147
joined user and user_info tables in user_info.php 2024-05-20 20:40:52 +02:00
bdec5c890e
added global font-size to forum css 2024-05-20 20:40:17 +02:00
e329026fc7
using user_info.php instead of open_user fn 2024-05-20 20:26:04 +02:00
b48cd0c5a6
created api for user_info 2024-05-20 20:25:38 +02:00
3abff922e1
renamed list_table to list_users 2024-05-20 20:09:33 +02:00
7cf9d2b6a9
calling open_user after clicking on username 2024-05-20 20:05:23 +02:00
627fd8ac7b
secured list_table 2024-05-20 20:03:59 +02:00
697f0c5f96
format fix 2024-05-20 19:45:32 +02:00
8492623d88
added order to list_table 2024-05-20 19:34:45 +02:00
00565be6b4
creating user_info table on register 2024-05-20 19:17:00 +02:00
f37d988468
styled api output 2024-05-20 19:16:20 +02:00
3a23b0850d
calling list_table from admin 2024-05-20 19:16:00 +02:00
437f315185
created list_table file for api 2024-05-20 19:15:35 +02:00
cbb0668fbd
added jquery import into forum file 2024-05-20 19:14:44 +02:00
0a60661a41
made the scrollbar so much more fuckable 2024-05-16 21:34:54 +02:00
6898c07fda
styled admin panel 2024-05-16 21:26:37 +02:00
512779f989
created example panels in admin 2024-05-16 21:26:25 +02:00
b1695d924b
fixed double click injection 2024-05-16 21:17:40 +02:00
c9ac4d6545
created sample code for ajax 2024-05-16 21:07:07 +02:00
29bebb6d5c
prepared forum for ajax injection 2024-05-16 21:06:40 +02:00