firestorm icon indicating copy to clipboard operation
firestorm copied to clipboard

An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.

Results 39 firestorm issues
Sort by recently updated
recently updated
newest added

https://forum.firestormforum.org/categories/8/threads/11#post-49 it was bound to happen sooner or later. I was hoping later. we should gather prior art / how other systems do this. I'm a fan of reverse captcha...

There are several building errors on `Dockerfile` and `docker-compose.yml` file, mainly occured by npm repository in `assets` directory. I could tinker with it, though then I met an 500 error...

http://www.firestormforum.org contains gibberish in some of its `alt` tags. This produces unselectable noise in screen readers. For example, the following two tags are used just before "An Open Source Phoenix-based...

On forum.firestormforum.org see `https://forum.firestormforum.org/categories/4/threads/21` * I replied to “working on spam filtering soonish” with “how do I make my avatar cool like yours” ![screen shot 2017-12-02 at 23 26 55](https://user-images.githubusercontent.com/808934/33530348-3c34393e-d84c-11e7-9030-725727613e31.png)...

There's an errant mobile-related checkbox on https://forum.firestormforum.org. It is invisible on computer screens, but it is recognized and operable by screen readers. Here is the suspect code: ``` div class="pure-drawer"...

I noticed "use Bodyguard.Policy, policy: ..." is peppered throughout, which I deprecated in Bodyguard 2.1. This is a note to myself to go through and fix those uses for you...

Just a question for the sake of curiosity, why isn't an umbrella app anymore ? with the database in another app and the web layer in another app ?

https://forum.firestormforum.org/categories/1/threads/10 tl;dr - creating a new thread is more work than it should be, so make that work at the top level nicer. We have a mockup for the new...

I'm considering packaging Firestorm for the [Cloudron](https://cloudron.io) platform for one-click installation and integration. Cloudron provides apps with a local storage directory in which to keep files. For those of us...

If I pass a false username by mistake wont that cause bad registrations? https://github.com/dailydrip/firestorm/blob/22e1dfa3c7107bb5cb6a7f5cfc2a8fb641065301/lib/firestorm_web/forums/forums.ex#L491-L494