Paul Sohier
Paul Sohier
Hi, With the current version (0.4.5), I get a nullpointer: 05-02 15:31:11.084 19604-19604/com.shoutbox_app.shoutboxapp E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.shoutbox_app.shoutboxapp, PID: 19604 java.lang.NullPointerException: Attempt to invoke interface method 'void com.google.api.client.http.HttpRequestInitializer.initialize(com.google.api.client.http.HttpRequest)' on...
Switched over to twig for templates. Update tribute to newest release. Allow better wildcard search. Fixes #78 Limit number of users displayed in the dropdown. Fixes #80 Switch over to...
Instead of defining the BBCode in the BBCodes table, we will start defining it in the code.
Currently, all records that matches the string are returned, which can be a lot. A config item should be added that limit the number of items returned.
Currently, only if the first part of the username matches, a result is given. It should also work if there is something before the string looking for.
I am not 100% sure this is a actual issue, so didn't directly want to create a pull request. If someone can confirm this is a actual issue, I can...
As per https://www.phpbb.com/customise/db/extension/simple_mentions/support/topic/243001?sid=ad9e6efa103a4465c7f14567e5aa2a9a
Since https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/pull/444 there is an option to provide a php binary location. If you are using this option, at least on macOS to overwrite your binary location for php version,...
See https://www.phpbb.com/customise/db/extension/phpbb_two_factor_authentication/support/topic/223726?view=unread#unread
Hi, Due reason I can't use the default form implementation for creating users, so I used createUser and updateUser in the user manager. However, when using this, the different events...