Commit Graph

13 Commits

Author SHA1 Message Date
Min Zeya Phyo
9fa6c37297 feat(ntfy): add admin Notifications settings page with test button 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
4236d12a84 feat(ntfy): dispatch api_key_revoked from ApiKey#revoke! 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
a93c39726a feat(ntfy): dispatch sms_delivered and sms_failed from SmsMessage 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
36a3f6daad feat(ntfy): dispatch gateway_offline from CheckGatewayHealthJob after bulk update 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
4420000148 feat(ntfy): dispatch gateway_online/gateway_offline from model 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
e75c5b3bdc feat(ntfy): add NtfyDispatchable concern for fanning out to admins 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
88e9ff5ff7 feat(ntfy): add SendNtfyNotificationJob for async dispatch with retry 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
76742d8791 feat(ntfy): add Ntfy::Publisher service with HTTP POST + auth 2026-07-28 03:04:27 +08:00
Min Zeya Phyo
8f25dc057b feat(ntfy): add ntfy fields to admin_users and ntfy_configured? method 2026-07-28 03:04:27 +08:00
7c432941f1 Fix RegistrationsController inheritance to include ApiAuthenticatable
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
2026-02-13 02:23:57 +00:00
54c1717971 Remove credentials.yml.enc for fresh deployment
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
2026-02-13 01:59:55 +00:00
Min Zeya Phyo
1fdff55544 SMS gateway api service for android application
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-27 11:24:16 +06:30
Min Zeya Phyo
c883fa7128 completed SMS gateway project 2025-10-22 17:22:17 +08:00