Block a user
Needs configurable logo/name.
Needs configurable logo/name.
Investigation: Why isnt stack overflow crawlable?
Found the issue! Stack Overflow wasn't crawlable due to two problems:
- Platform name mismatch: Platform config defined it as 'stackoverflow' but data collection code expected 'stackexchange'…
Investigation: Why isnt stack overflow crawlable?
Investigation: Why isnt stack overflow crawlable?
Settings - Community selection doesnt seem to do anything.
Settings - Community selection doesnt seem to do anything.
Fixed the community selection issue. The problem was that user community preferences stored in settings weren't being applied when fetching posts. Added logic to filter posts based on user's…
Settings - Community selection doesnt seem to do anything.
username and email are required when.... uploading an avatar? *partially fixed*
I see the issue now! Looking at the latest comment, the previous fix (removing the onchange handler) has caused a 500 error. This suggests removing the inline onchange="this.form.submit()" broke…
username and email are required when.... uploading an avatar? *partially fixed*
Current status analysis of Issue #12: Avatar upload
Looking at the current settings_profile.html, the avatar upload form appears properly configured:
- Upload form correctly points to `{{…
Settings - Community selection doesnt seem to do anything.
Investigation: Why isnt stack overflow crawlable?
Show only posts from last x time feature, needs to be implemented as a default feature,
Save/bookmark system needs to be implemented.
Investigation: Whats going on with the filtration system?
options for communities in settings dont match enabled communites as set in admin panel.