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 f6bec85296
rework heatmap permissions (#14080)
* now uses the same permission model as for the activity feed:
  only include activities in repos, that the doer has access to.
  this might be somewhat slower.

* also improves handling of user.KeepActivityPrivate (still shows
  the heatmap to self & admins)

* extend tests

* adjust integration test to new behaviour

* add access to actions for admins

* extend heatmap unit tests
4 years ago
..
admin Added option to disable migrations (#13114) 4 years ago
api/v1 rework heatmap permissions (#14080) 4 years ago
dev Display ui time with customize time location (#7792) 6 years ago
events Add EventSource support (#11235) 5 years ago
org Add markdown support in organization description (#13549) 4 years ago
private Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo Use the text of pull-request as the squash commit's message (#13071) 4 years ago
routes Fix missing stylesheets on installation page (#13736) 4 years ago
user rework heatmap permissions (#14080) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go Simplify CheckUnitUser logic (#12854) 5 years ago
init.go Move webhook type from int to string (#13664) 4 years ago
install.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Add gitea-vet (#10948) 5 years ago