- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 10 2020
Nov 10 2020
Fix cursor-jump bug
angelo committed rWFSUI76089ef75950: Present error alert if token is invalid and ensure user is logged out (authored by angelo).
Present error alert if token is invalid and ensure user is logged out
Nov 9 2020
Nov 9 2020
Fix the lede extractor for edge cases
Update change log and bump build number
Nov 6 2020
Nov 6 2020
angelo committed rWFSUId9897093195e: Include punctuation in first-sentence lede (authored by angelo).
Include punctuation in first-sentence lede
angelo committed rWFSUIcd6f8adbbb16: Don't return more than the first line on short titleless posts (authored by angelo).
Don't return more than the first line on short titleless posts
angelo committed rWFSUI62e3c9aa0ed6: Don't elide ledes that are shorter than 80 characters (authored by angelo).
Don't elide ledes that are shorter than 80 characters
Show lede in list if post has no title
Update lede on new posts as user types
angelo committed rWFSUI00bd18463e97: Add function to strip Markdown-formatted images (authored by angelo).
Add function to strip Markdown-formatted images
GitHub <noreply@github.com> committed rWFSUI9e3cc1f9d490: Merge pull request #120 from writeas/restore-launch-to-editor-functionality (authored by angelo).
Merge pull request #120 from writeas/restore-launch-to-editor-functionality
angelo committed rWFSUI60ce0868caf4: Add function to strip Markdown formatting for headings (authored by angelo).
Add function to strip Markdown formatting for headings
Nov 5 2020
Nov 5 2020
angelo committed rWFSUI3799a0e79221: Create extractLede function on PostListModel (authored by angelo).
Create extractLede function on PostListModel
Nov 4 2020
Nov 4 2020
matt closed T793: Respect collection redirects on Snap.as as Resolved by committing Restricted Diffusion Commit.
Load last draft or new post on launch
angelo committed rWFSUI55473f6a7960: Fix indent issue affecting last draft fetching (authored by angelo).
Fix indent issue affecting last draft fetching
angelo committed rWFSUI4d37cae4bfcd: Save changes to local store when post status changes (authored by angelo).
Save changes to local store when post status changes
angelo committed rWFSUId3e89e2a4586: Save or clear last draft URL from based on change in post status (authored by angelo).
Save or clear last draft URL from based on change in post status
angelo committed rWFSUIc1ed348c9649: Dispatch last-draft URL save to main queue to avoid iPad race condition (authored by angelo).
Dispatch last-draft URL save to main queue to avoid iPad race condition
Clear last draft when leaving the editor
Idea: It would be cool to make this page and T782: Album not found page unique by showing a photograph or graphic representing a 404. We could even do a contest to submit the images for these pages.
GitHub <noreply@github.com> committed rWFSUIefae5202f848: Merge branch 'main' into fix-crash-on-launch (authored by angelo).
Merge branch 'main' into fix-crash-on-launch
GitHub <noreply@github.com> committed rWFSUI8f0d21c5e10c: Merge pull request #118 from writeas/fix-crash-on-launch (authored by angelo).
Merge pull request #118 from writeas/fix-crash-on-launch
Nov 3 2020
Nov 3 2020
Nov 2 2020
Nov 2 2020
GitHub <noreply@github.com> committed rWFSUId09ddc35a232: Merge pull request #114 from writeas/implement-responder-chain-in-editor (authored by angelo).
Merge pull request #114 from writeas/implement-responder-chain-in-editor
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.