POPForums icon indicating copy to clipboard operation
POPForums copied to clipboard

A forum application running on ASP.NET Core, available in six languages.

Results 16 POPForums issues
Sort by recently updated
recently updated
newest added

Probably defer this to a time when the UI is refined.

enhancement

There's no universe where the front-end stuff works independently of the back-end, and vice versa, so it doesn't make sense to distribute the two separately. This also better organizes the...

refactor

Need to defensively code here, decide if it's OK for search index updating to not happen.

bug

Forums can currently be set so that only users in a group can view, or only users in a group can post. Add a third option where only users in...

enhancement

This probably has to come after #86. The use case is basically to rely on something like Azure AD and auto-provision user accounts.

enhancement

When you're running Functions, a queued message isn't deleted after it's sent. There should be some decision about what do with that: Either delete the message or flag it as...

enhancement