Commit Graph

5767 Commits

Author SHA1 Message Date
Marcus Hill
a56d701a8a Add initial user specific encryption of site master key 2022-01-10 21:47:51 +00:00
Marcus Hill
13d83f6e3b Add session key setup 2022-01-10 21:47:12 +00:00
Marcus Hill
00be27f8f4 Remove old AES key column 2022-01-10 21:46:30 +00:00
Marcus Hill
4aaa39b3bb Rename column 2022-01-10 21:25:43 +00:00
Marcus Hill
6f419001dd Add database column for user encrypt ciphertext 2022-01-10 21:12:18 +00:00
johnnyq
6f244a1170 Merge branch 'master' of github.com:johnnyq/itflow 2022-01-09 23:09:31 -05:00
johnnyq
4892e33201 Small Fixes 2022-01-09 23:09:11 -05:00
Johnny
8e821b6e13 Merge pull request #263 from wrongecho/ticket-reply-hide
Hide reply box if ticket is in a closed state
2022-01-09 22:57:57 -05:00
Johnny
19ba76d0d2 Merge pull request #262 from wrongecho/setup-notes
Setup notes
2022-01-09 22:57:18 -05:00
Marcus Hill
4f197a6287 Hide reply box if ticket is in a closed state 2022-01-09 22:57:56 +00:00
Marcus Hill
d88da60e88 Add GNU GPL notice to setup 2022-01-09 22:46:52 +00:00
Marcus Hill
d9c13c7e40 Remove additonal 'how to use' info 2022-01-09 22:46:27 +00:00
Johnny
e1da5adbfa Merge pull request #258 from wrongecho/cookies
Secure Cookies
2022-01-09 12:56:30 -05:00
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