Commit Graph

13 Commits (240ecdc3d53414c9f4ac94df32f3de0ecb33a2bf)

Author SHA1 Message Date
Joe Rozner e27bccfd76
Remove bad emails (#122) 2022-04-08 11:35:18 -07:00
Joel Smith afa10b6cd2
add a readme note mentioning supported image format (#105) 2021-09-22 13:10:54 -07:00
Joel Smith c241326690
Linux Appimage (#85)
* updates to try to make appimage work
* Add notes on compatibility
* add wayland note
* minor change to better encode the screenshot commands
* add publish for linux artifact
2021-03-30 16:55:03 -07:00
Joel Smith 201abe7519
Allow migration of data between computers (#67)
* add db method to update evidence path

* Add ability to move file

* minor refactoring to support migrating evidence

* refacotred database per qt guidelines

* move pathToEvidence to avoid cyclic import

* enhance file error for system transfer

* allow config to be read/writen to an arbitray path

* remove tag/evidenceid link in model

* add ability to import/export system (no-ui)

* move SystemManifest impl into cpp file (broken)

* first stab at ui - progress bar needs touchup

* allow database connection to share its path

* add convenience method to generate FileError

* SysManifest will now emit events, called in thread

* rework dialog to work with threading

* move import/export/settings to submenu

* re-namespace sync to porting

* include evidence id in model tag

* significantly improve export speeed

* Add tray message for import/export

* Have export tray msg open path to output dir

* skip adding failed copies to manifest for export

* add documentation

* documentation update

* cleanup per ctidy recommendations

* change submit button name/action on port complete

* move settings to root menu, create *port submenu
2021-02-23 17:10:04 -08:00
Joe Rozner 30849e9ead Add link to ashirt-server to README 2020-09-23 09:43:35 -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
Joe Rozner 906046a320 Fix typos 2020-07-30 16:32:34 -07:00
Joel Smith 65320d6c53 readme tweaks to reflect the new normal 2020-07-27 11:24:23 -07:00
Joel Smith 4ac11dddbd Add note on switching operations 2020-07-27 09:59:52 -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 14ef264b77 remove pause action and pause references 2020-07-01 16:40:25 -07:00
Joe Rozner e91b9f3dc3 Prepare open source release 2020-06-30 09:55:33 -07:00