Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Found the proper solution | Christian Mollekopf | 2017-12-06 | |
| | ||||
* | Fixed controller clear function | Christian Mollekopf | 2017-12-06 | |
| | | | | | | | | Adding a property from QML changes the offset from 1 to 20 for the composercontroller, which results in the clear function not working. Since we know that QObjects property offset is 1, we can just hardcode that number. Not the cleanest solution, so it would be good to find a better approach at some point. | |||
* | Avoid crashing if we don't find a key. | Christian Mollekopf | 2017-12-04 | |
| | ||||
* | Subcontrollers for list properties | Christian Mollekopf | 2017-12-04 | |
| | ||||
* | Do what the QUICK_TEST_MAIN macro does | Christian Mollekopf | 2017-12-02 | |
| | ||||
* | Package libkubeframework.so | Christian Mollekopf | 2017-11-28 | |
| | ||||
* | Adjust cyrus imap settings to pre 3.0 state | Christian Mollekopf | 2017-11-28 | |
| | | | | ssl doesn't seem to work but the rest looks ok. | |||
* | Flatpak: Share /tmp for opening attachments | Christian Mollekopf | 2017-11-28 | |
| | ||||
* | Avoid any keyserver lookup for now. | Christian Mollekopf | 2017-11-27 | |
| | | | | | | The can take forever and we don't properly deal with that. For now all keymanagement is delegated to the user, meaning he will have to use external tools. | |||
* | Encrypt to all keys if we find multiple | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | It's unclear how thread-safe the constructor/protocol access is, | Christian Mollekopf | 2017-11-27 | |
| | | | | so let's guard it. | |||
* | log messages | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Fixed warnings | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Disable encryption buttons if keys are missing | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | An explicit maximum widht is necessary, | Christian Mollekopf | 2017-11-27 | |
| | | | | otherwise the item just grows beyond the layout. | |||
* | Install gammaray in dockercontainer | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Visualize disabled text color | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Async personal key retrieval | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Safeguards to avoid crashes | Christian Mollekopf | 2017-11-27 | |
| | ||||
* | Factor out how we run it into a separate method | Christian Mollekopf | 2017-11-25 | |
| | ||||
* | Lookup keys in threads | Christian Mollekopf | 2017-11-25 | |
| | ||||
* | Only look for keys when crypto is enabled | Christian Mollekopf | 2017-11-25 | |
| | ||||
* | Import missing keys | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Encrypt to self so we can read the sent mail | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Improved gpg conf so we can search for keys | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Log some info about the keys we find | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Set a version string | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Support unlocking the keyring from the commandline | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | Ensure we have valid keys before sending | Christian Mollekopf | 2017-11-24 | |
| | ||||
* | We need sudo for dbus-uuidgen | Christian Mollekopf | 2017-11-24 | |
| | | | | ..not sure why it worked on my laptop. | |||
* | A script to start the imap server | Christian Mollekopf | 2017-11-23 | |
| | ||||
* | Disable coredumps in the container | Christian Mollekopf | 2017-11-23 | |
| | | | | All they do is block when crashing | |||
* | Encrypted mails | Christian Mollekopf | 2017-11-23 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-11-23 | |
| | ||||
* | Fixed recipient removal | Christian Mollekopf | 2017-11-23 | |
| | ||||
* | Prepared crypto | Christian Mollekopf | 2017-11-23 | |
| | ||||
* | Avoid crashing if we fail to assemble the message | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | We want sudo and pinentry in the container. | Christian Mollekopf | 2017-11-22 | |
| | | | | | pinentry-qt has rendering issues and the gtk version just works..., so let's use that. | |||
* | Run an imap server as part of the container | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | Find signing keys | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | Setup key with docker | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | Prepping encryption | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | Removed obsolete dependencies and made sure ps is available | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | Show the host not found error dialog on connection error as well. | Christian Mollekopf | 2017-11-22 | |
| | ||||
* | new icon for logview | Michael Bohlender | 2017-11-16 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-11-11 | |
| | ||||
* | Deal with defunc processes | Christian Mollekopf | 2017-11-11 | |
| | | | | | | When running the tests on the CI the gpg process goes defunc instead of away. To avoid waiting forever we need to carry on as soon as that happens. | |||
* | Fixed dockerfile | Christian Mollekopf | 2017-11-09 | |
| | ||||
* | Added llvm to dockerfile | Christian Mollekopf | 2017-11-09 | |
| | ||||
* | We don't need an entry point | Christian Mollekopf | 2017-11-09 | |
| |