Discourse

discourse.org
Discourse Icon

A fully open-source, self-hostable discussion platform usable as a mailing list, discussion forum, or long-form chat room.

Open Source

Discourse Privacy Policy

Privacy Policy Summary

  • Third-party cookies are used for statistics
  • Third-party cookies are used for advertising
  • A list of all cookies set by the website is provided
  • Your personal data is not sold
  • Information is provided about how your personal data is used
  • Third parties are involved in operating the service
  • Information is provided about how they collect personal data
  • You can opt out of promotional communications
  • Do Not Track (DNT) headers are ignored and you are tracked anyway even if you set this header.
  • The service claims to be GDPR compliant for European users
  • You can request access, correction and/or deletion of your data
  • This Service provides a list of Third Parties involved in its operation.
  • This service gives your personal data to third parties involved in its operation
  • Instructions are provided on how to submit a copyright claim
  • Your data may be processed and stored anywhere in the world
  • The service claims to be CCPA compliant for California users
  • The service is open-source
  • Your personal data is aggregated into statistics
  • There is a date of the last update of the agreements
  • Under the GDPR, a complaint mechanism is provided for the handling of personal data
  • If you are the target of a copyright holder's take down notice, this service gives you the opportunity to defend yourself

Documents

Domains Covered by Policy

  • discourse.org
  • rubytalk.org

About the Data

This data is kindly provided by tosdr.org. Read full report at: #1340

Discourse Source Code

Author

discourse

Description

A platform for community discussion. Free, open, simple.

#discourse#ember#forum#javascript#postgresql#rails#ruby

Homepage

https://www.discourse.org

License

GPL-2.0

Created

12 Jan 13

Last Updated

14 Sept 24

Latest version

v3.4.0.beta1

Primary Language

Ruby

Size

667,748 KB

Stars

41,768

Forks

8,266

Watchers

41,768

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Jan Cernik (13 Sept 24)

    FIX: Error when moving the group default notification state (#28910)

  • David Taylor (13 Sept 24)

    DEV: Drop ScrollTracker component (#28911) Restoring scroll position is now handled by the route-scroll-manager service, so this is unneeded

  • Kris (13 Sept 24)

    DEV: remap all core icons for fontawesome 6 upgrade (#28715) Followup to 7d8974d02f7360b324b446868463e950fe92883f Co-authored-by: David Taylor <[email protected]>

  • dependabot[bot] (13 Sept 24)

    Build(deps): Bump @glimmer/syntax from 0.92.0 to 0.92.3 (#28906)

  • Osama Sayegh (13 Sept 24)

    FIX: Remove anonymous users from users directory (#28892) Anonymous users are "shadow" users created when an existing real user desires to post anonymously. This feature is off by default, but it can be enabled via the `allow_anonymous_posting` site setting. Those shadow users shouldn't be included in the users directory (`/u`).

  • dependabot[bot] (13 Sept 24)

    Build(deps-dev): Bump sinon from 18.0.1 to 19.0.1 (#28905)

  • Penar Musaraj (13 Sept 24)

    DEV: Add plugin outlet wrapper around footer nav (#28863)

  • Alan Guo Xiang Tan (13 Sept 24)

    DEV: Only run `check-flaky-spec-report when enabled in tests workflow` (#28903)

  • Alan Guo Xiang Tan (13 Sept 24)

    DEV: Fix incorrect `github.ref` value in tests workflow (#28902)

  • David Battersby (13 Sept 24)

    UX: sort chat channels by activity in desktop drawer (#28822) This change sorts the desktop chat channels by activity in drawer mode, and keeps sidebar channel list sorted by slug.

  • Alan Guo Xiang Tan (13 Sept 24)

    DEV: Use hosted runners on main branch for tests workflow (#28901) Follow-up to 92f7b3e789e14e772fd6607a7ce3a637124d4a81

  • Michael Fitz-Payne (13 Sept 24)

    Reapply "DEV: update runners to debian-12" (#28899) docker.io rate limits _should_ be addressed now. Switch back to `debian-12` runners. This is now a conditional within the `tests` workflow as we evaluate the migration. This reverts commit a99e2c62e64e5d61fd99ef97b58657cde389a3b2.

  • chapoi (13 Sept 24)

    UX: upodate stying of chat composer focused state (#28900)

  • Martin Brennan (13 Sept 24)

    UX: Add link to bootstrap mode docs (#28898) Links to https://meta.discourse.org/t/understanding-and-managing-bootstrap-mode/322876 in site settings and getting started guide.

  • Alan Guo Xiang Tan (13 Sept 24)

    PERF: Drop `user_search_similar_results` site setting (#28874) In 14cf8eacf1a679c08ea7df93aff17949d1a9c4df, we added the `user_search_similar_results` site setting which when enabled will use trigram matching for similarity search in `UserSearch`. However, we noted that adding the `index_users_on_username_lower_trgm` index is causing the PG planner to not use the `index_users_on_username_lower` index when the `=` operator is used against the `username_lower` column. Based on the PG mailing list discussion where support for the `=` operator in gist_trgm_ops was being considered, it stated that "I also have checked that btree_gist is preferred over pg_trgm gist index for equality search." This is however quite different from reality on our own PG clusters where the btree index is not preferred leading to significantly slower queries when the `=` operator is used. Since the pg_trgm gist index is only used for queries when the `user_search_similar_results` site setting is enabled, we decided to drop the feature instead as it is hidden and disabled by default. As such, we can consider it experiemental and drop it without deprecation. PG mailing list discussiong: https://www.postgresql.org/message-id/CAPpHfducQ0U8noyb2L3VChsyBMsc5V2Ej2whmEuxmAgHa2jVXg%40mail.gmail.com

  • Penar Musaraj (12 Sept 24)

    DEV: Skip flakey admin flags test (#28895)

  • Joffrey JAFFEUX (12 Sept 24)

    DEV: Increases external avatar url limit (#28893) We recently increased it to 1500 but that was not enough: https://github.com/discourse/discourse/commit/113e6fd274d84fadb324e2e27888ea52704fb215

  • Michael Fitz-Payne (12 Sept 24)

    Revert "DEV: update runners to debian-12" Need to address rate limits from docker.io This reverts commit 6ba0dcdb0e578efee2cd4df10a30d362f3b447cd.

  • Jarek Radosz (12 Sept 24)

    DEV: Fix random typos (#28891)

  • Jarek Radosz (12 Sept 24)

    DEV: Remove duplicated tests (#28889)

  • Jarek Radosz (12 Sept 24)

    DEV: Add a missing service injection (#28890)

  • Michael Fitz-Payne (22 Aug 24)

    DEV: update runners to debian-12 The self-hosted Github runners have been provisioned, and we can switch to using them for evaluation. To prefer Github-hosted runners, you can safely revert this commit. See: t/123181.

  • Krzysztof Kotlarek (12 Sept 24)

    FIX: flaky system admin flags specs (#28873) Recently `custom_` prefix was added for flags https://github.com/discourse/discourse/pull/28839 When we wait to ensure that `Tasteless` flag is deleted, we need to use new prefix as well.

  • Osama Sayegh (12 Sept 24)

    FIX: Exclude inactive and silenced users from /about page stats (#28877) The user directory (`/u`) excludes inactive and silenced users from the list, so for the sake parity, it makes sense to also exclude those users from the /about page stats. Internal topic: t/70928.

  • dependabot[bot] (12 Sept 24)

    Build(deps-dev): Bump express from 4.20.0 to 4.21.0 (#28886) Bumps [express](https://github.com/expressjs/express) from 4.20.0 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • dependabot[bot] (12 Sept 24)

    Build(deps-dev): Bump concurrently from 9.0.0 to 9.0.1 (#28887) Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • Ella E. (12 Sept 24)

    FIX: Regression in short description in admin badges page (#28884)

  • Keegan George (12 Sept 24)

    FEATURE: Toolbar API supports custom action for keyboard shortcuts (#28883) Previously shortcuts added to toolbar buttons will automatically use the same action assigned to the button when clicked. This PR adds an additional optional key that can be passed when creating a new toolbar button: shortcutAction which allows for passing a custom action for the keyboard shortcut. This way a button can have a specific action when a keyboard shortcut is pressed that's different from when the button is clicked.

  • David McClure (12 Sept 24)

    UX: Link to sections in getting started guide (#28882)

  • Tobias Eigen (12 Sept 24)

    updated sidebar links to security settings and spam settings (#27993) made sidebar links to "security settings" and "spam settings" unambiguous.

Discourse Website

Website

Discourse is the place to build civilized communities | Discourse - Civilized Discussion

Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more!

Redirects

Does not redirect

Security Checks

All 66 security checks passed

Server Details

  • IP Address 18.160.78.66
  • Hostname server-18-160-78-66.atl59.r.cloudfront.net
  • Location Atlanta, Georgia, United States of America, NA
  • ISP Amazon.com Inc.
  • ASN AS16509

Associated Countries

  • US

Saftey Score

Website marked as safe

100%

Blacklist Check

www.discourse.org was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

Discourse Reviews

More Social Networks

About the Data: Discourse

API

You can access Discourse's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/social/social-networks/discourse

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share Discourse

Help your friends compare Social Networks, and pick privacy-respecting software and services.
Share Discourse and Awesome Privacy with your network!

View Social Networks (4)