Commit Graph

  • 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
  • a74dea8c22 Replace <center> tags with CSS Marcus Hill 2022-04-16 13:38:45 +01:00
  • 5f5e023afe Fix contact title & improve logging on client portal Hyperlink ticket on client overview page Marcus Hill 2022-04-16 12:51:15 +01:00
  • 0a483cf13a Only show active/non-archived agents for new ticket assignment Marcus Hill 2022-04-16 12:32:23 +01:00
  • 6091d373bc Remove redundant jump/return wrongecho 2022-04-16 12:13:18 +01:00
  • ce6b200168 Update SECURITY.md wrongecho 2022-04-16 00:10:14 +01:00
  • 4a87abda52 Update README.md wrongecho 2022-04-16 00:08:06 +01:00
  • 2fea7b36a2 Merge pull request #443 from wrongecho/misc Johnny 2022-04-15 21:13:38 +00:00
  • 633ce5d342 Fix License Var Johnny 2022-04-15 15:37:37 -04:00
  • 945288dfbd Replace center with css text align Marcus Hill 2022-04-15 17:54:23 +01:00
  • e55622827d Add support for client-specific API keys Refactoring API. Added a contact update endpoint. Small misc changes. Marcus Hill 2022-04-15 17:43:06 +01:00
  • bdd00c843d Change wording to reflect that the module is just "hidden", not necessarily disabled. Marcus Hill 2022-04-15 17:00:47 +01:00
  • fca1627c33 Remove delete user post.php code. Deleting users means we'll lose all tickets/replies which isn't great. Correct user archive behaviour so when users are archived they can no longer login. Need to add ability for quick disable/enable of user accounts, as using archive as permanent. Refactor "You are not permitted to do that!" wording into a constant instead. Marcus Hill 2022-04-15 13:29:27 +01:00
  • 779153e099 Adjust scheduled ticket behaviour in cron to account for cron being run at 1 AM rather than 11 PM. This is also better for daylight saving Marcus Hill 2022-04-15 12:03:52 +01:00
  • f707098d37 Redirect to ticket after creation Marcus Hill 2022-04-15 12:02:13 +01:00
  • ac42cb82a8 Fix closed by being in caps Marcus Hill 2022-04-15 12:00:41 +01:00
  • 6aa06b4389 Add full text index & search for document contents (related to #440) Marcus Hill 2022-04-15 11:42:50 +01:00
  • 9a48bfae49 Changed Cron wording to run time from 11PM to 1AM Daily johnnyq 2022-04-14 23:29:29 -04:00
  • f191daf389 oops Forgot to add mysqli_query johnnyq 2022-04-14 23:05:46 -04:00
  • fd8188095e New Feature Enable/Disable ITFlow Modules now using the automated DB updater johnnyq 2022-04-14 22:59:36 -04:00
  • 344276ca33 Add more reverse sort orders johnnyq 2022-04-14 19:46:59 -04:00
  • 087de8242e Merge pull request #442 from wrongecho/tidy Johnny 2022-04-14 22:27:00 +00:00
  • 17f97ff7bc Deduplicate API GET check into single file Marcus Hill 2022-04-14 20:05:15 +01:00
  • b4f2fdd03d Code deduplication/tidying Marcus Hill 2022-04-14 19:49:18 +01:00
  • ca629801af Change all "AND" / "OR" to && / || Marcus Hill 2022-04-14 18:40:51 +01:00
  • ea041a0371 Merge pull request #441 from wrongecho/small-tidy Johnny 2022-04-14 12:25:29 -04:00
  • a3ca268fcf Small code cleanups Marcus Hill 2022-04-14 07:54:40 +01:00
  • 57afcc0423 Update README.md wrongecho 2022-04-13 22:15:55 +01:00
  • 9ed03b428f Merge pull request #439 from wrongecho/delete-client Johnny 2022-04-11 19:09:02 -04:00
  • 6ef72ec1df Force client name to be typed upon delete attempt Marcus Hill 2022-04-10 23:08:07 +01:00
  • 6327223fa0 Merge pull request #438 from wrongecho/sch-tickets Johnny 2022-04-10 10:45:01 -04:00
  • 09c2533b05 Merge pull request #437 from wrongecho/433_add-client Johnny 2022-04-10 10:44:51 -04:00
  • cc4c2e6bf7 - Enforce role check when editing/deleting scheduled tickets - Add scheduled tickets to client view - Add search and pagination to scheduled tickets - Populate scheduled ticket edit modals dynamically - Minor typos Marcus Hill 2022-04-10 13:42:47 +01:00
  • bba077360d Update README.md wrongecho 2022-04-10 10:30:37 +01:00
  • 5f40bc215e Prompt user to provide a primary contact when adding a new client Marcus Hill 2022-04-09 15:36:08 +01:00
  • fe8fe10492 Merge pull request #436 from wrongecho/ticket-reassign Johnny 2022-04-07 21:16:02 -04:00
  • 36fabb2d88 Merge pull request #435 from wrongecho/ticket-contact-fix Johnny 2022-04-07 21:15:49 -04:00
  • 87e229de9d Merge pull request #434 from wrongecho/client-logs Johnny 2022-04-07 21:15:30 -04:00
  • 815ada9da5 Add agent name when reassigning ticket, improve logic to only allow assigning open tickets to techs/admins Marcus Hill 2022-04-07 21:37:14 +01:00
  • f3ac8df7d5 Only run contact ticket stats if contact id is not null Marcus Hill 2022-04-07 21:07:00 +01:00
  • 6d4331367f Default client logs to sort same as main logs - latest entries shown first Marcus Hill 2022-04-06 21:07:31 +01:00
  • a0cead284f Fix Add Payment Email Currency Symbol johnnyq 2022-04-05 11:56:22 -04:00
  • dbc6787112 Fix Quarter 1 Tax Summary johnnyq 2022-04-03 15:40:34 -04:00
  • e3cbf151c1 Tax Summary Report is now fixed and fully functional johnnyq 2022-04-03 15:37:43 -04:00
  • 220b3a0005 Fixes to tax summary report, still not functional but progress has been made johnnyq 2022-04-03 15:01:46 -04:00
  • f4935a2e17 Fix Profit Loss Report Total Expenses for all 4 Quarters not showing and Net Profits not showing johnnyq 2022-04-03 14:23:47 -04:00
  • 9a92c13ebc Merge pull request #432 from adunin/patch-1 Johnny 2022-04-03 13:54:20 -04:00
  • b00b5aab90 Added expense by vendor report johnnyq 2022-04-03 13:36:46 -04:00
  • ac59d16c4c Fix Income by Client Year johnnyq 2022-04-03 13:18:20 -04:00
  • 09414e6045 Added Report Income by Client johnnyq 2022-04-03 13:14:10 -04:00
  • b00a9af5d7 Added php-curl to the installation command adunin 2022-04-03 12:58:22 -04:00
  • fdf9d67910 Allow to Add Ticket to an exiting invoice item line johnnyq 2022-04-02 20:50:55 -04:00
  • a837af6eb4 Fixed Invoice Ticket johnnyq 2022-04-02 20:13:20 -04:00
  • 3a872ae433 Allow invoicing a closed ticket johnnyq 2022-04-02 20:07:36 -04:00
  • 84087fde2f Seperated Service Ticket vars from current Ticket vars under ticket details was causing conflicting issues with Assign to, Invoice and Close ticket buttons johnnyq 2022-04-02 20:05:19 -04:00
  • 0b91b39e2f Moved Settings from user dropdown back to the main side nav for consistency, clicking settings now goes to the user list johnnyq 2022-04-02 19:38:31 -04:00
  • 3e38692051 Merge branch 'master' of github.com:itflow-org/itflow johnnyq 2022-04-02 19:19:27 -04:00
  • 35509ed04a UI Cleanup on add/edit contact portal johnnyq 2022-04-02 19:18:50 -04:00
  • 7c49ccf517 Merge pull request #430 from itflow-org/add-code-of-conduct-1 Johnny 2022-04-02 18:41:41 -04:00
  • d2569a7ccf Create CODE_OF_CONDUCT.md wrongecho 2022-04-02 22:46:44 +01:00
  • 7eff1bb76e Delete 4.14.0,4114918a13a428a8482a8a449792a5a8747582b5,1.ser wrongecho 2022-04-02 22:34:43 +01:00
  • b7464e64f1 Uppercase SSL and TLS johnnyq 2022-04-02 16:24:53 -04:00
  • f6df0d3c72 Merge pull request #429 from wrongecho/db-version Johnny 2022-04-02 16:04:18 -04:00
  • ef29a17d49 DB Structure Update - Added SMTP Encryption Type to Mail settings johnnyq 2022-04-02 16:03:30 -04:00
  • 9096b091b2 Add database updater Marcus Hill 2022-04-02 19:39:55 +01:00
  • 32f3b0a005 Merge pull request #428 from wrongecho/sharing Johnny 2022-04-02 13:57:12 -04:00