Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | Creating a leap session is now part of leap init | Bruno Wagner | |
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense | |||
2015-06-03 | Changed the method used to open a leap session to a meaningful and ↵ | Bruno Wagner | |
non-conflicting name | |||
2015-06-03 | Argument parser now specifies user agent | Bruno Wagner | |
2015-06-03 | Moved all args parseing to config/args and fixed maintenance after the shifts | Bruno Wagner | |
2015-06-03 | Added config file | Bruno Wagner | |
2015-06-03 | Leap cert was still being imported in initialize leap | Bruno Wagner | |
2015-06-03 | Fixed tests after app changes | Bruno Wagner | |
2015-06-03 | Leap certificate initialization and credentials gathering is now done on ↵ | Bruno Wagner | |
initialize_leap | |||
2015-06-02 | Started isolating leap initialization, so we can call it in one place ↵ | Bruno Wagner | |
instead of across all of initialization | |||
2015-06-02 | Logging initializer don't need the whole args, only the debug option | Bruno Wagner | |
2015-06-02 | Remove unused methods from logger and made twisted use the python standard ↵ | Bruno Wagner | |
logger | |||
2015-05-19 | stop unneeded index rebuild and endless marking of recent docs | rafael lisboa | |
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked | |||
2015-05-07 | Sending the correct api cert in all cases now | Bruno Wagner | |
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-23 | Patched soledad sync so it will give us meaningful error messages | Bruno Wagner | |
2015-04-16 | maintenance reads credentials from stdin. | Folker Bernitt | |
- Issue #345 | |||
2015-04-15 | Attaching error handler to Twisted | Victor Shyba | |
For #375 | |||
2015-04-15 | pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ↵ | Jefferson Stachelski | |
and 'provider' by 'LEAP provider' | |||
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt | |
- Call with: pixelated_maintenance reset - Issues #335, #345 | |||
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-13 | Merge pull request #371 from enzoz/validates_username_before_create_account | Bruno Wagner Gonçalves | |
Validates username before request user creation on leap server | |||
2015-04-10 | Allows dot on username. | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-08 | Validates username before request user creation on leap server | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
2015-04-07 | for #333, validate True if no cert given | Victor Shyba | |
2015-04-01 | Unit tests, integration tests and welcome mail | Victor Shyba | |
-- Issue #334 | |||
2015-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba | |
-- Issue #334 | |||
2015-03-31 | Added support for ssl fingerprint validation. | Folker Bernitt | |
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint | |||
2015-03-12 | Removed invalid code from config/__init__.py. | Folker Bernitt | |
- using monkey patch by import instead - Issue #313 | |||
2015-03-12 | Monkey patched KeyManager._fetch_keys_from_server. | Folker Bernitt | |
- Now raises KeyNotFound for all problems, not only 404 - Issue #313 | |||
2015-03-10 | #87 Removed logging to /tmp/pixelated.log file | Jefferson Stachelski | |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
2015-02-27 | #74 use basic config for default logging | Rafael Lisboa | |
2015-02-26 | #74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵ | Jefferson Stachelski | |
to /tmp/pixelated.log file | |||
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 | |