This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web
singuliere 0a2d618d85
GetFeeds must always discard actions with dangling repo_id (#19598) (#19629)
Co-authored-by: Loïc Dachary <loic@dachary.org>
(cherry picked from commit b536b65189)

Conflicts:
        models/action_test.go
	  The GetFeeds function does not have a Context argument in 1.16.
	models/action.go
	  The SQL statement is essentially the same in 1.16 but
	  structured differently. The Join() was copied and the
   	  created_unix field prefixed with `action`.
	models/action_list.go
	  in 1.16 the loadRepoOwner method did not exist and
	  it was done in the RetrieveFeeds method of web/feed/profile.go.
          The safeguard to skip when act.Repo == nil was moved there.
2022-05-08 15:05:40 +02:00
..
admin Respect DefaultUserIsRestricted system default when creating new user (#19310 ) (#19560) 2022-04-30 15:00:14 +02:00
auth Respect DefaultUserIsRestricted system default when creating new user (#19310 ) (#19560) 2022-04-30 15:00:14 +02:00
dev
events
explore Refactor admin user filter query parameters (#18965) (#18975) 2022-03-02 19:57:18 +01:00
feed GetFeeds must always discard actions with dangling repo_id (#19598) (#19629) 2022-05-08 15:05:40 +02:00
org Send 404 on /{org}.gpg (#18959) (#18962) 2022-03-01 20:37:47 -05:00
repo When view _Siderbar or _Footer, just display once (#19501) (#19522) 2022-04-27 14:04:53 +02:00
user User specific repoID or xorm builder conditions for issue search (#19475) (#19476) 2022-04-25 15:28:47 +02:00
base.go Clean paths when looking in Storage (#19124) (#19179) 2022-03-23 09:23:00 +00:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix middleware function's placements for /user/... (#19377) (#19378) 2022-04-12 11:06:07 +08:00