summaryrefslogtreecommitdiff
path: root/service/pixelated/runserver.py
AgeCommit message (Collapse)Author
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-23plaftform #53 adding --leap-cert option to UADuda Dornelles
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2014-12-11optmizing python importsDuda Dornelles
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-24Added capability to read credentials from stdin.Folker Bernitt
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40
2014-11-10Pass configured port number to reactor.Folker Bernitt
2014-11-06Making it possible to change host to bind app with --hostDuda Dornelles
2014-11-06improving log and logging to file on functional testsDuda Dornelles
2014-11-06Issue #100: Read credentials from pipe.Folker Bernitt
2014-11-05moving to twistedDuda Dornelles
2014-10-27Errors out if pipe file doesn't existBruno Wagner
2014-10-27Fixing debugDuda Dornelles
2014-10-27Fixed pep8Bruno Wagner
2014-10-27User agent won't hang anymore when registering userBruno Wagner
2014-10-24Added error message when you try to register an username that already existsBruno Wagner
2014-10-24small fixes here and thereDuda Dornelles
2014-10-23pep8 warningsDuda Dornelles
2014-10-23disabling sqlcipher WAL for debian, refer toDuda Dornelles
https://leap.se/code/issues/5562
2014-10-23Removed crochet, and streamlined the reactor shutdown so we shouldn't see ↵Bruno Wagner
errors on user agent start/exit anymore
2014-10-23--debug is working againBruno Wagner
2014-10-22Fixed register after latest changes to runner, the format is ↵Bruno Wagner
pixelated-user-agent --register <provider> <username> now
2014-10-22--config now explicitly supports using ~ on the pathBruno Wagner
2014-10-22Credentials will be asked for when spinning up the user agent now, if you ↵Bruno Wagner
want to use the config file you have to explicitly set the --config=file switch on the pixelated_user_agent
2014-10-22Host and port are now user agent switches, not depending on .pixelated file ↵Bruno Wagner
anymore
2014-10-22Fixed no handler for x logger, and made flask logging work with the python ↵Bruno Wagner
basic logger so we don't miss any errors
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".