Commit Graph

2568 Commits

Author SHA1 Message Date
Marcus Hill 57dab27169 Login page enhancements
- Default to secure cookies (in case var is not defined in config.php)
- Enable content security policy
- Return HTTP 401 response code for invalid username/password combinations
2023-06-17 15:09:01 +01:00
Johnny 8a33a45d20
Merge pull request #698 from wrongecho/fix-braces
Functions.php - IP checker - braces
2023-06-14 19:17:46 -04:00
johnnyq 14b2c48b24 Fix a Syntax err 2023-06-14 19:09:05 -04:00
johnnyq 25f85486d4 Client Portal can now be enabled or disabled in settings > Modules > Enable Client Portal, it is enabled by default 2023-06-14 19:07:39 -04:00
johnnyq 8085f7cd90 User client Rate for price by default for Invoice Ticket 2023-06-14 18:44:24 -04:00
johnnyq 32c9a933ea Invoice Ticket design update, Added functionality for vendor ticket number, asset, login description and contact pin codes 2023-06-14 18:39:24 -04:00
johnnyq cdbff0d7f6 Updated DB Structure to include asset_description, login_description, contact_pin and a table for the new email_queuing system 2023-06-14 16:59:01 -04:00
Marcus Hill 2c53faddd4 Add curly braces around if statement, adjust to exit for consistency 2023-06-13 20:36:32 +01:00
johnnyq 1b0aaf4d27 Update Document details to use TinyMCE Readonly mode on display. Add Print Button. UI Updates etc 2023-06-06 18:48:19 -04:00
johnnyq c1ff4f6855 Add link to Telemetry Information to our docs page on the telemetry settings section of ITFlow 2023-06-06 12:21:22 -04:00
johnnyq 1db519d820 Updated Tickets to use timeAgo function along with stand DateTime 2023-06-05 12:38:25 -04:00
johnnyq f64ab630fd Added TimeAgo Function to convert mysql DataTime to a human readable time like 2 weeks ago similar to other apps like facebook do it. Added to function to Recent Activity under client overview 2023-06-05 12:25:39 -04:00
johnnyq ca61556c4f Updated Client Overview Removed Recently updated and replaced with recent 8 logs, updated padding and card size per element 2023-06-05 12:11:24 -04:00
johnnyq 40da8a2e69 Bold Important Passwords 2023-06-03 21:49:33 -04:00
johnnyq 6519913eed Bold Important Contacts 2023-06-03 21:47:57 -04:00
johnnyq cb2b846418 New Tickets that have not been updated now have their whole rows bolded 2023-06-03 21:43:46 -04:00
Johnny ad7133ddb8
Merge pull request #695 from wrongecho/recently-updated
Client Overview - Enhance Recently Updated section
2023-06-03 20:15:02 -04:00
Johnny bc4d626a9e
Merge pull request #694 from wrongecho/enable-login-key
Enable login key code
2023-06-03 20:14:50 -04:00
johnnyq 4e075b9762 Merge branch 'master' of github.com:itflow-org/itflow 2023-06-03 20:13:37 -04:00
johnnyq 48a660094c Updated setup to wotk with the automatically generated cron key used in the itflow install script 2023-06-03 20:13:17 -04:00
Marcus Hill 82056aee64 Codesmells 2023-06-03 22:00:52 +01:00
Marcus Hill d86b5d8992 Client Overview - Enhance Recently Updated section
- Move the asset warranty expiring and stale ticket queries out of inc_all_client.php and into client_overview.php, there is no need to load this data on every page load - just for the overview
- Show recently updated documents (in addition to contacts/vendors)
- General tidy
2023-06-03 21:58:34 +01:00
wrongecho acbc935519
client_login_add_modal.php - capitalize 'software' 2023-06-03 21:24:54 +01:00
Marcus Hill 1175cc4ade Enable login key code (see #680) 2023-06-03 21:04:43 +01:00
johnnyq 39b4bce09e Revert Tidy UI design as it was not very copy paste friendly 2023-05-31 16:59:14 -04:00
johnnyq f2e518e745 Tidy UI for debug 2023-05-31 16:42:52 -04:00
johnnyq 76d426f793 Add WebServer version 2023-05-31 13:43:15 -04:00
johnnyq 0c9f50fbda Tidy debug 2023-05-31 13:37:43 -04:00
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