Commit Graph

134 Commits

Author SHA1 Message Date
Ryan Kelly
123de6d7bf Merge pull request #73 from xlotlu/patch-1
Fix README.rst typo
2016-02-24 08:20:41 +11:00
Ionuț Ciocîrlan
a4a26db0e7 Fix README.rst typo 2016-02-23 23:16:38 +02:00
Ryan Kelly
570fc9d220 Add some docs about installing DB backends 2015-12-30 14:51:03 +11:00
Ryan Kelly
43ba98831d Merge pull request #68 from carpikes/master
Fixed crash on sync
2015-11-29 12:41:44 +11:00
Alain
d3c720c705 Fixed crash on sync 2015-11-28 12:22:02 +01:00
Ryan Kelly
150cef8745 Update github-hosted dependencies to latest versions 2015-11-23 14:26:37 +11:00
Ryan Kelly
a521aed39f Use PyOpenSSL for requests module if available 2015-10-05 09:05:09 +11:00
Ryan Kelly
674a3020cf Update server-syncstorage dependency 2015-09-24 12:52:55 -07:00
Ryan Kelly
d65419ecfc Pin WebOb to a known-working version 2015-09-14 09:20:00 +10:00
Ryan Kelly
74285db828 Merge pull request #60 from sedrubal/fixed-github-url
changed http to https in github url
2015-09-07 09:39:35 +10:00
sedrubal
6dae2fd1b5
changed http to https in github url 2015-09-07 00:22:03 +02:00
Alexis Metaireau
3877fb539f Merge pull request #59 from mhammond/token-server-pref
Update docs to point at identity.sync.tokenserver.uri preference inst…
2015-08-06 10:02:35 +02:00
Mark Hammond
9527127b50 Update docs to point at identity.sync.tokenserver.uri preference instead of services.sync.tokenServerURI 2015-08-05 18:32:40 +10:00
Ryan Kelly
2d418f18f3 Update to latest tokenserver release 2015-06-26 14:59:25 -07:00
Ryan Kelly
3d216e9bd7 Update version number 2015-05-26 07:47:44 +10:00
Ryan Kelly
287bf190ec Update requests to latest release 2015-05-26 07:47:14 +10:00
Ryan Kelly
4a9cebf056 Use gunicorn rather than pserve 2015-05-12 17:25:13 +10:00
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.
2015-02-13 16:26:17 +11:00
Ryan Kelly
24dbda8f41 Forcibly update host_port if it seems wrong in the environ 2015-02-06 14:45:44 +11:00
Ryan Kelly
7cc82ba725 Update to more recent configparser dependency 2015-01-27 11:56:37 +11:00
Ryan Kelly
d95c1e6a4f Use pool_recycle when connecting to a mysql db 2015-01-09 08:46:15 +11:00
Ryan Kelly
5d44e8152f Install zope.component, seems to help with build issues on some platforms 2014-12-22 17:28:44 +11:00
Ryan Kelly
043fa9e651 Further fixes for umemcached build errors. 2014-12-15 11:45:18 +11:00
Ryan Kelly
36629986d0 Only include specific files in the docker build 2014-12-10 19:40:00 +11:00
Ryan Kelly
e977089cf9 Fix flake 2014-10-29 15:45:15 +11:00
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.
2014-10-29 15:31:37 +11:00
Ryan Kelly
51be5c3910 Install gunicorn by default 2014-10-29 15:16:39 +11:00
Ryan Kelly
e342d9f98b Add .travis.yml 2014-10-23 15:00:18 +11:00
Ryan Kelly
1f32e71350 Add customs CFLAGS to build, to workaround issue with umemcache 2014-10-22 15:03:19 +11:00
Ryan Kelly
2d7b87643b Make public_url-mismatch into a hard error. 2014-10-22 14:39:32 +11:00
Dan Callahan
700d23aed4 Merge pull request #41 from mozilla-services/rfk/sanity-check-public-url
Sanity-check public_url on each incoming request.
2014-10-21 20:24:05 -05:00
Ryan Kelly
8441444ce9 Sanity-check public_url on each incoming request. 2014-10-22 09:25:25 +11:00
Ryan Kelly
f54cdaf545 Pin configparser to b/w compatible version until upstream bug resolved. 2014-10-14 09:31:28 +11:00
Ryan Kelly
b64fe5851c Update to latest mozsvc, which fixes some logging issues. 2014-08-12 12:39:59 +10:00
Dan Callahan
3e5119af2d Merge pull request #35 from billt2006/dockerfile-patch
Dockerfile: Replace curl of remote source with ADD statement
2014-07-31 09:50:45 -05:00
Ryan Kelly
1e37ca9bfb Merge pull request #33 from billt2006/patch-1
Dockerfile: Run apt-get update to fix missing repositories
2014-07-30 17:20:35 +10:00
Ryan Kelly
b7f0f22173 Some stylistic fixes in config file comment. 2014-07-30 17:18:32 +10:00
Ryan Kelly
da18366bd1 Merge pull request #34 from Fmstrat/master
Use of local browser verification
2014-07-30 17:17:26 +10:00
billt2006
462bf2818b Replace curl of remote source with ADD statement 2014-07-24 23:16:46 -04:00
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.
2014-07-24 14:47:33 -04:00
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.
2014-07-24 13:52:22 -04:00
Ryan Kelly
20462f23b4 Let make build recover better from partial virtualenv installs 2014-07-16 20:16:25 +10:00
Ryan Kelly
09ecde0b01 Update to latest tokenserver commit 2014-06-03 15:14:21 +10:00
Ryan Kelly
252e5530e5 Bump version number 2014-05-28 14:58:43 +10:00
Ryan Kelly
b69a983828 Update dependencies to latest deployment tags 2014-05-28 14:58:14 +10:00
Dan Callahan
9217c0c0eb Merge pull request #28 from mozilla-services/rfk/simplified-metrics-logging
Update to use new simplified mozsvc.metrics infrastructure
2014-05-22 07:57:30 -05:00
Ryan Kelly
069804f077 Update to use new simplified mozsvc.metrics infrastructure 2014-05-22 17:46:57 +10:00
Ryan Kelly
8da3ae26b1 Update server-syncstorage dependency 2014-05-16 10:22:09 +10:00
Ryan Kelly
24e1cfb0ea Merge pull request #27 from mozilla-services/rfk/strict-audience
Ensure that default "audience" URL has no path component.
2014-05-16 08:17:24 +10:00
Ryan Kelly
98f5d04522 Hack around OSX python build issues 2014-05-15 00:51:32 -07:00