ThaMunsta
96a227599f
Merge branch 'master' into techbar
2024-11-13 17:19:57 -05:00
johnnyq
e58bf3d558
Updated epenses post to use new logAction function, tidy and added more details to logging
2024-11-10 13:32:42 -05:00
johnnyq
1ebd537d9d
Updated Cron to use new logAction function, also updated logAction cron to make session_user_id 0 if not set
2024-11-10 12:44:10 -05:00
johnnyq
7b4dda0ad6
Functionalize logging, replaced old logging in contact add with new logging function
2024-11-08 14:40:14 -05:00
johnnyq
68c47ee87d
Updated appNotify function to allow null for client_id entity_id and action, also updated all the notification instances to use the new appNotify in cron.php, starting to drop the entity_id as well
2024-11-06 20:56:28 -05:00
johnnyq
db621a97fa
FEATURE: appNotify Function added so each user can get their own notificaiton and can individually dismiss and see their own notifications, only works under invoice viewed right now
2024-11-06 18:58:45 -05:00
wrongecho
1c404b9cf1
Add custom event handler to be triggered by some actions affecting tickets/quotes/invoices/contacts
2024-10-02 11:26:13 +01:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00
wrongecho
b509090530
Detect and convert non-UTF8 encoding as part of input sanitization
2024-09-21 11:07:53 +01:00
wrongecho
eeac235c1d
Tidy unused accounting functions
2024-09-20 19:24:28 +01:00
wrongecho
10fafacefe
Custom Roles & Permissions
...
Initial enforcement of custom roles & permissions - only on some pages via GET for now.
2024-09-20 17:59:49 +01:00
ThaMunsta
925aaeb70d
things will be happier with a date
2024-09-18 16:52:25 -04:00
ThaMunsta
9dae53dcdd
white label hack
...
this was supposed to be its own commit
2024-09-18 16:05:48 -04:00
ThaMunsta
8899850bce
oh oops
2024-09-18 16:05:07 -04:00
ThaMunsta
7da46f9e78
Merge branch 'master' into techbar
...
fixed
2024-09-18 15:59:51 -04:00
Johnny
62a2ed7430
Merge pull request #1052 from itflow-org/perms-2
...
Permissions overhaul - Define permissions in the database
2024-09-18 14:20:05 -04:00
wrongecho
c65db3431d
Tidying
2024-09-14 23:43:54 +01:00
wrongecho
ee9a2789e9
Permissions overhaul - Define permissions in the database
...
2nd attempt at this one!
Similar to #1008 but separately defining the roles, modules and associated permissions in the database.
Also has admin being a defined role automatically having full access.
Parent issue: #530
2024-09-14 19:14:35 +01:00
wrongecho
c7340ca0d4
Permissions overhaul - Define permissions in the database
...
2nd attempt at this one!
Similar to #1008 but separately defining the roles, modules and associated permissions in the database.
Also has admin being a defined role automatically having full access.
Parent issue: #530
2024-09-14 18:55:00 +01:00
wrongecho
271019b16b
Permissions overhaul - Define permissions in the database
...
2nd attempt at this one!
Similar to #1008 but separately defining the roles, modules and associated permissions in the database.
Also has admin being a defined role automatically having full access.
Parent issue: #530
2024-09-14 18:29:44 +01:00
johnnyq
e0ca3f15a8
Added Ubuntu, Fedora and DuckDuckGo to user agents
2024-09-12 12:42:15 -04:00
johnnyq
168a298a55
Dont Show windows version as this is inaccurate, show just Windows for OS, fix Opera String, and removed iPod
2024-09-12 12:28:24 -04:00
johnnyq
f2a3299ef0
Update getOS Function to include Windows 11, Fix get Web Browser when using Microsoft Edge
2024-09-12 12:13:51 -04:00
wrongecho
517e8d42f0
Email Send - Tidy
...
- Enhance error logging in cron_mail_queue.php
- Prevent invalid sender addresses
- Prevent potential SQL injections in the sender name (admin settings and should be sanitized before being sent to queue anyway)
2024-09-10 22:34:20 +01:00
wrongecho
3d16431d32
Initial implementation of whitelabelling
2024-09-05 10:44:50 +01:00
wrongecho
4458c87463
Initial implementation of whitelabelling
2024-09-05 10:31:18 +01:00
ThaMunsta
23cb33c6cd
Merge branch 'master' into techbar
2024-08-29 16:48:28 -04:00
wrongecho
75846adc28
Remove the old function for fetching domain expiration
2024-08-29 19:42:53 +01:00
wrongecho
24ff6f5c84
WIP: Allow decrypting logins/credentials via the API
2024-08-25 12:45:18 +01:00
wrongecho
d37bdcdbcb
WIP: Allow decrypting logins/credentials via the API
2024-08-25 12:31:15 +01:00
wrongecho
a6113dc371
WIP: Allow decrypting logins/credentials via the API
2024-08-22 18:22:20 +01:00
wrongecho
0c60ecc329
WIP: Allow decrypting logins/credentials via the API
2024-08-22 17:46:58 +01:00
wrongecho
63feff03d2
Initial WIP: Allow decrypting logins/credentials via the API
2024-08-19 21:23:43 +01:00
wrongecho
d80334a7cf
Ticketing updates - guest view & resolved vs closed
...
- Swap autclose for resolved to allow temporarily re-opening resolved tickets for 72 hrs after closure
- Add guest view URL for tickets
2024-08-17 23:24:15 +01:00
ThaMunsta
af558538af
Merge branch 'master' into techbar
2024-07-04 12:33:02 -04:00
johnnyq
40ccbb5627
Update GetDomainExpiry Function to return proper null if Expire is not found, updated the logic
2024-06-06 02:30:12 -04:00
johnnyq
acfd5e8d54
Was missing a few more regexes in get domain expiry
2024-06-02 17:05:53 -04:00
johnnyq
738c83378c
Forgot to add a pattern for expires on
2024-06-02 16:41:20 -04:00
johnnyq
56b0eafe2b
re-push out new domain expiry lookup
2024-06-02 16:32:42 -04:00
johnnyq
e2b700cdcd
Revert new Domain lookup
2024-06-02 13:15:41 -04:00
johnnyq
13764da199
Updated domain lookup function to include TLDs of and time formats to match the python script
2024-06-02 13:07:33 -04:00
johnnyq
84653cb57a
Created new PHP function to use the local whois binary to get the expire date of a domain
2024-06-02 12:38:47 -04:00
ThaMunsta
a85bd8fd63
Merge branch 'master' into techbar
2024-05-31 17:05:58 -04:00
ThaMunsta
cf76b167a3
manual changes
2024-05-31 16:55:45 -04:00
Hugo Sampaio
352fbd852e
typos
2024-05-13 11:22:57 -03:00
Hugo Sampaio
13a45c81a0
Display notification when update is available
2024-05-13 11:12:52 -03:00
Hugo Sampaio
b1efb76b3b
Update functions.php
...
handle phone_mask option
2024-05-06 11:31:38 -03:00
Marcus Hill
43abd177ea
Certificate checks - Allow custom ports
2024-05-04 18:04:24 +01:00
johnnyq
894a4369b3
Fix Timezone always being UTC when sent to the mail queue when scheduling / cancelling tickets
2024-04-17 16:47:10 -04:00
Marcus Hill
667a93210c
Ticket Statuses from DB
2024-03-29 11:22:32 +00:00