Commit Graph

  • 74cf007ef3 Cleanup importing assets along with duplication fix from previous commit johnnyq 2022-05-13 12:24:43 -04:00
  • fdc42ef5cf Fixed issue with importing contacts when a duplicate was detected it would stop importing the rest of the rows that were not duplicates johnnyq 2022-05-13 12:19:51 -04:00
  • 7b0e4e7741 Fixed contacts not importing if location was left blank johnnyq 2022-05-13 12:12:44 -04:00
  • 8b5f8547c4 Added Contact Import Capabilities and fixed some undefined vars johnnyq 2022-05-13 11:53:17 -04:00
  • e510c74536 Merge pull request #463 from wrongecho/misc Johnny 2022-05-11 19:49:15 -04:00
  • f7df7811c0 Correct L207 ['client_archive_at'] to ['client_archiveD_at'] Marcus Hill 2022-05-11 20:45:54 +01:00
  • 3f3854e8c3 Add contact delete endpoint Marcus Hill 2022-05-11 20:41:19 +01:00
  • fc3b83d43a Allow for tickets to be unassigned after being assigned to an agent. Hide accountants from ticket assignment list on ticket.php. Marcus Hill 2022-05-11 20:27:18 +01:00
  • 647f133f48 Fixed Edit Assign to if the asset was anything but a workstation it would blank out during an edit johnnyq 2022-05-10 22:11:05 -04:00
  • 06ae05f4f2 Updated DB Schema to include the beginnings of asset, contact, vendor and software related data johnnyq 2022-05-10 17:12:52 -04:00
  • 33b18891bc Fixed broken contact listing due to relations that no longer exist johnnyq 2022-05-08 14:00:57 -04:00
  • 50670d4d27 Table Field cleanup johnnyq 2022-05-07 20:51:13 -04:00
  • 0ac9143e47 Do no show archived clients under clients, add archive client, add undo archive client johnnyq 2022-05-07 20:15:13 -04:00
  • bf3f17db44 Updated Delete Client confirmation modal to include all financial associated data and logs etc johnnyq 2022-05-07 17:41:14 -04:00
  • c38f2378ea Updated Delete Client to delete all associated data johnnyq 2022-05-07 17:37:38 -04:00
  • 8d2570f688 Dropped api_key_updated_at field and unused tables contracts, messages and roles johnnyq 2022-05-07 16:57:20 -04:00
  • 5044dc6084 Properly delete everything related to a company when deleting a company johnnyq 2022-05-07 16:46:50 -04:00
  • 463fcdbe4f Fixed adding new company johnnyq 2022-05-07 15:42:17 -04:00
  • cb22db5d65 Merge pull request #462 from wrongecho/updated-timestamp Johnny 2022-05-07 15:22:52 -04:00
  • 7bb68a36d9 Add user role in PHP Session to remove dependency on check_login - will require you to logout & back in to take effect after the update Marcus Hill 2022-05-07 17:44:04 +01:00
  • 5cbd0fad0d Move role validation to functions.php Marcus Hill 2022-05-07 17:25:30 +01:00
  • d900a7d341 Show shared item (doc/file/login) name in logs when generating a share link Marcus Hill 2022-05-07 17:08:05 +01:00
  • b2c0994577 Add CSRF Token validation for API key create/delete Marcus Hill 2022-05-07 16:56:55 +01:00
  • 53ae901f15 Remove api updated at column, as API keys can not be edited once created Marcus Hill 2022-05-07 16:40:06 +01:00
  • f4537ac80a Remove remaining instances of updating *updated_at - SQL DB does this now for us automatically Marcus Hill 2022-05-07 16:39:34 +01:00
  • 598f1b1aa1 Fixed issue with Account Transfers and adding Revenue, updated DB to update created_at and updated_at to the new SQL Timestamp johnnyq 2022-05-06 12:04:12 -04:00
  • 867f5edb8a Do not count or show archived under client overview johnnyq 2022-05-05 12:41:40 -04:00
  • 9ac267e831 Removed redundant client overview header johnnyq 2022-05-05 12:02:04 -04:00
  • f32609c29c Client Overview fixes and cleanups - Fix domains expiring, resized columns, added Assets Retiring soon with a 7 year retire window from install date johnnyq 2022-05-05 12:00:12 -04:00
  • 42f98479e7 Fixed Issue where if server had an IP client PDF Export would not work #395 johnnyq 2022-05-05 10:55:04 -04:00
  • 18c7c1c9a5 Merge pull request #460 from wrongecho/bugs Johnny 2022-05-03 16:16:03 -04:00
  • 6a57ae6149 Add a small newline to the end of the table, otherwise the document action edit button gets cut off Marcus Hill 2022-05-02 21:24:57 +01:00
  • 9e1b5f6903 Show existing asset OS when editing Marcus Hill 2022-05-02 21:24:03 +01:00
  • 5b400dec9f Merge pull request #456 from wrongecho/iframe Johnny 2022-05-02 11:32:50 -04:00
  • ef4a4dcf33 Merge pull request #457 from wrongecho/csrf Johnny 2022-05-02 11:31:52 -04:00
  • 5e4870df90 Merge branch 'master' into csrf Johnny 2022-05-02 11:31:42 -04:00
  • 44f8569b50 Merge pull request #455 from wrongecho/api Johnny 2022-05-02 11:30:02 -04:00
  • f0d497fec8 Merge pull request #459 from wrongecho/db-fix wrongecho 2022-05-01 21:51:23 +01:00
  • d7381d5e06 Add contact_department column for anyone that installed since it was added Marcus Hill 2022-05-01 21:46:05 +01:00
  • 6f9439a85e Add contact department column to db.sql, remove departments table,document_tags and documents_tagged. Marcus Hill 2022-05-01 21:21:47 +01:00
  • fd6051646c Fix merge conflict Marcus Hill 2022-05-01 18:51:53 +01:00
  • 705060d1df Add clean_file_name function to fix merge conflict Marcus Hill 2022-05-01 18:46:45 +01:00
  • 61777116a9 CSRF Token Marcus Hill 2022-05-01 18:43:53 +01:00
  • 622290f354 Prevent ITFlow being shown in an iFrame Marcus Hill 2022-05-01 17:48:47 +01:00
  • c19328f3d8 Typo Marcus Hill 2022-05-01 10:37:07 +01:00
  • 25c610e963 Rename update_id to update_count - as it's a count, not the insert ID Marcus Hill 2022-05-01 10:34:21 +01:00
  • 69c1fc6cae Add asset API delete endpoint Marcus Hill 2022-05-01 10:30:04 +01:00
  • b2e9a0f5f3 Fix Department sorting under contacts johnnyq 2022-04-29 18:52:57 -04:00
  • 1c7bd35ad4 Invoice is now searchable by amount johnnyq 2022-04-29 18:44:17 -04:00
  • 099fcbe4bc Updated Side Nav header spacing from 3 to 2 removed some unnessary title headers in sidenav, this will allow for more room for other items on the side navs johnnyq 2022-04-29 17:07:30 -04:00
  • 0641b0bfd4 Completely remove the last bits of departments johnnyq 2022-04-29 16:50:25 -04:00
  • 7b35431021 Remove Departments table and remove it from the client side nav, takes up too much space, added it as a text input on contact add/edit instead johnnyq 2022-04-29 16:39:15 -04:00
  • d5922b25a9 Updated Licence Type var under client export pdf johnnyq 2022-04-29 12:11:57 -04:00
  • ba57078810 Created Sanitize file name function to fix issues with exporting PDF Documentation with clients having ' in the name ex ben's johnnyq 2022-04-29 11:54:50 -04:00
  • ca5ba0c6d2 Removed , before WHERE statement Fixed Edit Client johnnyq 2022-04-29 11:21:46 -04:00
  • 8b91be7188 Fix Software password display and edit functionality johnnyq 2022-04-29 11:04:38 -04:00
  • 492f90fe4b Merge pull request #453 from wrongecho/mesh Johnny 2022-04-29 11:03:58 -04:00
  • f5f3567d4a Merge pull request #452 from wrongecho/folders Johnny 2022-04-29 11:03:47 -04:00
  • 496a9a6e88 Merge pull request #451 from wrongecho/ticket-modal Johnny 2022-04-29 11:03:34 -04:00
  • 917377ed17 Remove meshcentral references in api Marcus Hill 2022-04-28 21:46:41 +01:00
  • 8e16abfcbc Define ['folder_id'] as for easy reference and to fix undefined errors Marcus Hill 2022-04-28 21:09:02 +01:00
  • bc1426ba18 Don't show archived users for ticket filters/assignment Marcus Hill 2022-04-28 20:52:20 +01:00
  • eee7c0b204 Sort folders A to Z instead of Z to A johnnyq 2022-04-27 22:32:53 -04:00
  • 6310ef5aae Added Rename and Delete folder capabilities to documents and some minor UI cleanup johnnyq 2022-04-27 22:31:15 -04:00
  • c02edf5ca7 Added Ability to search by document name as well. johnnyq 2022-04-27 16:34:23 -04:00
  • ee5c820f55 Declare Int on GET client_id and document_id johnnyq 2022-04-27 01:37:33 -04:00
  • 00e0d1dfb3 Fix hidden documents update all documents to use document_folder_id 0 during DB Update johnnyq 2022-04-27 01:22:32 -04:00
  • 0fb4ff17a3 Removed the last bits of Document Tagging johnnyq 2022-04-27 01:03:01 -04:00
  • 1b866b75cd Added Folder support to Client Documents, partially removed legacy document tagging johnnyq 2022-04-27 00:53:45 -04:00
  • 82f74a7a49 Merge pull request #450 from wrongecho/misc Johnny 2022-04-25 11:29:39 -04:00
  • 81363e09a3 Change mouseover to mouseenter, it's a little less spammy on the requests if you move the mouse a bit Marcus Hill 2022-04-24 17:21:50 +01:00
  • e70bbe37a8 Add button to generate a password for you, on new login modal Marcus Hill 2022-04-24 17:18:27 +01:00
  • 5bb4049f6d Add pagination Marcus Hill 2022-04-24 16:57:30 +01:00
  • cfce11c18f Reposition service asset selects Marcus Hill 2022-04-24 16:48:42 +01:00
  • fda40055f8 Adjust RFC6283 getTokenCode to only show one token at a time. Remove the tokens from client_logins.php and replace with a mouseover/hover to show mechanism using ajax.php Marcus Hill 2022-04-24 13:48:27 +01:00
  • dcd772c5f6 Only show extension options if tech/admin Marcus Hill 2022-04-24 12:43:11 +01:00
  • edcdf9a0a8 Only set encryption/extension key if user is tech/admin Marcus Hill 2022-04-24 12:35:14 +01:00
  • 013b153078 Remove created_at DB references - these are automatic now Marcus Hill 2022-04-24 12:24:00 +01:00
  • a792498b5b Add IP/User agent to all logs Marcus Hill 2022-04-24 12:13:07 +01:00
  • 13c12dad3a Remove log_created_at now references, as this is now automatic Marcus Hill 2022-04-24 11:52:16 +01:00
  • 1bea42c273 Fix role check, minor comments Marcus Hill 2022-04-24 11:50:44 +01:00
  • 6f4a2d0385 Tidy Marcus Hill 2022-04-24 11:50:27 +01:00
  • 76b965ec20 Adjust brute force notification to be in notifications, not alerts Marcus Hill 2022-04-24 10:52:05 +01:00
  • 599b82a73c Exclude archived agents from ticket assignment Marcus Hill 2022-04-24 10:31:11 +01:00
  • 30e7114555 Adjust domain/warranty/stale ticket logic. No longer shows blank expiry. Stale tickets now only show after 14 days. Marcus Hill 2022-04-24 10:29:09 +01:00
  • 7be6121408 Remove leftover references to mesh central Marcus Hill 2022-04-24 10:20:30 +01:00
  • 4dd5aa1ea2 Add IP address logging to document create/update/deletes Marcus Hill 2022-04-24 10:12:59 +01:00
  • fee69c51a3 Merge pull request #449 from wrongecho/center Johnny 2022-04-19 20:22:11 -04:00
  • 50931c633f Merge pull request #448 from wrongecho/remove-meshcentral Johnny 2022-04-19 18:15:02 -04:00
  • af8c7fac25 Replace depreciated <center> tag with CSS Marcus Hill 2022-04-19 23:13:44 +01:00
  • 7d901e7fef deprecate the old API system in favor of the new and improve API johnnyq 2022-04-19 17:55:04 -04:00
  • f5f033fed4 Remove MeshCentral integration Marcus Hill 2022-04-19 22:42:38 +01:00
  • 1186e5b5a1 use () to show the archived date johnnyq 2022-04-19 16:48:01 -04:00
  • 28572d80a5 Show archived datenext to the assigned to select under edit asset if the contact was archived johnnyq 2022-04-19 16:45:49 -04:00
  • 7cdd25eaf1 Merge pull request #447 from wrongecho/api Johnny 2022-04-18 19:13:03 -04:00
  • 2d6e7dbb37 Add clients/read.php API endpoint. Adjust asset create/update so that they function without all attributes being provided. Update will default to using the value currently in the database, rather than overwriting blank. Marcus Hill 2022-04-18 15:59:09 +01:00
  • 6ff6cb7c19 Merge pull request #445 from wrongecho/sql Johnny 2022-04-17 22:07:47 -04:00
  • fce20d1a74 Merge pull request #444 from wrongecho/master Johnny 2022-04-17 22:05:39 -04:00
  • 467784cb2a Define the number regex as a constant and use that instead Marcus Hill 2022-04-17 23:30:10 +01:00
  • a6833ac3a4 created/updated timestamp update Marcus Hill 2022-04-17 23:16:36 +01:00