summaryrefslogtreecommitdiff
path: root/service/pixelated/config
AgeCommit message (Collapse)Author
2016-02-20Rename class to match intentPaulo Schneider
2016-02-20Add recommended security headers from #618Paulo Schneider
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
Issue #598
2016-02-05closing the services closes leap session, which stops background tasks, ↵NavaL
close soldedad and remove it from cache Issue #586
2016-01-28Add Strict-Transport-Security header to user agentFolker Bernitt
- Issue #584
2016-01-28making async setup user services after authNavaL
Issue #583
2016-01-27Fixup: Somehow mixed up disable and enableFolker Bernitt
2016-01-27Disable CSP for phantomjsFolker Bernitt
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability
2016-01-25Add integrity-check maintenance commandFolker Bernitt
2016-01-22Download certficate on multi user startupFolker Bernitt
- Issue #576
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-20Fixed the PGP private key that was being loggedJefferson Stachelski
2016-01-18Move user folder logic up to ServicesFolker Bernitt
- Issue #576
2016-01-18Refactor Services to use provided constructor argumentsFolker Bernitt
- Issue #576
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user.
2016-01-13Changed log level to INFO for the pixelated namespace and added basic info ↵Bruno Wagner
messages
2016-01-13Changed the search engine setup to use the loggerBruno Wagner
2016-01-12Issue #577 - Added namespace to search index pathBruno Wagner
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-06Refactor - Removed class SoledadSessionJefferson Stachelski
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Enable new MailSender and disable the local smtp oneFolker Bernitt
- Issue #499
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
2015-11-03Issue #499 Moved remote smtp configurationBruno Wagner
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker Bernitt
- Issue #499
2015-10-28Add markov-generate to load-mailsFolker Bernitt
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10
2015-10-27Moves welcome mail logic inside LeapSessionGiovane
2015-10-20Refactored the welcome mail logic and add a testJefferson Stachelski
2015-10-20Revert "Add missing import for logging"kaeff
This reverts commit e3bdf2411dda9e25d87d7fb96da05a6ecfc624ee. Issue fixed in the meantime, sorry.
2015-10-20Add missing import for loggingkaeff
pixelated-maintenance failed, presumably due to 0bf81341f33ac415d48c0b012fb66c8f7df45f57.
2015-10-20Use logging variable instead of hard coded string to set logging level.Giovane
2015-10-19Fixed pep8 warningBruno Wagner
2015-10-19Moved set gnupg loggin level to right placeJefferson Stachelski
2015-10-19Fix the pep8Jefferson Stachelski
2015-10-19Added a missing importJefferson Stachelski
2015-10-16project-issues#130 Change gnupg logging levelGiovane Liberato
Changed logging level to WARN in order to prevent logging gpg keys.
2015-10-14issue #484 - Add welcome mail for new accountsJefferson Stachelski
Make a logic to add the welcome mail in INBOX when the user log into account at the first time
2015-09-28Only show warnings and errors if you're not debuggingBruno Wagner
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
- Issue #468 - Call with: pixelated-maintenance repair
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-09-16Moved account to after sync function #458Bruno Wagner
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher
2015-09-08Remove unused SoledadQuerier from Serviceskaeff
2015-09-04#304 Include CSP header support to more browsersGiovane
2015-09-04Remove SoledadQuerier from Serviceskaeff
- Issues: #449, #432
2015-09-04Use SearchIndexStorageKey in favor of SoledadQuerierkaeff
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and ↵Giovane
remove foundation inline javascript.
2015-09-01[bug] set from mail address as first stepVictor Shyba
This is needed while indexing mail and other logic can use it. Setting it as soon as it is possible.
2015-08-25[refactor] remove mailbox referencesVictor Shyba
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440
2015-08-24[bug] start mailboxes properlyVictor Shyba
mail_store is needed as parameter, not querier --- Issue #439