summaryrefslogtreecommitdiff
path: root/service/pixelated/config
AgeCommit message (Collapse)Author
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-13Merge pull request #371 from enzoz/validates_username_before_create_accountBruno Wagner Gonçalves
Validates username before request user creation on leap server
2015-04-10Allows dot on username.Enzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing
2015-04-08Validates username before request user creation on leap serverEnzo Zuccolotto
-- Issue #147 @anikarni and @enzoz pairing
2015-04-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
Welcome email
2015-04-07for #333, validate True if no cert givenVictor Shyba
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
-- Issue #334
2015-03-31Added 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-03-12Removed invalid code from config/__init__.py.Folker Bernitt
- using monkey patch by import instead - Issue #313
2015-03-12Monkey patched KeyManager._fetch_keys_from_server.Folker Bernitt
- Now raises KeyNotFound for all problems, not only 404 - Issue #313
2015-03-10#87 Removed logging to /tmp/pixelated.log fileJefferson Stachelski
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
2015-02-27#74 use basic config for default loggingRafael Lisboa
2015-02-26#74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵Jefferson Stachelski
to /tmp/pixelated.log file
2015-02-19Adds the close parenthesis to -lc messageTiago Ferraz
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-18#280 Made the changes on args helper as varac recommendedJefferson Stachelski
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-02-11#280 changed the help on args.py added more details for server's key and ↵Jefferson Stachelski
server's certificate
2015-02-03fixing pep8Duda Dornelles
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-01-29pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵Duda Dornelles
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack
2015-01-28(Re-)added leap home parameter to soledad initialization.Folker Bernitt
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196
2015-01-27Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵Duda Dornelles
and protobuf
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-23#245 stopping the reactor when user cant authenticateDuda Dornelles
2015-01-23When closing the app now it wont get stuck, but it will finish the last ↵Pixpoa pairing
scheduled soledad sync call before it stops
2015-01-23plaftform #53 adding --leap-cert option to UADuda Dornelles
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles
2015-01-21Fixed pep8 warningsBruno Wagner
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
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