Commit Graph

70 Commits (3d216e9bd7cdbf1000632d47ae948da09e0fa328)
 

Author SHA1 Message Date
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 9 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.
9 years ago
Ryan Kelly 24dbda8f41 Forcibly update host_port if it seems wrong in the environ 9 years ago
Ryan Kelly 7cc82ba725 Update to more recent configparser dependency 9 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
Dan Callahan 700d23aed4 Merge pull request #41 from mozilla-services/rfk/sanity-check-public-url
Sanity-check public_url on each incoming request.
10 years ago
Ryan Kelly 8441444ce9 Sanity-check public_url on each incoming request. 10 years ago
Ryan Kelly f54cdaf545 Pin configparser to b/w compatible version until upstream bug resolved. 10 years ago
Ryan Kelly b64fe5851c Update to latest mozsvc, which fixes some logging issues. 10 years ago
Dan Callahan 3e5119af2d Merge pull request #35 from billt2006/dockerfile-patch
Dockerfile: Replace curl of remote source with ADD statement
10 years ago
Ryan Kelly 1e37ca9bfb Merge pull request #33 from billt2006/patch-1
Dockerfile: Run apt-get update to fix missing repositories
10 years ago
Ryan Kelly b7f0f22173 Some stylistic fixes in config file comment. 10 years ago
Ryan Kelly da18366bd1 Merge pull request #34 from Fmstrat/master
Use of local browser verification
10 years ago
billt2006 462bf2818b Replace curl of remote source with ADD statement 10 years ago
Fmstrat 44b682ff4b Use of local browser verification
Added additional pre-commented options to syncserver.ini to aid in the setup of a fresh sync-server when using a self-hosted accounts server.
10 years ago
Bill Thornton fac2073733 Run apt-get update to fix missing repositories
When running apt-get install I was receiving 404s for some repositories, running apt-get update before apt-get install resolves this.
10 years ago
Ryan Kelly 20462f23b4 Let `make build` recover better from partial virtualenv installs 10 years ago
Ryan Kelly 09ecde0b01 Update to latest tokenserver commit 10 years ago
Ryan Kelly 252e5530e5 Bump version number 10 years ago
Ryan Kelly b69a983828 Update dependencies to latest deployment tags 10 years ago
Dan Callahan 9217c0c0eb Merge pull request #28 from mozilla-services/rfk/simplified-metrics-logging
Update to use new simplified mozsvc.metrics infrastructure
10 years ago
Ryan Kelly 069804f077 Update to use new simplified mozsvc.metrics infrastructure 10 years ago
Ryan Kelly 8da3ae26b1 Update server-syncstorage dependency 10 years ago
Ryan Kelly 24e1cfb0ea Merge pull request #27 from mozilla-services/rfk/strict-audience
Ensure that default "audience" URL has no path component.
10 years ago
Ryan Kelly 98f5d04522 Hack around OSX python build issues 10 years ago
Ryan Kelly 28851e3c22 Ensure that default "audience" URL has no path component. 10 years ago
Ryan Kelly 988a23c051 Update to latest server-syncstorage release 10 years ago
Ryan Kelly b9216f7318 Merge pull request #25 from gplaza/patch-1
Update syncserver.wsgi
10 years ago
gplaza 624ceb4378 Update syncserver.wsgi
Change the path of python packages from lib/pythonX.X/site-packages to local/lib/pythonX.X/sites-packages
10 years ago
Ryan Kelly 0ee5588101 Expose tokenserver's allow_new_users setting at top-level server config. 10 years ago
Ryan Kelly 891e30c89c Merge pull request #22 from mathstuf/dev/fix-listurl
readme: use the public url
10 years ago
Ben Boeckel f6a508c297 readme: use the public url
Not everyone is an admin (I hope) :) .
10 years ago
Ryan Kelly 9781224124 Update mozsvc dependency 10 years ago
Ryan Kelly 02d3cfdc3b Intuit correct SCRIPT_NAME setting from public_url 10 years ago
Ryan Kelly 4e6bef8086 Fix needless rebuilding by touching ./local at end of build 10 years ago
Ryan Kelly 23290e92a2 Use libzmq-less version of tokenserver repo, to simplify build. 10 years ago
Ryan Kelly b0fdb14c10 Whoops, sha1sum only gives you 20 bits of entropy... 10 years ago
Ryan Kelly a0acebb0dc Add some additional comments in the example config file. 10 years ago
Ryan Kelly 4361780705 Make $(ENV) target depend on the requirements file.
Fixes #19
10 years ago