- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 2 2020
Nov 2 2020
angelo committed rWFSUI51f8495a06ed: Make Return key navigate from title field to last body field position (authored by angelo).
Make Return key navigate from title field to last body field position
Add line spacing to title text field
GitHub <noreply@github.com> committed rWFSUI66266dafddf1: Merge pull request #116 from writeas/show-drafts-only-when-logged-out (authored by angelo).
Merge pull request #116 from writeas/show-drafts-only-when-logged-out
angelo committed rWFSUId129c0d0f93c: Save/clear last draft based on status when loading post in editor (authored by angelo).
Save/clear last draft based on status when loading post in editor
angelo committed rWFSUI01bfe7e74a43: Call PostListModel.remove() async on main queue (authored by angelo).
Call PostListModel.remove() async on main queue
angelo committed rWFSUI4ef40453d548: Add methods to save, clear, and retrieve last draft from UserDefaults (authored by angelo).
Add methods to save, clear, and retrieve last draft from UserDefaults
Nov 1 2020
Nov 1 2020
GitHub <noreply@github.com> committed rWF8b8f0f9e50f6: 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
GitHub <noreply@github.com> committed rWFed00417d8dd0: Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0
Oct 30 2020
Oct 30 2020
This isn't high-priority enough to be on our planned roadmap right now.
Oct 29 2020
Oct 29 2020
angelo committed rWFSUI3c81b5cd6886: Propagate login/logout fixes to Mac app target (authored by angelo).
Propagate login/logout fixes to Mac app target
angelo committed rWFSUI06510f181e9c: Fix post-count label to fetch info from managed object context (authored by angelo).
Fix post-count label to fetch info from managed object context
angelo committed rWFSUI518d793d5dad: Fix SwiftLint error about function body length (authored by angelo).
Fix SwiftLint error about function body length
angelo committed rWFSUIe7408a47e9c8: Fix crash-on-load bug by cleaning up/thread-sanitizing CoreData calls (authored by angelo).
Fix crash-on-load bug by cleaning up/thread-sanitizing CoreData calls
angelo committed rWFSUIbd695b23e614: Remove anything that attempts to set selected post or last draft (authored by angelo).
Remove anything that attempts to set selected post or last draft
Show only drafts list if logged out
angelo committed rWFSUIc2df4cab8672: Default to all-posts list if logged in, drafts otherwise (authored by angelo).
Default to all-posts list if logged in, drafts otherwise
Oct 28 2020
Oct 28 2020
Fix insertion-point bug in body editor
angelo committed rWFSUI3134965b2c3a: Add (dynamic) line spacing back to post body editor (authored by angelo).
Add (dynamic) line spacing back to post body editor
angelo committed rWFSUI3becfcbf7325: Use PostBodyTitleView and PostBodyTextView for post editor (authored by angelo).
Use PostBodyTitleView and PostBodyTextView for post editor
angelo committed rWFSUI86cf0e976de8: Create UIViewRepresentable / UITextView for iOS post title editor (authored by angelo).
Create UIViewRepresentable / UITextView for iOS post title editor
angelo committed rWFSUI3b88d45841a2: Add placeholder files for UIViewRepresentable replacement of TextEditor (authored by angelo).
Add placeholder files for UIViewRepresentable replacement of TextEditor
angelo committed rWFSUIaa519354825c: Create UIViewRepresentable / UITextView for iOS post body editor (authored by angelo).
Create UIViewRepresentable / UITextView for iOS post body editor
Oct 27 2020
Oct 27 2020
GitHub <noreply@github.com> committed rWFSUI1170caaf4a2a: Merge pull request #110 from writeas/keep-local-posts-on-logout (authored by angelo).
Merge pull request #110 from writeas/keep-local-posts-on-logout
GitHub <noreply@github.com> committed rWFSUIe7dff3990573: Merge pull request #109 from writeas/ios-add-howto-link (authored by angelo).
Merge pull request #109 from writeas/ios-add-howto-link
GitHub <noreply@github.com> committed rWFSUIed19742723f8: Merge pull request #112 from writeas/refactor-posteditorview (authored by angelo).
Merge pull request #112 from writeas/refactor-posteditorview
Oct 26 2020
Oct 26 2020
matt closed Restricted Maniphest Task, a subtask of T763: Support storing images in S3, as Resolved.
Oct 23 2020
Oct 23 2020
angelo committed rWFSUIa542afa405b9: Refactor text-editing views out of PostEditorView [Mac] (authored by angelo).
Refactor text-editing views out of PostEditorView [Mac]
angelo committed rWFSUIfea9160a1587: Use adaptive line spacing on iOS (fixes #111) (authored by angelo).
Use adaptive line spacing on iOS (fixes #111)
angelo committed rWFSUI14b7e0f941fe: Refactor text-editing views out of PostEditorView [iOS] (authored by angelo).
Refactor text-editing views out of PostEditorView [iOS]
angelo committed rWFSUIb5687091e8c6: Refactor remote-change prompt out of PostEditorView [iOS] (authored by angelo).
Refactor remote-change prompt out of PostEditorView [iOS]
GitHub <noreply@github.com> committed rWFSUId6a073ccd87d: Merge pull request #107 from writeas/editor-design-improvements (authored by angelo).
Merge pull request #107 from writeas/editor-design-improvements
Oct 22 2020
Oct 22 2020
Present action sheet to confirm logout
angelo committed rWFSUI735326891e7e: Hide the keyboard on tapping the log-in button (authored by angelo).
Hide the keyboard on tapping the log-in button
angelo committed rWFSUI932da4ac4801: Purge everything except local posts on logout (authored by angelo).
Purge everything except local posts on logout
angelo committed rWFSUI47aec3d14385: Update change log and bump build and version number (authored by angelo).
Update change log and bump build and version number
Oct 21 2020
Oct 21 2020
Add how-to link URL to WriteFreelyModel
angelo committed rWFSUI94c6280ed3c5: Add guide link and improve description of section and links (authored by angelo).
Add guide link and improve description of section and links
matt committed rWFSUI873d39eb5cab: [Mac] Make editor title field padding consistent with body (authored by matt).
[Mac] Make editor title field padding consistent with body
matt committed rWFSUI5d59e180e7d3: [Mac] Add some spacing between lines in the editor (authored by matt).
[Mac] Add some spacing between lines in the editor
Add some spacing between lines in the editor
GitHub <noreply@github.com> committed rWFSUI2e38bcc42eb2: Merge pull request #99 from writeas/fix-share-link-after-moving-post (authored by angelo).
Merge pull request #99 from writeas/fix-share-link-after-moving-post
GitHub <noreply@github.com> committed rWFSUIa2efef2f72a3: Merge pull request #100 from writeas/show-progressview-during-network-requests (authored by angelo).
Merge pull request #100 from writeas/show-progressview-during-network-requests
matt committed rWFSUId780be07c2a2: Make editor title field padding consistent with body (authored by matt).
Make editor title field padding consistent with body
Oct 20 2020
Oct 20 2020
GitHub <noreply@github.com> committed rWFSUI055caae5ab2e: Update README for latest info (authored by angelo).
Update README for latest info
Create HOWTO-iOS.md
Oct 16 2020
Oct 16 2020
angelo committed rWFSUIa289e544b18f: Do not disable networking buttons if hasNetworkConnection is false (authored by angelo).
Do not disable networking buttons if hasNetworkConnection is false
angelo committed rWFSUI945e748b9850: Check for network connection before request, present alert on failure (authored by angelo).
Check for network connection before request, present alert on failure
angelo committed rWFSUI3ebfa7a0d1ee: Set isProcessingRequest on network request start, unset on end (authored by angelo).
Set isProcessingRequest on network request start, unset on end
angelo committed rWFSUI1feeed7354ea: Publish isProcessingRequest flag to switch ProgressView with Button (authored by angelo).
Publish isProcessingRequest flag to switch ProgressView with Button
angelo committed rWFSUI404d557cabdd: Call updateFromServer() after moving the post (authored by angelo).
Call updateFromServer() after moving the post
angelo committed rWFSUIa2f9d23037bf: Always use /api/posts/{POST_ID} to avoid stale-post-slug logic (authored by angelo).
Always use /api/posts/{POST_ID} to avoid stale-post-slug logic
matt moved T573: Reply to an ActivityPub post from Requirements to Improvements on the Federation board.
matt moved T709: Include images as attachments in ActivityStreams data from Requirements to Improvements on the Federation board.
matt renamed T489: Initially populate gallery with thumbnails from Populate gallery with very small thumbnails to Initially populate gallery with thumbnails.
Oct 15 2020
Oct 15 2020
GitHub <noreply@github.com> committed rWGO155a23672447: Merge pull request #23 from writeas/markdown (authored by matt).
Merge pull request #23 from writeas/markdown
Support Markdown endpoint
Oct 13 2020
Oct 13 2020
Found a resource for adding the CMD + K binding for adding links: https://discuss.prosemirror.net/t/binding-command-k-to-open-insert-link-prompt/1354
Oct 13 2020, 8:46 PM · Restricted Project, Roadmap, Restricted Project, Usability, Pad, Restricted Project, WriteFreely
Darius Kazemi <darius.kazemi@gmail.com> committed rWF667cbb97ed40: Adding scope field to generic OAuth (authored by Darius Kazemi <darius.kazemi@gmail.com>).
Adding scope field to generic OAuth
GitHub <noreply@github.com> committed rWF3493921837b1: Merge pull request #402 from dariusk/dariusk/mastodon (authored by matt).
Merge pull request #402 from dariusk/dariusk/mastodon
Marcel van der Boom <marcel@hsdev.com> committed rWF5961eb8f2799: Drop the /tags/{tag} route (authored by Marcel van der Boom <marcel@hsdev.com>).
Drop the /tags/{tag} route
GitHub <noreply@github.com> committed rWF7d4df23d3c70: Merge pull request #397 from mrvdb/issue305 (authored by matt).
Merge pull request #397 from mrvdb/issue305
GitHub <noreply@github.com> committed rWF3b91400b6253: Merge pull request #387 from writeas/resize-customize-editor (authored by matt).
Merge pull request #387 from writeas/resize-customize-editor
GitHub <noreply@github.com> committed rWFbb008aa66c76: Merge pull request #382 from Antolius/fix-post-summary-escaping (authored by matt).
Merge pull request #382 from Antolius/fix-post-summary-escaping
Josip Antoliš <josip.antolis@protonmail.com> committed rWFeb76faa1298b: Fix escaping in post summary (authored by Josip Antoliš <josip.antolis@protonmail.com>).
Fix escaping in post summary
Oct 12 2020
Oct 12 2020
Update change log and bump build number
GitHub <noreply@github.com> committed rWFSUI4250e9943ccb: Merge pull request #96 from writeas/add-collection-setting-menu (authored by angelo).
Merge pull request #96 from writeas/add-collection-setting-menu
GitHub <noreply@github.com> committed rWFSUI9e48f7571769: Merge branch 'main' into add-collection-setting-menu (authored by angelo).
Merge branch 'main' into add-collection-setting-menu
GitHub <noreply@github.com> committed rWFSUIca6ab8cbb5df: Merge pull request #95 from writeas/login-fail-gracefully-invalid-url (authored by angelo).
Merge pull request #95 from writeas/login-fail-gracefully-invalid-url
GitHub <noreply@github.com> committed rWFSUI69a9b5e6eb3a: Merge pull request #94 from writeas/post-status-changes-on-update-from-server (authored by angelo).
Merge pull request #94 from writeas/post-status-changes-on-update-from-server
Oct 9 2020
Oct 9 2020