Isaac Connor
|
7878fbc878
|
Add a limit of 1000 when pulling sessions. Sessions table can contain hundreds of thousands of lines all relatively useless. Modals need to pop up fast.
|
2021-06-12 12:22:15 -04:00 |
Isaac Connor
|
41ed267b71
|
move view to the form action so that it is part of get request instead of post
|
2020-10-20 12:31:38 -04:00 |
Isaac Connor
|
10c0a6617c
|
Return Debug to a regular function to match other logging functions. Since we switched to using namespaces we no longer clash with cake_php.
|
2020-10-14 10:39:25 -04:00 |
Isaac Connor
|
66a8d3876d
|
add caching of users by username to improve performance
|
2020-10-12 11:25:20 -04:00 |
Isaac Connor
|
2faedc6248
|
Sort sessions by access time so that we list active users first
|
2020-10-05 10:34:52 -04:00 |
Isaac Connor
|
1cf181372f
|
Only load users for logged in sessions
|
2020-10-05 10:30:57 -04:00 |
Isaac Connor
|
311ba4ef69
|
use bootstrap styles on logged in user table. Include ip address
|
2020-10-02 16:04:56 -04:00 |
Isaac Connor
|
d97f8af215
|
Finish showing logged in users
|
2020-10-02 15:56:39 -04:00 |
Isaac Connor
|
23f2c1468f
|
rough in a table of the logged in users
|
2020-10-02 15:21:58 -04:00 |
Andrew Bauer
|
7c1ec4f957
|
convert logout modal to ajax request
|
2020-09-19 10:44:05 -05:00 |