incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.

APACHE-2.0 License

Stars
11.6K
Committers
78

Bot releases are hidden (Show)

incubator-answer - v1.3.1

Published by shuashuai 5 months ago

New Features

  • New: Review post keywords (@kumfo #368)
  • New: User can @ moderators and admin (@LinkinStars @shuashuai #795)
  • New: Add "social media" meta tags (@prithvidasgupta #897)

Improvements

  • Improve: Update initial data (@zahash #909)
  • Improve: Captcha as plugin (@LinkinStars #797)
  • Improve: Auto-scroll to the first invalid form field (@shuashuai #873)
  • Improve: Allow tables to be scrolled horizontally with ease in Admin (@hgaol #917)

Bug Fixes

  • Fixed: Unable to attach a Particular tag to a question (@prithvidasgupta #888)
  • Fixed: Infinite redirect for edited question (@LinkinStars #885)
  • Fixed: Handle special characters in site title (@sy-records #911)
  • Fixed: Editor input box work with Chrome extension (@robinv8 @shuashuai #659)
  • Fixed: Account setting label issue (@sy-records #881)
  • Fixed: Sometimes the comment link in the notification cannot be highlighted after clicking (@hgaol #900)
  • Fixed: No error message is showing in UI in comments (@zahash #887)
  • Fixed: The button miss text in the mobile view (@sy-records #916)
  • Fixed: Receive irrelevant notifications when editing my own answer (@prithvidasgupta #924)
incubator-answer - v1.1.0-beta.1

Published by fenbox over 1 year ago

🎉 We're excited to announce the addition of plugin support to our platform! 🎉

With this new feature, you can now easily extend the functionality of our product by following our documentation to write plugins. To help you get started, we've included an official basic OAuth2 plugin that you can use right away. This plugin will simplify the process of integrating OAuth2 authentication into your product, making it more secure and user-friendly.

Now, you can try out the plugin by pulling the answerdev/answer:1.1.0 docker image.

There's still more to come, but we’ve held off shipping until we ironed out enough issues.

New Features

  • New: Plugin Support. #203
  • New: Basic OAuth2 plugin. #128
incubator-answer - v1.0.3

Published by fenbox almost 2 years ago

New Features

  • New: Show login modal when guest don't have permission.
  • New: Show site introduction in sidebar.

Bug Fixes

  • Fixed: Markdown iframe rendering security. #163
  • Fixed: Reduce the minimum length of username. #162
  • Fixed: Display english by default if characters are not translated. #156
  • Fixed: Typo stick text in install guide. #155
  • Fixed: Add user reputation when manual active. #173
  • Fixed: Allow remove all brand images. #169
  • Fixed: Create non-english tag. #171
  • Fixed: Tag search by display name and slug.
incubator-answer - v1.0.2

Published by fenbox almost 2 years ago

New Features

  • New: Send notification email when someone answer or comment on your post.
  • New: Now we can unsubscribe notification just by one-click.

Bug Fixes

  • Fixed: Reserved usernames check.
  • Fixed: Initialization reputation for admin after installed.
  • Fixed: Notification message from myself.
  • Fixed: The mobile login button is not visible. #147
  • Fixed: Unified mailbox verification on the installation interface. #151
  • Fixed: Search result not show as expect in SQLite. #142
  • Fixed: Bug caused by empty string query condition in PostgreSQL. #148
incubator-answer - v1.0.1

Published by fenbox almost 2 years ago

New Features

  • New: Share copy link with title. #138

Bug Fixes

  • Fixed: Timezone cannot be saved. #121
  • Fixed: Create new question. #140
  • Fixed: Search multiple tags. #136
  • Fixed: Markdown bulleted list doesn't work in some case. #137
  • Fixed: Can't edit tag slug.
  • Fixed: Ask question without any tag.
  • Fixed: Post diff show redundant newline.
  • Fixed: <script> can't run in Footer.
  • Fixed: List divide line color and background.
  • Fixed: Last seen show twice in profile page.
  • Fixed: Support language file customization. #122
  • Fixed: Email verification code rules.
incubator-answer - v1.0.0

Published by fenbox almost 2 years ago

New Features

  • New: SEO friendly. Includes schema, canonical, SEO friendly URLs, robots.txt and auto meta tags. #112
  • New: Theme setting support. You can change theme color and customize HTML&CSS.
  • New: Private mode. It's good for teams collaboration. #93
  • New: Add default roles such as user, moderator, admin.
  • New: Top users list page.
  • New: Add users in admin.
  • New: User roles control. #111

Bug Fixes

  • Fixed: Update time and edit time trigger.
  • Fixed: Content word break.
  • Fixed: logo size in mobile device.
  • Fixed: Tag spacing in sidebar.
  • Fixed: Question close and reopen action.
  • Fixed: manifest.json config.
  • Fixed: Add permission for administrators to delete. #81

Performance Improvements

  • Improved: Tag select components
incubator-answer - v0.5.0-alpha

Published by fenbox almost 2 years ago

New Features

  • New: Revision compare and review #114
  • New: Post logs record, such as revision and votes #113
  • New: Privileges about edit content

Bug Fixes

  • Fixed: Footer link and site name error
  • Fixed: Incorrect required field check #98

Performance Improvements

  • Improved: Fixed and improved RouteNode type error #60
  • Improved: Github Action build stages
incubator-answer - v0.4.0-alpha

Published by fenbox almost 2 years ago

New Features

  • Add: Customized branding icons and favicon.
  • Add: Terms of service, privacy page settings.
  • Add: Recommend tag, required tag and reserved tag config. It can now be better organized with tags.

Bug Fixes

  • Fixed: Post summary in search results #70
  • Fixed: The user status cache is incorrect #82
  • Fixed: Tags cannot be searched correctly #78
  • Fixed: The routing path of the answer type in the search result page is incorrect #90

Performance Improvements

  • Optimized: Form generator.
  • Optimized: Page response speed. #87
incubator-answer - v0.3.0-alpha

Published by fenbox almost 2 years ago

New Features

  • New: Timezone and locale support
  • New: Administrator dashboard
  • New: Version check feature that keeps your Answer always update
  • New: Installation guide, now you can install Answer just on one click!
  • New: search support for Administrator

Bug Fixes

  • Fixed: User interface language does not meet expectations #75
  • Fixed: Dashboard will remind how to configure smtp #64 #44
  • Fixed: Bug for problem search #71
  • Fixed: Bug for delete problem #68

Other Changes

  • Change upload directory
  • Combine client and server language files
  • Support linux/arm64 Docker image #77
incubator-answer - v0.2.0-alpha

Published by joyqi almost 2 years ago

New Features

  • New: Gravatar profile image support
  • New: Thumbnail generation
  • New: Change email before account activated

Bug Fixes

  • Important fixed: Panic issues when linking the wrong version of SQLite library #28

Performance Improvements

  • Optimized: the docker images size has decreased almost by 50% which from 200 MB to 100 MB

Other Changes

  • The docker container image has changed from Debian to alpine
  • Use SQLite as the default database.
  • You can just use the docker Quick Start project for the experience. (Previous using docker-compose with MySQL was heavy.)