Commit Graph

2273 Commits

Author SHA1 Message Date
johnnyq
c6db5516cf Remove some more tics, set to to get the current user logged in number of tickets 2022-02-08 21:42:51 -05:00
johnnyq
7385d1e0a5 Removed unnessessary tics in the queries, no need to use the number_format() php function for row counts. number_format is mainly used for decimals and such. Remove some double spacing 2022-02-08 21:38:52 -05:00
johnnyq
c1bfec98be Indentation cleanup, removed extra </div> on tickets 2022-02-08 21:29:43 -05:00
Johnny
525462ce3c Merge pull request #349 from aftechro/patch-2
Update tickets.php
2022-02-08 21:08:22 -05:00
AFTECH.RO
1a30cecf64 Update tickets.php
- added My tickets - showing total of assigned tickets to user
- added Unassigned tickets - showing all open tickets not assigned and ready to be grabbed by anyone available
- added Task - this can be left at it is or to be renamed to Alerts/Notification - used for 3rd party emails fetched as tickets ( backups notification, domain/ssl expiry, check central etc)

Future to do: 
- when click on My tickets, to show all the tickets assigned to user (open/answered, unanswered, closed by user)
- when click on My Tickets - Unanswered - to show tickets assigned to user with status open but not replied to customer
- when click on My Tickets - Open/Answered - to show tickets assigned to user and replied by the agent (work in progress)
2022-02-08 23:01:18 +00:00
johnnyq
8c4932c1c5 Fix Inputmask and password popovers along with Copy to Clipboard 2022-02-08 15:13:31 -05:00
johnnyq
d743e6a0cb Downgraded Jquery from 3.6 to 3.5.1 to fix select2 from not autofocusing on search - https://github.com/select2/select2/issues/5993 2022-02-08 12:20:34 -05:00
Johnny
1b83f6b1a6 Merge pull request #348 from wrongecho/services-url
Services: Show URL for associated assets/logins
2022-02-07 19:21:54 -05:00
johnnyq
e9b239f9a9 Bump AdminLTE from 3.1 to 3.2, Bump plugins Summernote, phpMailer, clipboardjs, bootstrap, fontawesome-free, fullcalendar, inputmask, JQuery, moment, pdfmake, and more. Removed Unnessesary files from from plugins directories to reduce app size 2022-02-07 19:20:56 -05:00
Marcus Hill
7d22ab88f6 Move service importance to header 2022-02-07 20:14:31 +00:00
Marcus Hill
b51db78cd9 Show asset IPs 2022-02-07 20:09:58 +00:00
Marcus Hill
7934422749 Show URLs from assets/logins 2022-02-07 19:56:12 +00:00
johnnyq
94faa6934a Merge branch 'master' of github.com:johnnyq/itflow 2022-02-05 18:55:51 -05:00
johnnyq
56f0f7d08e More Audit Loggings 2022-02-05 18:55:20 -05:00
Johnny
4068d604f4 Merge pull request #347 from wrongecho/html-purifier
Filter dangerous html tags out of ticket & documents using HTML Purifier
2022-02-05 18:54:01 -05:00
Marcus Hill
2b39ea3bd6 Fix tags for new documents 2022-02-05 22:19:04 +00:00
Marcus Hill
4f68073223 Implement html purifier for tickets & documents 2022-02-05 22:18:53 +00:00
johnnyq
45a4e981a3 Added Client Logs to client nav 2022-02-05 17:07:47 -05:00
johnnyq
5dd576fe20 Removed Legacy AES Password conversion and old AES key from database 2022-02-05 16:41:21 -05:00
johnnyq
c8600033f5 opp forgot switch companies start page 2022-02-05 13:45:15 -05:00
johnnyq
0e3c457991 Reverted Modal Callback naming IDs, these do not follow the same logic as File Entity renaming 2022-02-05 13:43:52 -05:00
johnnyq
278b243e7c Finished File Entity Renaming process 2022-02-05 13:24:57 -05:00
Johnny
559d0559fa Merge pull request #345 from wrongecho/api
API Enhancements
2022-02-05 11:07:52 -05:00
johnnyq
7e475b1083 Make user images fit the parent container and remove the cricle 2022-02-05 10:53:08 -05:00
Johnny
5e5c546b97 Merge pull request #344 from wrongecho/scheduled-tickets
Ability to edit scheduled tickets
2022-02-05 10:43:13 -05:00
Marcus Hill
b9bbc75ce3 Add/update READ endpoints for assets, certs, domains, networks & software 2022-02-05 14:20:20 +00:00
Marcus Hill
d4ea0c984d id > asset_id 2022-02-05 13:34:33 +00:00
Marcus Hill
7b23c04d78 Add functionality to edit scheduled tickets. Small other fixes 2022-02-05 12:59:07 +00:00
johnnyq
6dda8ce0d6 Added Duplicate checking support for import assets 2022-02-04 18:05:19 -05:00
johnnyq
6e9f2534d4 Renamed contact display field on client assets to Assigned To to match export and import assets 2022-02-04 17:38:53 -05:00
johnnyq
75117c2f2e You can now import contact and locaiton of assets as long as the name appears in locaitons or contacts 2022-02-04 17:36:05 -05:00
johnnyq
bb972e8de3 Store full user agent, we can always parse it later 2022-02-04 17:04:28 -05:00
johnnyq
6132ce81e1 oopps Forgot the r in strip_tags 2022-02-04 16:58:30 -05:00
johnnyq
be0778ab84 Strip slashes on user agent and ip to prevent user header modification for XSS attack in API logging 2022-02-04 16:55:45 -05:00
johnnyq
338c991d21 Updated Logging in both APIs 2022-02-04 16:51:56 -05:00
johnnyq
b8e5d5844d Updated new API Validation with api-keys table and added some additonal log fields 2022-02-04 16:37:19 -05:00
johnnyq
c01b48c6ec Added API Expire Date check to api.php 2022-02-04 16:27:38 -05:00
johnnyq
59521cbfc6 Old API fixes 2022-02-04 16:22:23 -05:00
johnnyq
b1d09e6b56 Removed old API Key from Settings api.php now uses api_keys and a key is no longer generated upon setup, Also autogen an API key upon creation. 2022-02-04 15:59:51 -05:00
johnnyq
b58696f079 Added API List, Create, Update Delete Interface 2022-02-03 19:12:10 -05:00
Johnny
74ba71acd7 Merge pull request #343 from wrongecho/api
API
2022-02-03 19:10:27 -05:00
johnnyq
1dc5df9557 Moved Vendors under Accounting under main side Nav as these vendors are expense vendors and not the same as client vendors, removed assets as this should be accessed within a client 2022-02-02 20:37:04 -05:00
Marcus Hill
6e4025dc58 Initial new api 2022-02-02 22:16:08 +00:00
johnnyq
a9b3884bc7 DB Dump 2022-02-01 16:25:05 -05:00
johnnyq
4074b62d59 Merge branch 'master' of github.com:johnnyq/itflow 2022-02-01 16:17:57 -05:00
johnnyq
1d4d3be434 Start working on HTMLPurfier for WYSIWYG Input 2022-02-01 16:17:30 -05:00
Johnny
1c7d7acd51 Merge pull request #341 from wrongecho/services-backup
Add backup note to services module
2022-02-01 16:14:42 -05:00
Johnny
34b85e0afa Merge pull request #342 from wrongecho/readme
Readme - Add problem/solution
2022-02-01 16:14:13 -05:00
Marcus Hill
c34eb91457 Restructure 2022-01-31 20:56:33 +00:00
Marcus Hill
cec218d9e2 Add problem/solution 2022-01-31 20:51:48 +00:00