Commit Graph

  • 8d666abc40 Tidy johnnyq 2023-05-09 15:13:44 -04:00
  • 163f14e791 Fixed Escaping issue with sortby unfortuantly with order_by mysql_escape is not enough and must also be filtered with a preg_replace Thanks @tdragon6 johnnyq 2023-05-09 15:12:39 -04:00
  • cb0366b9f7 Fix XSS in expenses and trips export CSV modal Thanks @tdragon johnnyq 2023-05-09 12:11:42 -04:00
  • 09ff8b710b Enable browser spell checker for TinyMCE johnnyq 2023-05-09 00:31:09 -04:00
  • 043a9cfa0a Fixed Ticket Reply currently an issue where required fields using TinyMCE wont POST looking into it johnnyq 2023-05-08 22:15:23 -04:00
  • eb3decb4da Enabled TinyMCE for mobile users as well johnnyq 2023-05-08 21:25:06 -04:00
  • c3a711d75d More TinyMCE in more places johnnyq 2023-05-08 19:53:42 -04:00
  • 01a37cb1e1 Replace Summernote WYSIWYG with TinyMCE johnnyq 2023-05-08 18:44:00 -04:00
  • 018f52eb67 Revert for now added HTML Purify to client tickets as well johnnyq 2023-05-08 14:38:42 -04:00
  • 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 johnnyq 2023-05-08 13:52:43 -04:00
  • 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 johnnyq 2023-05-08 13:24:43 -04:00
  • 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 johnnyq 2023-05-08 12:37:05 -04:00
  • 53e0ebdbf6 Merge pull request #672 from wrongecho/portal-modules Johnny 2023-05-08 11:35:34 -04:00
  • 226d3ffeb2 Merge pull request #671 from wrongecho/ticket-auto-close-2 Johnny 2023-05-08 11:35:14 -04:00
  • db6b88edd3 Codesmell Marcus Hill 2023-05-08 10:54:40 +01:00
  • 0e062081cb Client Portal Marcus Hill 2023-05-08 10:50:53 +01:00
  • 3a83a701b5 Ticket autoclose: Clarify auto-close help wording; only show as ticket status option if enabled Marcus Hill 2023-05-08 09:43:46 +01:00
  • 03e0dd8f5e Initial DB Structure for Projects and Tasks with Ticket and Client Linkage johnnyq 2023-05-07 21:43:20 -04:00
  • 93d4f3ebce You can now set the number of hours before a ticket is automatically closed if autoclose is set johnnyq 2023-05-07 21:09:18 -04:00
  • 37b375c1d9 Remove cruft johnnyq 2023-05-07 20:47:15 -04:00
  • 78695208b7 Fix custom Fields DB Structure Remove Unique Indexes change defaut type TEXT to text Added Add edit Delete Read for custom fields johnnyq 2023-05-07 20:46:09 -04:00
  • 0f758c5901 Finished DB Structure for the coming new feature custom fields johnnyq 2023-05-07 19:45:55 -04:00
  • ac51f0cb72 Add Quick link to docs.itflow.org on the top bar johnnyq 2023-05-02 14:58:35 -04:00
  • 072c2f9e14 Fix cron stating cron key is always invalid johnnyq 2023-05-02 13:45:23 -04:00
  • a0da341114 Updated initial db structure for installation johnnyq 2023-05-02 12:36:18 -04:00
  • 3f2f663b7b Check to see if args is set johnnyq 2023-05-01 16:56:29 -04:00
  • 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 johnnyq 2023-05-01 16:51:20 -04:00
  • 8110b0ffa7 Merge pull request #668 from wrongecho/portal-rem-company Johnny 2023-05-01 11:52:33 -04:00
  • 07ac69a528 Merge pull request #667 from wrongecho/ticket-auto-close Johnny 2023-05-01 11:52:20 -04:00
  • fc1eb4cd69 Merge pull request #666 from wrongecho/email-invoice Johnny 2023-05-01 11:51:13 -04:00
  • bf45c58ed1 Remove reference to non-existent company_id field in contacts table Marcus Hill 2023-05-01 14:01:23 +01:00
  • dc2293c8dd Add auto close ticket feature Marcus Hill 2023-05-01 02:02:45 +01:00
  • 588206d79d When sending invoices manually, send to all billing contacts instead of just primary contact Marcus Hill 2023-05-01 00:06:11 +01:00
  • 8cf1bd8911 Set Working directory of cron parser upon initializtion which fixes relative path issue when adding attachments to tickets johnnyq 2023-04-30 13:28:00 -04:00
  • c11b3d5987 Merge pull request #665 from wrongecho/email-ticket-attachments Johnny 2023-04-30 12:43:42 -04:00
  • 0a9af8f2e0 Ticket attachments (email) Marcus Hill 2023-04-30 10:52:25 +01:00
  • a3d8f5ab48 Ticket attachments (email) Marcus Hill 2023-04-30 10:52:15 +01:00
  • ab1582fe3a Merge pull request #664 from wrongecho/csp-initial-test Johnny 2023-04-30 00:35:08 -04:00
  • 0340b080ad CSP - Client Portal Test Marcus Hill 2023-04-29 19:39:42 +01:00
  • a3353593db Merge pull request #663 from wrongecho/ticket-edit-strip-html Johnny 2023-04-29 11:30:33 -04:00
  • c5966961da Sanitize ticket details output in main edit modal Marcus Hill 2023-04-29 12:34:14 +01:00
  • ca0024feb9 Merge pull request #661 from wrongecho/email-ticketing-updates wrongecho 2023-04-29 10:03:11 +01:00
  • 8247362891 Update documentation links Marcus Hill 2023-04-29 09:52:53 +01:00
  • c5c4813f47 Update Links referencing the new documentation URLs johnnyq 2023-04-28 19:53:23 -04:00
  • e54de2bb73 Feature: Users can now be exported to a CSV file johnnyq 2023-04-24 17:03:01 -04:00
  • 53b7f7d1d5 Feature: Client CSV Exportation johnnyq 2023-04-24 16:48:47 -04:00
  • 7fed50eb73 Updated all Export CSV to Modals with export disclaimer johnnyq 2023-04-23 16:12:18 -04:00
  • 541d1dd667 Add precautionary warning when exporting CSV data, still need to add modals for client data johnnyq 2023-04-23 14:27:45 -04:00
  • 53092fe9ca Updated Ticket email / replies with ##- Please type your reply above this line -## johnnyq 2023-04-17 16:15:22 -04:00
  • c20f19568d Update ticket to require the body field to mimic the same function as edit ticket johnnyq 2023-04-16 10:49:15 -04:00
  • d0dae015a6 Merge pull request #658 from itflow-org/wrongecho-email-rm-beta Johnny 2023-04-15 22:47:55 -04:00
  • a765459b43 Update settings_ticket.php wrongecho 2023-04-15 20:15:24 +01:00
  • 515ea739de Remove (beta) from email ticket parsing wrongecho 2023-04-15 19:52:47 +01:00
  • b784c48120 Opps Fix johnnyq 2023-04-12 16:48:35 -04:00
  • 880b2fccb5 Merge pull request #657 from wrongecho/client-tax-fix Johnny 2023-04-12 16:47:15 -04:00
  • bc4e744384 Fix client_tax_id_number variable name in edit modal Marcus Hill 2023-04-12 21:21:56 +01:00
  • f127719cbe Added new Field Client Tax ID Number, currently only vieable on the client top head, and under edit. It is also searchable johnnyq 2023-04-11 16:20:48 -04:00
  • d27c83ab66 Fix Mail Parser, inserting \r \n johnnyq 2023-04-11 11:23:19 -04:00
  • ca6e3c229e Remove a lingering D under transfers johnnyq 2023-04-10 17:32:21 -04:00
  • eb49233d20 Merge pull request #656 from wrongecho/ticketing-0423 Johnny 2023-04-10 15:17:07 -04:00
  • 1c6ff4f4f6 Merge pull request #655 from wrongecho/api-multi-select Johnny 2023-04-10 15:16:50 -04:00
  • a26f3087fc Change client - fix code smell Marcus Hill 2023-04-10 19:13:31 +01:00
  • c55d2a8cda Add ticket_source field for future use (agent/portal/email) Marcus Hill 2023-04-10 18:58:06 +01:00
  • 2f19967a0d Comment ticket_created_by Marcus Hill 2023-04-10 18:55:42 +01:00
  • 1aa33585a0 Ticketing - add ability to change client Marcus Hill 2023-04-10 18:52:23 +01:00
  • 8d97feeb54 Add ticket_source field for future use (agent/portal/email) Marcus Hill 2023-04-10 16:37:03 +01:00
  • 4db390d72b Add multi-select/bulk deletion for API keys Marcus Hill 2023-04-10 12:32:05 +01:00
  • 2373718be6 Bump 1.0 release from Mar/Apr to Apr/May wrongecho 2023-04-10 11:52:38 +01:00
  • 8e44518faa Update old broken docs link to DocuWiki homepage wrongecho 2023-04-10 11:51:28 +01:00
  • 21fc20645b Merge pull request #654 from wrongecho/dynamic-modals Johnny 2023-04-09 23:35:23 -04:00
  • 5f79931787 Dynamic modals: codesmell Marcus Hill 2023-04-09 20:14:15 +01:00
  • bdf74e77ba Convert quote edit modal to be dynamically populated Marcus Hill 2023-04-09 20:10:19 +01:00
  • 6287a7ce3d Merge pull request #653 from wrongecho/files-logging Johnny 2023-04-09 13:28:20 -04:00
  • 0e0c06eebf File logging - codesmell fix Marcus Hill 2023-04-09 13:18:14 +01:00
  • e66e896904 Enhance logging for file uploads/deletes Marcus Hill 2023-04-09 13:14:46 +01:00
  • f63cd120c6 Merge pull request #652 from wrongecho/confirm-file-delete Johnny 2023-04-08 20:36:58 -04:00
  • f07bff116b Merge pull request #651 from wrongecho/fix-file-upload-auto-name Johnny 2023-04-08 20:35:14 -04:00
  • 04dad13ad3 Client file deletion - Add file delete confirmation modal - Change file deletes to POST not GET requests in post.php as they are state changing - Require CSRF validation for file deletes Marcus Hill 2023-04-08 21:59:54 +01:00
  • 9f25b436d6 Fix client file upload not automatically naming files or showing image previews Marcus Hill 2023-04-08 20:48:55 +01:00
  • c2b25cbf7d Fix Recurring Invoice syntax johnnyq 2023-04-06 16:44:11 -04:00
  • a5d9bd7abe Convert CSS to nl2br() functions where nessesessaery to interept new lines into html code, Tidy Code remove depreciated <center> Tags johnnyq 2023-04-05 15:20:07 -04:00
  • 74768d6801 Transfer Notes now render new lines in the list view johnnyq 2023-04-05 14:53:52 -04:00
  • d43c2f2d06 FEATURE: Added Transfer notes to the transfers list and also made notes searchable and sortable johnnyq 2023-04-05 14:41:43 -04:00
  • 26aa63917f Only select used fields on SQL Query for Edit Add Refund and copy queries to reduce the SQL Load on large expense tables johnnyq 2023-04-03 19:18:32 -04:00
  • a3e45d632f Merge branch 'master' of github.com:itflow-org/itflow johnnyq 2023-04-03 19:08:52 -04:00
  • 230efc83dd Feature: Added Optional Client Field to Expenses to track your expenses to the client johnnyq 2023-04-03 19:08:37 -04:00
  • 9f30de408c Merge pull request #650 from meltyness/totpfix Johnny 2023-03-28 21:47:54 -04:00
  • 67c72400f8 Fixed logic incompatibility between AJAX handler and base32 object usage convention. root 2023-03-28 17:30:19 -05:00
  • c544dc4a2a New Feature: Added Hourly Rate to Client johnnyq 2023-03-28 15:29:54 -04:00
  • 1e2535359a Update Global Search Documents to reference actual document johnnyq 2023-03-23 16:57:06 -04:00
  • 36b6347b66 Merge pull request #649 from XVicarious/patch-1 Johnny 2023-03-22 23:51:12 -04:00
  • 341644ba01 Fix #648 Brian Maurer 2023-03-22 21:16:13 -04:00
  • 201db36c24 Moved more edit add vars to models johnnyq 2023-03-21 21:18:12 -04:00
  • 3202bceddd Set File Size to 20MB johnnyq 2023-03-21 13:00:50 -04:00
  • 035be88e72 Moved the remaining upload logics to use the checkFileUpload() Function johnnyq 2023-03-21 12:53:01 -04:00
  • 0f1f324162 Merge pull request #647 from wrongecho/ticket-colours Johnny 2023-03-19 12:26:09 -04:00
  • 899b38d84b Fix another 0000-00-00 to NULL johnnyq 2023-03-19 12:21:13 -04:00
  • 6ac7843ee9 Tidy spacing Marcus Hill 2023-03-19 16:00:55 +00:00
  • 3718987f50 tickets.php - Rename unused ticket_status_display to ticket_status_color Marcus Hill 2023-03-19 15:53:10 +00:00
  • b7e59aa023 Revert the UI update on drop notifications didnt look right too much code johnnyq 2023-03-18 16:29:32 -04:00