6abf505c40 
								
							 
						 
						
							
							
								
								refactor: make Member.display_name non-nullable and fall back to Member.name  
							
							
							
						 
						
							2024-11-23 20:41:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								d0bf638a21 
								
							 
						 
						
							
							
								
								fix: check for obviously invalid instance URLs, use correct JSON key for mastodon scopes  
							
							
							
						 
						
							2024-11-23 20:40:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								9160281ea2 
								
							 
						 
						
							
							
								
								feat: remove auth method  
							
							
							
						 
						
							2024-11-04 22:04:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								201c56c3dd 
								
							 
						 
						
							
							
								
								feat: link discord account to existing account  
							
							
							
						 
						
							2024-11-03 13:53:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								c4cb08cdc1 
								
							 
						 
						
							
							
								
								feat: initial fediverse registration/login  
							
							
							
						 
						
							2024-11-03 02:07:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5a22807410 
								
							 
						 
						
							
							
								
								fix: don't pass CancellationToken to method that shouldn't abort  
							
							... 
							
							
							
							also add license header to project 
							
						 
						
							2024-11-02 21:23:49 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								d982342ab8 
								
							 
						 
						
							
							
								
								refactor: pass DbContextOptions into context directly  
							
							... 
							
							
							
							turns out efcore doesn't like it when we create a new options instance
(which includes a new data source *and* a new logger factory)
every single time we create a context. this commit extracts
OnConfiguring into static methods which are called when the context is
added to the service collection and when it's manually created for
migrations and the importer. 
							
						 
						
							2024-10-30 15:35:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								0077a165b5 
								
							 
						 
						
							
							
								
								feat: add some fediverse authentication code  
							
							... 
							
							
							
							* create applications on instances
* generate authorize URLs
* exchange oauth code for token and user info (untested)
* recreate mastodon app on authentication failure 
							
						 
						
							2024-10-06 15:34:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								567e794154 
								
							 
						 
						
							
							
								
								feat(frontend): hide everything email related if it's disabled on the backend  
							
							
							
						 
						
							2024-10-02 21:05:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								e030342358 
								
							 
						 
						
							
							
								
								feat(frontend): add, list email  
							
							
							
						 
						
							2024-10-02 02:46:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5b17c716cb 
								
							 
						 
						
							
							
								
								feat(backend): add add email address endpoint  
							
							
							
						 
						
							2024-10-02 00:52:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								7f971e8549 
								
							 
						 
						
							
							
								
								chore: add csharpier to husky, format backend with csharpier  
							
							
							
						 
						
							2024-10-02 00:28:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								06f7019330 
								
							 
						 
						
							
							
								
								feat(backend): move internal endpoints to /api/internal  
							
							
							
						 
						
							2024-10-02 00:15:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								aa756ac56a 
								
							 
						 
						
							
							
								
								chore(backend): format  
							
							
							
						 
						
							2024-10-01 21:58:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								42041d49bc 
								
							 
						 
						
							
							
								
								feat: add force log out endpoint  
							
							
							
						 
						
							2024-10-01 21:25:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2a66e3e25e 
								
							 
						 
						
							
							
								
								feat(frontend): add username editing  
							
							
							
						 
						
							2024-10-01 16:06:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								5a8b7aae80 
								
							 
						 
						
							
							
								
								fix(backend): fix username regex accepting characters with diacritics  
							
							
							
						 
						
							2024-10-01 16:04:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								4002893323 
								
							 
						 
						
							
							
								
								feat(backend): limit total members per user  
							
							
							
						 
						
							2024-09-30 21:44:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8f3478d57a 
								
							 
						 
						
							
							
								
								fix(backend): only validate member name if it's changed  
							
							
							
						 
						
							2024-09-30 20:14:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								f539902711 
								
							 
						 
						
							
							
								
								feat(backend): render flags in member response  
							
							
							
						 
						
							2024-09-29 19:52:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								e11e60e16b 
								
							 
						 
						
							
							
								
								feat(backend): add update member endpoint  
							
							
							
						 
						
							2024-09-28 22:28:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								8fe8755183 
								
							 
						 
						
							
							
								
								feat(backend): validate links, allow setting links in POST /users/@me/members  
							
							
							
						 
						
							2024-09-27 15:29:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								a3cbdc1a08 
								
							 
						 
						
							
							
								
								feat(backend): ability to set profile flags, return profile flags in get user endpoint  
							
							
							
						 
						
							2024-09-27 14:48:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6a4aa8064a 
								
							 
						 
						
							
							
								
								feat(backend): update flag endpoint  
							
							
							
						 
						
							2024-09-27 00:38:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								758ab9ec5b 
								
							 
						 
						
							
							
								
								feat(backend): delete flag endpoint  
							
							
							
						 
						
							2024-09-26 23:03:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								e20a7d3465 
								
							 
						 
						
							
							
								
								fix(backend): *actually* correctly hash images  
							
							
							
						 
						
							2024-09-26 22:30:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								14e6e35cb7 
								
							 
						 
						
							
							
								
								feat(backend): add create flag endpoint and job  
							
							
							
						 
						
							2024-09-26 22:26:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								ff2ba1fb1b 
								
							 
						 
						
							
							
								
								fix(backend): correctly hash images  
							
							
							
						 
						
							2024-09-26 22:25:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								a70078995b 
								
							 
						 
						
							
							
								
								feat(backend): add pride flag models  
							
							
							
						 
						
							2024-09-26 20:15:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								39b0917585 
								
							 
						 
						
							
							
								
								add script to prune designer files from migrations, add README with acknowledgements  
							
							
							
						 
						
							2024-09-26 17:11:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								e83895255e 
								
							 
						 
						
							
							
								
								fix(backend): return last_sid_reroll in API, update last sid reroll + last active correctly  
							
							
							
						 
						
							2024-09-26 17:09:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								b5f9ef9bd6 
								
							 
						 
						
							
							
								
								feat(backend): add short ID reroll endpoints  
							
							
							
						 
						
							2024-09-26 16:38:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								e76c634738 
								
							 
						 
						
							
							
								
								feat(backend): return short IDs  
							
							
							
						 
						
							2024-09-26 15:26:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								df93f28273 
								
							 
						 
						
							
							
								
								feat(backend): add short IDs to models  
							
							
							
						 
						
							2024-09-26 15:08:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								a4a62fa6b6 
								
							 
						 
						
							
							
								
								fix(backend): invert unlisted member filter in RenderUserAsync  
							
							
							
						 
						
							2024-09-26 02:14:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								f81ae97821 
								
							 
						 
						
							
							
								
								feat(backend): return unlisted status in partial member for authenticated users  
							
							
							
						 
						
							2024-09-25 19:48:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								862a64840e 
								
							 
						 
						
							
							
								
								feat: add avatar/bio/links/names/pronouns to user page  
							
							
							
						 
						
							2024-09-24 20:56:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								412d720abc 
								
							 
						 
						
							
							
								
								feat: add .net user importer  
							
							
							
						 
						
							2024-09-18 21:44:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6388e3127d 
								
							 
						 
						
							
							
								
								add dev command to repository root  
							
							
							
						 
						
							2024-09-17 20:58:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								6acd9b94f4 
								
							 
						 
						
							
							
								
								fix(backend): reference System.Text.RegularExpressions directly to avoid CVE  
							
							
							
						 
						
							2024-09-14 23:24:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								cf2f624ae4 
								
							 
						 
						
							
							
								
								feat: add docker configuration  
							
							
							
						 
						
							2024-09-14 18:07:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								821712f43b 
								
							 
						 
						
							
							
								
								fix(backend): use packages.lock file when restoring  
							
							
							
						 
						
							2024-09-14 16:45:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2cef7523d2 
								
							 
						 
						
							
							
								
								chore(backend): silence some more resharper errors  
							
							
							
						 
						
							2024-09-14 16:37:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								ff22530f0a 
								
							 
						 
						
							
							
								
								feat(frontend): add discord callback page  
							
							... 
							
							
							
							this only handles existing accounts for now, still need to write an action function 
							
						 
						
							2024-09-13 14:56:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								4ac0001795 
								
							 
						 
						
							
							
								
								fix: only query user ID in /api/internal/request-data  
							
							
							
						 
						
							2024-09-11 16:34:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2682cabfb0 
								
							 
						 
						
							
							
								
								refactor: add DatabaseContext.GetToken method  
							
							
							
						 
						
							2024-09-11 16:23:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								be34c4c77e 
								
							 
						 
						
							
							
								
								feat(frontend): working email login  
							
							
							
						 
						
							2024-09-10 21:24:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								498d79de4e 
								
							 
						 
						
							
							
								
								feat(frontend): internationalization  
							
							
							
						 
						
							2024-09-10 20:33:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								2323810b06 
								
							 
						 
						
							
							
								
								feat(backend): add option to disable postgres connection pooling  
							
							
							
						 
						
							2024-09-10 18:52:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
								
									
										
									
								
							
							
							
								
							
							
								3d22385689 
								
							 
						 
						
							
							
								
								feat: add rate limiter proxy  
							
							
							
						 
						
							2024-09-10 16:53:43 +02:00