-
Add possibility to sign in using OAuth/OpenID, because Misago does not support this.
See: https://github.com/rafalp/Misago/issues/415
sirex updated
9 years ago
-
Usually, when attempting to log in on an external server, with an IP that's different from the ones you usually use, you get blocked, and you recieve an email a little while later explaining that the …
-
Hi there.
The readme says, "See deployment for notes on how to deploy the project on a live system." But it's not obvious to me what it's referring to. I’d like to set this up on a live server, pre…
-
**Describe the bug**
When i make API call inside of plugin, i get 403 Frobidden only in production.
I've updated from
- "nuxt": "^3.12.1",
- "nuxt-auth-sanctum": "^0.4.0",
**To:**
…
-
Hi, I'm getting this warning now.
_UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead_
-
Some websites such as amazon.com and youtube.com don't load on Vieb 12.0.0 but they do on 11.0.0. This is the error message:
[522542:0521/161254.205774:ERROR:atom_cache.cc(229)] Add _NET_WM_STATE_M…
-
Sometimes when connection issues occur, chats can get cluttered with "⚠ Your message may not have been bridged: not connected to MQTT".
Is there a way to resend these messages or to disable them (e.g…
-
The application architecture of this application is going to be very similar to some of the other messenger bots I have built. It's going to include a Server side that's going to receive messages from…
-
With more and more commands we have created, we need a complete test that make sure all command will follow the rules in `index.js`.
We need a new test for doing this, which can simulate a bot that r…
-
We're having heavy usage of JAXL in our Facebook App to send chat messages to users by using a slightly modified xfacebook_platform_client.php example.
Thing is after using so many calls, we were not…