Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-13 | [rename] tested app_factory code is now on application module | Victor Shyba | |
2015-06-13 | [tests] Enabling 2 skipped tests | Victor Shyba | |
Adapted to run on current application module | |||
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-05 | Moved register out of application like maintenance | Bruno Wagner | |
2015-06-05 | Refactoring the config, logging_setup is now called logger | Bruno Wagner | |
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner | |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa | |
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 | Dispatcher tests were not reflecting the args parser changes | Bruno Wagner | |
2015-06-03 | Fixed tests after app changes | 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-01 | Unit tests, integration tests and welcome mail | Victor Shyba | |
-- Issue #334 | |||
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-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-12-04 | removing unused test and fixing another one | Duda Dornelles | |
2014-11-10 | Pass configured port number to reactor. | Folker Bernitt | |