Commit Graph

187 Commits

Author SHA1 Message Date
flagboy 1d8ca7940d update url in setup.py 2016-08-08 18:09:35 +09:00
JR Conlin cb906dc791 Merge pull request #10 from kamotos/patch-1
Updating docstring for WebPusher.send method
2016-07-26 10:32:37 -07:00
Zahim Anas 7374014689 Updating docstring for WebPusher.send method
Removed duplicate description for :param reg_id:
2016-07-26 12:43:22 +01:00
jrconlin a450f68f6a bug: append vapid and encryption headers with a ';'
FCM, unfortunately, rejects multiple parameter sets for Crypto-Key.
This is a work-around fix until the issue is properly resolved by the
respective working groups.

closes #8
2016-06-28 15:34:58 -07:00
JR Conlin bdf3d3e51f Merge pull request #7 from Natim/patch-1
Update README.md
2016-06-17 06:25:41 -07:00
Rémy HUBSCHER 4a115e8687 Update README.md 2016-06-17 11:23:00 +01:00
JR Conlin 989ae83453 Merge pull request #5 from mozilla-services/bug/03
feat: make python2/3 compatible
2016-06-07 09:55:48 -07:00
jrconlin 11abb6eb05 Merge branch 'master' of github.com:mozilla-services/pywebpush into bug/03 2016-06-06 17:26:55 -07:00
jrconlin 2056b8189e feat: Add tests for GCM compatibility
Fixed some Python3 GCM issues
2016-06-06 17:25:07 -07:00
jrconlin b39b76f614 fix flake8 errors 2016-06-06 17:23:44 -07:00
jrconlin 93c40e5e2e Added Chrome Support 2016-06-06 17:22:47 -07:00
JR Conlin 2bdfaaaa99 Merge pull request #6 from jrconlin/bug/04
feat: Add tests for GCM compatibility
2016-06-06 17:04:36 -07:00
jrconlin 66227f9aa7 feat: Add tests for GCM compatibility
Fixed some Python3 GCM issues
2016-06-06 16:58:12 -07:00
GobletSky31689 c8ccb8fabe fix flake8 errors 2016-06-06 16:55:56 -07:00
GobletSk31689 203e48f91d Added Chrome Support 2016-06-06 16:55:56 -07:00
JR Conlin 9578a491fb Merge pull request #2 from GobletSky31689/master
Added Chrome Support
2016-06-06 15:39:46 -07:00
jrconlin 1d218ce802 feat: make python2/3 compatible
Closes #3
2016-06-06 14:02:00 -07:00
GobletSky31689 c3b85f0afd fix flake8 errors 2016-05-30 21:15:40 +05:30
GobletSk31689 a868ebd7b0 Added Chrome Support 2016-05-24 21:18:21 +05:30
JR Conlin a3323a03b9 Merge pull request #1 from jrconlin/master
Merge 0.3.4 to prod
2016-05-18 10:23:54 -07:00
JR Conlin 4464fb972d Merge pull request #11 from jrconlin/bug/10
bug: make header keys case insenstive
2016-05-17 16:23:33 -07:00
jrconlin c01dcb49db bug: make header keys case insenstive
closes #10
2016-05-17 15:58:27 -07:00
Safwan Rahman 81b3873a7a Merge pull request #9 from jrconlin/bug/8
bug: force key string encoding to utf8
2016-05-17 23:28:18 +06:00
jrconlin 3b1ea5c619 bug: force key string encoding to utf8
closes #8
2016-05-17 10:12:19 -07:00
jrconlin d8cc30eedb Merge branch 'tag/0.3.2' 2016-04-28 14:02:39 -07:00
jrconlin ff68044316 bug: fix pypi distro 2016-04-28 13:58:44 -07:00
jrconlin 714af64bec Merge branch 'master' of github.com:jrconlin/pywebpush 2016-04-28 13:53:28 -07:00
JR Conlin e0cee9b8ff Merge pull request #6 from safwanrahman/test
Correction Setup
2016-04-28 13:27:34 -07:00
Safwan Rahman 1b6f43592c change to get perfect setup 2016-04-29 02:19:31 +06:00
JR Conlin a706713a3f Merge pull request #5 from jrconlin/bug/upload
bug: fix pypi upload
2016-04-27 13:22:56 -07:00
jrconlin afa1ffedb1 bug: fix pypi upload 2016-04-27 13:19:09 -07:00
jrconlin 74ee118b29 bug: fix pypi distro 2016-04-27 13:07:52 -07:00
jrconlin a5ff81b2a2 feat: adding travis 2016-04-27 11:55:09 -07:00
JR Conlin 9dd9e7607d Merge pull request #2 from jrconlin/feature/tests
feat: Added tests, restructured code
2016-04-27 09:54:48 -07:00
jrconlin 68ab34a3eb feat: Added tests, restructured code
* Added more information to README.
* Replaced curl call with requests per @safwanrahman
* cleaned up requirements, var names
* stripped vapid stuff (while still strongly urged, should be external)
* collected code beneath __init__
* 100% coverage

TODO: sphinx, travis, coverage
2016-04-27 09:40:57 -07:00
jrconlin 5c134746ac WIP: Initial version
Needs tests, docs, holy water
2016-04-25 14:54:57 -07:00
JR Conlin f43ff4071e Initial commit 2016-04-25 14:36:57 -07:00