60 Commits

Author SHA1 Message Date
6cc35fbd43 add a customizable message, plus other fixes 2024-11-24 18:04:12 -07:00
ee1da3399a commentarly like changelog update 2024-03-31 19:37:43 -06:00
a5e5a104c3 Merge pull request 'debug daily notification subscriptions' (#5) from debug-subsc into master
Reviewed-on: #5
2024-03-31 21:36:05 -04:00
400d9e6eb0 update docker build with version, add changelog 0.4.0 2024-03-31 15:41:57 -06:00
62c76eb651 accept parameters for the daily notification time 2024-03-30 17:31:27 -06:00
2a9b1fcf75 run the notification check frequently throughout the day, and allow different times for users 2024-03-30 15:57:34 -06:00
5071a8bee4 add a 'ping' endpoint, redirect stderr to stdout 2024-03-29 10:45:44 -06:00
58aa3fdda7 only print the full dictionary on unexpected results 2024-02-17 09:58:32 -07:00
b53d7a5e0d add more logging 2024-02-11 19:50:30 -07:00
202ce4d446 add ability to send a direct notification (bypassing filters) 2024-01-05 14:33:18 -07:00
a475f0f218 fix manual setup instructions 2024-01-05 14:13:55 -07:00
6f47d91c58 fix reference in commentary 2023-12-27 18:53:49 -07:00
c1ed026662 update the title of daily checks to match Time Safari 2023-12-27 18:48:34 -07:00
a466968de4 fix another dict/attribute problem 2023-12-24 21:18:03 -07:00
acb37a50c1 fix dict key references 2023-12-24 15:43:20 -07:00
e5d5bafeb3 Merge pull request 'Create a send-test endpoint for a client to send themselves a test' (#4) from test-message into master
Reviewed-on: #4
2023-12-24 10:49:23 -05:00
7f6a696aae doc: add setup step to manual run instructions 2023-12-24 08:48:54 -07:00
3c0e196c11 add ability to send back a chosen title & message 2023-12-23 19:42:45 -07:00
a3d22d25f4 finish send-test endpoint which now works 2023-12-23 19:13:37 -07:00
af85b971b1 fix some things that are wrong in the data structures 2023-12-23 17:58:26 -07:00
31e7f5048f add send-test as generated by Aider & ChatGPT 2023-12-23 17:56:07 -07:00
9e85f15951 refactor method results for consistent types 2023-12-23 15:38:33 -07:00
f15ea55ad7 small reformat for readability 2023-12-22 14:21:04 -07:00
140e426458 remove extra spaces before newlines (no code/logic changes) 2023-12-18 16:18:19 -07:00
cc001692eb add more help to the permissions troubleshooting 2023-12-17 18:11:27 -07:00
1edeb89144 flush the prints in a separate thread 2023-12-17 17:07:46 -07:00
0c7a9524a7 add more startup commentary 2023-12-17 17:07:24 -07:00
Matthew Raymer
6558aeab22 Updates to delete missing subscriptions 2023-12-16 23:47:49 -05:00
de82224b18 update instructions and email for tests 2023-12-16 20:41:57 -07:00
561b04c678 add messages for subscription loop 2023-12-16 19:00:19 -07:00
21ebf79f6f add instructions for admin password 2023-12-15 20:54:28 -07:00
35747dff26 add a password for the regenerate_vapid endpoint 2023-12-15 16:55:12 -07:00
381a7930d8 update private key to latest value on test server & allow as argument 2023-12-11 18:51:19 -07:00
5dc0e64bcd update test file for arguments 2023-12-11 17:53:58 -07:00
4536f2268c update email for production 2023-12-11 17:53:47 -07:00
c762d7b71f fix email, enhance test file for arguments 2023-12-11 17:52:21 -07:00
de33240f56 note that webpush.py is for testing 2023-12-10 08:58:23 -07:00
fc8d4878f1 doc: add another manual setup step 2023-12-04 18:42:34 -07:00
d517a79823 Merge pull request 'regen-endpoint' (#2) from regen-endpoint into master
Reviewed-on: #2
2023-12-03 23:32:06 -05:00
8ccefc8b22 update docker build & instructions for the necessary matching user 2023-12-03 20:11:01 -07:00
01d3868b80 fix endpoint for regenerating VAPID key 2023-12-03 20:10:49 -07:00
8d003876a8 revert the default path to the DB 2023-12-03 00:10:17 -07:00
a2edf9271a Merge pull request 'fix DB path and add instructions for docker deployment' (#1) from db-path into master
Reviewed-on: #1
2023-12-02 17:07:32 -05:00
e8a33e876c make docker path consistent, and enhance instructions 2023-12-02 15:00:31 -07:00
72653abaf5 fix DB path and add instructions for docker deployment 2023-12-01 17:45:34 -07:00
8f683e2a1a add more setup hints to README to run locally 2023-12-01 12:13:49 -07:00
Matthew Raymer
cbb6c666fe Added setup for HAProxy 2023-11-12 22:48:31 -05:00
Matthew Raymer
b8b47caf55 bugfix and documentation 2023-11-12 22:15:44 -05:00
Matthew Raymer
53d2a31da7 OOP and documented 2023-10-09 07:15:57 -04:00
Matthew Raymer
2b048c5a77 Refactored to class with long-running thread 2023-10-07 21:08:08 +08:00