| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								actions.go
							
						
					
				 | 
				
					
						
							
							Bump Go version, Generics whoooo
						
					
				 | 
				2022-10-01 15:50:48 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								actions_test.go
							
						
					
				 | 
				
					
						
							
							Format actions PR, changelog
						
					
				 | 
				2022-06-22 20:23:15 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								config.go
							
						
					
				 | 
				
					
						
							
							web-push-startup-queries
						
					
				 | 
				2023-06-18 14:20:22 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								config_test.go
							
						
					
				 | 
				
					
						
							
							Tests, client tests WIP
						
					
				 | 
				2021-12-22 14:17:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								errors.go
							
						
					
				 | 
				
					
						
							
							Small refactor
						
					
				 | 
				2023-06-08 12:20:12 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								file_cache.go
							
						
					
				 | 
				
					
						
							
							Allow /metrics on default port; reduce memory if not enabled
						
					
				 | 
				2023-03-15 22:34:06 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								file_cache_test.go
							
						
					
				 | 
				
					
						
							
							Plan-based message and attachment expiry
						
					
				 | 
				2023-01-07 09:34:02 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								log.go
							
						
					
				 | 
				
					
						
							
							Small refactor
						
					
				 | 
				2023-06-08 12:20:12 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mailer_emoji_map.json
							
						
					
				 | 
				
					
						
							
							Convert mailer_emoji JSON file to map
						
					
				 | 
				2023-05-13 11:43:47 -03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								message_cache.go
							
						
					
				 | 
				
					
						
							
							Remove setting, add persistence
						
					
				 | 
				2023-07-08 15:14:35 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								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
							
						
					
				 | 
				
					
						
							
							Add --trace and --no-log-dates; add docs
						
					
				 | 
				2022-06-02 10:50:05 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server.go
							
						
					
				 | 
				
					
						
							
							Docs, tests
						
					
				 | 
				2023-07-08 15:48:08 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server.yml
							
						
					
				 | 
				
					
						
							
							Add missing note on log file permissions
						
					
				 | 
				2023-07-12 20:24:57 +08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_account.go
							
						
					
				 | 
				
					
						
							
							Add more tests, change endpoint
						
					
				 | 
				2023-06-17 14:44:55 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_account_test.go
							
						
					
				 | 
				
					
						
							
							web-push-startup-queries
						
					
				 | 
				2023-06-18 14:20:22 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_admin.go
							
						
					
				 | 
				
					
						
							
							Add tests for users, slightly change API a bit
						
					
				 | 
				2023-05-15 10:42:24 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_admin_test.go
							
						
					
				 | 
				
					
						
							
							Add tests for users, slightly change API a bit
						
					
				 | 
				2023-05-15 10:42:24 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_firebase.go
							
						
					
				 | 
				
					
						
							
							WIP: Markdown
						
					
				 | 
				2023-05-24 20:37:27 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_firebase_test.go
							
						
					
				 | 
				
					
						
							
							Remove setting, add persistence
						
					
				 | 
				2023-07-08 15:14:35 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_manager.go
							
						
					
				 | 
				
					
						
							
							Add subscription_topic table, change updated_at type to INT, split expire function
						
					
				 | 
				2023-06-09 23:17:48 -04: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
							
						
					
				 | 
				
					
						
							
							Tiny changes
						
					
				 | 
				2023-03-04 09:32:29 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_matrix_test.go
							
						
					
				 | 
				
					
						
							
							Adjust Matrix/UP behavior to work with Synapse+Mastodon
						
					
				 | 
				2023-02-25 15:12:03 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_metrics.go
							
						
					
				 | 
				
					
						
							
							Cont'd, getting there
						
					
				 | 
				2023-05-15 22:06:43 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_middleware.go
							
						
					
				 | 
				
					
						
							
							Disable PWA (manifest) when web push is disabled
						
					
				 | 
				2023-06-24 20:11:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_payments.go
							
						
					
				 | 
				
					
						
							
							WIP calls, remove SMS
						
					
				 | 
				2023-05-12 20:01:12 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_payments_test.go
							
						
					
				 | 
				
					
						
							
							Logging improvements, etc.
						
					
				 | 
				2023-02-25 20:23:22 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_test.go
							
						
					
				 | 
				
					
						
							
							Refine logic
						
					
				 | 
				2023-09-24 17:59:23 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_twilio.go
							
						
					
				 | 
				
					
						
							
							Rename twilio-from-number to twilio-phone-number
						
					
				 | 
				2023-05-18 13:32:27 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_twilio_test.go
							
						
					
				 | 
				
					
						
							
							Rename twilio-from-number to twilio-phone-number
						
					
				 | 
				2023-05-18 13:32:27 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_webpush.go
							
						
					
				 | 
				
					
						
							
							Minor changes
						
					
				 | 
				2023-06-17 21:51:04 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								server_webpush_test.go
							
						
					
				 | 
				
					
						
							
							Add web push delete test
						
					
				 | 
				2023-06-17 21:44:21 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								smtp_sender.go
							
						
					
				 | 
				
					
						
							
							Format emojis in the service worker directly
						
					
				 | 
				2023-06-07 20:38:21 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								smtp_sender_test.go
							
						
					
				 | 
				
					
						
							
							WIP
						
					
				 | 
				2021-12-27 16:39:28 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								smtp_server.go
							
						
					
				 | 
				
					
						
							
							Add quoted-printable decoding to smtp server
						
					
				 | 
				2023-05-08 10:54:34 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								smtp_server_test.go
							
						
					
				 | 
				
					
						
							
							Formatting
						
					
				 | 
				2023-05-09 20:57:09 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								topic.go
							
						
					
				 | 
				
					
						
							
							WIP: Access API
						
					
				 | 
				2023-05-13 14:39:31 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								topic_test.go
							
						
					
				 | 
				
					
						
							
							WIP: Access API
						
					
				 | 
				2023-05-13 14:39:31 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								types.go
							
						
					
				 | 
				
					
						
							
							Docs, tests
						
					
				 | 
				2023-07-08 15:48:08 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								util.go
							
						
					
				 | 
				
					
						
							
							Refine logic
						
					
				 | 
				2023-09-24 17:59:23 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								util_test.go
							
						
					
				 | 
				
					
						
							
							Refine logic
						
					
				 | 
				2023-09-24 17:59:23 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								visitor.go
							
						
					
				 | 
				
					
						
							
							WIP twilio
						
					
				 | 
				2023-05-13 12:26:14 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								webpush_store.go
							
						
					
				 | 
				
					
						
							
							web-push-startup-queries
						
					
				 | 
				2023-06-18 14:20:22 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								webpush_store_test.go
							
						
					
				 | 
				
					
						
							
							web-push-startup-queries
						
					
				 | 
				2023-06-18 14:20:22 -04:00 |