Commit Graph

  • 480ff3aa0f Convert deprecated center element to CSS; Convert includes to require; Tidy Marcus Hill 2023-02-02 15:54:17 +00:00
  • 4694dd241c Convert deprecated center element to CSS Marcus Hill 2023-02-02 15:46:08 +00:00
  • 9754eb27d4 Merge pull request #598 from wrongecho/portal-invoices Johnny 2023-02-02 04:22:46 +00:00
  • 0bd170ba8f Merge pull request #597 from wrongecho/cron-readd-refresh Johnny 2023-02-02 04:21:46 +00:00
  • e0243cf3ec Merge pull request #596 from wrongecho/user-add-email Johnny 2023-02-02 04:20:49 +00:00
  • 00c3537f08 Merge pull request #595 from wrongecho/role-enf Johnny 2023-02-02 04:19:24 +00:00
  • 63923290cc Add new ticket button on portal home page Marcus Hill 2023-02-01 23:13:53 +00:00
  • fdcabbcb14 Add very basic invoices summary to client portal (visible only to the primary contact) Marcus Hill 2023-02-01 23:11:35 +00:00
  • 3649b3019a Bugfix: Non-primary contacts were not able to raise tickets from the portal due to the navbar item being hidden Marcus Hill 2023-02-01 23:05:47 +00:00
  • 8cc5505184 Readd domain refreshing Marcus Hill 2023-02-01 22:36:56 +00:00
  • a164e27d3b Spacing Marcus Hill 2023-02-01 21:49:43 +00:00
  • 8cf426d930 Hide the 'send user email' section of the user add modal if SMTP isn't setup Marcus Hill 2023-02-01 21:43:20 +00:00
  • baf03d46ac Enforce accountant/admin roles to view financial reports Marcus Hill 2023-02-01 21:28:17 +00:00
  • e79ba696bd Add comments to role validation functions for clarity Marcus Hill 2023-02-01 21:27:44 +00:00
  • 124439e777 Merge pull request #594 from wrongecho/setup-docs Johnny 2023-02-01 05:33:56 +00:00
  • b222255a78 Tidy Marcus Hill 2023-02-01 00:20:56 +00:00
  • 6383b5b488 Adjust wording and link to new docs Marcus Hill 2023-02-01 00:17:46 +00:00
  • 7f217fbb12 Update SECURITY.md wrongecho 2023-01-31 23:52:51 +00:00
  • a14debae7c Removed drop down for templates from client section. This should be accessed in the settings to create and update templates johnnyq 2023-01-31 17:24:46 -05:00
  • ca290120df Added config_telemetry variable to send telemetry to verify if telemetry is on or off when sent. Fixed sending telemetry on update when off these were due to an = sign when it should have been a double == Checked setup since this is the last place where it sends telemetry and it is correct. johnnyq 2023-01-31 17:18:18 -05:00
  • d1172e512b Fixed and caught an issue where Cron would send telemetry data even with telemetry off johnnyq 2023-01-31 17:01:09 -05:00
  • 17f88f88a0 Merge pull request #592 from wrongecho/email-parsing-lib Johnny 2023-01-31 14:01:08 -05:00
  • 6c0e7c5b26 - Use PHP Mime Mail Parser library for better parsing of email message encoding (requires php-mailparse extension) - Move reply code to own function - Replies from other registered client contacts are nicely shown (and visible in portal) even if they aren't the ticket contact - Fixed bug where ticket numbers didn't increase when creating 2 tickets in the same loop Marcus Hill 2023-01-31 17:43:53 +00:00
  • 5d8e206c04 Merge pull request #590 from wrongecho/deprecate-companies-notice-2 Johnny 2023-01-31 11:38:42 -05:00
  • 0800251b2f Add php-mailparse requirement to readme Marcus Hill 2023-01-31 15:58:59 +00:00
  • 9f2c8bb4ba Tidy PHP Mime Mail parse Marcus Hill 2023-01-31 14:22:06 +00:00
  • e6cc458b1c Add PHP Mime Mail Parser - https://github.com/php/pecl-mail-mailparse Marcus Hill 2023-01-31 14:11:02 +00:00
  • f482809b2a Re-word deprecated notice, add to the new company modal Marcus Hill 2023-01-31 11:28:36 +00:00
  • 87fdad9105 Removed the dropdown under Vendor and License Templates in settings johnnyq 2023-01-30 21:24:23 -05:00
  • 06648beecc Moved vendor and Software Templates to settings and seperated settings menu items a little better johnnyq 2023-01-30 21:05:00 -05:00
  • 6cfcd891a4 Merge pull request #589 from wrongecho/email-ticketing Johnny 2023-01-30 21:01:21 -05:00
  • b1a1b8d675 - Add functionality for unregistered contacts to auto-register and raise tickets based on the configured client domain (client > website) - Change logic for Processed emails - now moved to a folder under the inbox called ITFlow_Processed - Add flagging for unprocessed emails (for closed tickets and contacts that couldn't be registered) - General housekeeping Marcus Hill 2023-01-31 00:23:31 +00:00
  • cfb4256f79 Set Quick Notes to Full width johnnyq 2023-01-30 18:35:38 -05:00
  • cb14efc9b0 If Send Telemetry is clicked then send data no need to check if telemetry is enabled if button is selected johnnyq 2023-01-30 18:24:16 -05:00
  • 1a64495765 Send Telemetry data if enabled during updates johnnyq 2023-01-30 18:20:30 -05:00
  • 7fd4c04be0 Merge pull request #588 from wrongecho/login-2fa Johnny 2023-01-30 17:55:37 -05:00
  • 463f90a103 Feature When editing vendor templates you can now update all vendors based off of the template johnnyq 2023-01-30 17:54:50 -05:00
  • 95067e44b2 Added accessed_at flags to certian client entities johnnyq 2023-01-30 15:02:52 -05:00
  • 60799c050b Added Important Fields in the login modals johnnyq 2023-01-30 14:32:12 -05:00
  • a7e4c18fee Revert "Adjusted the 2FA QR code generator for easier setup/identification in the 2FA app" Marcus Hill 2023-01-30 19:31:00 +00:00
  • 6eaba3440b Revert "URL encode the email" Marcus Hill 2023-01-30 19:30:38 +00:00
  • 9411a0b78c Added login/password important field to the DB UI view coming soon johnnyq 2023-01-30 14:20:10 -05:00
  • f39098be0d URL encode the email Marcus Hill 2023-01-30 19:18:37 +00:00
  • 61e100c98b Adjusted the 2FA QR code generator for easier setup/identification in the 2FA app - Swap out username for full email - Add the configured app name (default: ITFlow) to the start of the token identifier Marcus Hill 2023-01-30 19:11:13 +00:00
  • d2124b92f1 Hide the username and password field (via CSS) when prompting for 2FA code Marcus Hill 2023-01-30 18:55:30 +00:00
  • 139328ae65 Removed Recently viewed under client overview viewed feature is not currently implemented, Primary Billing and Technical now show up under imporetant contacts under client overview tweaked some alert feed backs and logging johnnyq 2023-01-30 13:21:12 -05:00
  • 4cb437dc83 Merge pull request #587 from wrongecho/small-edits Johnny 2023-01-30 02:27:48 +00:00
  • f1321f6363 Tidy spacing Marcus Hill 2023-01-29 22:42:13 +00:00
  • 31e8298876 Tidy spacing Marcus Hill 2023-01-29 22:40:25 +00:00
  • 8f5f7239cb Add time tracking to invoice ticket auto-populated item description Marcus Hill 2023-01-29 22:37:42 +00:00
  • aadd0889fd Add minlength attribute to new password user profile field. This will allow empty (to keep the password the same) but enforce new passwords be longer than 8 characters Marcus Hill 2023-01-29 22:34:27 +00:00
  • 17e60d528c Require new users to have a minimum of 8 characters in passwords Marcus Hill 2023-01-29 22:29:59 +00:00
  • 6e2e8e7ecc Hide the invite user button as it's not yet functional Marcus Hill 2023-01-29 22:26:17 +00:00
  • c4c17d4973 Merge pull request #586 from wrongecho/sharing-fix-username Johnny 2023-01-28 18:31:46 -05:00
  • 0acd19a5ce Added Telemetry to Cron if enabled in settings, many more telemetry data counts were added johnnyq 2023-01-28 18:11:00 -05:00
  • 21cadf87f6 Fixing username sharing: tidy Marcus Hill 2023-01-28 21:35:55 +00:00
  • 64417d6fb4 Add column to shared_items to store the encrypted username, adjust logic to support encrypting/decrypting the login shared username Marcus Hill 2023-01-28 21:20:11 +00:00
  • 0a1fb2227e Implement Installation ID for optional telemetry johnnyq 2023-01-28 15:06:19 -05:00
  • 4b6faae6f7 Add Client name ind contacts section of global search johnnyq 2023-01-28 13:44:43 -05:00
  • f6b90ad3c1 decrypt the username during global search johnnyq 2023-01-28 13:36:07 -05:00
  • ce11899ecd Limit Initials to only 2 characters so it doesnt cause Graphic distorions when displaying in a circle johnnyq 2023-01-27 20:20:22 -05:00
  • 6f37d22ab5 UI Moved global Search bar to the center johnnyq 2023-01-27 20:09:06 -05:00
  • 4fd6d752c6 Merge pull request #580 from wrongecho/function-standardise Johnny 2023-01-26 18:20:33 -05:00
  • d54b34fe3a Small UI tweaks to the new dropdown notification menu johnnyq 2023-01-26 18:18:09 -05:00
  • a698c815ba Notifications now show a drop down menu of the most recent 5 notification along with links to access all notifications and Dismiss all johnnyq 2023-01-26 18:01:29 -05:00
  • 45f2236770 Show number of shared links on the client side nav johnnyq 2023-01-26 17:29:47 -05:00
  • e9270016f3 Fix Username decryption on Contact Details johnnyq 2023-01-26 17:09:31 -05:00
  • 531bd25f27 Convert custom function names to camelCase Marcus Hill 2023-01-26 22:03:31 +00:00
  • b742a71c57 Merge pull request #579 from wrongecho/crypto Johnny 2023-01-26 16:58:31 -05:00
  • 10362f86ef Convert custom function names to camelCase Marcus Hill 2023-01-26 21:58:27 +00:00
  • bdc71d3163 Make vendor selection work under create and edit ticket, also add vendor info card to ticket details This will be useful if you are also working with a vendor like Microsoft or Internet provider etc johnnyq 2023-01-26 16:49:18 -05:00
  • 2570bdc6af Tidy remaining files to randomString() Marcus Hill 2023-01-26 21:46:58 +00:00
  • 23e3a2e8fc - Create custom function (randomString()) for generating cryptographically (and URL) safe strings. - Replace usages of keygen and bin2hex(random_bytes()) with this function. Marcus Hill 2023-01-26 21:35:06 +00:00
  • 542300a56b Removed Unused vendor_template_id johnnyq 2023-01-26 16:15:10 -05:00
  • 41068d356b Merge pull request #578 from wrongecho/login-field-encrypt Johnny 2023-01-26 10:57:55 -05:00
  • 78951b3e3a Merge pull request #577 from wrongecho/misc Johnny 2023-01-26 10:57:41 -05:00
  • 5fd5663aa8 Add encryption for usernames stored in the logins ("passwords") area. Marcus Hill 2023-01-26 15:36:13 +00:00
  • d7085c4790 Touch ups Marcus Hill 2023-01-26 14:41:24 +00:00
  • 3895c76c90 Clean up contact details ticket logic Marcus Hill 2023-01-26 13:46:05 +00:00
  • 5d269368f6 Update contact API to support contact_import, contact_billing, contact_technical Marcus Hill 2023-01-26 13:34:13 +00:00
  • 8e931a5a39 Correct num_row > num_rows Marcus Hill 2023-01-26 12:45:42 +00:00
  • 7e644d8f9f Move variable default values for reporting to inc_all_reports Marcus Hill 2023-01-26 12:43:18 +00:00
  • 00dd605d8d General refactoring/tidy spacing Marcus Hill 2023-01-26 12:39:23 +00:00
  • 39a3ea89c4 Move roundUpToNearestMultiple function used in multiple files to functions.php Marcus Hill 2023-01-26 12:30:25 +00:00
  • 91d0efbde7 Add default values for largest income/invoice month to 0. This fixes undefined errors and makes the chart show properly Marcus Hill 2023-01-26 12:25:23 +00:00
  • 5d9930ad28 Add isset check before calling folder_id from GET params Marcus Hill 2023-01-26 12:15:35 +00:00
  • 5edd37a46e Remove currency_code variable assignment when posting add_quote/add_recurring as it's not provided. The session company currency is actually used Marcus Hill 2023-01-26 12:10:29 +00:00
  • 8482cf87fa Set var recurring_total to start/default at 0 to prevent undefined errors Marcus Hill 2023-01-26 11:48:24 +00:00
  • e1c70af1f5 Set to start/default at 0 to prevent undefined errors Marcus Hill 2023-01-26 11:48:00 +00:00
  • fa8ce92b0e Merge pull request #575 from wrongecho/more-tidy Johnny 2023-01-25 18:28:42 -05:00
  • d612a3ba26 Convert to require_once Marcus Hill 2023-01-25 23:22:12 +00:00
  • aaedfc104f Tidy unused footer include Marcus Hill 2023-01-25 23:15:12 +00:00
  • 5bbb6103b6 Tidy unused footer includes Marcus Hill 2023-01-25 23:14:44 +00:00
  • 503b10d38c Tidy Marcus Hill 2023-01-25 23:14:13 +00:00
  • cffde0fbbd Tidy Marcus Hill 2023-01-25 23:07:37 +00:00
  • bfe5e533bd Merge branch 'master' into more-tidy Marcus Hill 2023-01-25 23:06:34 +00:00
  • 790704f96b Merge branch 'master' of https://github.com/johnnyq/itflow Marcus Hill 2023-01-25 23:06:23 +00:00
  • 0f3b6b5d23 Add alt-text to logo Marcus Hill 2023-01-25 22:47:50 +00:00
  • 67e1fb7021 Show the 'default' company logo (if configured) on the client login page instead of the ITFlow/company name text Marcus Hill 2023-01-25 22:44:46 +00:00
  • 95aa46cd52 Show the 'default' company logo (if configured) on the agent login page instead of the ITFlow text Marcus Hill 2023-01-25 22:37:02 +00:00