- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 6 2020
Jul 6 2020
Jun 23 2020
Jun 23 2020
Support post signatures
matt closed T582: Post signature add-on as Resolved by committing rWFa25664bb97d1: Support post signatures.
Jun 11 2020
Jun 11 2020
matt committed rWF9624c4db0015: Show warning in editor when local draft is out of date (authored by matt).
Show warning in editor when local draft is out of date
Jun 9 2020
Jun 9 2020
Add post types
Jun 8 2020
Jun 8 2020
matt committed rWF507acc7e1ca9: Support AP-style mentions of centralized social media accounts (authored by matt).
Support AP-style mentions of centralized social media accounts
matt committed rWFcceea0307661: Ignore "collation mix" errors in GetCollectionRedirect() (authored by matt).
Ignore "collation mix" errors in GetCollectionRedirect()
May 30 2020
May 30 2020
May 27 2020
May 27 2020
May 15 2020
May 15 2020
Only log "No to!" when debugging
May 14 2020
May 14 2020
matt closed T225: Handle 401 on Medium crosspost, a subtask of T331: Better cross-post management, as Wontfix.
We removed Medium cross-posting, so this is unnecessary.
matt edited projects for T383: Support asynchronous cross-posting, added: Write.as Web, Submit.as; removed Write.as Web (Jan - Mar 2018).
This will be crucial for Submit.as supporting other publishing platforms outside of Write.as.
matt moved T374: Support Micropub publishing to Write.as / WriteFreely from Far Future to Near Future on the API board.
matt raised the priority of T374: Support Micropub publishing to Write.as / WriteFreely from Low to Normal.
Especially with iA Writer supporting Micropub, it'd be great to add support in the near future.
May 6 2020
May 6 2020
Add SQLite query for v9 migration
Return transaction Begin error in v9 migration
May 1 2020
May 1 2020
matt committed rWFa0e517c2241d: Merge branch 'develop' into optimize-drafts-fetch (authored by matt).
Merge branch 'develop' into optimize-drafts-fetch
Apr 28 2020
Apr 28 2020
matt committed rWFdc7b5df90eb1: Update saturday library to support number+letter hashtags (authored by matt).
Update saturday library to support number+letter hashtags
Apr 23 2020
Apr 23 2020
matt moved T607: Support importing posts from JSON file from Soon / v1.0 to Backlog on the WriteFreely board.
matt moved T566: Instance-level static pages from Soon / v1.0 to Next Release on the WriteFreely board.
matt moved T519: Preview Markdown before publishing from Next Release to Backlog on the WriteFreely board.
Apr 23 2020, 11:26 AM · Restricted Project, Roadmap, Restricted Project, Usability, Pad, Restricted Project, WriteFreely
Apr 22 2020
Apr 22 2020
matt committed rWF7420039770f7: Merge branch 'develop' of github.com:writeas/writefreely into develop (authored by matt).
Merge branch 'develop' of github.com:writeas/writefreely into develop
Update Go modules
Increase App Settings checkbox and select sizes
Better describe usage stats in setup process
matt committed rWF0127e38ed041: Reorder App Settings page and improve descriptions (authored by matt).
Reorder App Settings page and improve descriptions
Reduce vertical margin around OAuth buttons
Mention unset password on failed login
Remove "login" verbiage on OAuth signup page
matt committed rWFcf3d5588c2a9: Move unique OAuth username creation to client-side (authored by matt).
Move unique OAuth username creation to client-side
Apr 21 2020
Apr 21 2020
Run go fmt on oauth_test.go
Apr 20 2020
Apr 20 2020
This is live and working well for the Write.as forum, with Write.as as the OAuth provider. WriteFreely has support as an OAuth client.
Reduce db calls on normal invite-based signup
Support OAuth registration with invite code
matt committed rWF93c2773412a4: Prevent account creation via OAuth when registration is closed (authored by matt).
Prevent account creation via OAuth when registration is closed
Apr 19 2020
Apr 19 2020
This is waiting for more ePub export feedback and progress.
Apr 16 2020
Apr 16 2020
This is live as a Write.as Labs feature -- announcement post: https://discuss.write.as/t/ebook-add-on/1271
Apr 15 2020
Apr 15 2020
Remove extraneous @context fields on AP outbox
Remove extraneous @context fields on AP outbox
Fix empty date showing on collection 404 page
Apr 9 2020
Apr 9 2020
Optimize Drafts retrieval
Update versions in migrations.go
Use latest writeas/activityserve library
Mar 28 2020
Mar 28 2020
Use writeas/impart v1.1.1
Mar 27 2020
Mar 27 2020
Bump version to 0.12.0
Add CSS cache busting to templates in release
Add new err func to wflib and sqlite builds
Mar 24 2020
Mar 24 2020
Restyle OAuth account management section
matt committed rWF5d01f49ce901: Move /me/oauth/remove endpoint to /api/me/oauth/remove (authored by matt).
Move /me/oauth/remove endpoint to /api/me/oauth/remove
Tweak "account already attached" verbiage
Show configured GitLab name on Account page
Make `handle` column in remoteusers NULL
Log handle on GetProfilePageFromHandle err
Mar 19 2020
Mar 19 2020
matt committed rWFcf4f08b264d4: Merge branch 'develop' into T713-oauth-account-management (authored by matt).
Merge branch 'develop' into T713-oauth-account-management
Mar 18 2020
Mar 18 2020
Run go fmt on modified GitLab files
Show 503 page on collections under high load
Fix login.tmpl rendering
Mar 17 2020
Mar 17 2020
Reuse mention regex
Store AP handles consistently
Fix error / info logging around AP mentions
matt committed rWFa9bed9fea9fa: Prevent nil pointer panic from ActivityObject() method (authored by matt).
Prevent nil pointer panic from ActivityObject() method
Fix text contrast ratio in blockquote
Fix text contrast ratio on pinned post links
Mar 11 2020
Mar 11 2020
Add dedicated Title field to WYSIWYG editor
Restyle WYSIWYG editor
Reformat prose.less
Move ProseMirror styles to less dir
Fix GenerateOAuthState() query for SQLite
Mar 9 2020
Mar 9 2020
Don't show date on pinned post page
Mar 4 2020
Mar 4 2020
Revert accidental h2 font-size change
Mar 3 2020
Mar 3 2020
Skip IF [TABLE] NOT EXISTS on v4 migrations
Add copyright notices to fixed files
Fix unique index on v5 SQLite migration
matt committed rWF471ef4d40324: Fix "NOT NULL column with NULL" error in v5 SQLite migration (authored by matt).
Fix "NOT NULL column with NULL" error in v5 SQLite migration
matt committed rWFf1ffcf96ec6f: Remove user_id and remote_user_id constraints in v4&v5 migrations (authored by matt).
Remove user_id and remote_user_id constraints in v4&v5 migrations
Break up v5 table ALTERs for SQLite