ripple-api/common
Morgan Bazalgette 8ebe5f6a02
Require client to specify explicitly in websockets whether restricted users should be seen
This is only allowed to those having the user privilege AdminPrivilegeManageUsers, having being identified by the API AND having sent a message of type set_restricted_visibility stating specifically in the data that they want to get info also about restricted users.
This also includes some more information in the new_scores, such as the username and userid of the user who submitted the score.
2017-07-25 14:49:14 +02:00
..
conf.go Add beatmap rank requests 2016-11-19 19:53:55 +01:00
conversions.go Move to fasthttp for improved performance 2017-02-02 13:40:28 +01:00
flags.go Add flags (EmailVerified, Country2FA) 2016-12-11 16:40:07 +01:00
in.go Implement get_user_best and get_user_recent in peppyapi 2016-05-28 20:24:39 +02:00
int.go Add Documentation API 2016-06-13 22:40:01 +02:00
method_data.go Require client to specify explicitly in websockets whether restricted users should be seen 2017-07-25 14:49:14 +02:00
paginate_test.go Fix some pagination memes 2016-11-21 16:27:21 +01:00
paginate.go Fix some pagination memes 2016-11-21 16:27:21 +01:00
privileges.go Require client to specify explicitly in websockets whether restricted users should be seen 2017-07-25 14:49:14 +02:00
random_string.go Add token creation (login) 2016-04-05 22:22:13 +02:00
response.go Completely change response structure 2016-04-16 18:05:24 +02:00
sanitisation_test.go Input sanitisation in userpages and user settings 2016-11-21 16:59:17 +01:00
sanitisation.go add icon sanitisation 2016-11-23 20:19:11 +01:00
sort.go Move to fasthttp for improved performance 2017-02-02 13:40:28 +01:00
token.go Fucking typos 2016-08-27 12:52:17 +02:00
unix_timestamp.go Use custom type UnixTimestamp instead of repeating boilerplate code over and over. 2016-07-06 22:32:30 +02:00
update.go add UsersSelfSettingsGET and POST 2016-11-06 22:51:21 +01:00
user_privileges.go Add AdminPrivilegeCaker 2017-07-23 22:38:27 +02:00
utils_test.go add SafeUsername function 2016-10-16 18:27:12 +02:00
utils.go add SafeUsername function 2016-10-16 18:27:12 +02:00
where_test.go Fix some pagination memes 2016-11-21 16:27:21 +01:00
where.go Move to fasthttp for improved performance 2017-02-02 13:40:28 +01:00