lain 
								
							 
						 
						
							
							
							
							
								
							
							
								95a9bdfc37 
								
							 
						 
						
							
							
								
								Tests: Use NullCache for async tests.  
							
							... 
							
							
							
							Caching can't work in async tests, so for them it is mocked to a
null cache that is always empty. Synchronous tests are stubbed
with the real Cachex, which is emptied after every test. 
							
						 
						
							2020-12-18 19:53:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lain 
								
							 
						 
						
							
							
							
							
								
							
							
								9a744d49c8 
								
							 
						 
						
							
							
								
								Jason: Remove by now superfluous jason_types file  
							
							
							
						 
						
							2020-12-18 17:44:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Tashkinov 
								
							 
						 
						
							
							
							
							
								
							
							
								7fff9c1bee 
								
							 
						 
						
							
							
								
								Tweaks to OAuth entities expiration: changed default to 30 days, removed hardcoded values usage, fixed OAuthView (expires_in).  
							
							
							
						 
						
							2020-12-09 21:14:39 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								94480c6607 
								
							 
						 
						
							
							
								
								removing fed sockets settings  
							
							
							
						 
						
							2020-11-26 17:39:38 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5eef4988bf 
								
							 
						 
						
							
							
								
								fix for elixir 1.11  
							
							... 
							
							
							
							load runtime configs in releases with config provider 
							
						 
						
							2020-11-25 14:10:24 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lain 
								
							 
						 
						
							
							
							
							
								
							
							
								11e0d5f9ac 
								
							 
						 
						
							
							
								
								Password Resets: Don't accept tokens above a certain age.  
							
							... 
							
							
							
							By default, one day 
							
						 
						
							2020-11-19 12:27:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									rinpatch 
								
							 
						 
						
							
							
							
							
								
							
							
								2c55f7d7cb 
								
							 
						 
						
							
							
								
								Remove FedSockets  
							
							... 
							
							
							
							Current FedSocket implementation has a bunch of problems. It doesn't
have proper error handling (in case of an error the server just doesn't
respond until the connection is closed, while the client doesn't match
any error messages and just assumes there has been an error after 15s)
and the code is full of bad descisions (see: fetch registry which uses
uuids for no reason and waits for a response by recursively querying a
 ets table until the value changes, or double JSON encoding).
Sometime ago I almost completed rewriting fedsockets from scrach to
adress these issues. However, while doing so, I realized that fedsockets
 are just too overkill for what they were trying to accomplish, which is
 reduce the overhead of federation by not signing every message.
This could be done without reimplementing failure states and endpoint
 logic we already have with HTTP by, for example, using TLS cert auth,
or switching to a more performant signature algorithm. I opened
https://git.pleroma.social/pleroma/pleroma/-/issues/2262  for further
discussion on alternatives to fedsockets.
From discussions I had with other Pleroma developers it seems like they
 would approve the descision to remove them as well,
therefore I am submitting this patch. 
							
						 
						
							2020-11-17 17:28:30 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								efc27f6464 
								
							 
						 
						
							
							
								
								fix for adminFE  
							
							... 
							
							
							
							- revert UserAllowPolicy description
- MRF descriptions order 
							
						 
						
							2020-11-11 10:10:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								485697d96c 
								
							 
						 
						
							
							
								
								config descriptions for custom MRF policies  
							
							
							
						 
						
							2020-11-10 19:20:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lain 
								
							 
						 
						
							
							
							
							
								
							
							
								294628d981 
								
							 
						 
						
							
							
								
								Merge branch 'feature/expire-mutes' into 'develop'  
							
							... 
							
							
							
							Expiring mutes for users and activities
Closes  #1817 
See merge request pleroma/pleroma!2971  
							
						 
						
							2020-11-05 12:44:16 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lain 
								
							 
						 
						
							
							
							
							
								
							
							
								d8d4e96230 
								
							 
						 
						
							
							
								
								Merge branch 'default-mrf' into 'develop'  
							
							... 
							
							
							
							Add TagPolicy as default MRF
See merge request pleroma/pleroma!2834  
							
						 
						
							2020-11-04 15:54:12 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lain 
								
							 
						 
						
							
							
							
							
								
							
							
								dd2b3a8da9 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/expire-mutes  
							
							
							
						 
						
							2020-11-04 16:51:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d2113428c0 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into feature/account-export  
							
							
							
						 
						
							2020-10-30 19:34:02 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								89c356d19f 
								
							 
						 
						
							
							
								
								Improve Keyword descriptions for AdminFE  
							
							
							
						 
						
							2020-10-29 14:22:07 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4a2d7a7a5d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into feature/account-export  
							
							
							
						 
						
							2020-10-28 15:33:36 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									feld 
								
							 
						 
						
							
							
							
							
								
							
							
								03a318af9a 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into 'feature/autofollowing'  
							
							... 
							
							
							
							# Conflicts:
#   CHANGELOG.md 
							
						 
						
							2020-10-27 22:13:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								291189357b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/account-export  
							
							
							
						 
						
							2020-10-27 12:54:33 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								9e54ef086b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/account-export  
							
							
							
						 
						
							2020-10-27 12:51:31 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									feld 
								
							 
						 
						
							
							
							
							
								
							
							
								5aff479951 
								
							 
						 
						
							
							
								
								Merge branch '1668-prometheus-access-restrictions' into 'develop'  
							
							... 
							
							
							
							[#1668 ] App metrics endpoint (Prometheus) access restrictions
Closes  #1668 
See merge request pleroma/pleroma!3093  
							
						 
						
							2020-10-27 17:47:56 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									feld 
								
							 
						 
						
							
							
							
							
								
							
							
								e062329a17 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into 'feature/autofollowing'  
							
							... 
							
							
							
							# Conflicts:
#   CHANGELOG.md 
							
						 
						
							2020-10-27 17:42:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									feld 
								
							 
						 
						
							
							
							
							
								
							
							
								d6907e6e0c 
								
							 
						 
						
							
							
								
								Merge branch 'chore/elixir-1.11' into 'develop'  
							
							... 
							
							
							
							Elixir 1.11 compatibility / Phoenix 1.5+
See merge request pleroma/pleroma!3059  
							
						 
						
							2020-10-22 20:33:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e87901c424 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into feature/account-export  
							
							
							
						 
						
							2020-10-20 17:27:29 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Tashkinov 
								
							 
						 
						
							
							
							
							
								
							
							
								50d4280880 
								
							 
						 
						
							
							
								
								[ #1668 ] Formatting fix.  
							
							
							
						 
						
							2020-10-20 16:18:24 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ad605e3e16 
								
							 
						 
						
							
							
								
								Rename Pleroma.Backup to Pleroma.User.Backup  
							
							
							
						 
						
							2020-10-20 17:16:58 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Tashkinov 
								
							 
						 
						
							
							
							
							
								
							
							
								3a28aa8814 
								
							 
						 
						
							
							
								
								[ #1668 ] Added :prometheus group config to config/description.exs.  
							
							
							
						 
						
							2020-10-20 15:13:20 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Tashkinov 
								
							 
						 
						
							
							
							
							
								
							
							
								524fb0e4c2 
								
							 
						 
						
							
							
								
								[ #1668 ] Restricted access to app metrics endpoint by default. Added ability to configure IP whitelist for this endpoint.  
							
							... 
							
							
							
							Added tests and documentation. 
							
						 
						
							2020-10-18 21:22:21 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Tashkinov 
								
							 
						 
						
							
							
							
							
								
							
							
								9ea31b373f 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11  
							
							
							
						 
						
							2020-10-17 17:53:47 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								efd6572ffb 
								
							 
						 
						
							
							
								
								Remove suggestions  
							
							
							
						 
						
							2020-10-16 17:43:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								405f27b4f8 
								
							 
						 
						
							
							
								
								The suggestions are problematic as they need to be real local account names  
							
							
							
						 
						
							2020-10-16 17:41:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								1b8fd7e65a 
								
							 
						 
						
							
							
								
								Adds feature to permit e.g., local admins and community moderators to automatically follow all newly registered accounts  
							
							
							
						 
						
							2020-10-16 17:36:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								1fb9452131 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/account-export  
							
							
							
						 
						
							2020-10-14 15:27:15 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								b738f70953 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/gen-magic  
							
							
							
						 
						
							2020-10-13 10:08:38 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								64553ebae2 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into chore/elixir-1.11  
							
							
							
						 
						
							2020-10-13 09:54:53 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3be8ab5103 
								
							 
						 
						
							
							
								
								RemoteIp module name  
							
							
							
						 
						
							2020-10-13 16:43:50 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								04b514c567 
								
							 
						 
						
							
							
								
								Merge branch 'develop' into feature/gen-magic  
							
							
							
						 
						
							2020-10-09 11:26:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Haelwenn 
								
							 
						 
						
							
							
							
							
								
							
							
								74be4de3f6 
								
							 
						 
						
							
							
								
								Merge branch 'fix/2209-remoteip' into 'develop'  
							
							... 
							
							
							
							#2209  RemoteIP CIDR helper, config and doc improvements
See merge request pleroma/pleroma!3057  
						
							2020-10-08 17:29:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								87fc5a40f4 
								
							 
						 
						
							
							
								
								instrumenters has no effect in Endpoint anymore  
							
							
							
						 
						
							2020-10-07 11:52:23 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								fddea9e3ce 
								
							 
						 
						
							
							
								
								:pubsub is deprecated and replaced wit :pubsub_server  
							
							
							
						 
						
							2020-10-07 10:34:24 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e52dd62e14 
								
							 
						 
						
							
							
								
								Add configurable temporary directory  
							
							
							
						 
						
							2020-10-07 18:34:30 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3ad7492f9d 
								
							 
						 
						
							
							
								
								Add config for Pleroma.Backup  
							
							
							
						 
						
							2020-10-07 18:34:29 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Egor Kislitsyn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a0ad9bd734 
								
							 
						 
						
							
							
								
								Add BackupWorker  
							
							
							
						 
						
							2020-10-07 18:34:28 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								b90eda3d8b 
								
							 
						 
						
							
							
								
								Improve description yet again  
							
							
							
						 
						
							2020-10-06 17:36:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								e08eb4aba0 
								
							 
						 
						
							
							
								
								Don't leak internal variables in the docs. They're useless to users.  
							
							
							
						 
						
							2020-10-06 17:29:56 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								b8c05f4876 
								
							 
						 
						
							
							
								
								Improve descriptions for reserved and proxies  
							
							
							
						 
						
							2020-10-06 17:21:27 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								d43d05005a 
								
							 
						 
						
							
							
								
								Move hardcoded default configuration into config.exs  
							
							
							
						 
						
							2020-10-06 17:02:46 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Felder 
								
							 
						 
						
							
							
							
							
								
							
							
								7aff2b47c5 
								
							 
						 
						
							
							
								
								Fix docs for default headers used by RemoteIp. We only use X-Forwarded-For by default.  
							
							
							
						 
						
							2020-10-06 15:47:11 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									rinpatch 
								
							 
						 
						
							
							
							
							
								
							
							
								0a69dbc97c 
								
							 
						 
						
							
							
								
								Merge branch 'feature/update-description-for-frontends-setting' into 'develop'  
							
							... 
							
							
							
							Remove extra nesting and add labels in `:frontends` setting
See merge request pleroma/pleroma!3043  
							
						 
						
							2020-10-06 18:05:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Strizhakov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cbdaabad34 
								
							 
						 
						
							
							
								
								web push http_client fix  
							
							
							
						 
						
							2020-10-01 13:32:11 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Angelina Filippova 
								
							 
						 
						
							
							
							
							
								
							
							
								d96b8923f6 
								
							 
						 
						
							
							
								
								Fix typo  
							
							
							
						 
						
							2020-09-30 00:50:53 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Angelina Filippova 
								
							 
						 
						
							
							
							
							
								
							
							
								fe19750644 
								
							 
						 
						
							
							
								
								Fix comma typo  
							
							
							
						 
						
							2020-09-30 00:49:08 +03:00