Commit Graph

104 Commits (4f4787eadf729be5dd92d27b25c4317784ce00a7)
 

Author SHA1 Message Date
Ryan Kelly 4f4787eadf Update to latest version of dependencies 7 years ago
Vlad Filippov 0a90880971 chore(docs): add a link to the official docker image and CircleCI 7 years ago
Ryan Kelly cf944cf4c9 Update dependencies to fix LocalVerifier support (#93)
Fixes #91, by pulling in a new version of tokenserver's LocalVerifier class that properly supports the extra "idpClaims" property that we use for tracking FxA generation numbers.
7 years ago
Ryan Kelly 72d618f3ee Add support for deploying via dockerflow pipeline. (#90) r=vladikoff 7 years ago
Ryan Kelly 7fe5c0fafc Allow piecemeal overrides of tokenserver backend default config.
Before this change, you have either have to accept the default config
for the tokenserver backend, or specify all config options and hence
duplicate info from earlier in the file.  With this change you can
now just specify anything you want to change and we'll use the defaults
for the rest.
8 years ago
Ryan Kelly 8e693129e6 Add ability to set pool_recycle via config. 8 years ago
Ryan Kelly 146e6e6588 Disable batch-upload API by default, it's not in production yet. 8 years ago
Ryan Kelly 0b784329b2 Update dependencies 8 years ago
Ryan Kelly d7bd0cf9fd Remove testing for python2.6 8 years ago
Ryan Kelly 35283e66fd Prep v1.6.0 8 years ago
Ryan Kelly b57a109c7a Fix typo in readme 8 years ago
Ryan Kelly bb1c5668f4 Update requests dependency version 8 years ago
Ryan Kelly ccfb350664 Update to latest version of dependencies 8 years ago
Ryan Kelly c5c7de85d8 Use randomly-generated fxa.metrics_uid_secret_key for self-hosters. 8 years ago
Ryan Kelly a35ed3785c Merge pull request #79 from mozilla-services/log-level-warn-by-default
Log at WARN level by default, rather than INFO
8 years ago
Ryan Kelly 3aa07d7f66 Log at WARN level by default, rather than INFO 8 years ago
Ryan Kelly a727a530d1 Use latest HEAD for server-syncstorage 8 years ago
Ryan Kelly aeaa6c1563 Use latest HEAD of tokenserver and server-syncstorage 8 years ago
Ryan Kelly cc04ec4dcd Merge pull request #74 from sbraz/master
Fix typo in exception message
9 years ago
Louis Sautier 6182f1106d
Fix typo in exception message 9 years ago
Ryan Kelly 123de6d7bf Merge pull request #73 from xlotlu/patch-1
Fix README.rst typo
9 years ago
Ionuț Ciocîrlan a4a26db0e7 Fix README.rst typo 9 years ago
Ryan Kelly 570fc9d220 Add some docs about installing DB backends 9 years ago
Ryan Kelly 43ba98831d Merge pull request #68 from carpikes/master
Fixed crash on sync
9 years ago
Alain d3c720c705 Fixed crash on sync 9 years ago
Ryan Kelly 150cef8745 Update github-hosted dependencies to latest versions 9 years ago
Ryan Kelly a521aed39f Use PyOpenSSL for requests module if available 9 years ago
Ryan Kelly 674a3020cf Update server-syncstorage dependency 9 years ago
Ryan Kelly d65419ecfc Pin WebOb to a known-working version 9 years ago
Ryan Kelly 74285db828 Merge pull request #60 from sedrubal/fixed-github-url
changed http to https in github url
9 years ago
sedrubal 6dae2fd1b5
changed http to https in github url 9 years ago
Alexis Metaireau 3877fb539f Merge pull request #59 from mhammond/token-server-pref
Update docs to point at identity.sync.tokenserver.uri preference inst…
9 years ago
Mark Hammond 9527127b50 Update docs to point at identity.sync.tokenserver.uri preference instead of services.sync.tokenServerURI 9 years ago
Ryan Kelly 2d418f18f3 Update to latest tokenserver release 9 years ago
Ryan Kelly 3d216e9bd7 Update version number 9 years ago
Ryan Kelly 287bf190ec Update requests to latest release 9 years ago
Ryan Kelly 4a9cebf056 Use gunicorn rather than pserve 10 years ago
Ryan Kelly c4c0fa033a Add "force_wsgi_environ" config option.
This is the nuclear option for when your reverse proxy setup doesn't
place nicely with our request-signing thing - it causes the app to
unilaterally clobber its WSGI environment with values from public_url.
10 years ago
Ryan Kelly 24dbda8f41 Forcibly update host_port if it seems wrong in the environ 10 years ago
Ryan Kelly 7cc82ba725 Update to more recent configparser dependency 10 years ago
Ryan Kelly d95c1e6a4f Use pool_recycle when connecting to a mysql db 10 years ago
Ryan Kelly 5d44e8152f Install zope.component, seems to help with build issues on some platforms 10 years ago
Ryan Kelly 043fa9e651 Further fixes for umemcached build errors. 10 years ago
Ryan Kelly 36629986d0 Only include specific files in the docker build 10 years ago
Ryan Kelly e977089cf9 Fix flake 10 years ago
Ryan Kelly 2bcb31ce8e Merge pull request #43 from mozilla-services/rfk/public-url-mismatch-is-hard-error
Make public_url-mismatch into a hard error.
10 years ago
Ryan Kelly 51be5c3910 Install gunicorn by default 10 years ago
Ryan Kelly e342d9f98b Add .travis.yml 10 years ago
Ryan Kelly 1f32e71350 Add customs CFLAGS to build, to workaround issue with umemcache 10 years ago
Ryan Kelly 2d7b87643b Make public_url-mismatch into a hard error. 10 years ago