* Don't duplicate html5 registrations If a registration is posted and another registration with the same endpoint URL exists, update that one instead. That way, we preserve the device name that has been configured. The previous behavior used to append 'unnamed device' registrations over and over, leading to multiple copies of the same registration. The endpoint URL is unique per service worker so it is safe to update matching registrations. * Refactor html5 registration view to not write json in the event loop |
||
---|---|---|
.. | ||
__init__.py | ||
test_apns.py | ||
test_command_line.py | ||
test_demo.py | ||
test_facebook.py | ||
test_file.py | ||
test_group.py | ||
test_html5.py | ||
test_smtp.py |