Alexis Saettler

Results 29 issues of Alexis Saettler

This can fix https://github.com/antonioribeiro/google2fa/issues/169 Just add this in your `App\Providers\EventServiceProvider` class: ```php use Illuminate\Auth\Events\Login; use PragmaRX\Google2FALaravel\Listeners\LoginViaRemember; class EventServiceProvider extends ServiceProvider { protected $listen = [ Login::class => [ LoginViaRemember::class, ],...

Depends on - https://github.com/365Werk/etagconditionals/pull/19

If 2 (or more) contacts are similar : same name, same email, etc. , they could be merged.

feature request

A contact can have multiple instances in different address books. However, they should be displayed as 1 same contact. Any change on 1 contact will be reported to all contacts....

feature request
carddav

This is related to #3851 Currently, only the main address book is displayed. We should find a way to change the current address book.

feature request
carddav

Update `pragmarx/coollection` dependency. Also remove `composer.lock` and update travis config file. ## Motivation and context Laravel 9.x requires `symfony/var-dumper` ^6.0 and `voku/portable-ascii` ^2.0. This is part of some updates on...

See https://github.com/officelifehq/officelife/blob/main/resources/js/Pages/Jobs/Company/Apply.vue

In almost all urls with parameters, when passing the id of an object in the url, like `localhost/1/xxx`, the parameter to represent the id is declared as an int. The...

Implement Laravel's [Notifications](https://laravel.com/docs/8.x/notifications) to be more flexible and eventually let the user choose on which channels they want to be notified (popup, mail, sms, slack, etc.)

domain-communicate

You fool, don't forget these steps: - [ ] Unit tests - [ ] Tests with Cypress - [ ] Documentation - [ ] Dummy data