Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding .mine support to view only links created by the viewer #146

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ianmaddox
Copy link

Inspired by the same feature in Google's golink system, this adds a new page called .mine which shows all the links created by the current viewer. It is functionally identical to .all but with an author filter.

Ian Maddox and others added 2 commits October 23, 2024 11:03
Similar to Google's original golink implementation, this adds a page where a user can see just the links they've created.

Signed-off-by: Ian Maddox <github@ianmaddox.com>
Signed-off-by: Ian Maddox <github@ianmaddox.com>
@willnorris
Copy link
Member

willnorris commented Mar 4, 2025

oops, I thought I had replied to this the last time I saw it, but I guess not... I think there is a PR, or at least an issue (edit: it's #98), somewhere about adding search. What if this were just a search by author, and then you create your own go/mine link that directs to whatever that search endpoints looks like? As a start, we could have a /.search endpoint that accepted an ?owner= parameter, then go/mine could be something like /.search?owner={{.User}}.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants