Daniël Sonck
Daniël Sonck
### Pull Request Motivation In order to support both the legacy annotation and the new ingressClassName of Ingress v1, a flag has been added to allow switching. This should allow...
I tried to let the bridge backfill some old chats by leaving an existing room, and restarting the bridge, so it would pick up the initial sync again. Currently this...
### Summary Allow using regex in sender_canonical and recipient_canonical maps. Currently it seems like there's just a 1:1 lookup from a mysql table: either it matches something, or it doesn't....
The current database migration system, while functional, is rather crudely built. There are several problems with it: - Not running in a transaction. Meaning any abort in-between statements will likely...
For some applications, it can be useful to provide an existing buffer as it may already exist (and potentially saves up on allocating memory during a tight loop). The regular...
### **Pre-checklist:** - [ ] I have searched for similar issues in the repository and could not find a duplicate. - [ ] I have provided detailed steps to reproduce...
Currently, the service layer of the API has a lot of contamination within its business logic. The proposal is to change the software layers to the following: - [ ]...
### **Description:** Currently, in the organization membership page, all emails of all members are visible. Some users might not like this, especially for Voltaserve installs that don't really have users...
Currently, the permission system is functional, but has some rough edges. ## Current situation ### Permissions - Nodes - Each node has associated permissions for that given node - Each...
As this project grows, and becomes more complex and handles precious data, unit tests should validate that the code is functioning correctly. This should be relatively quick to add using...