summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2014-08-11first implementation of tagsVictor Shyba
2014-08-11sorting mails by dateVictor Shyba
2014-08-11Mails is now working and the tags call is returning hardcoded values for nowVictor Shyba
2014-08-11adding logger and changing userVictor Shyba
2014-08-11easy install requirements, the pip one is broken for nowVictor Shyba
2014-08-08adds signatureStatus, encryptionStatus, tags feature togglesPatrick Maia
2014-08-08moves disabled features list to servicePatrick Maia
2014-08-08Updated some leap components to latest version.Folker Bernitt
- Send public key to leap now works - Fetching mail works with a recent leap provider version - Added register to LeapAuthenticator to create a new account
2014-08-08#2 +@neissi - Fix variable name and added some protection against background ↵Victor Shyba
requests on /mail route
2014-08-07Closes #2 +@shyba +@bwagner - Implemented behavior when calling get /mails, ↵Bruno Wagner Goncalves
only works with basic tag search yet
2014-08-07Search shouldn't be a module yet, because it only have one fileBruno Wagner Goncalves
2014-08-07#2 - +@shyba +@bwagner +@neissi - fixed search with quotes bugBruno Wagner Goncalves
2014-08-07Adapted run after module changes and changed mail service to return the ↵Bruno Wagner Goncalves
mailbox messages
2014-08-07Victor/Bruno: Removing APP_ROOT workaround from app and testsVictor Shyba
2014-08-06Have the service serve the web-ui html, css and js filesAlexandre Pretto Nunes
2014-08-06Added openpgp key generation.Folker Bernitt
- Not yet usable because of API incompatibilities - (needs upgrade of LEAP python deps to latest version)
2014-08-06Added register to leap_srp.Folker Bernitt
- Not yet called from anywhere
2014-08-06LeapSmtp SMTP_PORT constant is in fact the twisted communication port and ↵Bruno Wagner Goncalves
must be unique between instances, so it cannot be a constant unless we change LeapSmtp to a singleton
2014-08-06Found a home for the 'insert base path in python path' hack and fixed some ↵Bruno Wagner Goncalves
style issues
2014-08-06If there is no query argument, return an empty queryBruno Wagner Goncalves
2014-08-05Now you can run the server and the tests without changing any code!Neissi Torres Lima
2014-08-05Added wazokazi self signed certificate to projectNeissi Torres Lima
2014-08-05fix teardown methodVictor Shyba
2014-08-04README.rdoc was created, removing old READMEBruno Wagner Goncalves
2014-08-04Changed identation to 4 spaces to conform to rest of the codeBruno Wagner Goncalves
2014-08-04Added first client test and hardcoded some initial values that will be moved ↵Bruno Wagner Goncalves
to config
2014-08-04Changed not 'attr' in to 'attr' not in because python was complainingBruno Wagner Goncalves
2014-08-04Bringing back original textVictor Shyba
2014-08-04Update README.mdVictor Shyba
2014-08-04Update README.mdVictor Shyba
2014-08-04 Add format md to readmeNeissi Torres Lima
2014-08-04create readme with instructions to development environmentNeissi Torres Lima
2014-08-04Added module to app folder because it was working sneakly with a pyc and ↵Bruno Wagner Goncalves
should not
2014-08-04Imported bitmask libraries to serviceBruno Wagner Goncalves
2014-08-01Changed the naming to reflect the new infrastructureBruno Wagner Goncalves
2014-08-01Pixelated user agent REST api without implementationDuda Dornelles
2014-07-31Rearrange README's and make the content make senseOla Bini
2014-07-31Add service directoryOla Bini