Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Adds the close parenthesis to -lc message | Tiago Ferraz | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-02-18 | #280 Made the changes on args helper as varac recommended | Jefferson Stachelski | |
2015-02-13 | Adding encryption info for a recipient when composing. | Duda Dornelles | |
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients. | |||
2015-02-13 | Monkey patching fetch decrypt to add encryption info | Duda Dornelles | |
2015-02-11 | #280 changed the help on args.py added more details for server's key and ↵ | Jefferson Stachelski | |
server's certificate | |||
2015-02-03 | fixing pep8 | Duda Dornelles | |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda Dornelles | |
2015-01-29 | pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵ | Duda Dornelles | |
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack | |||
2015-01-28 | (Re-)added leap home parameter to soledad initialization. | Folker Bernitt | |
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196 | |||
2015-01-27 | Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵ | Duda Dornelles | |
and protobuf | |||
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-23 | #245 stopping the reactor when user cant authenticate | Duda Dornelles | |
2015-01-23 | When closing the app now it wont get stuck, but it will finish the last ↵ | Pixpoa pairing | |
scheduled soledad sync call before it stops | |||
2015-01-23 | plaftform #53 adding --leap-cert option to UA | Duda Dornelles | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2014-12-22 | refactoring package structure | Duda Dornelles | |
2014-12-18 | \#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵ | Duda Dornelles | |
delete, functional tests are still broken, investigating... | |||
2014-12-04 | removing unused method | Duda Dornelles | |
2014-12-04 | removing unused test and fixing another one | Duda Dornelles | |
2014-12-03 | Card #149 - does not open two ports when running with SSL | Patrick Maia | |
2014-12-03 | added functionality for reply all to service. | Lisa Junger | |
2014-12-01 | Card #149 - ensure server only accepts good ciphers | Patrick Maia and Victor Shyba | |
2014-11-27 | Card #149 - enables https on service | Patrick Maia and Victor Shyba | |
2014-11-27 | removes unused code | Patrick Maia and Victor Shyba | |
2014-11-24 | Added capability to read credentials from stdin. | Folker Bernitt | |
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40 | |||
2014-11-24 | Fixed pep8 warnings. | Folker Bernitt | |
2014-11-24 | Adding contacts controller and basic contact search | Duda Dornelles | |
2014-11-20 | place and fixing pep | Duda Dornelles | |
2014-11-20 | #151 creating keys whens SOLEDAD_DATA_SYNC_DONE is thrown. If keys already ↵ | Duda Dornelles | |
exists nothing happens. This will allow users to use pixelated by registring on the web since their keys will be created at first login and will prevent key duplication since we just try to create the keys after the sync is done | |||
2014-11-20 | Removed useless print from the code | Bruno Wagner | |
2014-11-10 | adding encrypted file index to whoosh | Duda Dornelles | |
2014-11-10 | Pass configured port number to reactor. | Folker Bernitt | |
2014-11-06 | Making it possible to change host to bind app with --host | Duda Dornelles | |
2014-11-06 | improving log and logging to file on functional tests | Duda Dornelles | |
2014-11-06 | Issue #100: Read credentials from pipe. | Folker Bernitt | |
2014-11-05 | moving to twisted | Duda Dornelles | |
2014-10-29 | Card #30 - adds attachments controller | Patrick Maia | |
2014-10-27 | User agent won't hang anymore when registering user | Bruno Wagner | |
2014-10-24 | small fixes here and there | Duda Dornelles | |
2014-10-23 | Small refactoring on app_factory | Duda Dornelles | |
2014-10-22 | remove unused import | Victor Shyba | |
2014-10-22 | fix pep8 | Victor Shyba | |
2014-10-22 | Added metavar to register command line switch so the help will be clearer | Bruno Wagner | |
2014-10-22 | Fixed register after latest changes to runner, the format is ↵ | Bruno Wagner | |
pixelated-user-agent --register <provider> <username> now | |||
2014-10-22 | Fixed pip errors | Bruno Wagner | |