Commit Graph

69 Commits (0f5421828118669278c1f2e766c2b9f61f25a40b)

Author SHA1 Message Date
Joel Smith 0f54218281
update test connection to evaluate response (#54) 2020-09-22 10:28:11 -07:00
Joel Smith 8216ec0c63
require host path, access/secret keys populated (#52) 2020-09-22 10:27:48 -07:00
Joel Smith f386349e8b
Allow multi-delete and table delete on evidence table (#53) 2020-09-22 10:17:56 -07:00
Joel Smith 58c4c89741
revise config location for linux, windows (#51) 2020-09-22 10:17:17 -07:00
Joel Smith be12927b7b
Add QDir directory handling and final paths (#39)
This migrates all paths over to the correct XDG compatible paths that should be used across systems and moves the code that manages file paths over to using QDir to provide more cross platform support. I'd like to take another pass later that removes some of the manual index('/') logic but everything looks good for now.

Closes #32
2020-09-11 16:26:45 -07:00
Joel Smith 58033a31b8
Better Image preview view when adding/viewing evidence (#29)
Closes #5
2020-09-10 17:44:50 -07:00
jkennedyvz 057ec8e18c
Init issue templates, PR template, and codeowners file (#45)
* Init issue templates, PR template, and codeowners file

* minor updates

Co-authored-by: John Kennedy <jkennedy@verizonmedia.com>
2020-09-01 17:10:48 -07:00
Joel Smith e29690ef03
Remove Qt's UI builder in favor of manual layout (#36) 2020-08-17 16:51:50 -07:00
Joel Smith 6b567d91de
Show local date time in evidence viewer (#37) 2020-08-17 16:16:21 -07:00
Joel Smith a0d772a27d
correct minor memory leak in 3rd party library (#38) 2020-08-17 16:14:58 -07:00
Joe Rozner a8f35ca866
Update GitHub links (#31) 2020-07-30 17:38:01 -07:00
Joel Smith 0712561c0c
Merge pull request #30 from theparanoids/js-support-multiple-servers-lite
Add minimal support for changing operations
2020-07-30 17:17:36 -07:00
Joe Rozner 906046a320 Fix typos 2020-07-30 16:32:34 -07:00
Joel Smith 4e0c389dcd fix crash when using a slow network 2020-07-30 13:13:56 -07:00
Joel Smith 65320d6c53 readme tweaks to reflect the new normal 2020-07-27 11:24:23 -07:00
Joel Smith 2d1c1ae273 add automatic op reloading when opening tray menu 2020-07-27 11:22:09 -07:00
Joel Smith e07cff2521 force reload of operations after host change 2020-07-27 11:09:23 -07:00
Joel Smith 4ac11dddbd Add note on switching operations 2020-07-27 09:59:52 -07:00
Joel Smith 7c0fa381b2 account for disappearing operation slugs 2020-07-27 09:47:09 -07:00
Joel Smith 2ef29c8be2
Merge pull request #28 from theparanoids/js-github-issue-27-embedded-version
Embed version information from automatic build into executable
2020-07-14 16:56:03 -07:00
Joel Smith 0adb262ebd
Merge pull request #27 from theparanoids/js-github-issue-25-no-op-set-support
Prevent users from capturing evidence while no operation is set
2020-07-14 15:51:45 -07:00
Joel Smith 118f619a1e use real variables 2020-07-14 15:43:14 -07:00
Joel Smith 2a95a96687 use default github env vars 2020-07-14 15:35:41 -07:00
Joel Smith 81713ff32e using both version and commit hash 2020-07-14 15:35:24 -07:00
Joel Smith 19fbc6a0aa another attempt at env vars 2020-07-14 15:20:39 -07:00
Joel Smith 2778e4de87 env value stab 3 2020-07-14 14:54:22 -07:00
Joel Smith 02693cab79 handle tag version or commit hash (not both) 2020-07-14 14:54:01 -07:00
Joel Smith b869f55c71 env-build-redo 2020-07-14 14:16:46 -07:00
Joel Smith b04113c699 add TAG and COMMIT_SHA env vars (test) 2020-07-14 14:02:21 -07:00
Joel Smith 2a9d04f785 Use macros created by qmake 2020-07-14 13:42:54 -07:00
Joel Smith 929d852315 Add ability to get version from envvar 2020-07-14 13:42:23 -07:00
Joel Smith 66c4a102b1 change icon to warning 2020-07-14 12:18:34 -07:00
Joel Smith 7adf4c1009 abort evidence capture if no operation set 2020-07-14 10:41:50 -07:00
Joel Smith 36eed694a6 move hotkey actions to tray manager 2020-07-14 10:41:04 -07:00
Joel Smith 7b5d4baffd
Revised Tagging interface (#23) 2020-07-14 00:43:10 -07:00
Joe Rozner cc17b794ee
Update license (#24)
After discussion with open source and legal that the assumption that we
were required to license this under GPLv3 and Qt under GPLv3 was
incorrect. Due to this discovery we are re-licensing this as MIT before
release.
2020-07-12 16:26:16 -07:00
Joe Rozner dc02a24363
Rename and setup CI for macos (#22) 2020-07-08 10:44:59 -07:00
Joel Smith 8c88e529fa
Allow users to copy the path of a file to the clipboard (#21) 2020-07-06 22:08:44 -07:00
Joel Smith 5d6cb65752
Easier Hotkey Assignment (#20) 2020-07-06 22:08:21 -07:00
Joel Smith b1f1d7d8e3
Merge pull request #13 from theparanoids/js-cmd-close-window
Add hotkey combo to close dialogs
2020-07-02 17:06:00 -07:00
Joel Smith e31169323c correct merge error 2020-07-02 13:27:16 -07:00
Joel Smith b2e03db759 Merge branch 'master' into js-cmd-close-window 2020-07-02 13:21:05 -07:00
Joel Smith 6bd7bf6b87 use keysequence to close window 2020-07-02 13:10:05 -07:00
Joel Smith f3e576b1e6
Merge pull request #17 from theparanoids/js-remove-evidence-manager-ui-designer
Replace UI Designer for manual layout in Evidence Manager form
2020-07-02 13:00:13 -07:00
Joel Smith 7c37a8b539
Merge pull request #16 from theparanoids/js-context-menu-for-table
Add Context menu to evidence table
2020-07-02 12:54:00 -07:00
Joel Smith 44aaf5cef5
Merge pull request #18 from theparanoids/js-bufix-no-delete-spacer
Remove deletion of spacers
2020-07-02 12:53:42 -07:00
Joel Smith 785c54689b remove delete spacer to prevent segfault 2020-07-02 11:53:52 -07:00
Joel Smith c1a6d6c55d remove delete spacer line to prevent segfault 2020-07-02 11:53:09 -07:00
Joel Smith cef49ddcfb minor class improvements 2020-07-02 11:01:55 -07:00
Joel Smith 6bcabcffc9 convert ui designer into manual layout 2020-07-02 10:57:06 -07:00