1
0
Fork 0

Commit graph

  • 94b19fa8a7
    Merge f0e9043519 into c0f400fa94 #20 Jonathan Treffler 2024-09-17 17:40:58 +0000
  • f0e9043519
    Update lib/Listener/CalendarListener.php #20 parallel-notifications Jonathan Treffler 2024-09-17 19:40:56 +0200
  • c0f400fa94 Update README: remove address books main Ricki Hirner 2024-09-17 16:55:00 +0200
  • e2805beb16 switch to GuzzleHttp for web push transport, parallelize notification sending Jonathan Treffler 2024-09-14 16:52:54 +0200
  • 248b4277bc
    Add the video (#19) Ricki Hirner 2024-09-13 21:45:52 +0200
  • 005c62940e Add the video #19 Ricki Hirner 2024-09-13 21:39:36 +0200
  • 09c747d295
    added .vscode to nextcloudignore v0.0.1 Jonathan Treffler 2024-08-25 20:13:59 +0200
  • 51e9a76276
    updated bugs link for app store Jonathan Treffler 2024-08-25 20:10:16 +0200
  • e74f8915a5
    Add information from readme to app store description Jonathan Treffler 2024-08-25 20:09:41 +0200
  • 9ebb6616af added krankerl config Jonathan Treffler 2024-08-25 19:51:12 +0200
  • 58751c11cb
    Added latest development version installation instructions Jonathan Treffler 2024-08-25 19:49:05 +0200
  • 245b3ccc6b
    Added App Store Installation instructions Jonathan Treffler 2024-08-25 19:41:34 +0200
  • def372cac8
    Update README Jonathan Treffler 2024-08-25 19:35:03 +0200
  • 6a863cb9c0
    mark nc 30 as compatible Jonathan Treffler 2024-08-25 19:26:28 +0200
  • 94a58d6c62
    Update README (#13) Ricki Hirner 2024-08-23 17:49:58 +0200
  • 0dcc0f6445 Update README #13 Ricki Hirner 2024-08-23 17:42:17 +0200
  • d704cc61d6 [CI] Add Dependent Issues Ricki Hirner 2024-08-19 18:08:59 +0200
  • cd2ef9123c fix notify error handling Jonathan Treffler 2024-08-18 17:35:45 +0200
  • 200489ff9d
    Update README.md Jonathan Treffler 2024-08-18 00:10:10 +0200
  • b6ba200281 fix #6 Jonathan Treffler 2024-08-12 20:11:19 +0200
  • a59e428ccd fix #7 Jonathan Treffler 2024-08-12 19:18:03 +0200
  • 7bc211dc37 fix notify Jonathan Treffler 2024-07-24 14:36:24 +0200
  • 7aefdcca3d return transport defined response on subscription updates just like on new registrations Jonathan Treffler 2024-07-24 14:23:16 +0200
  • 3551e6fc38 fix web push transport getSubscriptionIdFromOptions Jonathan Treffler 2024-07-24 14:19:24 +0200
  • 3d5b2c191a conform to spec by updating existing subscription when registering with equivalent options twice instead of creating new subscription Jonathan Treffler 2024-07-24 13:52:09 +0200
  • f0f8440eb7 disable oracle database support Jonathan Treffler 2024-07-24 13:10:48 +0200
  • 71ecda7b63 adapt web push transport to transport provider api changes Jonathan Treffler 2024-07-23 02:16:55 +0200
  • bc55f3bed5 restructured transport provider api Jonathan Treffler 2024-07-23 02:15:36 +0200
  • ec6e69e240 use container to allow dependency injection in transport classes Jonathan Treffler 2024-07-23 02:10:32 +0200
  • f994a182d3 add entity, mapper and service for subscriptions_webpush Jonathan Treffler 2024-07-23 02:05:38 +0200
  • b36b13703b add subscriptions_webpush db table Jonathan Treffler 2024-07-23 02:04:54 +0200
  • 530dbd2d07 fix #3 Jonathan Treffler 2024-07-01 22:28:31 +0200
  • 6af07f6f8d
    Fix getUser (#5) Ricki Hirner 2024-07-01 22:22:41 +0200
  • 1b20a529d3 Fix getUser #5 Ricki Hirner 2024-06-24 14:08:39 +0200
  • b0335735fe implemented draft spec of web push transport Jonathan Treffler 2024-06-17 15:23:21 +0200
  • e0f6f3d27a follow spec more closely for subscription request parsing Jonathan Treffler 2024-06-12 21:50:28 +0200
  • 41b3d84e9d fix error handling of register request with unknown transport Jonathan Treffler 2024-06-12 21:32:52 +0200
  • 066d89873a added webhook transport (probably only for debugging) Jonathan Treffler 2024-06-12 14:24:27 +0200
  • b28e0619f5 added subscription rest api controller and route Jonathan Treffler 2024-06-12 14:21:35 +0200
  • 5e24706796 return calendar node name as push topic Jonathan Treffler 2024-06-12 14:20:24 +0200
  • c9d4285af4 implement and use SubscriptionService Jonathan Treffler 2024-06-12 14:19:52 +0200
  • a6d4368058 added calendar listener Jonathan Treffler 2024-06-12 03:05:59 +0200
  • af104a63f2 save transport of registration in db Jonathan Treffler 2024-06-12 03:03:35 +0200
  • e42b7b34ad added notify method, that gets called when a transport should to send a notification a subscriber Jonathan Treffler 2024-06-12 02:59:09 +0200
  • 5f65485798 added subscription database entries and transport registration init logic handling to subscription management plugin Jonathan Treffler 2024-06-12 01:58:00 +0200
  • 9f15e091e1 change transports registration to save as dict items by id instead of array Jonathan Treffler 2024-06-12 01:51:00 +0200
  • 05bbfe100d added Subscription Entity and Mapper Jonathan Treffler 2024-06-12 01:50:04 +0200
  • 32aa0aa386 add subscriptions table creation migration Jonathan Treffler 2024-06-12 01:48:59 +0200
  • 8dc989f897 started implementing subscription management Jonathan Treffler 2024-05-03 18:18:33 +0200
  • bb78c80b07 ensured license headers exist and match reality Jonathan Treffler 2024-05-03 18:08:19 +0200
  • d09254523f fix indentation Jonathan Treffler 2024-04-05 20:30:30 +0200
  • 104d278c06 fix indentation Jonathan Treffler 2024-04-05 20:29:33 +0200
  • b992cde357 app init; implemented service detection Jonathan Treffler 2024-04-05 20:26:15 +0200
  • a84bd86c63
    Update README.md Ricki Hirner 2024-01-30 18:01:50 +0100
  • 0d776f87e0
    Update README.md Ricki Hirner 2024-01-30 17:58:38 +0100
  • 3ce8cfcc97
    Initial commit Ricki Hirner 2024-01-30 17:57:12 +0100