Move remaining writeas/nerds/store funcs to web-core
Remove writeas/nerds/store dependency
Support logging out of password-protected blogs
matt closed
T747: Animated GIF support as
Resolved by committing
Restricted Diffusion Commit.
Fix light / dark mode toggle in WYSIWYG editor
Rename ProseMirror writeAs Parser/Serializer to writeFreely
Render `tight` Markdown lists in WYSIWYG editor
Set SameSite=None on session cookie
Rename MonetizationPointer field to Monetization
Rename ProseMirror writeAs Parser/Serializer to writeFreely
Fix light / dark mode toggle in WYSIWYG editor
Rename MonetizationPointer field to Monetization
Set SameSite=None on session cookie
Render `tight` Markdown lists in WYSIWYG editor
Use WriteFreely ProseMirror packages
Fix ProseMirror failing to parse Markdown images
Fix overflowing WYSIWYG editor images
Merge pull request #439 from writeas/support-authorized-fetch
Don't return pointer from NewImageAttachment()
Add NewImageAttachment func
Support attachments on activitystreams.Object
Include images as attachments in ActivityStreams data
Update URL for WriteFreely Swift package
@heyakyra This task has a broader scope / works on a higher level, for managing all users on a WriteFreely instance. We can address Team suspensions in another task.
As another use case for this feature, a user wants to hide posts with a certain tag on their blog index page.
Merge pull request #437 from writeas/post-signature-pinned-posts
Darius Kazemi <darius.kazemi@gmail.com> committed
rWF0aafd0c36837: Generic OAuth userinfo properies now configurable (authored by Darius Kazemi <darius.kazemi@gmail.com>).
Generic OAuth userinfo properies now configurable
Darius Kazemi <darius.kazemi@gmail.com> committed
rWFb262fa144c99: Making changes per feedback (authored by Darius Kazemi <darius.kazemi@gmail.com>).
Making changes per feedback
Merge pull request #405 from dariusk/dariusk/inspectuser
matt closed
T727: WYSIWYG Editor as
Resolved by committing
Restricted Diffusion Commit.
Don't trigger navigation to Drafts list when creating new post
Use collection.url rather than server + collection alias in share sheets
Improvements for the future:
matt changed the status of
T734: Outside Contributor role from
Open to
Idea.
We should wait until we have a concrete use case for this from a customer before starting development.
matt added a parent task for
T495: List all tags on a blog:
Unknown Object (Maniphest Task).
matt added a parent task for
T805: Filter posts by language:
Unknown Object (Maniphest Task).
This is live now! Here's a quick demo:
Merge pull request #436 from writeas/publish-with-slug
ankit removed a watcher for
WriteFreely:
ankit.
We can potentially re-use some Read.as code for richer fediverse actor data. But this can move forward, now that T827 is complete.
matt changed the status of
T819: Support custom redirect rules from
Waiting to
Open.
This is deployed on Write.as, and will be in the next version of WriteFreely (see )!
Fix instance-wide actor webfinger lookup
Fix nil pointer on instance-wide actor lookup
Fix instance-wide actor lookup
Merge pull request #11 from colin-axner/colin/memo-reset
Merge pull request #418 from writeas/consistent-feeds
Merge pull request #383 from writeas/wysiwyg
Merge pull request #220 from writeas/support-notes
Merge pull request #433 from writeas/dependabot/go_modules/github.
Merge pull request #423 from writeas/dependabot/go_modules/github.com/mattn/go…
GitHub <noreply@github.com> committed
rWF1ea728b1e907: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Merge pull request #414 from writeas/dependabot/go_modules/github.
GitHub <noreply@github.com> committed
rWF1ac5c4ab4d79: Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6
Merge pull request #409 from writeas/dependabot/go_modules/github.
Merge branch 'develop' into support-notes
GitHub <noreply@github.com> committed
rWF5b2c350b5dcb: Bump github.com/fatih/color from 1.9.0 to 1.10.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/fatih/color from 1.9.0 to 1.10.0
Merge branch 'develop' into wysiwyg
GitHub <noreply@github.com> committed
rWFec958b9fa5cc: Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6
GitHub <noreply@github.com> committed
rWF2de1d4e64f8d: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
GitHub <noreply@github.com> committed
rWF71b211b11ec4: Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0
Merge pull request #408 from writeas/dependabot/go_modules/gopkg.in/ini.v1-1.62.
Improve WYSIWYG editor modal style
Style Read More section in WYSIWYG like link
Build ProseMirror library on `make ui`
Fix WYSIWYG editor script in Chrome <85