-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
137 lines (98 loc) · 2.8 KB
/
CHANGELOG
File metadata and controls
137 lines (98 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
1.9.0
- Update for ObsiFight v8
1.8.0
- Add GET /user/:username/money
- Add POST /user/:username/money/transfer
1.7.2
- Edit databases for V7
- Remove killstats and playerlogger
- Add currentDB variable
1.7.1
- Edit tweets liked, use timestamps
1.7.0
- Add GET /socials/twitter/tweets/liked
1.6.0
- Edit Twitter authorization process (use notification instead of save into database)
1.5.0
- Add GET /socials/twitter/authorization process
1.4.0
- Add params date & count for /sanction/[mutes|bans]
1.3.0
- Add GET /user/:username/stats with kills
1.2.0
- Add /user/compare/:username1/:username2 with commons IP/MAC adresses between 2 accounts
1.1.0
- Add webmarket + youtube remunerations for money timeline
1.0.3
- Remove /user/authenticate log
1.0.2
- Add find with uuid from POST /user/infos/username
1.0.1
- Add GET /user/uuid/from/:username
1.0.0
- Add POST /user/infos/username
1.0.0-alpha.9.3
- Fix bug when get balance on old version
1.0.0-alpha.9.2
- Add transfers money receive
1.0.0-alpha.9.1
- Fix money/timeline balance bug
1.0.0-alpha.9.0
- Add POST /user/:username/find
1.0.0-alpha.8.0
- Add GET /user/:username/money/timeline
1.0.0-alpha.7.4
- Add mac logs
1.0.0-alpha.7.3
- Use web_v6 database
1.0.0-alpha.7.2
- Use createPool instead of createConnection
- Fix on error for isBanned & isMuted actions
1.0.0-alpha.7.1
- Use createConnection instead of createPool
1.0.0-alpha.7.0
- Add GET /users/staff/
1.0.0-alpha.6.0
- Add GET /user/from/uuid/:uuid
1.0.0-alpha.5.0
- Add GET /user/:username/sanctions/banned
- Add GET /user/:username/sanctions/muted
1.0.0-alpha.4.5
- Fix bug on POST /sanction/bans (check if username is defined)
- Fix bug on POST /sanction/mutes (check if username is defined)
- Add unit tests on SanctionController
1.0.0-alpha.4.4
- Fix bug on GET /user/:username/vote/can (fix cooldown)
- End unit tests on UserController + add unit tests list on SanctionController
1.0.0-alpha.4.3
- Fix User model when user has never logged to server (logblock id)
- Add unit tests for User GET /user/:username
1.0.0-alpha.4.2
- Add mocha + chai + chai http for unit tests
- Add unit tests for AuthController
1.0.0-alpha.4.1
- Use pooling for database connection
- Add console.error when reach an internal error
1.0.0-alpha.4.0
- Add GET /sanction/mutes/<id>
- Add POST /sanction/mutes
- Add PUT /sanction/mutes/<id>
- Add GET /sanction/mutes
1.0.0-alpha.3.0
- Add POST /user/authenticate
1.0.0-alpha.2.0
- Add GET /user/<username>/sanctions
- Add User.getUUIDFromUsername()
1.0.0-alpha.1.0
- Add GET /sanction/bans/<id>
1.0.0-alpha.0.3
- Add POST /sanction/bans
1.0.0-alpha.0.2
- Add PUT /sanction/bans/<id>
- Set req.api.user.id on auth.js
- Add orderBy on bans list after formatting
1.0.0-alpha.0.1
- Add GET /sanction/bans
- Handle old username for GET /user/<username>
1.0.0-alpha
- First release