9c1e037166 
								
							 
						 
						
							
							
								
								new webhook models ( #444 )  
							
							... 
							
							
							
							warning: existing webhook receivers need to be adapted to the new models 
							
						 
						
							2025-06-27 22:28:33 +02:00  
				
					
						
							
							
								 
						
							
								dd28a8dddf 
								
							 
						 
						
							
							
								
								allow to hide login form ( #459 ) ( #470 )  
							
							... 
							
							
							
							use the `hide_login_form` parameter in the `auth` settings to configure this feature 
							
						 
						
							2025-06-27 13:50:38 +02:00  
				
					
						
							
							
								 
						
							
								be29abd29a 
								
							 
						 
						
							
							
								
								add webhook event for peer state change ( #444 ) ( #468 )  
							
							... 
							
							
							
							* add webhook event for peer state change (#444 )
new event types: connect and disconnect
example payload:
```json
{
  "event": "connect",
  "entity": "peer",
  "identifier": "Fb5TaziAs1WrPBjC/MFbWsIelVXvi0hDKZ3YQM9wmU8=",
  "payload": {
    "PeerId": "Fb5TaziAs1WrPBjC/MFbWsIelVXvi0hDKZ3YQM9wmU8=",
    "IsConnected": true,
    "IsPingable": false,
    "LastPing": null,
    "BytesReceived": 1860,
    "BytesTransmitted": 10824,
    "LastHandshake": "2025-06-26T23:04:33.325216659+02:00",
    "Endpoint": "10.55.66.77:33874",
    "LastSessionStart": "2025-06-26T22:50:40.10221606+02:00"
  }
}
```
* add webhook docs (#444 ) 
							
						 
						
							2025-06-27 12:37:10 +02:00  
				
					
						
							
							
								 
						
							
								f0be66aea4 
								
							 
						 
						
							
							
								
								Option to limit peer count that a normal user can create ( #457 )  
							
							
							
						 
						
							2025-06-26 20:17:45 +02:00  
				
					
						
							
							
								 
						
							
								75a5f3d815 
								
							 
						 
						
							
							
								
								add/improve documentation  
							
							
							
						 
						
							2025-05-16 14:58:05 +02:00  
				
					
						
							
							
								 
						
							
								e9005b1b90 
								
							 
						 
						
							
							
								
								add minimum password length check  
							
							
							
						 
						
							2025-05-16 09:55:35 +02:00  
				
					
						
							
							
								 
						
							
								1394be2341 
								
							 
						 
						
							
							
								
								add webauthn (passkey) support  
							
							
							
						 
						
							2025-05-12 22:53:43 +02:00  
				
					
						
							
							
								 
						
							
								99d6ce73ad 
								
							 
						 
						
							
							
								
								update documentation for allowed_domains in oauth and oidc ( #416 )  
							
							
							
						 
						
							2025-05-05 18:33:05 +02:00  
				
					
						
							
							
								 
						
							
								432c627f9b 
								
							 
						 
						
							
							
								
								further improve documentation and examples ( #423 )  
							
							
							
						 
						
							2025-05-04 14:48:34 +02:00  
				
					
						
							
							
								 
						
							
								cd60761ea7 
								
							 
						 
						
							
							
								
								improve docs  
							
							
							
						 
						
							2025-05-04 11:16:46 +02:00  
				
					
						
							
							
								 
						
							
								2c8304417b 
								
							 
						 
						
							
							
								
								prepare for v2 release  
							
							
							
						 
						
							2025-05-04 11:00:12 +02:00  
				
					
						
							
							
								 
						
							
								020ebb64e7 
								
							 
						 
						
							
							
								
								docs: add another listening-address example  
							
							
							
						 
						
							2025-05-04 09:26:56 +02:00  
				
					
						
							
							
								 
						
							
								923d4a6188 
								
							 
						 
						
							
							
								
								docs: add reverse-proxy example, improve docker examples, fix slow_query_threshold documentation; feat: allow config.yml and config.yaml as configuration files  
							
							
							
						 
						
							2025-05-03 22:21:56 +02:00  
				
					
						
							
							
								 
						
							
								b9c4ca04f5 
								
							 
						 
						
							
							
								
								allow to encrypt keys in db, add browser-only key generator, add hints that private keys are stored on the server ( #420 )  
							
							
							
						 
						
							2025-05-02 18:48:35 +02:00  
				
					
						
							
							
								 
						
							
								9354a1d9d3 
								
							 
						 
						
							
							
								
								add simple webhook feature for peer, interface and user events ( #398 )  
							
							
							
						 
						
							2025-04-19 21:29:26 +02:00  
				
					
						
							
							
								 
						
							
								e75a32e4d0 
								
							 
						 
						
							
							
								
								improve docs regarding external_url ( #406 )  
							
							
							
						 
						
							2025-04-19 18:01:02 +02:00  
				
					
						
							
							
								 
						
							
								a60feb7fc9 
								
							 
						 
						
							
							
								
								fix incorrect documentation for ldap providers ( #408 )  
							
							
							
						 
						
							2025-04-19 12:21:45 +02:00  
				
					
						
							
							
								 
						
							
								678b6c6456 
								
							 
						 
						
							
							
								
								Merge branch 'master' into chore-code-cleanup  
							
							... 
							
							
							
							# Conflicts:
#	go.mod
#	go.sum 
							
						 
						
							2025-03-09 21:17:47 +01:00  
				
					
						
							
							
								 
						
							
								53bae9d194 
								
							 
						 
						
							
							
								
								config: validate mail configuration certificates by default ( #388 )  
							
							... 
							
							
							
							Before this commit, the default was to not validate TLS certificates of
the SMTP server. This is perhaps a rather unexpected default and can be
considered insecure. This commit activates mail server TLS cert validation
by default.
This change might break some users' email configuration, if they did not
explicitly set the `mail.cert_validation` config variable. Nonetheless,
I think that the secure option should be the default option (e.g.,
to prevent man-in-the-middle attacks and breaching mail server login
credentials).
Signed-off-by: klmmr <35450576+klmmr@users.noreply.github.com> 
							
						 
						
							2025-03-05 19:20:57 +01:00  
				
					
						
							
							
								 
						
							
								fdb436b135 
								
							 
						 
						
							
							
								
								chore: get rid of static code warnings  
							
							
							
						 
						
							2025-02-28 16:11:55 +01:00  
				
					
						
							
							
								 
						
							
								e983a7b8f3 
								
							 
						 
						
							
							
								
								automatic API access for default admin ( #357 )  
							
							
							
						 
						
							2025-02-07 22:42:48 +01:00  
				
					
						
							
							
								 
						
							
								588f09bdaa 
								
							 
						 
						
							
							
								
								[DOCS] Fix example config wrt. admin_value_regex and admin_group_regex ( #362 )  
							
							
							
						 
						
							2025-02-07 17:59:58 +01:00  
				
					
						
							
							
								 
						
							
								043d25a08f 
								
							 
						 
						
							
							
								
								[docs] big bang update ( #348 )  
							
							... 
							
							
							
							* [docs] big bang update
* Simplified polluted README.md by moving parts to the documentation
* Removed duplicates with `pymdownx.snippets` extension
* Enabled code copy
* Extended "Getting Started"
* Added "Monitoring" page
* Separated "Upgrade" page
* Added default config yaml to docs
Signed-off-by: Dmytro Bondar <git@bonddim.dev>
* Update sources.md
Co-authored-by: h44z <christoph.h@sprinternet.at>
---------
Signed-off-by: Dmytro Bondar <git@bonddim.dev>
Co-authored-by: h44z <christoph.h@sprinternet.at> 
							
						 
						
							2025-01-23 08:06:55 +01:00  
				
					
						
							
							
								 
						
							
								f6c8cd5ea8 
								
							 
						 
						
							
							
								
								allow LDAP users (and linked peers) to be automatically re-enabled ( #345 )  
							
							
							
						 
						
							2025-01-21 18:03:30 +01:00  
				
					
						
							
							
								 
						
							
								662e9c0549 
								
							 
						 
						
							
							
								
								Improve admin privilege handling for OAuth. Update documentation.  
							
							
							
						 
						
							2025-01-18 11:55:56 +01:00