-
Updated
Oct 29, 2020 - JavaScript
journalism
Here are 406 public repositories matching this topic...
Description
Consider adding a final reminder when people click 'log out,' saying something to the effect of "Did you remember to write down or remember your code name to log back in? [Code name here]"
User Research Evidence
I recently was doing a test submission to SecureDrop, and I forgot to write down my codename as I clicked through to the submit page. After I made my submission,
-
Updated
Nov 20, 2019
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
May 18, 2020
Self-explanatory.
-
Updated
Sep 29, 2020
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Aug 23, 2019
-
Updated
Oct 31, 2020 - Dockerfile
-
Updated
Oct 29, 2020 - JavaScript
Initial sql error due to field size constraints when porting to MySql (and presumably postgres), but not Sqlite.
I found that migration defines two columns, called 'content' & 'excerpts' with data type '.string', not as '.data', consequently causes an error on initial start. The difference is due to data type '.string' limits the size to varchar(255), while '.data' is a blob or nearly un-limit
Release build error
make install error
-
Updated
Jan 29, 2020 - Python
-
Updated
Oct 26, 2020 - Python
Char limit for each journalist's bio is 1000 characters, but we will display the first ~300 characters (probably limit by height) and hide the rest under "Read More" link. To collapse the content, we can use "Read less" label.
Design mock: https://consensys.invisionapp.com/share/RAIZ3X2TVXM#/314949479_01_Newsroom_-_About
-
Updated
Jan 22, 2020 - Python
-
Updated
Oct 31, 2020 - Jupyter Notebook
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 28, 2020 - Kotlin
The log out link in the header doesn't work on the error 404 page.
-
Updated
Mar 19, 2020 - Python
-
Updated
Mar 12, 2020 - PHP
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Apr 26, 2017 - HTML
Improve this page
Add a description, image, and links to the journalism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the journalism topic, visit your repo's landing page and select "manage topics."
We are missing a
<label>tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.To Reproduce
Steps to reproduce the behavior: