Custom Query (1174 matches)
Results (382 - 384 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #956 | wontfix | End to End Encryption | ||
| Description |
Hello, I read about the Mylar platform on Slashdot.org <http://yro.slashdot.org/story/14/03/26/0352201/mit-researchers-create-platform-to-build-secure-web-apps-that-never-leak-data>. It is built on the Meteor framework and decrypts user data only in the browser, even website administrators cannot see what the user has on their account. The developers of Mylar, who also helped develop CryptoDB, have already made an instant messaging application based on it which could be easily integrated into MediaGoblin for social networking features since it is already built. Even converting MediaGoblin to the Mylar platform might be easy since the Mylar developers only had to change about 35 lines of code for the applications they have already converted to Mylar. But, I guess the ease of the MediaGoblin's transition to Mylar depends on whether MediaGoblin is written in Javascript or not since Mylar application are entirely written in Javascript (no MySQL or any other server side code, but I think CSS is still used). I tried to check the repository for MediaGoblin to make sure it is already using some Javascript, but Gitorious doesn't show the language statistics for the repository like it would on Github. Let me know what you think, Here's Mylar's website on MIT servers <http://css.csail.mit.edu/mylar/>. |
|||
| #957 | fixed | There is no description in setup.py | ||
| Description |
There is no 'description' in 'setup.py'. This means that project's description for search results in 'pypi' will be shown as 'UNKNOWN'. |
|||
| #961 | fixed | "lazyserver.sh -h" gives incorrect option names | ||
| Description |
The current output is: ./lazyserver.sh [-h] [-c filename.ini] [ARGS_to_paster ...]
For example:
./lazyserver.sh -c fcgi.ini port_number=23371
or: ./lazyserver.sh --server-name=fcgi --log-file=paste.log
The configfile defaults to paste_local.ini,
if that is readable, otherwise paste.ini.
However,
|
|||
