[Tokodon] [Bug 464376] Support web+ap URIs

2023-02-12 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464376

--- Comment #5 from Soni L.  ---
Any updates on this? We want to start shipping this in our apps (particularly,
converting @foo@instance.example into a clickable web+ap link) and it'd be nice
if we could say "compatible with Tokodon" or something on them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 467759] New: Support activitypub mimetypes

2023-03-24 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=467759

Bug ID: 467759
   Summary: Support activitypub mimetypes
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fakedme+...@gmail.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

Note: XDG is broken - see
https://mailarchive.ietf.org/arch/msg/art/EEAIbW8mtUGOQKPrfMkLFrjE83s/

The ActivityPub mimetypes are

application/ld+json; profile="https://www.w3.org/ns/activitystreams";
application/activity+json

While mimetypes are usually called with paths (except for x-scheme-handler
ones), they can also be called with URIs sometimes. It'd be nice to lean into
those.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 475303] Tentatively support linking to tags

2024-02-12 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=475303

--- Comment #2 from Soni L.  ---
this needs a redesign (userinfo is... complicated.)

not sure how to close this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 475239] New: Copy web+ap links by default

2023-10-05 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=475239

Bug ID: 475239
   Summary: Copy web+ap links by default
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fakedme+...@gmail.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

When copying the link to a post, copy web+ap by default. Copying the web link
(https) should require at most a single extra step.

You could have both "Copy Link" and "Copy Web Link" on the same menu or add a
modal for link copying. Tho the latter would be a bit of a dark pattern, so
maybe not...

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 475303] New: Tentatively support linking to tags

2023-10-06 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=475303

Bug ID: 475303
   Summary: Tentatively support linking to tags
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fakedme+...@gmail.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

This is a long shot, but could we experimentally support e.g.
web+ap://tag:FediLinks@chaos.social/ as a way to link to tags? (or
web+ap://tag:FediLinks@chaos.social/tags/FediLinks or w/e, really the path can
be ignored...)

We're not entirely sure whether this is a good idea, so we feel like we should
try it out before making it a real spec. The web+ap spec already reserves the
userinfo for future use, so... why not? But being able to link tags would be
awesome.

(Here's hoping the bug tracker doesn't eat these somehow...)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 464236] New: Support for well-known protocol handlers in KTraderClient

2023-01-13 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464236

Bug ID: 464236
   Summary: Support for well-known protocol handlers in
KTraderClient
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fakedme+...@gmail.com
  Target Milestone: ---

Hello!

Could you add support for Well-Known Protocol Handlers, as in
https://github.com/fedi-to/fedi-to.github.io/blob/main/protocol-handler.md , to
KTraderClient? xdg-open uses KTraderClient to resolve certain x-scheme-handler/
"MIME types", including x-scheme-handler/web+[...], so this would make it the
appropriate place to add support for these.

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 464236] Support for well-known protocol handlers in KTraderClient

2023-01-13 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464236

--- Comment #2 from Soni L.  ---
By default, it should produce a DesktopEntryPath for an app (something along
the lines of "Default Web Protocol Handler") which parses the URL and sends it
to the default https handler, as per the spec. (Well, for "--servicetype
Application", at least)

Obviously another app may choose to override it if desired. For example an app
dedicated to web+example would probably want priority over the fallback
handler.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 464236] Support for well-known protocol handlers in KTraderClient

2023-01-13 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464236

--- Comment #4 from Soni L.  ---
this spec, from the issue description
https://github.com/fedi-to/fedi-to.github.io/blob/main/protocol-handler.md

it only applies to URLs with an authority tho, so something like
"web+kde:dolphin" wouldn't work. (also, web+* schemes can be registered by
arbitrary websites, so "web+kde:" isn't a particularly good scheme to have.
mixing OS tasks with website tasks is a bad idea. "kde:" is fine tho.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 464236] Support for well-known protocol handlers in KTraderClient

2023-01-13 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464236

--- Comment #6 from Soni L.  ---
Yeah.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 464376] New: Support web+ap URIs

2023-01-16 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464376

Bug ID: 464376
   Summary: Support web+ap URIs
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: fakedme+...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

We would like to see the ability to open web+ap URIs in Tokodon. Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 464376] Support web+ap URIs

2023-01-16 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464376

--- Comment #1 from Soni L.  ---
(Oops forgot to mark as wishlist. Ah well. Someone else will have to fix
that...)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Tokodon] [Bug 464376] Support web+ap URIs

2023-01-17 Thread Soni L.
https://bugs.kde.org/show_bug.cgi?id=464376

--- Comment #3 from Soni L.  ---
We wrote the spec (
https://github.com/fedi-to/fedi-to.github.io/blob/main/webap.md ). Basically...
just check if it starts with web+ap://, replace with https://, and look it up
like how you'd open any other post, by URL, in the app.

The "reference implementation" (if it can be called that) is based around
misskey and we're waiting for upstream on whether to release it, but otherwise
yeah it's basically just that.

-- 
You are receiving this mail because:
You are watching all bug changes.