Commit Graph

  • 951b03f712 Allow for encryption scheme upgrade Marcus Hill 2022-01-11 14:03:34 +00:00
  • 1dd55dbfe2 Add config_api_key column back for now, to avoid confusion Marcus Hill 2022-01-11 11:44:10 +00:00
  • bbe689fb33 Remove comments as this is complete Marcus Hill 2022-01-11 00:40:15 +00:00
  • 3d3dc2d54d Encryption updates Marcus Hill 2022-01-11 00:26:09 +00:00
  • bd7087d09c Update encrypt Marcus Hill 2022-01-11 00:15:54 +00:00
  • 51edb7a648 Allow backing up master key Marcus Hill 2022-01-11 00:13:18 +00:00
  • aac50bdfdb More changes re encryption Marcus Hill 2022-01-10 22:55:08 +00:00
  • 49d895040a Add per-user password encryption using master key Marcus Hill 2022-01-10 22:07:26 +00:00
  • a56d701a8a Add initial user specific encryption of site master key Marcus Hill 2022-01-10 21:47:51 +00:00
  • 13d83f6e3b Add session key setup Marcus Hill 2022-01-10 21:47:12 +00:00
  • 00be27f8f4 Remove old AES key column Marcus Hill 2022-01-10 21:46:30 +00:00
  • 4aaa39b3bb Rename column Marcus Hill 2022-01-10 21:25:43 +00:00
  • 6f419001dd Add database column for user encrypt ciphertext Marcus Hill 2022-01-10 21:12:18 +00:00
  • 6f244a1170 Merge branch 'master' of github.com:johnnyq/itflow johnnyq 2022-01-09 23:09:31 -05:00
  • 4892e33201 Small Fixes johnnyq 2022-01-09 23:09:11 -05:00
  • 8e821b6e13 Merge pull request #263 from wrongecho/ticket-reply-hide Johnny 2022-01-09 22:57:57 -05:00
  • 19ba76d0d2 Merge pull request #262 from wrongecho/setup-notes Johnny 2022-01-09 22:57:18 -05:00
  • 4f197a6287 Hide reply box if ticket is in a closed state Marcus Hill 2022-01-09 22:57:56 +00:00
  • d88da60e88 Add GNU GPL notice to setup Marcus Hill 2022-01-09 22:46:52 +00:00
  • d9c13c7e40 Remove additonal 'how to use' info Marcus Hill 2022-01-09 22:46:27 +00:00
  • e1da5adbfa Merge pull request #258 from wrongecho/cookies Johnny 2022-01-09 12:56:30 -05:00
  • c4d2334759 Merge pull request #259 from wrongecho/misc Johnny 2022-01-09 12:55:59 -05:00
  • 41d2a0e327 Merge pull request #260 from wrongecho/api Johnny 2022-01-09 12:55:38 -05:00
  • 56625c37a1 Make last respnse field sortable under tickets and client tickets johnnyq 2022-01-09 12:24:12 -05:00
  • cb1f0a637c Client ID, not company! Marcus Hill 2022-01-09 16:05:35 +00:00
  • 7db196ebaa Update README to clarify that company ID is required when using add asset API Marcus Hill 2022-01-09 16:03:28 +00:00
  • b27edc9d38 Add HTML accept attribute to add file modal to suggest allowed filetypes to user Marcus Hill 2022-01-09 15:36:28 +00:00
  • 33d76f556b Check file is CSV when importing assets Marcus Hill 2022-01-09 15:34:28 +00:00
  • 7a5f8b425f Delete tag associations for document when it is deleted Marcus Hill 2022-01-09 14:47:34 +00:00
  • 25b58c21c8 Add Secure flag (HTTPS only) to cookies Marcus Hill 2022-01-09 13:56:45 +00:00
  • 8d5a8edada Add httponly setting to cookies in check_login before session starts there too. Extension of pull #253 Marcus Hill 2022-01-09 13:19:59 +00:00
  • e9b7600781 Merge pull request #257 from johnnyq/add-license-1 Johnny 2022-01-08 16:33:08 -05:00
  • 01c5ba5065 Create LICENSE Johnny 2022-01-08 16:32:45 -05:00
  • 3b8df8f509 Merge pull request #256 from wrongecho/more-ticket-adjust Johnny 2022-01-08 16:19:17 -05:00
  • 43a85fd21c Disable assignment when ticket is closed Marcus Hill 2022-01-08 21:17:59 +00:00
  • cc52295698 Add note when ticket is closed (to easily show who closed it) Marcus Hill 2022-01-08 21:08:21 +00:00
  • b7f2053648 Modified time counter under tickets to use type field text instread of time as it was setting the hour and to 12 AM johnnyq 2022-01-08 15:49:41 -05:00
  • c87c45df85 Used card outline instead of a full card color to differentiate between public and private ticket replies, not sure if this is enough johnnyq 2022-01-08 15:38:28 -05:00
  • c8e789396b Moved Ticket Reply on top of comments for now more than likely will place it inside a modal johnnyq 2022-01-08 15:18:32 -05:00
  • 48116258b9 Remove the space between the icon and text on the details of ticket details as we are using Margin Right CSS for this johnnyq 2022-01-08 15:13:09 -05:00
  • 5b9b29d0e9 minor db cleanup johnnyq 2022-01-08 15:08:11 -05:00
  • 4a4150616c Merge pull request #255 from wrongecho/255_ticket-improvements Johnny 2022-01-08 15:06:24 -05:00
  • b908a13d32 Small edits, link to docs Marcus Hill 2022-01-08 16:59:07 +00:00
  • a83f3377bd Include time worked db field. Marcus Hill 2022-01-08 16:47:17 +00:00
  • c98be4c344 Add support for public/internal updates, using the existing 'email update to client' checkbox Marcus Hill 2022-01-08 16:40:04 +00:00
  • 8406779b3b Add time tracking to ticket Marcus Hill 2022-01-08 16:12:04 +00:00
  • 19c90aac99 Add database field for specifying ticket reply type: public/internal Marcus Hill 2022-01-08 12:52:54 +00:00
  • 1f6c617a5e Add db field for ticket smiley-based feedback: Good/OK/Bad Marcus Hill 2022-01-08 12:50:57 +00:00
  • 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 johnnyq 2022-01-07 22:41:16 -05:00
  • 4636f98ad0 Move scheduled tickets to a more appropriate place in cron johnnyq 2022-01-07 22:30:34 -05:00
  • c41daab0c9 Tidy DB file johnnyq 2022-01-07 22:19:46 -05:00
  • 04ad831053 Merge pull request #254 from wrongecho/scheduled-tickets Johnny 2022-01-07 22:03:52 -05:00
  • de152c84ca Add scheduled ticket functionality to cron Marcus Hill 2022-01-07 23:56:22 +00:00
  • ee5ae53a41 Updated ticket details layout and added some additional functionality thanks to @aftechro johnnyq 2022-01-07 18:20:16 -05:00
  • d83c5f4176 Add frontend/backend for adding scheduled new tickets Marcus Hill 2022-01-07 22:32:23 +00:00
  • 10e58c5c64 DB Structure for scheduled tickets Marcus Hill 2022-01-07 21:44:26 +00:00
  • 3de0ef51ec Small fix when I tryed to resolve a merge conflict johnnyq 2022-01-07 14:47:47 -05:00
  • 00a7fdb6f7 Merge pull request #252 from wrongecho/files Johnny 2022-01-07 14:39:41 -05:00
  • 8118b5fc0c Merge pull request #251 from wrongecho/ticket-user Johnny 2022-01-07 14:38:56 -05:00
  • e7f7429bc9 Merge pull request #250 from wrongecho/asset-csv Johnny 2022-01-07 14:38:32 -05:00
  • 96510364e2 Merge branch 'master' into asset-csv Johnny 2022-01-07 14:38:04 -05:00
  • 1df39836fd Merge pull request #253 from wrongecho/cookie Johnny 2022-01-07 14:28:17 -05:00
  • 5d27a1717b Merge pull request #249 from wrongecho/api Johnny 2022-01-07 14:27:24 -05:00
  • adf1dbe76e Cleanups johnnyq 2022-01-07 14:25:35 -05:00
  • 6609e5065a Set php session cookie to be httponly Marcus Hill 2022-01-07 19:10:29 +00:00
  • d0483f2472 Allow csv file upload Marcus Hill 2022-01-07 18:36:55 +00:00
  • c5e976d995 Add index.php files to upload directories to prevent file traversal Marcus Hill 2022-01-07 18:35:23 +00:00
  • a392ac0d85 Fix user initials in ticket reply Marcus Hill 2022-01-07 16:17:04 +00:00
  • 3eff9e3d48 Add count to asset import via csv Marcus Hill 2022-01-07 16:01:30 +00:00
  • 87faebd90d Add functionality to for adding new assets via API Marcus Hill 2022-01-07 15:51:22 +00:00
  • d420cd691d Initial API restructure Marcus Hill 2022-01-07 15:21:09 +00:00
  • 2bfb50616c Merge pull request #248 from wrongecho/import_asset_csv Johnny 2022-01-06 20:20:48 -05:00
  • 5dc9eb4d1d Add basic asset import functionality Marcus Hill 2022-01-07 00:58:38 +00:00
  • b8ea7ca2f9 Merge pull request #247 from aftechro/patch-1 Johnny 2022-01-06 19:35:21 -05:00
  • f476d0ea7f Update client_contacts.php AFTECH.RO 2022-01-07 00:26:24 +00:00
  • a4b264143a Merge pull request #245 from aftechro/tickets.php Johnny 2022-01-06 19:14:56 -05:00
  • f82ba721ba Merge pull request #246 from aftechro/client_tickets.php Johnny 2022-01-06 19:13:33 -05:00
  • 5170decf72 Merge pull request #240 from wrongecho/ticket-status Johnny 2022-01-06 19:12:47 -05:00
  • 1c487b225c Update client_tickets.php AFTECH.RO 2022-01-06 23:40:40 +00:00
  • 97f49826bf Update tickets.php AFTECH.RO 2022-01-06 23:23:47 +00:00
  • d37dd77637 Update ticket status in database after a ticket reply. Marcus Hill 2022-01-06 22:59:23 +00:00
  • 8e8b28df40 Fixed Querying wihtin Invoice status johnnyq 2022-01-06 11:21:10 -05:00
  • 0047198bcd Added hidden status variable upon search form POSt under tickets to allow querying within a status johnnyq 2022-01-05 22:40:26 -05:00
  • c6bafa9420 Enhanced @wrongcho Link ticket assets Merge johnnyq 2022-01-05 22:28:29 -05:00
  • 16344aa1a6 update DB Structure set to primary keys for documents_tagged move client_id last for consistancy as its a foriegn key for document_tags johnnyq 2022-01-05 21:38:47 -05:00
  • 62470c1c45 Merge pull request #239 from wrongecho/doc-tags Johnny 2022-01-05 21:27:31 -05:00
  • 733e56cd8c Merge pull request #236 from wrongecho/client-bugs Johnny 2022-01-05 21:25:09 -05:00
  • 3455d2c576 Merge pull request #235 from wrongecho/readme-typo Johnny 2022-01-05 21:23:50 -05:00
  • 77d7e7ba0d Add tag functionality to documents Marcus Hill 2022-01-05 21:58:10 +00:00
  • 93853b77b4 Add confirmation for client deletion from the client summary banner Marcus Hill 2022-01-05 14:27:20 +00:00
  • a48e3029f1 Ensure canned_date is defined before it is referenced, to prevent errors Marcus Hill 2022-01-05 14:21:06 +00:00
  • a4497dd901 Require primary contact be populated when client is created. Otherwise, records such as tickets loop/fail to be created (due to no contact) Marcus Hill 2022-01-05 14:18:18 +00:00
  • e298883e51 Fix readme typos/slight rewording Marcus Hill 2022-01-05 14:05:39 +00:00
  • e6c2f90e02 Merge pull request #233 from wrongecho/tickets Johnny 2022-01-05 00:47:23 -05:00
  • 6c6150011a Merge pull request #234 from wrongecho/alert-type Johnny 2022-01-05 00:46:54 -05:00
  • 656bb3c5d5 Merge pull request #231 from wrongecho/ticket-assets Johnny 2022-01-05 00:46:32 -05:00
  • 51a4469cfa Set default alert type to primary, as sometimes we set alert_message in session, but not alert_type, causing errors Marcus Hill 2022-01-04 22:38:50 +00:00
  • 913d41e4b3 Tidy/Fix undefine variable errors, improve open/closed ticket filtering, still needs some work as open/close state is lost after search Marcus Hill 2022-01-04 21:55:45 +00:00
  • f6900ae993 Allow linking of asset to a ticket via edit modal Marcus Hill 2022-01-04 20:22:27 +00:00
  • 57517f5122 Merge branch 'master' of https://github.com/wrongecho/itflow Marcus Hill 2022-01-04 17:35:38 +00:00