summaryrefslogtreecommitdiff
path: root/service/pixelated/config
AgeCommit message (Collapse)Author
2015-06-05Moved extensions to their own folder, so support has more meaningBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-05Loading page is now in the resources folderBruno Wagner
2015-06-04removing unused importsVictor Shyba
2015-06-04Config is not used anymoreBruno Wagner
2015-06-04Removed leftover imports after refactoringsBruno Wagner
2015-06-04Config dispatcher and config_ua are now in credentialsBruno Wagner
2015-06-04remove leftover constantsrafael lisboa
2015-06-04Initialization is not config, moving it to pixelated.applicationBruno Wagner
2015-06-04init_leap_session moved to initialize_leap.py (#406)rafael lisboa
2015-06-04don't run remove duplicates, index mails and add welcome email whenrafael lisboa
soledad sync finishes (#406) when init_app is executed, the first soledad sync was already done. it doesn't make much sense to register this as an event listener, also because these methods are executed only once.
2015-06-04#406 Monkey patched the _sign_request method from soledad client shared_dbJefferson Stachelski
2015-06-04remove duplicate nicknym key initializationrafael lisboa
2015-06-04remove apparently unneeded extra procedure when reactor stopsrafael lisboa
also add comment with more context on why adjustPoolsize is needed.
2015-06-03errors not being captured, use errbacksVictor Shyba
2015-06-03moving imports, code moved without themVictor Shyba
2015-06-03Move reactor logic out of application initializationrafael lisboa
2015-06-03Removed unused redirect to ssl and moved reactor listens one place up in the ↵Bruno Wagner
tree, to remove them from the app in the future
2015-06-03Better identing the initialization deferredsBruno Wagner
2015-06-03Creating a leap session is now part of leap initBruno Wagner
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense
2015-06-03Changed the method used to open a leap session to a meaningful and ↵Bruno Wagner
non-conflicting name
2015-06-03Argument parser now specifies user agentBruno Wagner
2015-06-03Moved all args parseing to config/args and fixed maintenance after the shiftsBruno Wagner
2015-06-03Added config fileBruno Wagner
2015-06-03Leap cert was still being imported in initialize leapBruno Wagner
2015-06-03Fixed tests after app changesBruno Wagner
2015-06-03Leap certificate initialization and credentials gathering is now done on ↵Bruno Wagner
initialize_leap
2015-06-02Started isolating leap initialization, so we can call it in one place ↵Bruno Wagner
instead of across all of initialization
2015-06-02Logging initializer don't need the whole args, only the debug optionBruno Wagner
2015-06-02Remove unused methods from logger and made twisted use the python standard ↵Bruno Wagner
logger
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked
2015-05-07Sending the correct api cert in all cases nowBruno Wagner
2015-04-23Changes to streamline the session creation and authenticate with the ↵Bruno Wagner
external srp leap library
2015-04-23Patched soledad sync so it will give us meaningful error messagesBruno Wagner
2015-04-16maintenance reads credentials from stdin.Folker Bernitt
- Issue #345
2015-04-15Attaching error handler to TwistedVictor Shyba
For #375
2015-04-15pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ↵Jefferson Stachelski
and 'provider' by 'LEAP provider'
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