Manuel Christlieb

Results 24 comments of Manuel Christlieb

Ok, I refactored the test suite to use [jest](https://github.com/facebook/jest). The first implementation was the way @JeffreyWay teaches it in his Testing Vue Series, but the way mocha works is a...

#27 war die Lösung... Leider wird im Frontend-Benutzerkonto keine SEPA sondern nur Kontonummer und BLZ und Bank angezeigt und der blzcheck via ajax funktioniert nicht.

Habe genau das gleiche Problem! Wie hast du es gelöst? Nur in der Email sind die Daten aufgeführt. selbst mit `var_dump($this->getDebitData());` bekomme ich nur: ``` array(7) { ["account_name"]=> string(18) "RICHTIGER...

Same issue on GET /api/v1/users.json with removed @Secure(roles="ROLE_API") in UserRestController. respoonse header: 403 Forbidden Date: Sat, 13 Jun 2015 14:04:03 GMT X-Debug-Token-Link: /app_dev.php/_profiler/237598 Allow: GET, POST Server: nginx/1.8.0 Transfer-Encoding: chunked...

Update: Now I tried random salt and the POST /api/v1/tokens.{_format} works. But when I Add a header to another request with key: X-WSSE value: UsernameToken Username="admin", PasswordDigest="NdACxnR5GYgNMKyfyz3csELriwA=", Nonce="ZGY5ZDEyZTI5YjUyZmM4Mg==", Created="2015-06-13T21:25:25Z" I...

security.yml ` security: encoders: FOS\UserBundle\Model\UserInterface: bcrypt ``` role_hierarchy: ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_API, ROLE_ALLOWED_TO_SWITCH] providers: fos_userbundle: id: fos_user.user_provider.username firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false wsse_secured: pattern: ^/api/v1/((?!tokens)) context: user stateless: true wsse:...

Yeah, now I can get the salt. But get list of all users still don't work with x-wsse request header. And how can I make POST User(register new user) accesible...

Sorry, but I have to ask again: I tried almost everything to solve this problem... 1. I get the salt with the username(admin) at the salt route 2. I get...

I have this problem right now on a df.eu managed server too. @mklooss do you have a solution for this?