This customer left a while ago. But would still be nice to have.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 29 2024
Feb 29 2024
matt moved T245: Import posts from other platforms from Early 2024 to Mid-Late 2024 on the Roadmap board.
Feb 27 2024
Feb 27 2024
matt moved T807: Embeddable email subscription form from Restricted Project Column to Restricted Project Column on the Restricted Project board.
With the recent news that Automattic reached a deal to funnel Tumblr and WordPress user data to OpenAI, this will be important for helping people migrate.
matt renamed T910: UI for setting posts sub-path from UI for setting post sub-path to UI for setting posts sub-path.
matt closed T880: Option to put posts on sub-path, a subtask of T910: UI for setting posts sub-path, as Resolved.
This is complete on the backend. Configuration in the UI is tracked in T910: UI for setting posts sub-path.
matt added a parent task for T880: Option to put posts on sub-path: T910: UI for setting posts sub-path.
matt added a subtask for T910: UI for setting posts sub-path: T880: Option to put posts on sub-path.
matt closed T882: Use context in heaviest database queries, a subtask of T909: Use context in heaviest database queries (WriteFreely), as Resolved.
Moved WF task to T909.
matt added a parent task for T882: Use context in heaviest database queries: T909: Use context in heaviest database queries (WriteFreely).
matt moved T908: Upload default image for social media link previews from Future to Early 2024 on the Roadmap board.
Feb 20 2024
Feb 20 2024
matt closed T801: Allow disabling Federation for Public blogs as Resolved by committing Restricted Diffusion Commit.
matt committed rWFe34a58d0ef16: Fix Admin and Invite links never showing on Reader nav (authored by matt).
Fix Admin and Invite links never showing on Reader nav
Feb 5 2024
Feb 5 2024
Completed in WriteFreely with #778.
matt closed T902: Optimize queries causing excessive slowness on large blogs, a subtask of T873: Archive page, as Resolved.
Feb 2 2024
Feb 2 2024
Bump version to 0.15
Jan 10 2024
Jan 10 2024
Fix indentation in footer.tmpl
Nov 7 2023
Nov 7 2023
Fix Collection property serialization on API
Merge branch 'develop' into protect-drafts
matt committed rWFbf213cd0b063: Fix drafts never showing, even when not part of private/protected blog (authored by matt).
Fix drafts never showing, even when not part of private/protected blog
Add Contact page links to footers
Look for custom CSS in static_parent_dir
Oct 13 2023
Oct 13 2023
matt committed rWFdd797c8145d1: Add missing methods for showing fediverse followers (authored by matt).
Add missing methods for showing fediverse followers
Oct 3 2023
Oct 3 2023
Set blog title maxlength on Customize page
matt committed rWF530a36fc5344: Prevent 500 errors on too-long collection title or description (authored by matt).
Prevent 500 errors on too-long collection title or description
Tweak style of "Forgot" link on login page
matt committed rWF7b84dafea79f: Correctly return on /reset submission when email isn't configured (authored by matt).
Correctly return on /reset submission when email isn't configured
Catch and log emailPasswordReset errors
matt committed rWF1e37f60d501d: Hide "Reset?" link on login page when email disabled (authored by matt).
Hide "Reset?" link on login page when email disabled
matt committed rWF8f02449ee8f0: Show friendly message on /reset when password-based login is disabled (authored by matt).
Show friendly message on /reset when password-based login is disabled
matt committed rWFc18987705c20: Display friendly message on /reset if email is disabled (authored by matt).
Display friendly message on /reset if email is disabled
Fix indentation in subscribers.tmpl
Last items to address:
Ensure Updated property can be omitted
matt committed rWCd81124d45431: Ensure Updated field will be omitted when nil or zero (authored by matt).
Ensure Updated field will be omitted when nil or zero
Add Activity.Updated field
Oct 2 2023
Oct 2 2023
matt committed rWF167971771ee5: Send `updated` parameter with `Update` activities (authored by matt).
Send `updated` parameter with `Update` activities
Sep 26 2023
Sep 26 2023
matt committed rWF2275a288b961: Correctly respond to application/ld+json requests, part 2 (authored by matt).
Correctly respond to application/ld+json requests, part 2
matt committed rWFf96f8268f019: Add index to improve post retrieval speed on large instances (authored by matt).
Add index to improve post retrieval speed on large instances
Sep 25 2023
Sep 25 2023
Fix copyright notices with wrong company name
matt closed T508: Password resetting as Resolved by committing rWFf404f7b92881: Support resetting password via email.
Support resetting password via email
Add function for logging in via emailed link
matt committed rWFe2fde518ca98: Fix GetTemporaryOneTimeAccessToken query for SQLite (authored by matt).
Fix GetTemporaryOneTimeAccessToken query for SQLite
matt committed rWFc75507ca8f96: Add Subscribers navigation for single-user instances (authored by matt).
Add Subscribers navigation for single-user instances
Add Subscribers page
matt committed rWF361c887e2c09: Revert "use font-display:optional to optimize web font loading" (authored by matt).
Revert "use font-display:optional to optimize web font loading"
Clean up SQLite to-do
Clean up commented-out code
Catch subscription confirmation email errors
Fix subscriber created query for SQLite
Fix jobs query in SQLite
Fix publishjobs `id` column in SQLite
matt committed rWFd1afa44a2e80: Use standard SetCollectionAttribute method for saving email sub settings (authored by matt).
Use standard SetCollectionAttribute method for saving email sub settings
matt committed rWFe2b2ba45774a: Rename Letters config to Email in collection.tmpl (authored by matt).
Rename Letters config to Email in collection.tmpl
matt committed rWFcc75be1eb569: Rename Letters [letters] config section to Email [email] (authored by matt).
Rename Letters [letters] config section to Email [email]
matt committed rWF221d0d7dbb8f: Make letters (v13) migration compatible with SQLite (authored by matt).
Make letters (v13) migration compatible with SQLite
matt added a parent task for T731: WriteFreely email layer: T856: Support newsletters on WriteFreely.
Merge branch 'develop' into letters
Re-add letters migration
Sep 22 2023
Sep 22 2023
Exclude local static files from release build
Bump version to 0.14
Fix bad copy pasta
Add a customizable Contact page
matt committed rWF83f230ddaff5: Instruct users to contact admin, not WF devevelopers on 500 page (authored by matt).
Instruct users to contact admin, not WF devevelopers on 500 page
Remove redundant query on post pages
Fix funky comment after gofmt in posts.go
Fix post page rendering after rel=me changes