redshiftzero
redshiftzero
do we really need [`add_reply_from_reply_box`](https://github.com/freedomofpress/securedrop-client/blob/master/securedrop_client/gui/widgets.py#L2843)? This is one path to widgets getting added to the conversation view outside of calls to `update_conversation`. It seems unnecessary now: in `on_reply_sent` [here](https://github.com/freedomofpress/securedrop-client/blob/master/securedrop_client/gui/widgets.py#L2865) we...
In the current codebase we return truthy values from all SDK methods. In https://github.com/freedomofpress/securedrop-sdk/pull/74 concerns were raised about whether this is a good practice. Let's resolve this concern and modify...
it can take _quite_ a while for the server docker container to spin up for testing against the latest version of the API, we could cache the docker image layers...
In https://github.com/freedomofpress/securedrop-sdk/pull/92 we added support for first name / last name for the API endpoint that gets details about the current user. We also have first names and last names...
Followup from freedomofpress/securedrop-export#41 We currently have two pre-check actions for before disk export (export to a removable block device, generally a USB): `usb-test` and `disk-test`. We could combine these into...
The Markup released a tool last week for scanning sites for the use of ad trackers, third party cookies, key logging, session recording, among other technologies that privacy-conscious readers should...
suggested by tor: while we have some suggestions for sites to add here in PRs/Issues, another source for the county/region leaderboards could be OONI's [test lists](https://ooni.org/get-involved/contribute-test-lists/#what-are-test-lists). The county-specific test lists...
Some news organizations are distributed. In these cases, admins are faced with the challenge of either traveling around or deciding how best to remotely provision a journalist workstation. We should...
## Description People considering SecureDrop would find it useful to see the relative merits of the tools commonly used for tip lines written out. Common tools are: * SecureDrop *...
There is a great outline in the [SecureDrop On-Site Training Schedule](https://docs.securedrop.org/en/latest/training_schedule.html) for getting new admins and journalists up to speed on SecureDrop. This would be even stronger if it the...