Page MenuHomeMusing Studio
Feed Advanced Search

Oct 10 2019

robjloranger added a comment to T519: Preview Markdown before publishing.

Idea 2:

Oct 10 2019, 4:34 PMUsability, WriteFreely, Restricted Project, Pad, Write.as Web
matt assigned T519: Preview Markdown before publishing to robjloranger.
Oct 10 2019, 4:27 PMUsability, WriteFreely, Restricted Project, Pad, Write.as Web

Oct 9 2019

qwazix added a comment to T627: Support ActivityPub mentions.

馃憤

Oct 9 2019, 1:35 PMFederation, Write.as Web, WriteFreely
matt added a comment to T627: Support ActivityPub mentions.

Sounds good. Just some other things to note about this approach:

Oct 9 2019, 1:29 PMFederation, Write.as Web, WriteFreely
qwazix added a comment to T627: Support ActivityPub mentions.

pixelfed doesn't support the @user syntax (it's pixelfed.social/qwazix and not pixelfed.social/@qwazix) so I think it's not a good idea to do the prismo thing.

Oct 9 2019, 1:17 PMFederation, Write.as Web, WriteFreely
matt added a comment to T627: Support ActivityPub mentions.

Just to add to #2, we should probably just leverage the remoteusers table, adding a handle column (or however we name it). That would let us look up the handle and associated actor_id.

Oct 9 2019, 1:05 PMFederation, Write.as Web, WriteFreely
matt added a comment to T627: Support ActivityPub mentions.

I think people will definitely expect mentions to turn into links, so we should address that now.

Oct 9 2019, 12:45 PMFederation, Write.as Web, WriteFreely
qwazix added a comment to T627: Support ActivityPub mentions.

I'm looking into turning handles into links and I think I should link to the user on remote instances.

Oct 9 2019, 12:30 PMFederation, Write.as Web, WriteFreely
qwazix added a comment to T627: Support ActivityPub mentions.

I opened an issue on tootsuite here

Oct 9 2019, 12:02 PMFederation, Write.as Web, WriteFreely

Oct 8 2019

qwazix added a comment to T627: Support ActivityPub mentions.

Ok will do.

Oct 8 2019, 3:46 PMFederation, Write.as Web, WriteFreely
matt added a comment to T627: Support ActivityPub mentions.

Awesome! Sounds good.

Oct 8 2019, 2:53 PMFederation, Write.as Web, WriteFreely
qwazix added a comment to T627: Support ActivityPub mentions.

Just pushed branch activitypub-mentions where mentions work on pleroma.

Oct 8 2019, 1:03 PMFederation, Write.as Web, WriteFreely

Oct 7 2019

qwazix added a comment to T627: Support ActivityPub mentions.

I'll test with pleroma and then open the issue with mastodon. I'll also look around plume.

Oct 7 2019, 7:36 PMFederation, Write.as Web, WriteFreely
matt assigned T627: Support ActivityPub mentions to qwazix.
Oct 7 2019, 7:31 PMFederation, Write.as Web, WriteFreely
matt added a comment to T627: Support ActivityPub mentions.

Hmm. Well that's good to know, but I think changing the entire post type really isn't the right solution. Do mentions work with Pleroma?

Oct 7 2019, 7:31 PMFederation, Write.as Web, WriteFreely
qwazix added a comment to T627: Support ActivityPub mentions.

It seems that Mastodon ignores mentions in "Articles". Maybe now that mastodon has the [expand] functionality we should consider using "Note" when federating (at least up to a certain text length at least).

Oct 7 2019, 1:25 PMFederation, Write.as Web, WriteFreely

Oct 4 2019

matt added a project to T519: Preview Markdown before publishing: Usability.
Oct 4 2019, 4:31 PMUsability, WriteFreely, Restricted Project, Pad, Write.as Web
matt changed the visibility for T519: Preview Markdown before publishing.
Oct 4 2019, 4:30 PMUsability, WriteFreely, Restricted Project, Pad, Write.as Web
matt added a project to T627: Support ActivityPub mentions: Federation.
Oct 4 2019, 4:22 PMFederation, Write.as Web, WriteFreely
matt updated the task description for T519: Preview Markdown before publishing.
Oct 4 2019, 3:46 PMUsability, WriteFreely, Restricted Project, Pad, Write.as Web

Oct 3 2019

matt added a comment to T695: Support manual admin password reset.

Yep, looks good

Oct 3 2019, 8:38 PMRestricted Project, Restricted Project, WriteFreely
robjloranger added a comment to T695: Support manual admin password reset.

ok, how about this:

Oct 3 2019, 8:37 PMRestricted Project, Restricted Project, WriteFreely
matt added a comment to T695: Support manual admin password reset.

Looks great 馃憤

Oct 3 2019, 7:10 PMRestricted Project, Restricted Project, WriteFreely
robjloranger added a comment to T695: Support manual admin password reset.

The current UI status, showing the success message after submission.

Oct 3 2019, 7:01 PMRestricted Project, Restricted Project, WriteFreely
matt added a comment to T670: Show post dates in local timezone.

Yeah, just the script in that comment should be enough. I think the yesterday, today and tomorrow thing was in case we had those maps of dates to local translations -- so you can disregard.

Oct 3 2019, 4:39 PMUsability, Write.as Web, WriteFreely
robjloranger added a comment to T670: Show post dates in local timezone.

So this seems to work well with only the script provided. Where were the uses of yesterday, today and tomorrow?

Oct 3 2019, 4:31 PMUsability, Write.as Web, WriteFreely

Oct 2 2019

matt added a comment to T695: Support manual admin password reset.

Here's some starter code for handling when an admin presses the "Reset Password" button (ideally, put this in admin.go). It either accepts a new password or generates a temporary one.

Oct 2 2019, 6:04 PMRestricted Project, Restricted Project, WriteFreely
matt moved T670: Show post dates in local timezone from Improvements to Minor Issues on the Usability board.
Oct 2 2019, 5:13 PMUsability, Write.as Web, WriteFreely
matt added a project to T670: Show post dates in local timezone: Usability.

This is another small one that'll be a nice usability improvement.

Oct 2 2019, 5:10 PMUsability, Write.as Web, WriteFreely
matt added a comment to T669: Date stamps on posts.

This would be another good one to tackle next. Let's use the same style, position, etc. as we do in the templates/chorus-collection-post.tmpl template.

Oct 2 2019, 4:58 PMWrite.as Web, WriteFreely
matt added a comment to T697: Make blog the default publishing destination.

That's in the javascript near the bottom of the page -- I believe it loads a default value named anonymous or draft via some h.js helper functions.

Oct 2 2019, 4:41 PMUsability, WriteFreely
robjloranger added a comment to T697: Make blog the default publishing destination.

@matt I have the template part done and working, just wondering if you remember off hand where we look up the last-selected publish choice.

Oct 2 2019, 4:40 PMUsability, WriteFreely
matt moved T697: Make blog the default publishing destination from Backlog to Soon / v1.0 on the WriteFreely board.
Oct 2 2019, 3:57 PMUsability, WriteFreely
matt assigned T697: Make blog the default publishing destination to robjloranger.
Oct 2 2019, 3:57 PMUsability, WriteFreely
matt created T697: Make blog the default publishing destination.
Oct 2 2019, 3:55 PMUsability, WriteFreely

Sep 25 2019

robjloranger added a comment to T522: Support searching blog posts.

I've been thinking about implementation details for this.

Sep 25 2019, 7:04 PMRestricted Project, WriteFreely, Restricted Project, Write.as Web
matt added a subtask for T401: Post list paging: T696: Allow pagination of posts.
Sep 25 2019, 6:29 PMRestricted Project, WriteFreely, Write.as Web
matt added a parent task for T696: Allow pagination of posts: T401: Post list paging.
Sep 25 2019, 6:29 PMAPI Library: Go, API, WriteFreely
matt changed the visibility for T401: Post list paging.
Sep 25 2019, 6:28 PMRestricted Project, WriteFreely, Write.as Web
matt changed the status of T300: Customizable number of posts on blog index from Open to Idea.
Sep 25 2019, 6:27 PMRestricted Project, Publisher, WriteFreely, User Customization, API, Write.as Web
robjloranger updated the task description for T696: Allow pagination of posts.
Sep 25 2019, 6:13 PMAPI Library: Go, API, WriteFreely
robjloranger renamed T696: Allow pagination of posts from Allow pagination of collection posts to Allow pagination of posts.
Sep 25 2019, 5:58 PMAPI Library: Go, API, WriteFreely
robjloranger created T696: Allow pagination of posts.
Sep 25 2019, 5:57 PMAPI Library: Go, API, WriteFreely

Sep 23 2019

GitHub <noreply@github.com> closed T690: Show invite instructions for logged-in user as Resolved by committing rWF3759f16ed3ff: Merge pull request #183 from writeas/T690-invite-instructions.
Sep 23 2019, 2:52 PMUsability, WriteFreely

Sep 13 2019

robjloranger added a comment to T690: Show invite instructions for logged-in user.

sure, sounds good

Sep 13 2019, 5:27 PMUsability, WriteFreely
matt added a comment to T690: Show invite instructions for logged-in user.

Hmm yeah, good idea. I'd say we send them to some user page and show a message, but with the chorus config, things get complicated. Maybe just redirect to / for now, and we'll see how that works. I don't imagine it happening too often.

Sep 13 2019, 5:26 PMUsability, WriteFreely
robjloranger claimed T690: Show invite instructions for logged-in user.
Sep 13 2019, 5:18 PMUsability, WriteFreely
robjloranger added a comment to T690: Show invite instructions for logged-in user.

Here is the page so far. I thought of adding fancy click to copy javascript but decided to hold off until another time. It's not really important.

Sep 13 2019, 5:16 PMUsability, WriteFreely
matt updated the task description for T690: Show invite instructions for logged-in user.
Sep 13 2019, 3:20 PMUsability, WriteFreely

Sep 12 2019

robjloranger added a comment to T647: Upgrade WriteFreely from admin dashboard.

I think a rough process would be:

  • download and extract into temporary location
  • copy existing data to FILEorFOLDER.old, for each file or folder to replace
  • move the new files to the existing locations, replacing them
  • kill the server process, triggering systemd to restart.
  • clean up temporary files
  • keep .old around in case of some error? if so maybe old files should be moved elsewhere, it wouldn't take too much disk to keep a copy of the last installed version around though.
Sep 12 2019, 8:46 PMWriteFreely
robjloranger removed a parent task for T572: Check for updates: T555: Automated upgrades.
Sep 12 2019, 4:06 PMWriteFreely
robjloranger added a parent task for T572: Check for updates: T647: Upgrade WriteFreely from admin dashboard.
Sep 12 2019, 4:05 PMWriteFreely
robjloranger added a subtask for T647: Upgrade WriteFreely from admin dashboard: T572: Check for updates.
Sep 12 2019, 4:05 PMWriteFreely

Sep 11 2019

GitHub <noreply@github.com> closed T681: Reader-page-centric multi-user instances as Resolved by committing rWF6b99d75aa9e4: Merge pull request #157 from writeas/chorus.
Sep 11 2019, 2:01 PMRestricted Project, WriteFreely
GitHub <noreply@github.com> closed T680: Provide more intuitive navigation option, a subtask of T681: Reader-page-centric multi-user instances, as Resolved.
Sep 11 2019, 2:01 PMRestricted Project, WriteFreely
GitHub <noreply@github.com> closed T680: Provide more intuitive navigation option as Resolved by committing rWF6b99d75aa9e4: Merge pull request #157 from writeas/chorus.
Sep 11 2019, 2:01 PMRestricted Project, WriteFreely
GitHub <noreply@github.com> closed T684: Support customizing Reader page as Resolved by committing rWF6b99d75aa9e4: Merge pull request #157 from writeas/chorus.
Sep 11 2019, 2:01 PMRestricted Project, WriteFreely
GitHub <noreply@github.com> closed T684: Support customizing Reader page, a subtask of T681: Reader-page-centric multi-user instances, as Resolved.
Sep 11 2019, 2:01 PMRestricted Project, WriteFreely

Sep 10 2019

matt moved T695: Support manual admin password reset from Backlog to Next Release on the WriteFreely board.
Sep 10 2019, 10:07 PMRestricted Project, Restricted Project, WriteFreely
matt created T695: Support manual admin password reset.
Sep 10 2019, 10:07 PMRestricted Project, Restricted Project, WriteFreely
matt created T694: Simplified admin dashboard.
Sep 10 2019, 8:01 PMRestricted Project, Restricted Project, WriteFreely

Sep 9 2019

matt added a project to T693: Add cache headers on ActivityPub endpoints: Restricted Project.
Sep 9 2019, 8:00 PMRestricted Project, WriteFreely, Write.as Web
matt moved T693: Add cache headers on ActivityPub endpoints from Backlog to Next Release on the WriteFreely board.
Sep 9 2019, 8:00 PMRestricted Project, WriteFreely, Write.as Web
matt created T693: Add cache headers on ActivityPub endpoints.
Sep 9 2019, 7:59 PMRestricted Project, WriteFreely, Write.as Web

Sep 4 2019

matt closed T677: Configurable editor as Resolved.
Sep 4 2019, 11:03 AMRestricted Project, WriteFreely

Aug 30 2019

matt moved T690: Show invite instructions for logged-in user from Backlog to Soon / v1.0 on the WriteFreely board.
Aug 30 2019, 3:31 PMUsability, WriteFreely
matt created T690: Show invite instructions for logged-in user.
Aug 30 2019, 3:30 PMUsability, WriteFreely

Aug 29 2019

matt moved T684: Support customizing Reader page from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 29 2019, 6:52 PMRestricted Project, WriteFreely
matt moved T681: Reader-page-centric multi-user instances from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 29 2019, 6:52 PMRestricted Project, WriteFreely
matt moved T680: Provide more intuitive navigation option from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 29 2019, 6:52 PMRestricted Project, WriteFreely
matt added a project to T677: Configurable editor: Restricted Project.
Aug 29 2019, 6:50 PMRestricted Project, WriteFreely
matt added a project to T679: Support disabling drafts: Restricted Project.
Aug 29 2019, 6:50 PMRestricted Project, WriteFreely
matt added a project to T680: Provide more intuitive navigation option: Restricted Project.
Aug 29 2019, 6:49 PMRestricted Project, WriteFreely
matt added a project to T681: Reader-page-centric multi-user instances: Restricted Project.
Aug 29 2019, 6:49 PMRestricted Project, WriteFreely
matt added a project to T684: Support customizing Reader page: Restricted Project.
Aug 29 2019, 6:48 PMRestricted Project, WriteFreely
robjloranger claimed T572: Check for updates.
Aug 29 2019, 5:20 PMWriteFreely

Aug 28 2019

matt added a comment to T661: Support silencing accounts.

Right, those are all of them. And they only need to return the 404 status, not any other data.

Aug 28 2019, 7:08 PMAbuse Prevention, WriteFreely
robjloranger added a comment to T661: Support silencing accounts.

For activity pub related endpoints, should it just be:

  • outbox
  • inbox
  • following
  • followers
Aug 28 2019, 6:44 PMAbuse Prevention, WriteFreely

Aug 27 2019

matt added a comment to T661: Support silencing accounts.

Another thing to note: suspended users shouldn't show up in the Reader view.

Aug 27 2019, 7:06 PMAbuse Prevention, WriteFreely
matt updated the task description for T661: Support silencing accounts.
Aug 27 2019, 3:37 PMAbuse Prevention, WriteFreely
matt added projects to T689: Pinned Posts not in Retrieve Collection Posts Endpoint: WriteFreely, Restricted Project.
Aug 27 2019, 12:00 AMRestricted Project, WriteFreely, API, Write.as Web

Aug 19 2019

matt updated subscribers of T527: Support importing posts from zip file.
Aug 19 2019, 10:27 AMImport, WriteFreely, Write.as Web
matt changed the edit policy for T527: Support importing posts from zip file.
Aug 19 2019, 10:27 AMImport, WriteFreely, Write.as Web

Aug 18 2019

robjloranger added a comment to T527: Support importing posts from zip file.

I'll take this after T609 is in

Aug 18 2019, 6:03 PMImport, WriteFreely, Write.as Web

Aug 16 2019

robjloranger added a comment to T508: Password resetting.

I like the paper key idea, or even a set of recovery keys. Usually 8-12 random keys that the user prints or writes down. Then when needed they use one in place of a password, and are directed to set a new password. These are single use.

Aug 16 2019, 11:38 PMRestricted Project, WriteFreely, Write.as Web, Restricted Project
robjloranger triaged T667: Include hashtags as categories in RSS feed as Low priority.
Aug 16 2019, 2:57 PMRSS, Write.as Web, WriteFreely
robjloranger added a comment to T667: Include hashtags as categories in RSS feed.

This was put on hold for now as the fix mentioned only allowed a single tag/category and the 3 supported feeds all allow multiple per item.

Aug 16 2019, 2:56 PMRSS, Write.as Web, WriteFreely

Aug 14 2019

matt updated the task description for T609: Support importing TXT/MD files.
Aug 14 2019, 9:47 PMImport, Write.as Web, WriteFreely
robjloranger claimed T609: Support importing TXT/MD files.
Aug 14 2019, 6:31 PMImport, Write.as Web, WriteFreely
matt added a comment to T667: Include hashtags as categories in RSS feed.

Perfect 馃憤

Aug 14 2019, 5:04 PMRSS, Write.as Web, WriteFreely
robjloranger added a comment to T667: Include hashtags as categories in RSS feed.

Looks like Category is missing from the feed Item type, there was an issue where a PR was mentioned but never opened. https://github.com/gorilla/feeds/issues/51

Aug 14 2019, 5:03 PMRSS, Write.as Web, WriteFreely
matt added a comment to T609: Support importing TXT/MD files.

This is important for people with different workflows, so this is the next highest priority after T571: Import posts from WordPress and {T646}.

Aug 14 2019, 5:00 PMImport, Write.as Web, WriteFreely
matt updated the task description for T245: Import posts from other platforms.
Aug 14 2019, 4:54 PMRoadmap, Import, WriteFreely, Write.as Web
matt moved T637: Support more attributes when creating a collection from Platforms to Dependencies on the Import board.
Aug 14 2019, 4:54 PMAPI, Import, Write.as Web, WriteFreely
matt added a comment to T575: Import posts from Tumblr.

I've already started on this on Write.as Web, so I'll finish this up.

Aug 14 2019, 4:53 PMImport, Write.as Web, WriteFreely
matt updated the task description for T245: Import posts from other platforms.
Aug 14 2019, 4:52 PMRoadmap, Import, WriteFreely, Write.as Web
robjloranger claimed T667: Include hashtags as categories in RSS feed.
Aug 14 2019, 4:45 PMRSS, Write.as Web, WriteFreely
matt moved T543: Import posts from Ghost from Backlog to Post-v1.0 on the WriteFreely board.
Aug 14 2019, 4:26 PMImport, WriteFreely
matt moved T575: Import posts from Tumblr from Backlog to Post-v1.0 on the WriteFreely board.
Aug 14 2019, 4:24 PMImport, Write.as Web, WriteFreely
matt moved T609: Support importing TXT/MD files from Backlog to Post-v1.0 on the WriteFreely board.
Aug 14 2019, 4:24 PMImport, Write.as Web, WriteFreely