0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 07:34:49 +01:00
gitea/routers/user
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
2020-12-22 03:53:37 +01:00
..
setting Whenever the password is updated ensure that the hash algorithm is too (#13966) 2020-12-12 19:59:49 +01:00
auth_openid.go
auth.go Manually approve new registration (#13083) 2020-12-19 20:31:06 -05:00
avatar.go Direct avatar rendering (#13649) 2020-12-03 19:46:11 +01:00
home_test.go
home.go rework heatmap permissions (#14080) 2020-12-22 03:53:37 +01:00
main_test.go
notification.go
oauth.go
profile.go rework heatmap permissions (#14080) 2020-12-22 03:53:37 +01:00
task.go