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 | Moved all args parseing to config/args and fixed maintenance after the shifts | Bruno Wagner | |
2015-04-16 | maintenance reads credentials from stdin. | Folker Bernitt | |
- Issue #345 | |||
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-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-02-19 | Adds the close parenthesis to -lc message | Tiago Ferraz | |
2015-02-18 | #280 Made the changes on args helper as varac recommended | Jefferson Stachelski | |
2015-02-11 | #280 changed the help on args.py added more details for server's key and ↵ | Jefferson Stachelski | |
server's certificate | |||
2015-01-23 | plaftform #53 adding --leap-cert option to UA | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2014-12-03 | Card #149 - does not open two ports when running with SSL | Patrick Maia | |
2014-11-27 | Card #149 - enables https on service | Patrick Maia and Victor Shyba | |
2014-11-24 | Added capability to read credentials from stdin. | Folker Bernitt | |
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40 | |||
2014-11-06 | Issue #100: Read credentials from pipe. | Folker Bernitt | |
2014-10-22 | remove unused import | Victor Shyba | |
2014-10-22 | fix pep8 | Victor Shyba | |
2014-10-22 | Added metavar to register command line switch so the help will be clearer | Bruno Wagner | |
2014-10-22 | Fixed register after latest changes to runner, the format is ↵ | Bruno Wagner | |
pixelated-user-agent --register <provider> <username> now | |||
2014-10-22 | Host and port are now user agent switches, not depending on .pixelated file ↵ | Bruno Wagner | |
anymore | |||
2014-10-15 | moving things out of user_agent. now it is called runserver and only does ↵ | Duda Dornelles | |
basic app setup and delegates to other "classes". |