Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-10-22 | Move interstitial to root resource | Folker Bernitt | |
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime | |||
2015-10-20 | Refactored the welcome mail logic and add a test | Jefferson Stachelski | |
2015-10-15 | issue #484 - Removed the print commited by mistake | Jefferson Stachelski | |
2015-10-14 | issue #484 - Add welcome mail for new accounts | Jefferson Stachelski | |
Make a logic to add the welcome mail in INBOX when the user log into account at the first time | |||
2015-10-12 | fix typo. | Christoph Kluenter | |
we can't really test this part of the code ... | |||
2015-10-12 | Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent start | Folker Bernitt | |
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01 | |||
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. | |||
2015-08-11 | fix initialize_leap | Victor Shyba | |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py | |||
2015-06-09 | clean unused imports after certs and app cleanup | Victor Shyba | |
2015-06-08 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
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-05 | Loading page is now in the resources folder | Bruno Wagner | |
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner | |
2015-06-04 | Initialization is not config, moving it to pixelated.application | Bruno Wagner | |