Alex Kilian
Alex Kilian
should address #25 and #19 by checking for the redirect URI when receiving a code
This might somehow be related to #19 , but the result was a bit different for me... Using OAuth to login in to streamjar, and logging in via oAuth with...
Hello, I am trying to define a parent/child relation according to https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/types.md#parent-fields My config for the two entities looks like following: ``` item: serializer: groups: [elastica] persistence: driver: orm model:...
Hello, I recently found an issue with paginated search in this bundle (5.2.x) When executing this Query ``` $query = new Prefix(['value' => $queryParam]); $finder = $this->finder->findPaginated($query); $finder->setCurrentPage($page); $finder->setMaxPerPage($limit); $result...
Hello! Trying to use this in my renderer process, I get the following error message: ``` src_sync:2 Uncaught Error: Cannot find module 'fs' at webpackEmptyContext (src_sync:2) at module.exports.reduce (promisify.js:4) at...
Hi again, I think it might be a nice feature, if you could use the annotation _LiipImagineSerializableField_ on virtual property (like getter methods)... This would to choose different filters for...
**Symfony FOSUserBundle versions**: * symfony/symfony v3.4.2 * friendsofsymfony/user-bundle v2.0.2 **Description of the problem including expected versus actual behavior**: FOSUserBundle does not work when configuring form login with json as described...