Monorepo for Tangled

Commits on sl/comment

appview: add reactions to comments
Signed-off-by: Seongmin Lee <git@boltless.me>
sl/comment
Seongmin Lee committed
appview: fetch `aturi->reactionMap` from DB
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: add comment to strings
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: move `CommentList` out of `Issue`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: unified comment fragments/handlers
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/notify: merge new comment events into one
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: replace `IssueComment` to `Comment`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: replace `PullComment` to `Comment`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
lexicons: add general `sh.tangled.comment` lexicon
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: remove `oauth.User` type
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/pulls: remove dependencies to `oauth.MultiAccountUser`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
Seongmin Lee committed
appview/oauth: remove `.Handle` from `oauth.AccountInfo`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/oauth: remove `AuthReturnInfo`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
Seongmin Lee committed
appview/{pages,state}: simplify LoginPage params
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/{oauth,pages}: cleanup unused codes
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: don't trust `oauth.ClientSessionData`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
Seongmin Lee committed
appview: bubble up error on `PullFromRecord`
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/models: handle when targetRepo is nil
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/pulls: don't update created date on resubmit
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: use `Pull.AsRecord()` everywhere
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/pulls: add created date for pull submission
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
oppiliappan committed
appview/repo: don't refresh page on default branch change
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
knotserver: emit event on default branch change
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview: add more logs to debug knot xrpc failure
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/pages: split star button to include starrers link
Signed-off-by: Patrick Dewey <p@pdewey.com>
Patrick Dewey committed
appview: add "starred-by" page at /{user}/{repo}/stars
Signed-off-by: Patrick Dewey <p@pdewey.com>
Patrick Dewey committed
appview/db: add GetStarrers to list stargazers for a repo
Signed-off-by: Patrick Dewey <p@pdewey.com>
Patrick Dewey committed
appview/pulls: update handlers for new pull model
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/ingester: ingest pulls from firehose
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
oppiliappan committed
appview/validator: write validators for pull records
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/db: update db schemas for new pull model
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/models: update pull model
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
lexicons: update pull lexicon
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/oauth: refresh sessions in bsky post updater
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/db: remove stray table mutation
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
knotmirror: check host from DB before guessing SSL
Signed-off-by: Seongmin Lee <git@boltless.me>
Seongmin Lee committed
appview/indexer: propagate SearchInContext error instead of nil, nil
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed
*: correct typos throughout codebase
Signed-off-by: eti <eti@eti.tf>
eti committed
oppiliappan committed
appview/repo: allow customizing atom feed
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/pages: fix text wrap on notif headers
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/pages: fix oblong images in notification cards
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/pages: nicer pagination styles
Signed-off-by: oppiliappan <me@oppi.li>
oppiliappan committed
appview/state: fix open redirect via return_url after OAuth login
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed
appview/middleware: replace log package with structured slog logging
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed
appview/state: add test for parseSortParam
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed
appview/pages: link directly to the keys page in repo setup
Signed-off-by: Lucas Garron <code@garron.net>
Lucas Garron committed
appview/state: replace log package with structured slog logging
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed
appview/repo/blob.go: fix XSS via raw blob endpoint
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
Matías Insaurralde committed