|
@ -1,13 +1,12 @@ |
|
|
|
|
|
|
|
|
tasks: |
|
|
tasks: |
|
|
|
|
|
|
|
|
- 40 notifications : |
|
|
- 08 notifications : |
|
|
- push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew |
|
|
|
|
|
- lock down regenerate_vapid endpoint (so only we admins can do it on demand) |
|
|
- lock down regenerate_vapid endpoint (so only we admins can do it on demand) |
|
|
- remove sleep in py-push-server app.py |
|
|
- remove sleep in py-push-server app.py |
|
|
- revisit "maybe" and "never" buttons on account screen |
|
|
|
|
|
- see if we can detect OS-level notifications if turned off |
|
|
- see if we can detect OS-level notifications if turned off |
|
|
- write troubleshooting docs for notifications |
|
|
- write troubleshooting docs for notifications |
|
|
|
|
|
- make the "App Notifications" toggle on when they first turn notifications on |
|
|
- in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record |
|
|
- in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record |
|
|
- https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files |
|
|
- https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files |
|
|
|
|
|
|
|
@ -57,6 +56,9 @@ tasks: |
|
|
- switch some checks for activeDid to check for isRegistered |
|
|
- switch some checks for activeDid to check for isRegistered |
|
|
- .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show" |
|
|
- .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show" |
|
|
- .5 fix cert generation on server (since it didn't happen automatically for Nov 30) |
|
|
- .5 fix cert generation on server (since it didn't happen automatically for Nov 30) |
|
|
|
|
|
|
|
|
|
|
|
- 04 fix lack of initial notification in Firefox (on MacOS, maybe others) |
|
|
|
|
|
|
|
|
- contacts v+ : |
|
|
- contacts v+ : |
|
|
- 01 Import all the non-sensitive data (ie. contacts & settings). |
|
|
- 01 Import all the non-sensitive data (ie. contacts & settings). |
|
|
- .2 show error to user when adding a duplicate contact |
|
|
- .2 show error to user when adding a duplicate contact |
|
|