Commit Graph

3854 Commits

Author SHA1 Message Date
Johnny
c4d2334759 Merge pull request #259 from wrongecho/misc
Misc - small changes to document tagging/files
2022-01-09 12:55:59 -05:00
Johnny
41d2a0e327 Merge pull request #260 from wrongecho/api
Update README
2022-01-09 12:55:38 -05:00
johnnyq
56625c37a1 Make last respnse field sortable under tickets and client tickets 2022-01-09 12:24:12 -05:00
Marcus Hill
cb1f0a637c Client ID, not company! 2022-01-09 16:05:35 +00:00
Marcus Hill
7db196ebaa Update README to clarify that company ID is required when using add asset API 2022-01-09 16:03:28 +00:00
Marcus Hill
b27edc9d38 Add HTML accept attribute to add file modal to suggest allowed filetypes to user 2022-01-09 15:36:28 +00:00
Marcus Hill
33d76f556b Check file is CSV when importing assets 2022-01-09 15:34:28 +00:00
Marcus Hill
7a5f8b425f Delete tag associations for document when it is deleted 2022-01-09 14:47:34 +00:00
Marcus Hill
25b58c21c8 Add Secure flag (HTTPS only) to cookies 2022-01-09 13:56:45 +00:00
Marcus Hill
8d5a8edada Add httponly setting to cookies in check_login before session starts there too. Extension of pull #253 2022-01-09 13:19:59 +00:00
Johnny
e9b7600781 Merge pull request #257 from johnnyq/add-license-1
Create LICENSE
2022-01-08 16:33:08 -05:00
Johnny
01c5ba5065 Create LICENSE 2022-01-08 16:32:45 -05:00
Johnny
3b8df8f509 Merge pull request #256 from wrongecho/more-ticket-adjust
Add note when ticket is closed (to easily show who closed it)
2022-01-08 16:19:17 -05:00
Marcus Hill
43a85fd21c Disable assignment when ticket is closed 2022-01-08 21:17:59 +00:00
Marcus Hill
cc52295698 Add note when ticket is closed (to easily show who closed it) 2022-01-08 21:08:21 +00:00
johnnyq
b7f2053648 Modified time counter under tickets to use type field text instread of time as it was setting the hour and to 12 AM 2022-01-08 15:49:41 -05:00
johnnyq
c87c45df85 Used card outline instead of a full card color to differentiate between public and private ticket replies, not sure if this is enough 2022-01-08 15:38:28 -05:00
johnnyq
c8e789396b Moved Ticket Reply on top of comments for now more than likely will place it inside a modal 2022-01-08 15:18:32 -05:00
johnnyq
48116258b9 Remove the space between the icon and text on the details of ticket details as we are using Margin Right CSS for this 2022-01-08 15:13:09 -05:00
johnnyq
5b9b29d0e9 minor db cleanup 2022-01-08 15:08:11 -05:00
Johnny
4a4150616c Merge pull request #255 from wrongecho/255_ticket-improvements
Ticket improvements
2022-01-08 15:06:24 -05:00
Marcus Hill
b908a13d32 Small edits, link to docs 2022-01-08 16:59:07 +00:00
Marcus Hill
a83f3377bd Include time worked db field. 2022-01-08 16:47:17 +00:00
Marcus Hill
c98be4c344 Add support for public/internal updates, using the existing 'email update to client' checkbox 2022-01-08 16:40:04 +00:00
Marcus Hill
8406779b3b Add time tracking to ticket 2022-01-08 16:12:04 +00:00
Marcus Hill
19c90aac99 Add database field for specifying ticket reply type: public/internal 2022-01-08 12:52:54 +00:00
Marcus Hill
1f6c617a5e Add db field for ticket smiley-based feedback: Good/OK/Bad 2022-01-08 12:50:57 +00:00
johnnyq
5d1848694d Moved import CSV logging out of the loop I accidentally moved it there while fixing a merge conflict, Add more to the logging and some basic code ordering 2022-01-07 22:41:16 -05:00
johnnyq
4636f98ad0 Move scheduled tickets to a more appropriate place in cron 2022-01-07 22:30:34 -05:00
johnnyq
c41daab0c9 Tidy DB file 2022-01-07 22:19:46 -05:00
Johnny
04ad831053 Merge pull request #254 from wrongecho/scheduled-tickets
Scheduled tickets
2022-01-07 22:03:52 -05:00
Marcus Hill
de152c84ca Add scheduled ticket functionality to cron 2022-01-07 23:56:22 +00:00
johnnyq
ee5ae53a41 Updated ticket details layout and added some additional functionality thanks to @aftechro 2022-01-07 18:20:16 -05:00
Marcus Hill
d83c5f4176 Add frontend/backend for adding scheduled new tickets 2022-01-07 22:32:23 +00:00
Marcus Hill
10e58c5c64 DB Structure for scheduled tickets 2022-01-07 21:44:26 +00:00
johnnyq
3de0ef51ec Small fix when I tryed to resolve a merge conflict 2022-01-07 14:47:47 -05:00
Johnny
00a7fdb6f7 Merge pull request #252 from wrongecho/files
File uploads
2022-01-07 14:39:41 -05:00
Johnny
8118b5fc0c Merge pull request #251 from wrongecho/ticket-user
Fix user initials in ticket reply
2022-01-07 14:38:56 -05:00
Johnny
e7f7429bc9 Merge pull request #250 from wrongecho/asset-csv
Add count to asset import via csv
2022-01-07 14:38:32 -05:00
Johnny
96510364e2 Merge branch 'master' into asset-csv 2022-01-07 14:38:04 -05:00
Johnny
1df39836fd Merge pull request #253 from wrongecho/cookie
Set PHP session cookie to be httponly
2022-01-07 14:28:17 -05:00
Johnny
5d27a1717b Merge pull request #249 from wrongecho/api
API Changes - General refactor & Add asset via API
2022-01-07 14:27:24 -05:00
johnnyq
adf1dbe76e Cleanups 2022-01-07 14:25:35 -05:00
Marcus Hill
6609e5065a Set php session cookie to be httponly 2022-01-07 19:10:29 +00:00
Marcus Hill
d0483f2472 Allow csv file upload 2022-01-07 18:36:55 +00:00
Marcus Hill
c5e976d995 Add index.php files to upload directories to prevent file traversal 2022-01-07 18:35:23 +00:00
Marcus Hill
a392ac0d85 Fix user initials in ticket reply 2022-01-07 16:17:04 +00:00
Marcus Hill
3eff9e3d48 Add count to asset import via csv 2022-01-07 16:01:30 +00:00
Marcus Hill
87faebd90d Add functionality to for adding new assets via API 2022-01-07 15:51:22 +00:00
Marcus Hill
d420cd691d Initial API restructure 2022-01-07 15:21:09 +00:00