index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
user_agent.py
Age
Commit message (
Collapse
)
Author
2014-09-03
reactivating reply/reply all/forward; deactivating reply draft
Duda Dornelles
2014-09-01
using argparse for help and optional arguments. eg: --debug
Victor Shyba
2014-08-29
Refactoring into mailboxes and mailsender - less colaborators for mail service
Duda Dornelles
2014-08-29
Removed flask reloader and changed the twisted port to be fixed again, now ↵
Bruno Wagner Goncalves
running always on 4650
2014-08-28
fixing pep8
Duda Dornelles
2014-08-28
moving user agent initialization (mail service, leap_session, app_config) to ↵
Duda Dornelles
inside setup so it doesn't happen in the tests
2014-08-28
fixing pep8
Duda Dornelles
2014-08-28
Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵
Duda Dornelles
so we can use it later
2014-08-28
Added mail filtering by tag.
Folker Bernitt
- simple brute force implementation
2014-08-26
extracts tag and status conversion logic
Patrick Maia and Victor Shyba
2014-08-26
workaround for static folder reference during package
Victor Shyba
2014-08-25
paths must be absolute for app to work as an egg. Also, packaging the
Duda Dornelles
web-ui files
2014-08-25
Add copyright and license notice to service
Alexandre Pretto Nunes
2014-08-22
moving pixelated.cfg out of the codebase
Duda Dornelles
2014-08-22
extracting config for leap to config file
Duda Dornelles
2014-08-22
fixes style issues
Patrick Maia and Victor Shyba
2014-08-22
adding config files and certs to setup.py install
Duda Dornelles
2014-08-22
adds log capacity to pixelated user agent
Patrick Maia and Victor Shyba
2014-08-20
Added config file to the setup.py
Bruno Wagner Goncalves
2014-08-20
Removed go and runtests - setup.py develop creates a pixelated-user-agent ↵
Bruno Wagner Goncalves
script that you can run
2014-08-20
Added setup.py and changed app to pixelated because it will be a package
Bruno Wagner Goncalves