Antonio Ramón Sánchez Morales
Antonio Ramón Sánchez Morales
On actual library version regex expression literals using commas was assuming as diferents arguments exploding by "," character but preg_match function only need a configuration argument, the pattern. With this...
This pull request extends @apocist work that can be checked at https://github.com/loopbackio/loopback-connector-mongodb/pull/639 Upgrades connector support to the latest MongoDb driver ^4.6.0. The latest MongoDB driver allows access to MongoDB Altas...
Newer versions of keycloak now have different hostnames for admin console and frontend endpoints (see https://www.keycloak.org/server/hostname), so auth path in url is now deprecated and shouldn't be hardcoded at package...
Related to #2745 This is an implementation that tries to follow [notification factory renderer implementation](https://github.com/zammad/zammad/blob/develop/lib/notification_factory/renderer.rb#L215-L241) merged with [what I have seen for getting attributes on frontend](https://github.com/zammad/zammad/blob/develop/app/assets/javascripts/app/lib/app_post/utils.coffee#L899-L911). Steps to reproduce ![20231103_23-05-30_AR_Zammad...
## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, local variables) - [ ]...