Alex

Results 253 issues of Alex

Discord-like. Could be really cool and useful, but also scary.

server
discuss
client
scary
feature
semver: major

Currently when not connected to any server at all, the client gives you this: ![image](https://user-images.githubusercontent.com/9429556/34965190-32c4cd9e-fa4a-11e7-877c-68e0de30b9da.png) We immediately present users with a form, which isn't fun. It would be nice to:...

client
design

Furthering #130. There needs to be a config option for how long image uploads should exist on the server for, probably defaulting to, like, 3 months. That means a mini...

enhancement
server
discuss
feature

~~Blocked, because we don't have a client setting page yet.~~ AM/PM, 24hr, am/pm, etc. This can _initially_ be based on locale, but we need to provide the option.

client
feature

In message input, for: * **Channel/server references** - `#channel` by channels on current server - `+server.com#channel` by fetching channels on remote server - `+server.com` by looking at known servers (i.e....

discuss
client
design
feature

https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API Let's make `bantisocial` run _offline_! Service workers are the way we do that. They also allow us to trigger notifications and basically pretend we're an actual mobile app.

enhancement
help wanted
scary

At the moment they're just ordered by wherever they are in the database. BAD! :shipit: Question: **should channel order be**: * global? (a la Discord) * per-user? (a la Riot)...

server
discuss

Just like scratch. No idea how we should implement this: @MegaApuTurkUltra ideas? I feel like simply pushing to **db.User.find(...)**.messages won't be robust enough

enhancement
important
feature
backend

Try opening [the first resource](http://osdev.tk/resources/57b44ec71f22bf801b7102cf) in [this collection](http://osdev.tk/collections/577e76ab0c2d18e76e248085).

bug
frontend