summaryrefslogtreecommitdiff
path: root/service/pixelated/application.py
AgeCommit message (Collapse)Author
2015-08-11fix initialize_leapVictor Shyba
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2015-06-09Extracted services setup in a separate classBruno Wagner
We removed app factory and moved root resource initialization to application.py
2015-06-09clean unused imports after certs and app cleanupVictor Shyba
2015-06-08Fixed certificates initialization and removed which_api_bundleBruno Wagner
2015-06-05Added creation of input mail from python messageBruno 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-05Moved register out of application like maintenanceBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-05Loading page is now in the resources folderBruno Wagner
2015-06-04Config dispatcher and config_ua are now in credentialsBruno Wagner
2015-06-04Initialization is not config, moving it to pixelated.applicationBruno Wagner