You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models
qwerty287 08609d439d
Add pages to view watched repos and subscribed issues/PRs (#17156)
Adds GitHub-like pages to view watched repos and subscribed issues/PRs
This is my second try to fix this, but it is better than the first since
it doesn't uses a filter option which could be slow when accessing
`/issues` or `/pulls` and it shows both pulls and issues (the first try
is #17053).

Closes #16111 
Replaces and closes #17053


![Screenshot](https://user-images.githubusercontent.com/80460567/134782937-3112f7da-425a-45b6-9511-5c9695aee896.png)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
activities Use absolute links in feeds (#21229) 2 years ago
admin Move some files into models' sub packages (#20262) 2 years ago
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) 3 years ago
asymkey Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2 years ago
auth Ignore port for loopback redirect URIs (#21293) 2 years ago
avatars format with gofumpt (#18184) 2 years ago
db test: use `T.TempDir` to create temporary test directory (#21043) 2 years ago
fixtures Add API endpoint to get changed files of a PR (#21177) 2 years ago
foreignreference Store the foreign ID of issues during migration (#18446) 2 years ago
git Add migrate repo archiver and packages storage support on command line (#20757) 2 years ago
issues Add pages to view watched repos and subscribed issues/PRs (#17156) 2 years ago
migrations Add another index for Action table on postgres (#21033) 2 years ago
organization [API] teamSearch show teams with no members if user is admin (#21204) 2 years ago
packages Fix various typos (#21103) 2 years ago
perm Move some files into models' sub packages (#20262) 2 years ago
project Add option to purge users (#18064) 2 years ago
pull Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 2 years ago
repo Fix various typos (#21103) 2 years ago
unit Add more linters to improve code readability (#19989) 2 years ago
unittest Kd/ci playwright go test (#20123) 2 years ago
user Check if email is used when updating user (#21289) 2 years ago
webhook Webhook for Wiki changes (#20219) 2 years ago
error.go Move some files into models' sub packages (#20262) 2 years ago
fixture_generation.go Move access and repo permission to models/perm/access (#19350) 2 years ago
fixture_test.go Decouple unit test code from business code (#17623) 3 years ago
main_test.go Move some files into models' sub packages (#20262) 2 years ago
migrate.go Move some files into models' sub packages (#20262) 2 years ago
migrate_test.go Move some files into models' sub packages (#20262) 2 years ago
org.go Move some files into models' sub packages (#20262) 2 years ago
org_team.go Move some files into models' sub packages (#20262) 2 years ago
org_team_test.go Move some files into models' sub packages (#20262) 2 years ago
org_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
repo.go fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2 years ago
repo_collaboration.go Move some files into models' sub packages (#20262) 2 years ago
repo_collaboration_test.go Move some files into models' sub packages (#20262) 2 years ago
repo_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2 years ago
repo_transfer.go Move some files into models' sub packages (#20262) 2 years ago
repo_transfer_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
user.go Fix delete user missed some comments (#21067) 2 years ago