ntfy/server
Nick Farrell b218e62ffc
Actually apply the pre-commit fixers to the codebase.
This can be redone manually with
`pre-commit run --all`

While the pre-commit hook could be merged to run locally,
it is much cleaner to align all the files to best-practice
syntax in a single commit. It is also required for server-side
validation.
2022-12-23 08:15:51 +11:00
..
actions.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
actions_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
config.go Polish async batching 2022-11-16 10:28:20 -05:00
config_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
errors.go Replace interface{} 2022-10-01 16:31:48 -04:00
file_cache.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
file_cache_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
mailer_emoji.json Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
message_cache.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
message_cache_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
ntfy.service Add --trace and --no-log-dates; add docs 2022-06-02 10:50:05 -04:00
server.go Polish async batching 2022-11-16 10:28:20 -05:00
server.yml Docs 2022-11-16 10:33:12 -05:00
server_firebase.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
server_firebase_test.go refactor visitor IPs and allow exempting IP Ranges 2022-10-05 16:04:42 -05:00
server_matrix.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
server_matrix_test.go refactor visitor IPs and allow exempting IP Ranges 2022-10-05 16:04:42 -05:00
server_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
smtp_sender.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
smtp_sender_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
smtp_server.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
smtp_server_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
topic.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
types.go refactor visitor IPs and allow exempting IP Ranges 2022-10-05 16:04:42 -05:00
util.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
util_test.go Actually apply the pre-commit fixers to the codebase. 2022-12-23 08:15:51 +11:00
visitor.go refactor visitor IPs and allow exempting IP Ranges 2022-10-05 16:04:42 -05:00