summaryrefslogtreecommitdiff
path: root/service/pixelated/config
AgeCommit message (Collapse)Author
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
- add option --home /some/path to set a custom location for all user agent files.
2014-12-22refactoring package structureDuda Dornelles
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-04removing unused methodDuda Dornelles
2014-12-04removing unused test and fixing another oneDuda Dornelles
2014-12-03Card #149 - does not open two ports when running with SSLPatrick Maia
2014-12-03added functionality for reply all to service.Lisa Junger
2014-12-01Card #149 - ensure server only accepts good ciphersPatrick Maia and Victor Shyba
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-27removes unused codePatrick 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-24Fixed pep8 warnings.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-20place and fixing pepDuda Dornelles
2014-11-20#151 creating keys whens SOLEDAD_DATA_SYNC_DONE is thrown. If keys already ↵Duda Dornelles
exists nothing happens. This will allow users to use pixelated by registring on the web since their keys will be created at first login and will prevent key duplication since we just try to create the keys after the sync is done
2014-11-20Removed useless print from the codeBruno Wagner
2014-11-10adding encrypted file index to whooshDuda Dornelles
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-29Card #30 - adds attachments controllerPatrick Maia
2014-10-27User agent won't hang anymore when registering userBruno Wagner
2014-10-24small fixes here and thereDuda Dornelles
2014-10-23Small refactoring on app_factoryDuda Dornelles
2014-10-22remove unused importVictor Shyba
2014-10-22fix pep8Victor Shyba
2014-10-22Added metavar to register command line switch so the help will be clearerBruno Wagner
2014-10-22Fixed register after latest changes to runner, the format is ↵Bruno Wagner
pixelated-user-agent --register <provider> <username> now
2014-10-22Fixed pip errorsBruno 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-22If we can't connect to the provider or the credentials are wrong, you get a ↵Bruno Wagner
meaningful error now
2014-10-22pep8 warningsDuda Dornelles
2014-10-22#117 getting partial results when loading mailsDuda Dornelles
2014-10-21Adding sync_info controller for #117Duda Dornelles
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
2014-10-17bulk mark as read #114Victor Shyba
2014-10-15getting rid of "pixelated" in the names of many classes - redundantDuda Dornelles
2014-10-15oopsie, forgot a dependency when mergingDuda Dornelles
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".
2014-08-22moving pixelated.cfg out of the codebaseDuda Dornelles
2014-08-22extracting config for leap to config fileDuda Dornelles
2014-08-22adding config files and certs to setup.py installDuda Dornelles