Commit Graph

  • 68c47ee87d Updated appNotify function to allow null for client_id entity_id and action, also updated all the notification instances to use the new appNotify in cron.php, starting to drop the entity_id as well johnnyq 2024-11-06 20:56:28 -05:00
  • db621a97fa FEATURE: appNotify Function added so each user can get their own notificaiton and can individually dismiss and see their own notifications, only works under invoice viewed right now johnnyq 2024-11-06 18:58:45 -05:00
  • af9ec9ca85 Fix broken portal login and password reset due to the timezone set before the session was initiated, now we set the timezone after session has started johnnyq 2024-11-06 17:55:46 -05:00
  • 6dbf6f0778 Merge pull request #1100 from itflow-org/admin-footer-banner Johnny 2024-11-06 15:13:59 -05:00
  • 1dd6a02a15 Add banner to admin footer wrongecho 2024-11-06 12:56:29 +00:00
  • 1a66ad9070 Add banner to admin footer wrongecho 2024-11-06 12:54:38 +00:00
  • 351bb484a7 Reworked the entire debugger, only grather nessesary info and database comparison to existing and db.sql works now johnnyq 2024-11-05 17:36:50 -05:00
  • 2250269820 small Fixes UI Cleanups in checks johnnyq 2024-11-05 15:35:58 -05:00
  • 0d935fa221 Run various Checks (required PHP extentions, shell commands, ssl checks, fqdn check, directory permissions check, php settings check etc during setup johnnyq 2024-11-05 15:19:23 -05:00
  • c41b391cb1 SET SQL TIMEZONE on Session, this fixes the issue where created,deleted,updated,archived_ats using SQLs current_timestamp() are set to UTC-0 in SQL causing issues with displaying data in ITFlow as PHP is set to the timezone selected. Note its optional to set system timezone johnnyq 2024-11-05 13:47:38 -05:00
  • a3a0a3e8c6 Add xcustom and /post/xcustom to the git ignore list so git doesnt overwrite them except for the readme.php inside them johnnyq 2024-11-04 22:03:57 -05:00
  • 304623fc05 Guest View Invoice - Fix extra <th> tag in Outsanding Invoices Table johnnyq 2024-11-04 16:41:57 -05:00
  • 23cc47f8f5 DB Stucture Update: Added Ticket History Table to keep track of ticket events such as priority changes, ticket status, assignment, task completion etc johnnyq 2024-11-04 12:21:47 -05:00
  • 5211ba73d5 Moved Create Edit User code block towards the top of edit contact user to reduce the query by 1 johnnyq 2024-11-02 16:45:59 -04:00
  • 593f09f6fd Fix issue with creating a contact without a user and then trying to create a user by editing the contact. johnnyq 2024-11-02 16:25:50 -04:00
  • ada0d52dc0 Merge pull request #1099 from itflow-org/aad-to-entra Johnny 2024-11-02 12:40:03 -04:00
  • b71bc508f9 Merge pull request #1098 from itflow-org/cal-rep-dis Johnny 2024-11-02 12:39:54 -04:00
  • b4f1cb7d8f Merge pull request #1097 from itflow-org/ticket-status-no-reply Johnny 2024-11-02 12:39:37 -04:00
  • 3dd7006ba4 Merge pull request #1096 from itflow-org/db-prune Johnny 2024-11-02 12:39:27 -04:00
  • 2e2a992c32 Portal SSO - Rename AAD to Entra Marcus Hill 2024-11-02 10:54:19 +00:00
  • d074ddad9f Disable calendar repeat for now until we properly add it Marcus Hill 2024-11-02 10:50:30 +00:00
  • 13f89d2118 Ticketing updates Marcus Hill 2024-11-02 10:22:31 +00:00
  • d8d455e324 Prune old database update logic (2+ yrs old) Marcus Hill 2024-11-02 09:56:09 +00:00
  • eb70aba430 Also fix the credential tagging in client asset details page johnnyq 2024-11-01 17:49:48 -04:00
  • 5215ff9a7e Add Group By to logins to prevent duplicated logins from appearing, fixed client contact details from breaking because of missing login tag query johnnyq 2024-11-01 17:21:55 -04:00
  • 631163d691 Fix Extra spacing in Ticket to Invoice Description johnnyq 2024-10-31 17:21:47 -04:00
  • 2f182d8c3c tidy johnnyq 2024-10-31 16:33:15 -04:00
  • 08830fd21f CONTINUE BIG FIX: Adjust the breadcrumbs according to if you are in client section or main section when view ticket, invoice, quote, recurring ticket details johnnyq 2024-10-31 16:30:34 -04:00
  • 72240462a0 CONTINUE BIG FIX: Adjust the reaminder of links within client section johnnyq 2024-10-31 15:56:20 -04:00
  • 4e72925c21 BIG FIX: When accessing ticket, invoice, recurring invoice or quote details while in the client section of ITFlow keep the Client Side Nav instead of redirecting back to the Main Nav. This caused much confusion in the past. This will improve naviagtion in those areas greatly johnnyq 2024-10-31 15:40:02 -04:00
  • 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