mirror of https://github.com/writeas/writefreely
Tag:
Branch:
Tree:
36b160b706
T572-check-updates
T661-disable-accounts
T669-date-stamps
T705-oauth
admin-dashboard-redesign
ap-likes
archive-page
better-server-error
compile-darwin-arm64
compose-update
configurable-editor
consistent-reader-nav
contact-links
custom-css-config
customize-reader
dark-mode
database-dump
dependabot/github_actions/docker/build-push-action-6.9.0
dependabot/github_actions/docker/login-action-3.3.0
dependabot/github_actions/docker/metadata-action-5.6.1
dependabot/github_actions/docker/setup-buildx-action-3.7.1
dependabot/github_actions/docker/setup-qemu-action-3.2.0
dependabot/go_modules/github.com/fatih/color-1.18.0
dependabot/go_modules/github.com/gorilla/feeds-1.2.0
dependabot/go_modules/github.com/gorilla/sessions-1.4.0
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.24
dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.27
dependabot/go_modules/github.com/urfave/cli/v2-2.27.5
develop
docker
embedded-data
fix-fedi-followers
fix-feed-for-untitled-posts
fix-friendica
fix-host-single-user-templates
fix-no-to
fix-sitemap-lib
fix-updates-masto
hotfix-0.13.1
hotfix-0.13.2
hotfix-0.15.1
image-upload-drag
import-zip
import-zips
main
move-repo
nodeinfo-handle
oauth-gitlab
passwordless-db
simplified-nav
smtp
verify-collection-max-lengths
v0.1.0
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.12.0
v0.12.0rc1
v0.13.0
v0.13.0rc1
v0.13.1
v0.13.2
v0.14.0
v0.15.0
v0.15.1
v0.2.0
v0.2.1
v0.3.0
v0.4.0
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.8.0
v0.8.1
v0.9.0
v0.9.1
${ noResults }
1 Commits (36b160b706c766ed2762019ad7fdad99cb330e65)
Author | SHA1 | Message | Date |
---|---|---|---|
Matt Baer | 25a68d0c0e |
Add Reader section
This adds a "Reader" section of the site for admins who want to enable it for their instance. That means visitors can go to /read and see who has publicly shared their writing. They can also follow all public posts via RSS by going to /read/feed/. Writers on an instance with this `local_timeline` setting enabled can publish to the timeline by going into their blog settings and choosing the "Public" visibility setting. The `local_timeline` feature is disabled by default, as is the Public setting on writer blogs. Enabling it adds a "Reader" navigation item and enables the reader endpoints. This feature will also consume more memory, as public posts are cached in memory for 10 minutes. These changes include code ported over from Read.Write.as, and thus include some experimental features like filtering public posts by tags and authors. These features aren't well-tested or complete. Closes T554 |
6 years ago |