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.
gitea/routers
Norwin df76d9f7ad
Show correct issues for team dashboard (#14952)
* fix no items under /org/$org/{issues,pulls}?type=mentioned

it was filtering by org id, but org-mentions are not persisted like that
to the DB, we need to filter by UID.
This means, selecting different teams will only have an effect on the
selected repos, otherwise results will be the same, which may be
suboptimal.

fixes #14941

* don't spam a warning for a perfectly fine request
4 years ago
..
admin Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
api/v1 Prevent panic when editing forked repos by API (#14960) 4 years ago
dev
events Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
org Organization removal confirmation using name not password (#14738) 4 years ago
private Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
repo Fix migration context data (#14910) 4 years ago
routes Add ui.explore settings to control view of explore pages (2) (#14094) 4 years ago
user Show correct issues for team dashboard (#14952) 4 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 4 years ago
home.go Add ui.explore settings to control view of explore pages (2) (#14094) 4 years ago
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 4 years ago
install.go Add SameSite setting for cookies (#14900) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Move macaron to chi (#14293) 4 years ago