johnnyq
|
af51c4316f
|
Updated validateCSRFToken to automatically grab and compare get or post csrf token no longer need to pass an argument to the function which fixed the issue if no hash was present
|
2026-07-24 13:40:37 -04:00 |
|
johnnyq
|
f1836c70cd
|
Replace Function logAction() with logAudit()
|
2026-07-14 17:35:23 -04:00 |
|
johnnyq
|
b57ddc0e5c
|
Replace Function sanitizeInput() with just escapeSql() and update all instances throughout
|
2026-07-14 17:17:50 -04:00 |
|
johnnyq
|
e7b53388a0
|
Check CSRF and Enforce ClientAccess when deactivating Shared Items
|
2026-06-26 12:17:38 -04:00 |
|
johnnyq
|
30357b9cf7
|
Add CSRF Checks to notifications and ensure the user dismissing the notification is their own notification
|
2026-03-05 17:51:20 -05:00 |
|
johnnyq
|
0a30300bde
|
replace all instances of mysqli_fetch_array with mysqli_fetch_assoc for better performance and memory usage
|
2026-01-14 17:30:23 -05:00 |
|
johnnyq
|
d2dac1915d
|
Update admin, user, guest and client post to use new redirect function
|
2025-08-01 15:25:52 -04:00 |
|
johnnyq
|
a69b60703b
|
Dedup Notications code and move to a modal instead of a drop menu
|
2025-02-08 19:54:49 -05:00 |
|
johnnyq
|
a81bcf350c
|
When Dismiss all notifications are clicked only dismiss the notificaitons of the logged in user only
|
2024-11-17 15:03:05 -05:00 |
|
johnnyq
|
77aede8bab
|
Updated the remaining posts except ticket to use new logAction function, tidy and added more details to logging
|
2024-11-14 17:32:26 -05:00 |
|
johnnyq
|
1218094270
|
When deactivating Shared Link delete it
|
2023-09-23 19:16:19 -04:00 |
|
johnnyq
|
ce2ba6d3d2
|
Feature: Records per page is now user specific and persists with logout/login sessions
|
2023-08-17 19:42:42 -04:00 |
|
Marcus Hill
|
ebecdd3da2
|
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
|
2023-07-02 14:56:12 +01:00 |
|