Commit Graph

425 Commits

Author SHA1 Message Date
Colin McDonald f8b8f27de4 Bump vert.x versiont to 3.3.0 2016-06-23 22:34:20 -04:00
Colin McDonald ddd0e0159a Integrate user logins with MaxMind, and deny access to users on VPNs 2016-06-23 13:31:44 -04:00
Colin McDonald 4e00381e50 Always use HTTPS when communicating with the Mojang api 2016-06-23 13:30:33 -04:00
Colin McDonald 2e439a5b18 Add defaults to MaxMind result parsing 2016-06-23 13:29:27 -04:00
Colin McDonald 61197b1050 Remove bugsnag, with all async code it serves little to no purpose 2016-06-23 01:01:54 -04:00
Colin McDonald 66b2fc5951 Make GET /dumps' background thread use the Vert.x scheduler instead of being a standalone thread 2016-06-23 00:59:18 -04:00
Colin McDonald 43b59dcf2c Move HttpClient/RedisClient from APIv3.java to their relevant util classes 2016-06-23 00:58:42 -04:00
Colin McDonald 23b9d81923 Make BugsnagSlf4jLogger final 2016-06-23 00:57:33 -04:00
Colin McDonald 8c67a1bc54 Optimize imports 2016-06-23 00:56:57 -04:00
Colin McDonald 5310a0c6c4 Remove notes about using an array for scopes in POST /grants, it's already been done 2016-06-23 00:56:43 -04:00
Colin McDonald b291e9e13b Convert more routes to use body fields instead of query params 2016-06-23 00:56:04 -04:00
Colin McDonald c00b424fe8 Allow specifying the user to search for in GET /auditLog, /punishments, /grants, and /ipBans 2016-06-23 00:54:40 -04:00
Colin McDonald 2eeabf7ef8 Remove note regarding async inserts - Vert.x's CompositeFuture's methods don't allow clean integration, and it isn't worth the development time to adapt it. 2016-06-23 00:52:42 -04:00
Colin McDonald 86a7504af6 Optimize imports 2016-06-22 19:47:08 -04:00
Colin McDonald 9f2e4a63f0 Convert MaxMindResult's subdivisions to a list 2016-06-22 19:45:49 -04:00
Colin McDonald 5c3274d483 Swap Mongo's Document for Vert.x's JsonObject 2016-06-22 19:44:39 -04:00
Colin McDonald 2bdd54836d Convert a few routes to use body parameters instead of query params 2016-06-22 18:13:09 -04:00
Colin McDonald 152492eb06 Remove debug 2016-06-22 17:36:20 -04:00
Colin McDonald d47b0a6170 Part 2 of the big "make this closer to a RESTful api" commit [Doesn't compile] 2016-06-22 17:14:51 -04:00
Colin McDonald 8ade7066f9 Part 1 of the big "make this closer to a RESTful api" commit 2016-06-21 17:08:17 -04:00
Colin McDonald 217683407e Add bugsnag TODO in ErrorUtils#respondInternalError 2016-06-21 17:07:23 -04:00
Colin McDonald 7b594d695b Convert MaxMindTraits' user_type to an enum 2016-06-21 17:06:34 -04:00
Colin McDonald d261ef507a Add note to V2Importer regarding possible future optimization 2016-06-21 17:02:20 -04:00
Colin McDonald a0188e2d8c Move permissions check from UserActor to ActorAttributeHandler to make the async conversion easier 2016-06-21 17:01:59 -04:00
Colin McDonald fddb61b00e Remove com.indeed:java-dogstatsd-client from pom.xml, it's no longer used 2016-06-21 17:00:44 -04:00
Colin McDonald 825e1c586e Only create ip bans for bans and blacklists, not all punishments. Closes #22 2016-06-21 10:50:59 -04:00
Colin McDonald 4ba3dcd907 Redo email / user registration to make a lot more sense. Closes #14 and closes #15 2016-06-21 01:39:14 -04:00
Colin McDonald 63384231c2 Partially complete POST /user/:id/changePassword. Still requires TOTP integration 2016-06-21 01:31:48 -04:00
Colin McDonald 0d656ab96d Properly register GET /user/:id/requiresTOTP as an async handler 2016-06-21 01:20:43 -04:00
Colin McDonald d466abe113 Fix our response to internal errors in GET /user/:id/requiresTOTP 2016-06-21 01:20:01 -04:00
Colin McDonald 1eb09b9714 Remove bad password list (for now) -- we'll eventually come back and implement this in a better way 2016-06-21 01:18:38 -04:00
Colin McDonald a5acd2c9ff Move GET /user/:id/requiresTOTP logic into User to make future expansion easier 2016-06-21 01:18:06 -04:00
Colin McDonald 39f0b7d665 Create GET /emailToken/:emailToken/owner to retrieve an email token's owner, rename POST /user/confirmRegister/:emailToken: to POST /emailToken/:emailToken/confirm. Closes #16 2016-06-21 01:00:03 -04:00
Colin McDonald 3bc703384b Try-catch MojangUtils#getName and a portion of POST /server/heartbeat to make debugging easier 2016-06-21 00:58:49 -04:00
Colin McDonald 27b98d3b69 [Part 3] Fix git file names 2016-06-20 02:30:52 -04:00
Colin McDonald a2afa686a2 [Part 3] Fix git file names 2016-06-20 02:30:13 -04:00
Colin McDonald 02d97dd24d [Part 2] Fix git file names 2016-06-20 02:28:50 -04:00
Colin McDonald 16ccd67183 [Part 1] Fix git file names 2016-06-20 02:27:57 -04:00
rbrick 3d71300621 Add User's UUID to the response of UserVerifyPassword ( #17) 2016-06-20 00:11:59 -05:00
Jonathan Halterman 8cc20089da Merge pull request #19 from FrozenOrb/experimental
Experimental
2016-06-19 22:08:30 -07:00
Jonathan Halterman 0d14f6ddc0 Merge pull request #21 from FrozenOrb/revert-20-develop
Revert "Add User's UUID to the response of UserVerifyPassword"
2016-06-19 22:07:57 -07:00
Jonathan Halterman 920c7f84c6 Revert "Add User's UUID to the response of UserVerifyPassword" 2016-06-19 22:07:49 -07:00
Jonathan Halterman 33082435f1 Merge pull request #20 from FrozenOrb/develop
Add User's UUID to the response of UserVerifyPassword
2016-06-19 21:57:33 -07:00
rbrick a498416527 Add User's UUID to the response of UserVerifyPassword 2016-06-19 22:30:49 -05:00
Colin McDonald 56487b04a7 Add loader.io verification 2016-06-18 10:03:31 -04:00
Colin McDonald 9054974f55 Change /user/:id/verifyPassword back to a GET, allow email+username as ids as well 2016-06-17 20:47:59 -04:00
Colin McDonald 22f3b3dd72 Implement MaxMind data into the API, add GET /ip/:id/intel. Closes #3 2016-06-17 19:19:01 -04:00
Colin McDonald 8d77802cde Print stack traces for internal errors 2016-06-17 19:18:27 -04:00
Colin McDonald b98dcd0a83 Change /user/:id/verifyPassword from a GET to a POST (this will probably be undone later) 2016-06-17 19:17:50 -04:00
Colin McDonald 99b30ef290 Map coowner -> owner in grant conversions 2016-06-17 19:16:03 -04:00