Matt Baer
Matt Baer
Previously, WriteFreely always applied `rel="nofollow"` on all blog links, since posts on multi-user instances are published by untrusted users, and this helps protect such instances' reputation with search engines. This...
### Describe the bug _Originally reported via email:_ > I ran into a little markdown rendering bug today. Here it is in action: > > https://write.as/zikpb5nnca10an32.md > > It's not...
As part of writeas/writefreely#260, soon WF will send out `Delete` activities with `#Delete` on the end of its IDs. This currently breaks post deletion on Read.as, so we'll need to...
Users should be able to view remote authors as a local page on Read.as. Links to post authors ("by {author}") should point to these pages, instead of the original author...
We should add a search box to the feed that lets users follow a new account. ## Implementation This first iteration should just make an async request to `/api/follow?user={query}` and...
Make single-server set up easier by not requiring MySQL for data persistence.
Previously, `DecodePHPString` could panic on this line due to the index being out bounds: https://github.com/elliotchance/phpserialize/blob/5bb5ecfe1e06ac452fc9ee460c8ae2674465e0ef/unserialize.go#L29 This fixes that. --- This change is [](https://reviewable.io/reviews/elliotchance/phpserialize/25)
Method requires API level 11; previously, this checked only for >11.
Continuing work in #878, this ensures other nav links (Admin Dashboard, Invite People) show up correctly on the Reader, when necessary. --- - ☑ I have signed the [CLA](https://phabricator.write.as/L1)