Commit Graph

2471 Commits

Author SHA1 Message Date
johnnyq 09ff8b710b Enable browser spell checker for TinyMCE 2023-05-09 00:31:09 -04:00
johnnyq 043a9cfa0a Fixed Ticket Reply currently an issue where required fields using TinyMCE wont POST looking into it 2023-05-08 22:15:23 -04:00
johnnyq eb3decb4da Enabled TinyMCE for mobile users as well 2023-05-08 21:25:06 -04:00
johnnyq c3a711d75d More TinyMCE in more places 2023-05-08 19:53:42 -04:00
johnnyq 01a37cb1e1 Replace Summernote WYSIWYG with TinyMCE 2023-05-08 18:44:00 -04:00
johnnyq 018f52eb67 Revert for now added HTML Purify to client tickets as well 2023-05-08 14:38:42 -04:00
johnnyq eb9a8000b1 Fix Rendering issues with tickets editing because ticket client_tickets and ticket all share the same edit modal which already uses htmlentites to prevent xss but so it doesnt conflict with htmlpurify in ticket details we decided to split the vars to ticket_details and ticket_details_edit which is unfilter initially but gets filtered in the modals 2023-05-08 13:52:43 -04:00
johnnyq 9887fc4a19 Removed HTML Purify on tickets.php and use htmlentities instead to mimic client_tickets.php was causing some rendering issues when you goto edit a ticket under client tickets tested for XSS all tests came back clean 2023-05-08 13:24:43 -04:00
johnnyq 5ee78ef1f3 When deleting quote from the client or global list view redirect quote delete back to the correct corresponsing list view also make Delete Quote Functional on quote details 2023-05-08 12:37:05 -04:00
Johnny 53e0ebdbf6
Merge pull request #672 from wrongecho/portal-modules
Client Portal - quotes & docs
2023-05-08 11:35:34 -04:00
Johnny 226d3ffeb2
Merge pull request #671 from wrongecho/ticket-auto-close-2
Ticket autoclose:
2023-05-08 11:35:14 -04:00
Marcus Hill db6b88edd3 Codesmell 2023-05-08 10:54:40 +01:00
Marcus Hill 0e062081cb Client Portal
- Allow primary + accounting/billing contacts to see quotes
- Allow primary + technical contacts to see docs
2023-05-08 10:50:53 +01:00
Marcus Hill 3a83a701b5 Ticket autoclose: Clarify auto-close help wording; only show as ticket status option if enabled 2023-05-08 09:43:46 +01:00
johnnyq 03e0dd8f5e Initial DB Structure for Projects and Tasks with Ticket and Client Linkage 2023-05-07 21:43:20 -04:00
johnnyq 93d4f3ebce You can now set the number of hours before a ticket is automatically closed if autoclose is set 2023-05-07 21:09:18 -04:00
johnnyq 37b375c1d9 Remove cruft 2023-05-07 20:47:15 -04:00
johnnyq 78695208b7 Fix custom Fields DB Structure Remove Unique Indexes change defaut type TEXT to text Added Add edit Delete Read for custom fields 2023-05-07 20:46:09 -04:00
johnnyq 0f758c5901 Finished DB Structure for the coming new feature custom fields 2023-05-07 19:45:55 -04:00
johnnyq ac51f0cb72 Add Quick link to docs.itflow.org on the top bar 2023-05-02 14:58:35 -04:00
johnnyq 072c2f9e14 Fix cron stating cron key is always invalid 2023-05-02 13:45:23 -04:00
johnnyq a0da341114 Updated initial db structure for installation 2023-05-02 12:36:18 -04:00
johnnyq 3f2f663b7b Check to see if args is set 2023-05-01 16:56:29 -04:00
johnnyq f7ee489293 BREAKING CRON CHANGES: must generate a cron key before using cron. Cron will need updated like so php /full/path/to/cron.php [KEY] and same with cron_ticket_parse.php 2023-05-01 16:51:20 -04:00
Johnny 8110b0ffa7
Merge pull request #668 from wrongecho/portal-rem-company
Remove reference to non-existent company_id field in contacts table
2023-05-01 11:52:33 -04:00
Johnny 07ac69a528
Merge pull request #667 from wrongecho/ticket-auto-close
Add auto close ticket feature
2023-05-01 11:52:20 -04:00
Johnny fc1eb4cd69
Merge pull request #666 from wrongecho/email-invoice
Send invoices to all billing contacts + primary
2023-05-01 11:51:13 -04:00
Marcus Hill bf45c58ed1 Remove reference to non-existent company_id field in contacts table 2023-05-01 14:01:23 +01:00
Marcus Hill dc2293c8dd Add auto close ticket feature 2023-05-01 02:02:45 +01:00
Marcus Hill 588206d79d When sending invoices manually, send to all billing contacts instead of just primary contact 2023-05-01 00:06:11 +01:00
johnnyq 8cf1bd8911 Set Working directory of cron parser upon initializtion which fixes relative path issue when adding attachments to tickets 2023-04-30 13:28:00 -04:00
Johnny c11b3d5987
Merge pull request #665 from wrongecho/email-ticket-attachments
Email ticket attachments
2023-04-30 12:43:42 -04:00
Marcus Hill 0a9af8f2e0 Ticket attachments (email)
Email to ticket parser: Add support for email attachments
2023-04-30 10:52:25 +01:00
Marcus Hill a3d8f5ab48 Ticket attachments (email)
Email to ticket parser: Add support for email attachments
2023-04-30 10:52:15 +01:00
Johnny ab1582fe3a
Merge pull request #664 from wrongecho/csp-initial-test
CSP - Client Portal Test
2023-04-30 00:35:08 -04:00
Marcus Hill 0340b080ad CSP - Client Portal Test
Add initial content security policy trial/test to some client portal pages
2023-04-29 19:39:42 +01:00
Johnny a3353593db
Merge pull request #663 from wrongecho/ticket-edit-strip-html
Sanitize ticket details output in main edit modal
2023-04-29 11:30:33 -04:00
Marcus Hill c5966961da Sanitize ticket details output in main edit modal 2023-04-29 12:34:14 +01:00
wrongecho ca0024feb9
Merge pull request #661 from wrongecho/email-ticketing-updates
Update documentation links on cron tickets
2023-04-29 10:03:11 +01:00
Marcus Hill 8247362891 Update documentation links 2023-04-29 09:52:53 +01:00
johnnyq c5c4813f47 Update Links referencing the new documentation URLs 2023-04-28 19:53:23 -04:00
johnnyq e54de2bb73 Feature: Users can now be exported to a CSV file 2023-04-24 17:03:01 -04:00
johnnyq 53b7f7d1d5 Feature: Client CSV Exportation 2023-04-24 16:48:47 -04:00
johnnyq 7fed50eb73 Updated all Export CSV to Modals with export disclaimer 2023-04-23 16:12:18 -04:00
johnnyq 541d1dd667 Add precautionary warning when exporting CSV data, still need to add modals for client data 2023-04-23 14:27:45 -04:00
johnnyq 53092fe9ca Updated Ticket email / replies with ##- Please type your reply above this line -## 2023-04-17 16:15:22 -04:00
johnnyq c20f19568d Update ticket to require the body field to mimic the same function as edit ticket 2023-04-16 10:49:15 -04:00
Johnny d0dae015a6
Merge pull request #658 from itflow-org/wrongecho-email-rm-beta
Remove beta from email ticket parsing
2023-04-15 22:47:55 -04:00
wrongecho a765459b43
Update settings_ticket.php 2023-04-15 20:15:24 +01:00
wrongecho 515ea739de
Remove (beta) from email ticket parsing 2023-04-15 19:52:47 +01:00