Commit graph

47 commits

Author SHA1 Message Date
sorrelbri
078bbec462
Merge pull request #10 from sorrelbri/sj-namespace-socket
init namespace socket
2019-10-09 10:03:32 -07:00
sorrelbri
75e4ef40d3
Merge pull request #9 from sorrelbri/sj-room-endpoints
sj room endpoints
2019-10-09 10:02:50 -07:00
sorrelbri
5cd715c4c3
Merge pull request #8 from sorrelbri/sj-socket
implement bidrectional socketio
2019-10-09 10:00:53 -07:00
Sorrel Bri
8fdd92f1c9 init namespace socket 2019-10-09 00:20:36 -07:00
Sorrel Bri
9380f0485c debug auth 2019-10-09 00:08:37 -07:00
Sorrel Bri
8cd0856728 add rooms post route 2019-10-08 22:53:37 -07:00
Sorrel Bri
34182fdc23 stub jwt_required decorator to protect routes 2019-10-08 18:03:46 -07:00
Sorrel Bri
33584d6147 refactor api endpoints 2019-10-08 17:18:40 -07:00
Sorrel Bri
2bafe9102c add room endpoints 2019-10-08 16:56:28 -07:00
Sorrel Bri
2daacc05c9 implement bidrectional socketio 2019-10-07 16:28:11 -07:00
sorrelbri
ecf75c6bcd
Merge pull request #7 from sorrelbri/sj-socket
sj socket
2019-10-07 14:09:55 -07:00
Sorrel Bri
73a7373478 establish initial socket connection 2019-10-07 13:55:43 -07:00
Sorrel Bri
44d365199f confirm socketio run app 2019-10-07 10:19:48 -07:00
Sorrel Bri
1f877fddbe init socketio 2019-10-07 10:09:49 -07:00
sorrelbri
95f2c70c8f
Merge pull request #6 from sorrelbri/sj-auth
test authorization with user endpoint
2019-10-06 22:52:57 -07:00
Sorrel Bri
317c2c3400 test authorization with user endpoint 2019-10-06 22:51:36 -07:00
sorrelbri
0028c40825
Merge pull request #5 from sorrelbri/sj-auth
sj auth
2019-10-06 18:52:43 -07:00
Sorrel Bri
8dcb80e456 setup login 2019-10-06 15:39:22 -07:00
Sorrel Bri
5b17dedcad implement auth with username 2019-10-06 13:44:38 -07:00
sorrelbri
c59279e75e
Merge pull request #4 from sorrelbri/sj-auth
config CORS for dev
2019-10-05 23:59:55 -07:00
Sorrel Bri
257fd6a533 add username 2019-10-05 23:57:36 -07:00
Sorrel Bri
a2697b8a11 config CORS for dev 2019-10-05 23:17:13 -07:00
sorrelbri
4287766d7f
Merge pull request #3 from sorrelbri/sj-api-routes
sj api routes
2019-10-05 22:43:45 -07:00
Sorrel Bri
cc3b9eebf5 debug server problems, implement auth route 2019-10-05 22:40:02 -07:00
Sorrel Bri
7c14f451bb create app factory pattern 2019-10-05 17:49:49 -07:00
Sorrel Bri
c8d56b5e1e register auth blueprint 2019-10-04 23:29:43 -07:00
Sorrel Bri
75f244ae9f add auth routes 2019-10-04 23:25:01 -07:00
sorrelbri
63fc6b5c50
Merge pull request #2 from sorrelbri/sj-api-routes
sj api routes
2019-10-04 15:03:09 -07:00
Sorrel Bri
df04427ea0 create api blueprint 2019-10-04 15:00:47 -07:00
Sorrel Bri
836b0bb7dd config tests 2019-10-04 11:24:11 -07:00
sorrelbri
6fb4b2a278
Merge pull request #1 from sorrelbri/sj-add-models
stub models
2019-10-02 17:30:12 -07:00
Sorrel Bri
2fe0e4d78b add moves.is_pass 2019-10-02 16:48:10 -07:00
Sorrel Bri
9ce70cff4a add is_main to Move 2019-10-02 14:50:56 -07:00
Sorrel Bri
e3d47844be make db migrations 2019-10-02 13:55:09 -07:00
Sorrel Bri
56ffeb2a01 create basic TimeSettings model 2019-10-01 20:42:21 -07:00
Sorrel Bri
52ad450fb9 recreate basic Message model 2019-10-01 20:26:40 -07:00
Sorrel Bri
d6b306da99 create basic Move model 2019-10-01 20:24:15 -07:00
Sorrel Bri
a1c58e40cb create basic Message model 2019-10-01 20:18:41 -07:00
Sorrel Bri
6a91b1c08a create basic GameRoom model 2019-10-01 20:14:21 -07:00
Sorrel Bri
ac02af8cbb create basic Game model 2019-10-01 20:09:46 -07:00
Sorrel Bri
740e2b13d4 init db migrate 2019-10-01 17:08:53 -07:00
Sorrel Bri
f169a93941 stub blueprints 2019-10-01 16:32:11 -07:00
Sorrel Bri
21dbf5b8ac init modules 2019-09-28 15:53:27 -07:00
Sorrel Bri
6294e6f8fa config api 2019-09-28 14:03:27 -07:00
Sorrel Bri
aae25dedfd correct file arrangement 2019-09-27 09:19:06 -07:00
Sorrel Bri
636ffeb318 test and config api 2019-09-24 19:50:25 -07:00
Sorrel Bri
acd8604f02 initial commit 2019-09-24 19:38:31 -07:00