Configure Feed
Select the types of activity you want to include in your feed.
Configure Feed
Select the types of activity you want to include in your feed.
commits
requires record deletion first
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
this will return in the future
Signed-off-by: oppiliappan <me@oppi.li>
This now covers: Fork, ForkSync, NewHiddenRef, Merge, MergeCheck,
and RepoCreate/Delete.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
The knot.member is only ingested for create/update ops but we can't
delete it yet. See comment.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
This is now identical to how we verify spindle registrations, and gets
rid of the registration key. This code is now deduplicated in the
serververify package (previously spindleverify).
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
This is now the same as what we do in spindle.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Preserves the routes, but borrows a similar style to that of repo
settings.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Adding the repo name there would've been useful but it's not readily
available within SetupWorkflow. We'll... figure out how to add that
later.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
- moves FollowStats type from timeline.go into follow.go
- makes existing GetFollowersFollowingCount also use FollowStats
Signed-off-by: dusk <y.bera003.06@protonmail.com>
- rename existing ProfilePage to ProfileHomePage
Signed-off-by: dusk <y.bera003.06@protonmail.com>
- rename Followers/Following from ProfileCard to FollowersCount/FollowingCount
- in profileCard, define a single $userIdent to use instead of duplicating the didOrHandle expression
fixes https://tangled.sh/@tangled.sh/core/issues/169
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: ItsHarper <git-f4cbe@harperandrews.org>
this avoids stale raw content from being sent to clients.
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
this was broken by the change that reworked the ResolveRepo middleware.
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: ItsHarper <git-f4cbe@harperandrews.org>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
as a result, this lets us avoid making another call to knots.
Signed-off-by: oppiliappan <me@oppi.li>
uses the newly added description filter that only autlinks, and renders
backticks, bold and italics.
Signed-off-by: oppiliappan <me@oppi.li>
this sanitizer only renders a tiny subset of markdown, to be used in
inline elements like PR titles and repo descriptions etc.
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
tailwind seems to apply this to every html element. when applying
font-mono to an element, it inherits the ss01 font feature. this results
in a different `a` characters from when inside `pre` and `code` blocks,
where it resets the list of font-features.
i can't seem to find a good fix for this issue. removing the ss01
feature altogether seems like a good fix, the number alternates in inter
aren't all that different in my opinion.
Signed-off-by: oppiliappan <me@oppi.li>
- remove redundant divs in base layout
- allow scrolling changed-files listing
- show more of the file in tree views
- unify repo-index and repo-tree views
Signed-off-by: oppiliappan <me@oppi.li>
requires record deletion first
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
tailwind seems to apply this to every html element. when applying
font-mono to an element, it inherits the ss01 font feature. this results
in a different `a` characters from when inside `pre` and `code` blocks,
where it resets the list of font-features.
i can't seem to find a good fix for this issue. removing the ss01
feature altogether seems like a good fix, the number alternates in inter
aren't all that different in my opinion.
Signed-off-by: oppiliappan <me@oppi.li>