3wordchant
  • Joined on 2020-03-23
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-03 13:34:47 +00:00
d2f9470ca4 Remove CORS headers from example settings
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-03 13:32:01 +00:00
ea0520e681 Update example settings
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-03 13:29:41 +00:00
6191009bc9 Tweak README, remove django_extensions
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-03 13:17:55 +00:00
e60c544989 Try to fix README formatting
3wordchant created branch webpushnotifications in autonomic-coopera…/hubl 2021-06-02 13:22:07 +00:00
3wordchant pushed to webpushnotifications at autonomic-coopera…/hubl 2021-06-02 13:22:07 +00:00
3a9649ed96 Add JS for push notification subscription & display
2343bdd5ea minor: add new fields
3cfacf7789 fix: events optional parameters
e12c8436d3 Update README.md
dc26b49a7d Update README.md
Compare 10 commits »
3wordchant created repository autonomic-coopera…/hubl 2021-06-02 13:20:29 +00:00
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-02 12:45:28 +00:00
6937dd6ba0 Git ignore database
4fee460ea5 Update README
Compare 2 commits »
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-06-02 12:27:43 +00:00
6976c15a4d Update README, remove __pycache__,
3wordchant pushed to main at 3wordchant/docker-go-ssb-room 2021-06-01 20:54:14 +00:00
0891843cb3 Add README
3wordchant created branch main in 3wordchant/docker-go-ssb-room 2021-06-01 20:51:26 +00:00
3wordchant pushed to main at 3wordchant/docker-go-ssb-room 2021-06-01 20:51:26 +00:00
2f79da3c1d Build insert-user command too
b63e9b43c4 Initial commit
Compare 2 commits »
3wordchant created repository 3wordchant/docker-go-ssb-room 2021-06-01 20:49:45 +00:00
3wordchant commented on issue autonomic-coopera…/djangoldp-webpushnotification#2 2021-04-15 16:31:12 +00:00
Finish accept subscriptions logic

In our case, I've just realised, we're making the back-end (djangoldp) both the "application server" and the "push server".

Re-reading that Mozilla post (which I just wasted time finding…

3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-04-15 14:11:05 +00:00
3wordchant commented on issue autonomic-coopera…/djangoldp-webpushnotification#3 2021-04-15 13:56:57 +00:00
Finish send push notifications
diff --git a/djangoldp_webpushnotification/views.py b/djangoldp_webpushnotification/views.py
index 1b46547..535bacc 100644
--- a/djangoldp_webpushnotification/views.py
+++…
3wordchant pushed to main at autonomic-coopera…/startinblox-startinoff 2021-04-08 13:35:31 +00:00