Commit Graph

  • 5a6cf0ccac Revert Reoslved count as ins included when you click on Closed Add Mouse Hover Effects to Header Open and Closed Status johnnyq 2024-10-31 13:39:51 -04:00
  • 5af8d6934b Add Resolved Tickets Count and Select option for tickets johnnyq 2024-10-31 13:26:34 -04:00
  • d35880e658 Disabled logging execution time of the mail parser johnnyq 2024-10-30 21:04:16 -04:00
  • 0ee5828bf3 Fix contact creation when emailing into the ticket parser with domain matching a client johnnyq 2024-10-30 19:54:47 -04:00
  • 910787c81c Fix Custom Links in the Top nav from breaking ITFlow if the database isnt updated to 1.4.6 johnnyq 2024-10-30 19:49:39 -04:00
  • 1df98166bd Fix issue with Contacts API - Removed contact_auth from Contacts call to the API johnnyq 2024-10-30 19:35:26 -04:00
  • c3321dcb0b Removed temp admin_fix file johnnyq 2024-10-30 19:18:21 -04:00
  • 70569fc226 Scans all files and matches them with the reference file in DB then sets the file size and Mime Type. Note this update doesnt do any DB Structure changes johnnyq 2024-10-30 19:17:21 -04:00
  • 241b0008e8 Updated DB Structure johnnyq 2024-10-30 18:39:49 -04:00
  • 3cc9c0720d FEATURE: Files now shows File Size, Mime Type, and who uploaded the file. These fields will only populate on newly uplaoded files, existing ones will show 0 or blank johnnyq 2024-10-30 18:39:00 -04:00
  • 883976529d UI Update to files, add Breadcrumbs, change file icon to dark johnnyq 2024-10-30 17:05:58 -04:00
  • d60f5a9f86 FEATURE: Nested folders in Files johnnyq 2024-10-30 16:55:19 -04:00
  • 5d9b161b19 Wording Updates johnnyq 2024-10-30 15:49:39 -04:00
  • 96bdca5a4d UI Update: Reworked the Documents UI Folder Path is not located on the Right, Moved Search on the top when in root directory it searches all files when in a directory searches in current directory johnnyq 2024-10-30 15:43:15 -04:00
  • a6ac215f8d FEATURE: Added Bulk Tag Assignment to Credentials johnnyq 2024-10-30 15:07:51 -04:00
  • 3b45f8e255 Remove login id beside the name, this was for debugging only johnnyq 2024-10-30 14:53:48 -04:00
  • 807bbef3e2 Use Tag array instead of querying by tag name when clicking on a tag to reveal other items with the same tag, this allow more narrowed searches johnnyq 2024-10-30 14:51:39 -04:00
  • 873df63c76 FEATURE: Added Credential Tagging Support johnnyq 2024-10-30 14:40:02 -04:00
  • 58738debc6 Fix for users on DB 1.5.9 updating to 1.6.0 check to see if login_folder_id exists before adding it and Makming sure all ticket statuses are a number johnnyq 2024-10-30 12:13:26 -04:00
  • 219028c6d1 Updated Anon and Archive Function to archive the user and set names to Archived - UnixTimeStamp johnnyq 2024-10-30 11:41:39 -04:00
  • 11f68a59f3 Fix Archive Contact, removed unused fields johnnyq 2024-10-30 11:26:07 -04:00
  • 990335838e Added First Asset History Item, Asset Created, also delete asset history when you delete an asset johnnyq 2024-10-29 19:00:02 -04:00
  • c08ac330be FEATURE: Credential Tags Initial DB Structure Commit johnnyq 2024-10-29 18:33:17 -04:00
  • 926a796602 Replaced logs, with asset_history in client assets johnnyq 2024-10-29 18:23:05 -04:00
  • f52beed3d0 Added asset history table johnnyq 2024-10-29 18:16:28 -04:00
  • c3379a5576 Increase DB Field Sizes johnnyq 2024-10-29 15:41:10 -04:00
  • ab3d915bdc Mail Ticket Parser Fix: Allow Unencrypted IMAP connections johnnyq 2024-10-29 13:36:30 -04:00
  • af123d3978 Fix Only show Document Folders, Removed Create Subfolder as this is now merged into Create Folder Dependign on what folder you are in johnnyq 2024-10-28 22:12:45 -04:00
  • 1d4165f41a Updated Bulk Document Move to include the indented folder and sub folder structure johnnyq 2024-10-28 18:47:43 -04:00
  • bc211f3824 Merge pull request #1095 from itflow-org/tidy-28 Johnny 2024-10-28 18:31:13 -04:00
  • 5f708f6003 Merge pull request #1094 from itflow-org/force-mfa Johnny 2024-10-28 18:21:32 -04:00
  • cb611a764b Rework Move Document to not utilize a function johnnyq 2024-10-28 18:05:45 -04:00
  • 580e6a55ce Remove garbage code johnnyq 2024-10-28 17:54:33 -04:00
  • 77fce6a69d FEATURE: Implemented SubFolders within Documents UI johnnyq 2024-10-28 17:53:44 -04:00
  • 91c01d2cdb Tidying wrongecho 2024-10-28 21:16:15 +00:00
  • 334829c23e Force setup of MFA on login wrongecho 2024-10-28 21:01:55 +00:00
  • 9491643a4b Fix issue where sometimes the due date is invisible when viewing an invoice from the guest link johnnyq 2024-10-28 13:32:41 -04:00
  • 56feefe612 Remove Create Ticket from Template dropdown in Contact Details johnnyq 2024-10-26 19:20:06 -04:00
  • 5094453550 Define processed and unprocessed email count for logging johnnyq 2024-10-26 13:48:54 -04:00
  • 41f2177788 Ticket Email Parser Add Debugging after each run to calculate emails processed and unprocessed including the execution time of the script johnnyq 2024-10-26 13:42:48 -04:00
  • d3cca2e633 Fix Invalid var johnnyq 2024-10-26 13:21:13 -04:00
  • 07d89ad09d Re-add Functions after test johnnyq 2024-10-26 13:14:56 -04:00
  • 01db0ddc3c Do not use the autoloader to load php mime mail parser johnnyq 2024-10-26 13:09:21 -04:00
  • 46572afc77 Mail Parser: Use UIDs instead of Message Sequence Numbers, this could potentially fix the issue of repeating tickets johnnyq 2024-10-26 13:06:53 -04:00
  • 6c402942e4 Mail Parser: Better way to set important flag then remove seen flag johnnyq 2024-10-26 12:48:41 -04:00
  • 72eaf3d269 Email Ticket Parser: Fix Flagged Email from getting marked as read, use imap_store function to flag emails not processed as this function keeps the email as unread johnnyq 2024-10-26 12:26:03 -04:00
  • 71f7fa2683 Started working on Archiving Contact Options Dialog for when archiving a contact johnnyq 2024-10-26 11:58:04 -04:00
  • ae561d3195 FEATURE: New Invoice Status Non-Billable johnnyq 2024-10-25 14:33:12 -04:00
  • 58f995ed37 Fix Invalid Field change in cron.php causing cron to break johnnyq 2024-10-24 22:30:16 -04:00
  • aa2e0ed5c5 carry over the Task Completion estimate When creating a new ticket from a template johnnyq 2024-10-23 14:13:05 -04:00
  • 636c74dbb0 FEATURE: Added Task Completion Estimate to the UI johnnyq 2024-10-23 14:06:41 -04:00
  • dffc97859d FEATURE: Estimated Time Completion on Tasks - Phase 1 DB Structure update johnnyq 2024-10-23 13:28:46 -04:00
  • 808fdf5f76 When Archiving, Unarchiving, Deleting and Bulk Actions also update the associated user as well johnnyq 2024-10-23 12:40:32 -04:00
  • 55c9c76194 Fix Self Password Reset via Portal johnnyq 2024-10-23 00:46:02 -04:00
  • 0a63ed2cd6 Merge pull request #1091 from itflow-org/bugfix-tck-schd-notif Johnny 2024-10-23 00:29:00 -04:00
  • f2dedbf8e8 Cmplete Migrate Contact Users to Users johnnyq 2024-10-22 23:53:14 -04:00
  • ee19e1b967 Check for user type of during login and set a temp if condition on check_login.php to see if user_type field exists and query user based off that result, the condition will be removed at a later date johnnyq 2024-10-22 17:06:18 -04:00
  • ba64a179c6 Add contact_user_id to contacts table to associate a contact with a user johnnyq 2024-10-22 16:34:08 -04:00
  • 30738ed9fd Bugfix: Ticket scheduling emails wrongecho 2024-10-22 19:42:40 +01:00
  • 499f9456f8 DB Update add user_role_type to differentiate between itflow users, client users and api permissions johnnyq 2024-10-22 14:08:50 -04:00
  • 48b306452c Phase 1 - Combining contact logins with users table - Add User Type field to users table johnnyq 2024-10-22 13:47:44 -04:00
  • ea494a8b5c Fix FullCalendar Links johnnyq 2024-10-21 13:53:40 -04:00
  • b456caa129 Bump FullCalendar from 6.1.10 to 6.1.15 johnnyq 2024-10-21 13:48:29 -04:00
  • b1de0c86f6 Fix Broken Client Details page johnnyq 2024-10-21 13:36:44 -04:00
  • 47c6c70c67 Bump DataTables from 2.0.8 to 2.1.8 johnnyq 2024-10-21 12:29:05 -04:00
  • a93187fdf8 Add Number of Tasks in the ticket template selection when creating a ticket johnnyq 2024-10-20 14:49:50 -04:00
  • c214c12d00 FEATURE: Auto Populate Create Ticket when selecting a template, remove old ticket mail parser code johnnyq 2024-10-20 14:34:09 -04:00
  • 061e912123 Tidy johnnyq 2024-10-20 12:48:14 -04:00
  • fccc8ab8fd Fix adding a device to a rack: Unit Start number cannot be higher than Unit End number johnnyq 2024-10-19 16:34:03 -04:00
  • c32c47785e Fix notification action log path for cron successully run johnnyq 2024-10-19 16:13:36 -04:00
  • ab9ae71ac7 Do not resanitize subject after passed to the create/update ticket function as its sanitized before passing to the functon, this caused unessesary slashes in the subject line if sql escape chars were used johnnyq 2024-10-19 15:56:26 -04:00
  • 051fdda9a8 Bump TinyMCE from 7.3.0 to 7.4.1 johnnyq 2024-10-18 18:08:39 -04:00
  • 36af07c837 Bump PHPMailer from 6.9.1 to 6.9.2 johnnyq 2024-10-18 18:02:09 -04:00
  • 1e964fe90a Remove WEBKLEX-PHP_IMAP Libraries johnnyq 2024-10-18 17:44:43 -04:00
  • 6cd5290f4c Migrate cron_ticket_email_parser.php back to using php-mime-mail-parser libraries and php extensions php imap and php Mailparse while still keeping the new functionality from the webklex php-imap version of this script. There were wayyy to many dependcies with WebKlex and ran into way too many problems. This delays OAAUTH2 until we can find a better solution johnnyq 2024-10-18 17:29:45 -04:00
  • 02e3ca3f52 Wording johnnyq 2024-10-18 16:12:11 -04:00
  • 64a3f8f1cc UI Update of Client Add / Edit Modals - Moved Lead Checkbox next to Name, Moved Shortned Name and tags to main tab johnnyq 2024-10-18 16:00:41 -04:00
  • b15a175044 When creating Ticket from main ticket listing and not the client listing make Client Selectable first johnnyq 2024-10-18 15:42:09 -04:00
  • 8dca7bc183 Simplify Ticket Creation and Edit Model by removing unessesary tabs and combining fields to fewer tabs johnnyq 2024-10-18 15:40:17 -04:00
  • 6c1c5d6523 Simplify Ticket Template Creation by putting all fields into 1 modal tab instead of multiple and removing the ability to ass tasks via add ticket template, this should be done in the details johnnyq 2024-10-18 15:11:54 -04:00
  • d01d912154 Move logout to a file logout.php in /post fixes issue where one cant logout if in admin section, also redirect to login page with or without login key if set johnnyq 2024-10-18 00:12:08 -04:00
  • fe86ca0dd7 Bump php-mime-mail-parser from 8.0 to 8.0.4 johnnyq 2024-10-17 23:33:53 -04:00
  • 77ed7aa7ff Updated new cron mail parser johnnyq 2024-10-17 23:15:39 -04:00
  • 646b94d8ab Initial work on new Mail Parser that uses the old php imap libraries and not the new webklex johnnyq 2024-10-17 20:55:23 -04:00
  • 878e145550 When Editing Recurring Expense use the Next Month Date instead of selecting the month that the recurring expense was initially created johnnyq 2024-10-15 18:28:53 -04:00
  • bfd5973be8 Fix Bulk Actions by removing input form requirements for Create asset ticket as they share one giant form johnnyq 2024-10-12 15:38:43 -04:00
  • 5bc260e0c0 Wording Fix johnnyq 2024-10-11 12:31:55 -04:00
  • 0fc6a2f02c Keep contact contact within the media body johnnyq 2024-10-10 18:13:35 -04:00
  • 4289ba3026 Display Link Location Name in the Custom Links Listing johnnyq 2024-10-10 17:37:53 -04:00
  • 22086bef24 Optimize Guest Post to only selecting the required Database Table Fields and Tidy johnnyq 2024-10-10 17:01:40 -04:00
  • 0954579216 rename admin to administration and use user-shield icon johnnyq 2024-10-10 16:57:27 -04:00
  • e37df8bf4b Fix Custom Link Order to ASC instead of DESC as well johnnyq 2024-10-10 16:53:31 -04:00
  • ab1c5ac631 FEATURE: Custom Links can be added to the Top Nav Note must have icons johnnyq 2024-10-10 16:51:00 -04:00
  • eaab9b75de Send InApp Notification when Quotes have been Declined or Accepted, also show status under guest url johnnyq 2024-10-10 15:28:30 -04:00
  • 2b2840a43c When Adding a Ticket Template to a Project Template use the Template name and not the subject also optimized Query johnnyq 2024-10-10 14:42:57 -04:00
  • 4963f2f385 Add Ticket Category to New Ticket and Bulk add Tickets through assets johnnyq 2024-10-10 01:38:21 -04:00
  • a9ebc1395c Fix Repeating ticket number when adding bulk tickets via assets johnnyq 2024-10-10 01:08:12 -04:00
  • 70ae55eacb Tidy johnnyq 2024-10-09 15:49:42 -04:00
  • 134f4f9ad3 FEATURE: Create Ticket for each asset in Bulk johnnyq 2024-10-09 15:24:40 -04:00
  • bbdc83e57e Add Cron Execution Notify placeholder to notifications johnnyq 2024-10-09 14:01:42 -04:00