Commit Graph

3690 Commits

Author SHA1 Message Date
johnnyq
386eb0c382 Added Installed Modules, Database stats such as Number Tables, fields, rows and db size, php, mysql and OS Versions, along with upload directory stats including file count and size 2023-05-31 13:31:03 -04:00
johnnyq
eb99807214 Added Debug report under settings currently only reports Database structure differences between Git Master Repo db.sql and current database structure of the installed instance 2023-05-31 12:43:12 -04:00
johnnyq
689c52ae3e Added select2 class on share with 2023-05-25 17:39:15 -04:00
johnnyq
d3281ecd18 Updated Share Model to have an Expire selection instead of selecting a date and time, also share link will now email a chosen contact that has a valid email with the secure link, along with notifications when link is clicked. The Link now adds the https:// in the beginning for easy copy paste 2023-05-25 17:35:09 -04:00
johnnyq
29dd0f6dee Fix issue under client tickets listing where contact name would appear incorrectly 2023-05-25 15:52:27 -04:00
johnnyq
9449a87a1f Strip Out http and https in domains, vendors and passwords 2023-05-22 10:39:50 -04:00
johnnyq
96d39a328f Remove old multi-company code causing breakage. Closes #689 thanks @Heart1010 2023-05-22 10:30:36 -04:00
Johnny
80fa93626a Merge pull request #688 from wrongecho/client-website-remove-protocol-regex
Add regex to remove http:// or https:// from client_website
2023-05-21 22:43:26 -04:00
wrongecho
20a65089b6 Update invoice_payment_add_modal.php
Tidy spacing
2023-05-20 20:34:20 +01:00
wrongecho
e8b5c881fe Update invoice.php
Tidy spacing
2023-05-20 20:31:12 +01:00
wrongecho
7d3f4fefbf Update functions.php
Tidy spacing
2023-05-20 20:27:37 +01:00
wrongecho
6c84b8edca Update expense_add_modal.php
Tidy spacing
2023-05-20 20:22:20 +01:00
wrongecho
a8f3b0fed1 Update custom_field_edit_modal.php
Tidy spacing
2023-05-20 20:21:23 +01:00
wrongecho
9fd57cef43 Update cron_ticket_email_parser.php
Codesmell
2023-05-20 20:20:05 +01:00
wrongecho
e650b7938e Update client_software_add_modal.php
Tidy
2023-05-20 20:18:15 +01:00
wrongecho
6673f27cec Update client_software_add_from_template_modal.php
Tidy
2023-05-20 20:16:30 +01:00
wrongecho
54911769c6 Update ajax.php
Tidy spacing
2023-05-20 19:50:48 +01:00
wrongecho
337bd27ee8 Update contact.php
Tidy spacing
2023-05-20 19:49:25 +01:00
wrongecho
eb2c42f4a3 Update cron_ticket_email_parser.php
Remove attachments to-do item as completed.
2023-05-20 19:47:33 +01:00
Marcus Hill
d0fa30d476 Add regex to remove http:// or https:// from client_website #684 2023-05-20 18:49:21 +01:00
Johnny
0abc6b384c Merge pull request #686 from bhopkins0/patch-2
Security enchancement for getIP() function
2023-05-20 11:30:49 -04:00
wrongecho
c63b965807 Merge pull request #687 from wrongecho/fix-leftover-vulnerable-code
Remove leftover SQL-injection vulnerable code
2023-05-20 15:36:03 +01:00
Marcus Hill
cea954008f Remove SQL-injection vulnerable code in this file that was previously fixed in inc_all_client.php 2023-05-20 15:33:46 +01:00
Brent Hopkins
23f7866c8f Increased security for getIP() function 2023-05-18 05:41:06 -05:00
johnnyq
c403380562 Sort Recurring Next Date ASC instead of DESC, add missing select2 class to select inputs 2023-05-17 12:04:12 -04:00
johnnyq
11eb104383 Fix carriage return and new lines in reply emails see https://forum.itflow.org/d/169-carriage-return-and-line-feeds-showing-in-ticket-email 2023-05-16 11:07:24 -04:00
wrongecho
a60a9456f0 Merge pull request #685 from wrongecho/rev-679
Ticket.php: Revert PR 679
2023-05-15 21:44:53 +01:00
Marcus Hill
0144132649 Ticket.php: revert PR 679
- Hide previous ticket count for now as this doesn't work as intended
2023-05-15 21:40:59 +01:00
johnnyq
77fb0e008f Stack Contact infosuch as phone, mobile and email for contacts on one column as these don't need tp be sortable and will make room for more detail columns to be sortable 2023-05-15 14:24:11 -04:00
johnnyq
1f580fc638 Updated README to exclude SummerNote and include TinyMCE 2023-05-15 13:33:40 -04:00
johnnyq
0b1b551df5 Remove SummerNote Code we have replaced this with TinyMCE 2023-05-15 13:32:21 -04:00
Johnny
0649931797 Merge pull request #683 from wrongecho/ticket-button-wording
Ticket.php
2023-05-15 13:29:15 -04:00
Marcus Hill
02ced0dbbd Fix codesmell 2023-05-14 20:19:07 +01:00
Marcus Hill
1057481039 Ticket.php
- Change wording of ticket 'Respond' button to 'Add note' if reply is internal
- Fix TinyMCE not loading under certain circumstances
- Correct varname 'prefix' to 'ticket_prefix' in reply alert message
2023-05-14 20:16:04 +01:00
wrongecho
eb4c5cbf34 Merge pull request #682 from wrongecho/master
Code tidy - ticket.php
2023-05-14 19:50:14 +01:00
Marcus Hill
40a8c6d723 Tidy 2023-05-14 19:48:29 +01:00
wrongecho
994d2fa5e4 Update README.md
Bump 1.0 release to July. Clarify security note to match docs.
2023-05-14 07:57:22 +01:00
Johnny
8861243792 Merge pull request #679 from aftechro/patch-11
Update ticket.php
2023-05-14 00:25:21 -04:00
Johnny
ee913da18f Merge pull request #680 from wrongecho/login-get-param
Add database structure for 'login key' protection concept
2023-05-14 00:24:16 -04:00
Johnny
9e91066a09 Merge pull request #681 from wrongecho/cron-email-invoice
Cron - Send invoices to all billing contacts + primary
2023-05-14 00:23:52 -04:00
AFTECH.RO
4183583ef5 Update ticket.php
changed the sql for previous ticket to prevent XSS attacks.
2023-05-13 23:30:33 +01:00
Marcus Hill
c2b6591cda Cron - Send invoices to all billing contacts + primary 2023-05-13 23:10:36 +01:00
wrongecho
d2d1b25e32 Update guest_pay_invoice_stripe.php
Rem comment re multi-company
2023-05-13 22:44:39 +01:00
Marcus Hill
5d6d7e389e Add database structure for 'login key' protection concept 2023-05-13 21:49:09 +01:00
AFTECH.RO
ffe4061429 Update ticket.php
Hide Previous ticket if none exists
2023-05-13 09:42:48 +01:00
AFTECH.RO
052d418bad Update ticket.php
Re-make of Related tickets (total open and closed) and contact card, showing previous ticket and status of it. Also, made the contact mobile and contact phone clickable (tel:$contact_phone)
2023-05-13 02:30:34 +01:00
Johnny
a79baae2a8 Merge pull request #677 from wrongecho/domain-expire-quotes
Fix domain registrar/webhost update not working
2023-05-12 18:51:34 -04:00
Marcus Hill
b281a19e6b Fix domain registrar/webhost update not working
- Quote the expiry field when updating a domain
- Better handle no web host being set
2023-05-12 23:26:39 +01:00
johnnyq
e67a75805c Fix: Authenticated users can craft a POST request to delete any file on the webserver. Thank you @
bhopkins0
2023-05-12 15:24:57 -04:00
johnnyq
51ee479130 oops fix replaced the actualy function with nullable 2023-05-11 18:34:06 -04:00