1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-22 11:24:04 +01:00
ntfy/server
2023-02-24 22:07:18 -05:00
..
actions.go
actions_test.go Format actions PR, changelog 2022-06-22 20:23:15 -04:00
config.go
config_test.go Tests, client tests WIP 2021-12-22 14:17:50 +01:00
errors.go Return 507 for UP publishers without subscribers 2023-02-24 22:07:18 -05:00
file_cache.go Continued logging work 2023-02-05 23:34:27 -05:00
file_cache_test.go
log.go
mailer_emoji.json
message_cache.go
message_cache_test.go Introduce text IDs for everything (esp user), to avoid security and accounting issues 2023-01-21 23:15:22 -05:00
ntfy.service
server.go
server.yml
server_account.go Support for annual billing intervals 2023-02-21 22:44:30 -05:00
server_account_test.go Tester feedback 2023-02-12 21:05:24 -05:00
server_firebase.go Minor tweaks 2023-02-15 10:55:01 -05:00
server_firebase_test.go Introduce Reservation 2023-01-02 20:08:37 -05:00
server_manager.go Polishing 2023-02-23 20:46:53 -05:00
server_manager_test.go Fix panic in manager when attachment-cache-dir is not set, fixes #617 2023-02-17 15:56:48 -05:00
server_matrix.go
server_matrix_test.go Ensure we return 429s for Matrix endpoints too; return proper error codes 2023-02-23 15:38:45 -05:00
server_middleware.go Polish a little 2023-02-22 22:26:43 -05:00
server_payments.go Support for annual billing intervals 2023-02-21 22:44:30 -05:00
server_payments_test.go Support for annual billing intervals 2023-02-21 22:44:30 -05:00
server_test.go
smtp_sender.go Minor tweaks 2023-02-15 10:55:01 -05:00
smtp_sender_test.go WIP 2021-12-27 16:39:28 +01:00
smtp_server.go
smtp_server_test.go
topic.go
types.go
util.go
util_test.go
visitor.go