Commit Graph

302 Commits

Author SHA1 Message Date
Alicia
53c06bd94f Update user.go 2019-02-24 00:38:51 +00:00
Alicia
a2916a6045 Update user.go 2019-02-24 00:37:52 +00:00
Alicia
13b6017e37 Update user.go 2019-02-24 00:36:31 +00:00
Alicia
47d0c75345 add rx and ap calls to api 2019-02-24 00:35:04 +00:00
Alicia
5f8eb862dd users.privileges 2019-02-23 14:22:28 +00:00
Alicia
df6cbafb00 dadadada 2019-02-23 14:21:31 +00:00
Alicia
43c63e57b3 ffafafa 2019-02-23 14:13:27 +00:00
Alicia
0c7b815edd crazy 2019-02-23 14:11:21 +00:00
Alicia
f6bbeec56e forgot to do these 2019-02-23 14:10:04 +00:00
Alicia
21646d8db7 Add relaxboard and autoboard to api 2019-02-23 14:06:24 +00:00
Alicia
b444bf15dd final error fixing 2019-02-23 13:14:37 +00:00
Alicia
5fc84bd914 fix schiavo error and changing rippleapi to api 2019-02-23 13:11:47 +00:00
Alicia
5b78c99b04 Allow import straight from github 2019-02-23 13:09:10 +00:00
Alicia
9c44c15e8a loL 2019-02-03 13:23:56 +00:00
Alicia
e1ed11d49f now we're cooking with gas 2019-02-03 13:21:31 +00:00
Alicia
69123c57a6 Didnt happen 2019-02-03 13:07:54 +00:00
Alicia
0de2f2afc0 Brian 2019-02-03 13:06:43 +00:00
Alicia
147274ebcb All 3 in 1 2019-02-03 12:59:47 +00:00
Alicia
333ca2743d Add rx and ap 2019-02-03 12:49:32 +00:00
qewc
2eda6c7aff
user score ap 2019-02-03 12:45:37 +00:00
qewc
133b744bd2
Make users scores relax 2019-02-03 12:45:15 +00:00
qewc
a0c1da8c70
Add other playmode to api 2019-02-03 12:44:15 +00:00
Morgan Bazalgette
50ffa4e066 forbid empty querying scores 2018-07-19 15:58:35 +02:00
Morgan Bazalgette
daf10b5d71 memes 2018-07-19 15:52:19 +02:00
Morgan Bazalgette
21e3939b36 how do we not have querying by score id??? 2018-07-19 15:43:58 +02:00
Morgan Bazalgette
4470ca2e63
Add support for scores_removed 2018-06-21 22:18:48 +02:00
Morgan Bazalgette
334c409e9e
Explain why you shouldn't design APIs like Ripple's in the README 2018-06-02 20:43:11 +02:00
Morgan Bazalgette
7e531b4ff4
Restrict/lock/ban/change privs via API 2018-05-20 18:57:27 +02:00
Morgan Bazalgette
e7a15cc9bc
add POST /scores/reports 2018-05-03 22:28:38 +02:00
Morgan Bazalgette
5ed6601359
Remove 'Username change' note, because that is already handled by pep.py 2018-03-06 21:26:23 +01:00
Morgan Bazalgette
b35dd9aebf
add user score wipe
i also forgot to add agplwarning in the vendor folder haha
2018-02-25 11:30:46 +01:00
Morgan Bazalgette
741b1e0b9f
Require users to agree to license before starting the API 2018-02-04 11:54:35 +01:00
Morgan Bazalgette
77ba8aee78
lolol i forgot this 2018-01-23 22:45:59 +01:00
Morgan Bazalgette
a1eb970382 add API endpoint to retrieve user achievements 2018-01-21 21:21:46 +01:00
Morgan Bazalgette
39078d00a3 on /api/v1/scores, make users with UserManager not see scores by restricted users 2018-01-02 12:30:32 +01:00
Morgan Bazalgette
3130863456
custom rap logs 2017-12-09 09:36:00 +01:00
Morgan Bazalgette
982b9ab9f8
use coalesce rather than notes directly 2017-12-08 15:40:45 +01:00
Morgan Bazalgette
0cb01f6067
show email when token has manageusers 2017-11-21 15:53:23 +01:00
Morgan Bazalgette
8d92df534c
make /users/full show CM notes and ban date when token has PrivilegeManageUser 2017-11-20 14:33:58 +01:00
Morgan Bazalgette
366418f025
log username/country changes 2017-11-18 16:49:49 +01:00
Morgan Bazalgette
c1e892336c
create POST /api/v1/users/edit
now i need to make the docs for it kill me
2017-11-18 16:28:59 +01:00
Morgan Bazalgette
6dde2086ac
We shall never forget about #ilbagdellennepì
add support for taiko pp
2017-09-18 21:38:33 +02:00
Morgan Bazalgette
77093ebef7 add Content-Type: json to peppy methods 2017-09-03 14:35:23 +02:00
Morgan Bazalgette
73f4a888c5
Allow IN for beatmap_id, beatmapset_id, beatmap_md5 2017-08-09 23:45:45 +02:00
Morgan Bazalgette
b7c00722de
implement subscribe_mp_complete_match 2017-08-09 12:46:50 +02:00
Morgan Bazalgette
6925ce4c6e
Remove deprecated API methods 2017-07-26 19:17:25 +02:00
Morgan Bazalgette
2535a03c5f
Revert "Vendor update"
This reverts commit e5f062ee91.
2017-07-25 15:09:02 +02:00
Morgan Bazalgette
e5f062ee91
Vendor update 2017-07-25 14:58:07 +02:00
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
Morgan Bazalgette
60d48df46d
Merge branch 'oauth2' 2017-07-25 10:41:09 +02:00