Ryan Kelly
c8528e75e0
Merge pull request #229 from mozilla-services/sbraz-update-requirements
...
Update requirements to fix sync with useOAuthForSyncToken enabled
2020-09-03 13:14:39 +10:00
Ryan Kelly
2761288375
Add explicit dependency on umemcache.
...
I don't really know why this is necessary but I'm hoping it will
get the tests passing on CI. It shouldn't be required for actual
running of the server.
2020-09-03 13:05:10 +10:00
Louis Sautier
529dafc6f2
Update requirements to fix sync with useOAuthForSyncToken enabled
...
This fixes authentication with identity.sync.useOAuthForSyncToken
enabled which requires newer tokenserver and syncstorage versions.
Closes: https://github.com/mozilla-services/syncserver/issues/218
Closes: https://github.com/mozilla-services/syncserver/issues/225
2020-09-02 22:04:39 +02:00
Ryan Kelly
e1aab54cbc
Merge pull request #212 from mozilla-services/delete-data-with-totp
...
Make the data-deletion script work for accounts with TOTP enabled.
2020-07-03 14:37:43 +10:00
Vlad Filippov
6931e51879
Merge pull request #216 from Fmstrat/bug-typo
...
Fix typo in CONTRIBUTING.md
2020-06-22 12:27:58 -04:00
Fmstrat
841f03d152
Fix type in CONTRIBUTING.md
2020-06-22 11:58:28 -04:00
Ryan Kelly
20c6984926
Make the data-deletion script work for accounts with TOTP enabled.
2020-05-08 11:02:45 +10:00
Ryan Kelly
516807e0d9
Merge pull request #209 from mozilla-services/oauth-verifier-env-var; r=vladikoff
...
Allow configuring the oauth verifier URL by env var.
2020-03-31 05:58:28 +11:00
Ryan Kelly
6dd80f9634
Allow configuring the oauth verifier URL by env var.
2020-03-30 16:59:59 +11:00
JR Conlin
33a1e42c14
Merge pull request #207 from mozilla-services/soupsieve-lock
...
Lock version of soupsieve for py2 compatibility.
2020-03-16 07:04:37 -07:00
Ryan Kelly
31d045b318
Lock version of soupsieve for py2 compatibility.
2020-03-16 12:30:26 +11:00
JR Conlin
43b76da6d0
Merge pull request #201 from yoasif/patch-1
...
Update readme to fix spelling error and link
2020-02-11 17:44:03 +01:00
Asif Youssuff
1704360e09
Update readme to fix spelling error and link
2020-02-06 19:28:17 -05:00
Ryan Kelly
7557f7f06c
Merge pull request #196 from clecle226/master; r=rfk
...
correct the issue #157(minor update pyramid)
2020-01-20 12:01:26 +11:00
clecle226
f096308bd8
correct the issue #157(update pyramid)
...
Update minor version Pyramid for resolve PkgRessourcesDeprecationWarning
2020-01-16 14:41:13 +01:00
Ryan Kelly
8c2c2ed76b
Merge pull request #193 from mozilla-services/bug/191; r=rfk
...
bug: Bring staticnode up-to-date with tokenserver storage
2020-01-15 14:18:26 +11:00
Ryan Kelly
ad365ab39a
Merge pull request #186 from tublitzed/docs/examples-for-local-syncstorage-rs; r=rfk
...
docs: add local syncstorage-rs examples
2020-01-14 12:12:19 +11:00
jrconlin
9be195f2a7
bug: Bring staticnode up-to-date with tokenserver storage
2020-01-13 13:36:35 -08:00
Rachel Tublitz
d45c9589ce
docs: add local syncstorage-rs examples
2020-01-13 10:14:20 -05:00
Ryan Kelly
1b1c42122c
Merge pull request #188 from Demacr/master; r=rfk
...
add passing secret key through file for docker swarm secrets
2019-12-16 11:56:53 +11:00
Daniil Karandashov
3e9e557d28
fix indent
2019-12-14 18:30:55 +03:00
Daniil Karandashov
c3f51c412b
add passing secret key through file for docker swarm secrets
2019-12-14 18:21:43 +03:00
Ryan Kelly
2106051a1a
Merge pull request #185 from MingyJ/master; r=rfk
...
Update README
2019-12-09 14:28:43 +11:00
Brett
a40e807a79
Update README
...
Added link to Dockerhub, add 'mozilla' before each of the package names to prevent
"Error response from daemon: pull access denied for syncserver, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
2019-12-05 18:52:36 -07:00
Ryan Kelly
29b5fb4e97
Update github-hosted reqs to latestt tags.
2019-11-20 06:55:05 +11:00
Ryan Kelly
5932c464d7
Merge pull request #183 from mavidser/mavidser-patch-1; r=rfk
...
Fix incorrect GID in readme.
2019-11-06 06:35:34 +11:00
Sid Verma
562fcfcd65
Fix incorrect GID in readme.
2019-11-05 14:05:35 +05:30
Ryan Kelly
e9b63a0871
Merge pull request #180 from Zocker1999NET/master; r=rfk
...
requirements: Added futures 3.0
2019-09-02 14:25:30 +10:00
Felix Stupp
dd429ceeb5
requirements: Added futures 3.0
...
Required on some systems
2019-08-29 05:16:48 +02:00
Ryan Kelly
ac7b29cc40
Merge pull request #173 from lukeb2e/master; r=rfk
...
Disabling PEP 517 processing is invalid
2019-06-03 09:10:03 +10:00
Luke
745bff65e3
Update Dockerfile
...
--no-use-pep517 is not supported anymore
2019-06-02 00:27:35 +02:00
Philip Jenvey
a9fa69d598
Merge pull request #169 from mozilla-services/update-sqlalchemy-1.3.3
...
fix(deps): Update SQLAlchemy to latest version.
2019-04-17 10:28:41 -07:00
Ryan Kelly
15b02b4609
fix(deps): Update SQLAlchemy to latest version.
2019-04-17 14:18:57 +10:00
Ryan Kelly
dbe9481ab7
Merge pull request #167 from Mozilla-GitHub-Standards/master
...
Add Mozilla Code of Conduct
2019-03-29 06:57:54 +11:00
Mozilla-GitHub-Standards
73db4dc076
Add Mozilla Code of Conduct file
...
Fixes #166 .
_(Message COC002)_
2019-03-27 12:51:12 -07:00
Vlad Filippov
12af274daf
Merge pull request #162 from mozilla-services/readme-secret-key-docs
...
chore(docs): Clarify docs on using a secret key in docker env vars.
2019-03-07 22:38:19 +01:00
Ryan Kelly
653cb1d5f7
chore(docs): Clarify docs on using a secret key in docker env vars.
2019-03-08 07:11:04 +11:00
Ryan Kelly
6236d05f6f
Merge pull request #160 from mozilla-services/fix-customization-instructions; r=eoger
...
fix(docs): Use correct .ini file sections for customization params.
2019-03-07 07:26:50 +11:00
Ryan Kelly
27f0b313e0
fix(docs): Use correct .ini file sections for customization params.
2019-03-07 07:03:37 +11:00
Ryan Kelly
11b328d175
Merge pull request #156 from alexfornuto/patch-1; r=rfk
...
Comment grammar fix.
2019-02-18 10:23:21 +11:00
Alex Fornuto
c0d0b100bd
init LICENSE
...
This file is linked to in CONTRIBUTING.md but does not exist in master.
2019-02-14 23:59:12 -06:00
Ryan Kelly
bebd2f375a
Add CONTRIBUTING.md, based on templates from FxA.
2019-02-06 14:16:50 +11:00
Alex Fornuto
0e6009480a
Comment grammar fix.
2019-02-02 03:11:42 -06:00
Ryan Kelly
7b3b8579ac
Add --no-use-pep517 to pip, as a workaround for build issues.
2019-01-29 10:56:34 +11:00
Ryan Kelly
0fa45210e4
Fix formatting in README
2019-01-29 10:33:59 +11:00
Ryan Kelly
76c3fb0b36
Merge pull request #154 from captn3m0/patch-1; r=rfk
...
Adds instructions for persistent SQLite setup
2019-01-29 10:30:47 +11:00
Nemo
7b0a02c39b
Adds instructions for persistent SQLite setup
2019-01-26 17:54:58 +05:30
Ryan Kelly
90d8e83b3d
Update requests version dependency to silence security alert.
2018-11-02 09:12:36 +11:00
Ryan Kelly
2ed24ccad3
Merge pull request #148 from mathstuf/python2-virtualenv; r=rfk
...
makefile: use the system Python's virtualenv
2018-10-23 13:53:44 +11:00
Niko Wenselowski
d1eaec5da4
travis: install virtualenv
2018-10-21 10:18:10 -04:00