Daniel Rudolf
Daniel Rudolf
**UNTESTED CHANGES!** I've never worked with Django, nor do I run my own nsupdate.info instance. Unfortunately I don't have enough time to set things up to test the changes I...
/kind enhancement When creating full system backups one must usually run Borg as `root` to avoid permission issues. However, it might be undesirable to store these backups as root, as...
CAD users of the (IMO mandatory) "Cleanup on Domain Change" feature might encounter problems with payment services (like `paydirekt.de` or `paypal.com`) or OAuth services (like Google) - see e.g. #505....
c3's `point.show` option supports callbacks, asking for every single point whether a point should be drawn or not. This feature isn't document yet. https://github.com/c3js/c3/blob/1d496d312b6d6d3cdc43c0af048e8988adb84721/docs/js/c3.js#L1958
This issue is intended to collect and discuss ideas about Pico ~~2.0~~ ~~3.0~~ 4.0, especially on how we can make Pico's plugin system more flexible than ever. The changes are...
Pico 3.0
Since the issues with our old dependencies kinda got out of hand lately (see #528, #534 and 8a44584291685e5e163765ed6578c184c991794e), it's time to kick-start development of **Pico 3.0** :tada: Major changes are...
It was exactly one year ago that we released Pico 1.0. Unfortunately Pico 2.0 isn't ready yet, but I think that it might get a nice tradition to release at...
Refactors @mfechner's `ViMbAdminPlugin_MailboxAutomaticAliases`. The new plugin is fully backwards compatible, but adds a whole lot of flexibility. One can now use plain usernames as default mapping (`defaultMapping.abuse = "postmaster"` creates...
`mailbox`.`username` currently isn't required to be unique in the database (uniqueness is currently only [enforced by code](https://github.com/opensolutions/ViMbAdmin/blob/6fc7b6a7be3eb9264b27caf4e48d8c90bafc3ce9/application/controllers/MailboxController.php#L282-L290)), nor is the column even indexed. Querying the ViMbAdmin database using `mailbox`.`username` as...
[ViMbAdmin 3.0.15](https://github.com/opensolutions/ViMbAdmin/commit/166c13b7b0b939f08d9e4a4385e134ff56b0cc74#diff-4a46ed05e9c88660ea73c20a05701e5cR153) now recommends the `dovecot:BLF-CRYPT` password scheme by default. Needless to say that this is a significant improvement in comparison to the previous default `md5.salted` (no matter whether salting...