Commit Graph

6422 Commits

Author SHA1 Message Date
johnnyq ba57078810 Created Sanitize file name function to fix issues with exporting PDF Documentation with clients having ' in the name ex ben's 2022-04-29 11:54:50 -04:00
johnnyq ca5ba0c6d2 Removed , before WHERE statement Fixed Edit Client 2022-04-29 11:21:46 -04:00
johnnyq 8b91be7188 Fix Software password display and edit functionality 2022-04-29 11:04:38 -04:00
Johnny 492f90fe4b
Merge pull request #453 from wrongecho/mesh
Remove meshcentral references in api
2022-04-29 11:03:58 -04:00
Johnny f5f3567d4a
Merge pull request #452 from wrongecho/folders
Define ['folder_id'] as $get_folder_id for easy reference and to fix undefined errors
2022-04-29 11:03:47 -04:00
Johnny 496a9a6e88
Merge pull request #451 from wrongecho/ticket-modal
Don't show archived users for ticket filters/assignment
2022-04-29 11:03:34 -04:00
Marcus Hill 917377ed17 Remove meshcentral references in api 2022-04-28 21:46:41 +01:00
Marcus Hill 8e16abfcbc Define ['folder_id'] as for easy reference and to fix undefined errors 2022-04-28 21:09:02 +01:00
Marcus Hill bc1426ba18 Don't show archived users for ticket filters/assignment 2022-04-28 20:52:20 +01:00
johnnyq eee7c0b204 Sort folders A to Z instead of Z to A 2022-04-27 22:32:53 -04:00
johnnyq 6310ef5aae Added Rename and Delete folder capabilities to documents and some minor UI cleanup 2022-04-27 22:31:15 -04:00
johnnyq c02edf5ca7 Added Ability to search by document name as well. 2022-04-27 16:34:23 -04:00
johnnyq ee5c820f55 Declare Int on GET client_id and document_id 2022-04-27 01:37:33 -04:00
johnnyq 00e0d1dfb3 Fix hidden documents update all documents to use document_folder_id 0 during DB Update 2022-04-27 01:22:32 -04:00
johnnyq 0fb4ff17a3 Removed the last bits of Document Tagging 2022-04-27 01:03:01 -04:00
johnnyq 1b866b75cd Added Folder support to Client Documents, partially removed legacy document tagging 2022-04-27 00:53:45 -04:00
Johnny 82f74a7a49
Merge pull request #450 from wrongecho/misc
Assorted changes/commits
2022-04-25 11:29:39 -04:00
Marcus Hill 81363e09a3 Change mouseover to mouseenter, it's a little less spammy on the requests if you move the mouse a bit 2022-04-24 17:21:50 +01:00
Marcus Hill e70bbe37a8 Add button to generate a password for you, on new login modal 2022-04-24 17:18:27 +01:00
Marcus Hill 5bb4049f6d Add pagination 2022-04-24 16:57:30 +01:00
Marcus Hill cfce11c18f Reposition service asset selects 2022-04-24 16:48:42 +01:00
Marcus Hill 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
2022-04-24 13:48:27 +01:00
Marcus Hill dcd772c5f6 Only show extension options if tech/admin 2022-04-24 12:43:11 +01:00
Marcus Hill edcdf9a0a8 Only set encryption/extension key if user is tech/admin 2022-04-24 12:35:14 +01:00
Marcus Hill 013b153078 Remove created_at DB references - these are automatic now 2022-04-24 12:24:00 +01:00
Marcus Hill a792498b5b Add IP/User agent to all logs 2022-04-24 12:13:07 +01:00
Marcus Hill 13c12dad3a Remove log_created_at now references, as this is now automatic 2022-04-24 11:52:16 +01:00
Marcus Hill 1bea42c273 Fix role check, minor comments 2022-04-24 11:50:44 +01:00
Marcus Hill 6f4a2d0385 Tidy 2022-04-24 11:50:27 +01:00
Marcus Hill 76b965ec20 Adjust brute force notification to be in notifications, not alerts 2022-04-24 10:52:05 +01:00
Marcus Hill 599b82a73c Exclude archived agents from ticket assignment 2022-04-24 10:31:11 +01:00
Marcus Hill 30e7114555 Adjust domain/warranty/stale ticket logic. No longer shows blank expiry. Stale tickets now only show after 14 days. 2022-04-24 10:29:09 +01:00
Marcus Hill 7be6121408 Remove leftover references to mesh central 2022-04-24 10:20:30 +01:00
Marcus Hill 4dd5aa1ea2 Add IP address logging to document create/update/deletes 2022-04-24 10:12:59 +01:00
Johnny fee69c51a3
Merge pull request #449 from wrongecho/center
Replace deprecated <center> tag with CSS
2022-04-19 20:22:11 -04:00
Johnny 50931c633f
Merge pull request #448 from wrongecho/remove-meshcentral
Remove MeshCentral integration
2022-04-19 18:15:02 -04:00
Marcus Hill af8c7fac25 Replace depreciated <center> tag with CSS
SonarCloud bugs.
2022-04-19 23:13:44 +01:00
johnnyq 7d901e7fef deprecate the old API system in favor of the new and improve API 2022-04-19 17:55:04 -04:00
Marcus Hill f5f033fed4 Remove MeshCentral integration
As per recent discussions about the API & scripts being a better way forward for all integration, removing the MeshCentral integration that was added.
2022-04-19 22:42:38 +01:00
johnnyq 1186e5b5a1 use () to show the archived date 2022-04-19 16:48:01 -04:00
johnnyq 28572d80a5 Show archived datenext to the assigned to select under edit asset if the contact was archived 2022-04-19 16:45:49 -04:00
Johnny 7cdd25eaf1
Merge pull request #447 from wrongecho/api
API
2022-04-18 19:13:03 -04:00
Marcus Hill 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.
2022-04-18 15:59:09 +01:00
Johnny 6ff6cb7c19
Merge pull request #445 from wrongecho/sql
created/updated timestamp update
2022-04-17 22:07:47 -04:00
Johnny fce20d1a74
Merge pull request #444 from wrongecho/master
Small ticketing / client portal changes
2022-04-17 22:05:39 -04:00
Marcus Hill 467784cb2a Define the number regex as a constant and use that instead 2022-04-17 23:30:10 +01:00
Marcus Hill a6833ac3a4 created/updated timestamp update
Convert all created_at and modified_at fields to default to current timestamp/update timestamp.
We can cleanup the SQL code in post.php (and other places) to no longer manually set these values at a later date, but it will work fine for now
2022-04-17 23:16:36 +01:00
Marcus Hill a74dea8c22 Replace <center> tags with CSS 2022-04-16 13:38:45 +01:00
Marcus Hill 5f5e023afe Fix contact title & improve logging on client portal
Hyperlink ticket on client overview page
2022-04-16 12:51:15 +01:00
Marcus Hill 0a483cf13a Only show active/non-archived agents for new ticket assignment 2022-04-16 12:32:23 +01:00