Commit Graph

  • c789038d53 add proper linkage for telemetry johnnyq 2022-01-16 12:43:16 -05:00
  • ca15e96fda Add currency to form Marcus Hill 2022-01-16 17:11:56 +00:00
  • 3d78b1bf7e Comment undefined variable Marcus Hill 2022-01-16 17:01:49 +00:00
  • 778245ccec Merge pull request #290 from wrongecho/extension Johnny 2022-01-15 22:39:40 -05:00
  • e15d40be22 Removed Telemetry test johnnyq 2022-01-15 22:38:46 -05:00
  • 5fdf956eb4 Added Basic Opt In Telemetry during install to help determine the number of installs and what country of origin are using the application along with any comments johnnyq 2022-01-15 22:37:46 -05:00
  • 2dbf36bd50 Add IP / UA logging Marcus Hill 2022-01-15 23:43:29 +00:00
  • 6e605a276e Logging/extension related Marcus Hill 2022-01-15 23:39:30 +00:00
  • 24b5ffa09c Rem debugging Marcus Hill 2022-01-15 23:19:09 +00:00
  • c69fb5a7db Add ability to turn on extension access (cookie) Marcus Hill 2022-01-15 23:16:17 +00:00
  • 9c0cd254ad Fix user role display Marcus Hill 2022-01-15 22:26:02 +00:00
  • c8c26562f5 Adjust cookie setting to samesite none for encryption session key Marcus Hill 2022-01-15 22:25:49 +00:00
  • 4ab28019c5 Add logic for checking/getting extension key/php session id Marcus Hill 2022-01-15 21:35:59 +00:00
  • 20a903324e Support for storing session ID in db Marcus Hill 2022-01-15 21:27:36 +00:00
  • 2b3a7171b3 Session management Marcus Hill 2022-01-15 21:26:22 +00:00
  • 272bf52d62 Note re https Marcus Hill 2022-01-15 21:17:31 +00:00
  • cee1faf082 Add extension key cookie to login. Add support for storing the php session id in DB so we can access it (without passing the session ID over a cross-domain query). Marcus Hill 2022-01-15 20:54:56 +00:00
  • 53c312e311 Add database column Marcus Hill 2022-01-15 19:54:37 +00:00
  • 55dafd42a8 Merge pull request #278 from wrongecho/firefox-ext Johnny 2022-01-15 12:08:29 -05:00
  • be8a18acc6 Fix http origin Marcus Hill 2022-01-15 16:07:22 +00:00
  • 083c322c9b Commenting for now Marcus Hill 2022-01-15 00:35:02 +00:00
  • 7b6598a63a Updated the old default_currency code VAR to the new session company currency code VAR this was causig currency codes to be empty in many areas johnnyq 2022-01-14 15:24:47 -05:00
  • f8e9c2ee5d replicated currency symbol across email communication, updated currency code to reflect the current invoice and or quote's currency code instead of the clients currency code johnnyq 2022-01-14 14:58:27 -05:00
  • e1e6f6e580 Merge pull request #277 from wrongecho/search Johnny 2022-01-14 13:44:01 -05:00
  • 7d277767fe Merge pull request #276 from wrongecho/email-currency Johnny 2022-01-14 13:43:26 -05:00
  • c5b11aebe5 Tidy Marcus Hill 2022-01-14 17:54:05 +00:00
  • c3a3ab8410 Use global search for site search Marcus Hill 2022-01-14 17:53:26 +00:00
  • a65f6d3f7f Search on login username too Marcus Hill 2022-01-14 17:53:14 +00:00
  • 227cf0591a Add basic ticket search - would need further work to search by a ticket ID with a prefix. Possibly encourage a default prefix so we can filter that out? Marcus Hill 2022-01-14 17:42:24 +00:00
  • 6c673571d2 Hyperlink names Marcus Hill 2022-01-14 17:22:53 +00:00
  • 6d20a518b7 Add client currency to invoice email Marcus Hill 2022-01-14 16:33:09 +00:00
  • 7823c02bf3 Add client currency to quote email Marcus Hill 2022-01-14 16:29:41 +00:00
  • 62d32bbb12 Comments Marcus Hill 2022-01-14 16:07:10 +00:00
  • 26a681f8c0 Add password show/hide Marcus Hill 2022-01-14 16:02:57 +00:00
  • 7b6b597de4 used header tag for client name to standout johnnyq 2022-01-14 00:41:51 -05:00
  • 3d548f8e0f Swapped out uppercase for some Bolding under ticket details johnnyq 2022-01-13 20:57:19 -05:00
  • c5016bdf7e Merge pull request #274 from wrongecho/credentials Johnny 2022-01-13 18:51:10 -05:00
  • 75ee2e643d Initial add Marcus Hill 2022-01-13 23:15:02 +00:00
  • 9eed217789 Opps forgot to add event description to client events Fixes #273 johnnyq 2022-01-13 17:55:36 -05:00
  • 72fbebd77a Client Tickets display Contact Email below Contact name, removed email column reworked the display handler on the main tickets listing page as well johnnyq 2022-01-13 16:13:33 -05:00
  • 7de91d96f4 Client Tickets display Contact Email below Contact name, removed email column reworked the display handler johnnyq 2022-01-13 16:08:15 -05:00
  • 8b90286bad Finished adding event description johnnyq 2022-01-13 15:52:58 -05:00
  • d02a121dfa Updated New Client form with location phone number, renamed address tab to location, moved website from contact tab to Details tab, along with other UI cleanup johnnyq 2022-01-13 15:47:13 -05:00
  • 29828f8653 Added client Tag Display under Client in Ticket Details johnnyq 2022-01-13 15:20:49 -05:00
  • 03e8c5148c Removed unused user_name VARs from ticket details johnnyq 2022-01-13 15:15:49 -05:00
  • b843f530d9 Fixed ticket details assigned to and closed by, do not show closed by if not closed, do not show time worked if no time was worked, added primary location Phone number under client if exists and other minor cleanups johnnyq 2022-01-13 15:13:08 -05:00
  • 48dbb3ec4c More Define canned date if not set. Prevents undefined errors Same as a48e302 johnnyq 2022-01-13 14:07:51 -05:00
  • 3a18c0a0e7 Updated DB Structure to include event_description johnnyq 2022-01-12 19:49:22 -05:00
  • 6a7b709a49 Merge pull request #270 from wrongecho/ticketing Johnny 2022-01-12 19:44:52 -05:00
  • c30260abe9 Merge pull request #271 from wrongecho/payments Johnny 2022-01-12 19:42:58 -05:00
  • 2bee1d3869 Merge pull request #272 from wrongecho/global-search Johnny 2022-01-12 19:40:59 -05:00
  • 37e97e14ef Added event description will add the rest tmrw, some other minor cleanups johnnyq 2022-01-12 19:07:27 -05:00
  • 746c7baf7b Fix login decryption, fix client listing (ish) Marcus Hill 2022-01-12 23:07:28 +00:00
  • c19983d985 Define canned date if not set. Prevents undefined errors Marcus Hill 2022-01-12 20:16:09 +00:00
  • 7732264922 Remove edit/merge/delete options when a ticket is closed Marcus Hill 2022-01-12 19:10:40 +00:00
  • 4897c46cd5 Add merge ticket functionality Marcus Hill 2022-01-12 19:01:17 +00:00
  • e45202d133 Redirect user to tickets main page post deletion, rather than to a random ticket. Marcus Hill 2022-01-12 15:37:33 +00:00
  • e5f2740786 Fixed ticket delete button so it deletes the ticket, not the client Marcus Hill 2022-01-12 15:36:55 +00:00
  • d272214c2d Merge branch 'master' of github.com:johnnyq/itflow johnnyq 2022-01-11 17:30:34 -05:00
  • ce202aab8d Merge pull request #267 from aftechro/ticket.php Johnny 2022-01-11 17:30:24 -05:00
  • b4e93a52c0 Merge branch 'master' of github.com:johnnyq/itflow johnnyq 2022-01-11 17:15:59 -05:00
  • c555e5a27b Merge pull request #265 from wrongecho/264_encryption-changes Johnny 2022-01-11 17:14:40 -05:00
  • 2a4d42de09 Encryption changes Marcus Hill 2022-01-11 20:42:46 +00:00
  • 0382dbbfb2 Small change re https Marcus Hill 2022-01-11 20:14:29 +00:00
  • 2742410e4b http/https encryption cookie Marcus Hill 2022-01-11 19:44:21 +00:00
  • fccae5dedb Typo in user id variable Marcus Hill 2022-01-11 19:22:06 +00:00
  • 82107679cc More. Marcus Hill 2022-01-11 19:16:49 +00:00
  • 8e0334aab1 More encryption updates Marcus Hill 2022-01-11 19:03:33 +00:00
  • 6c6b7e2255 Correct password reset Marcus Hill 2022-01-11 18:40:08 +00:00
  • c66f96ae1d More encryption related changes Marcus Hill 2022-01-11 18:28:55 +00:00
  • d3d39ca8ad r Marcus Hill 2022-01-11 18:22:45 +00:00
  • b9358fed4b Update ticket.php AFTECH.RO 2022-01-11 16:19:59 +00:00
  • a93098ddd6 Update ticket.php AFTECH.RO 2022-01-11 16:16:59 +00:00
  • f41d015e0d Update ticket.php AFTECH.RO 2022-01-11 15:56:15 +00:00
  • 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