Commit Graph

1904 Commits

Author SHA1 Message Date
a7232e2b92 fix unpaid logic 2024-10-17 11:39:15 +07:00
7c0bdeea41 CREATE TABLE IF NOT EXISTS tbl_meta 2024-10-17 11:32:39 +07:00
5566a7ebb5 Add Meta class for meta data attributes 2024-10-17 11:28:52 +07:00
de49a9992f Price Before Discount unrequired 2024-10-17 09:54:06 +07:00
0cf5483353 check expired payments 2024-10-17 09:44:21 +07:00
b15fdf1d6a Setting sAllow Registration = Yes/Voucher/No Registration 2024-10-17 09:35:26 +07:00
ca98ca2223 profile logic Username 2024-10-16 16:01:34 +07:00
5ccb8520d3 change logic username field 2024-10-16 13:41:12 +07:00
ff4e620b75 add registration settings to set username 2024-10-16 13:40:54 +07:00
1b7e5c7510 Setting for registration using OTP or not 2024-10-16 11:40:52 +07:00
084cc0e0fb miscellaneous.tpl to app-miscellaneous.tpl 2024-10-16 11:36:25 +07:00
25d9524f53 fix header 2024-10-16 11:35:24 +07:00
4308765bec Merge pull request #319 from Focuslinkstech/Development
Template Redesiged:
2024-10-15 20:22:22 +07:00
70dbe59319 Template Redesiged:
Settings page redesigned
2024-10-15 13:29:48 +01:00
577ed31f57 ## 2024.10.15
- CSRF Security
- Admin can only have 1 active session
- Move Miscellaneous Settings to new page
- Fix Customer Online
- Count Shared user online for Radius REST
- Fix Invoice Print
2024-10-15 16:19:43 +07:00
064e4c80ed code to code 2024-10-15 16:10:34 +07:00
70bcff7679 Merge pull request #317 from gerandonk/Development
($plan['is_radius'] == '1')
2024-10-11 22:53:03 +07:00
47b729867d Merge pull request #318 from Focuslinkstech/Development
move miscellaneous to settings sub-menu for quick access
2024-10-11 22:52:37 +07:00
696b2e4789 move miscellaneous to settings sub-menu for quick access
add csrf token check for settings and its environments
2024-10-11 16:11:03 +01:00
0f0929db2a ($plan['is_radius'] == '1') 2024-10-11 18:59:38 +07:00
7267bd082a Api always Valid 2024-10-11 11:42:38 +07:00
d5cba4b3c1 add option for check is customer online 2024-10-11 11:37:45 +07:00
155b2959b5 fix api-get-text 2024-10-11 11:29:57 +07:00
a35137b7ab fix logic Session Admin especially isApi 2024-10-11 11:09:27 +07:00
83dd564e53 fix position Admin::_info(); 2024-10-11 11:07:47 +07:00
8e8a52d807 login_token VARCHAR(40) 2024-10-11 11:07:23 +07:00
5bc273a9dd session_destroy(); inside removeCookie() 2024-10-11 10:38:24 +07:00
f9fe261e55 session_destroy(); 2024-10-11 10:37:35 +07:00
0dc79cd5c4 ->select('login_token') 2024-10-11 10:37:23 +07:00
b32e2901af Merge pull request #316 from Focuslinkstech/Development
Development
2024-10-11 08:01:40 +07:00
f77d7051c1 remove unused variable 2024-10-10 17:02:04 +01:00
60e1eacc59 fix login loop 2024-10-10 16:24:36 +01:00
82ffc15c03 Merge branch 'hotspotbilling:Development' into Development 2024-10-10 15:49:32 +01:00
6e5450d104 CSRF added to customer acounts update 2024-10-10 15:48:32 +01:00
6458b792f6 Merge pull request #315 from Focuslinkstech/Development
Fight Against Insecurity Ongoing
2024-10-10 21:44:40 +07:00
6be0da383c fixed template issue 2024-10-10 15:13:29 +01:00
534886f8f3 Fix app stage issue 2024-10-10 15:04:12 +01:00
c9b9808112 Fight Against Insecurity : Prevent Admin multiple Login Sessions, its a security threat to phpnuxbill.
plase note: if you are running nuxbill on localhost please set app_stage to something else e.g.
$_app_stage = 'Demo';
its very important
2024-10-10 14:33:27 +01:00
e737ae9d29 $routes['2'] = 0; 2024-10-10 17:25:21 +07:00
78e3f2e8fb Merge 2024-10-10 10:52:13 +07:00
3eaa302128 add CSRF Token on customer login 2024-10-10 10:50:48 +07:00
9bc3ccc02b Added token expiration: 30 minutes by default 2024-10-10 10:50:48 +07:00
99e8b20bb3 Testing CSRF from admin login, if works well then we will make it official 2024-10-10 10:50:48 +07:00
bd30261e84 move the CSRF Function to global function for easy access 2024-10-10 10:50:48 +07:00
96365eef2a Added more security flags to prevent XSS attack from cookie. 2024-10-10 10:50:48 +07:00
c08c069479 Critical Updates, Fight Against Insecurity 2024-10-10 10:50:48 +07:00
71d653f3d1 Merge pull request #314 from gerandonk/Development
fix send plan radius
2024-10-10 10:48:23 +07:00
b1919555e5 Fix Lang function again 2024-10-10 10:24:01 +07:00
2522f3112e Spanish Lang by @ORConsulTech 2024-10-10 10:23:47 +07:00
ba63face92 change folder ui/ui/user-ui to ui/ui/customer 2024-10-10 10:19:01 +07:00