Commit Graph

217 Commits

Author SHA1 Message Date
Liam Westby
328b789d59 Convert buttons to be contextual 2018-10-18 15:01:04 -05:00
Liam Westby
cacbbf4b0b Enable enter key to trigger associated button 2018-10-18 10:15:46 -05:00
Liam Westby
f6e7a71e91 Adjust conditions for showing requeue button 2018-10-17 18:24:27 -05:00
Liam Westby
96adc9dee3 Disable all buttons when redirecting to SSO
Since it takes a long time and we don’t want anyone to click away in the meantime
2018-10-17 13:22:51 -05:00
Liam Westby
eab6675fa8 Update bootstrap to 4.1.2
Resolves reported vulnerability
2018-10-17 12:24:01 -05:00
Liam Westby
e37991891e Hide buttons that don’t apply in single party mode 2018-10-17 12:16:09 -05:00
Liam Westby
a33dc9f824
Merge pull request #154 from realModusOperandi/frontend-cleanup
Frontend cleanup
2018-10-17 09:20:21 -05:00
realModusOperandi
47abe4c6bd Apply tslint suggestions
No tslint suggestions remain
2018-10-17 08:52:10 -05:00
realModusOperandi
b2d52ca0dc Update dependencies
This resolves many vulnerabilities identified by npm.
2018-10-17 08:52:10 -05:00
Andrew Guibert
91fd77d640 Ensure quickplay button shows up on mobile 2018-10-16 17:43:00 -05:00
Andrew Guibert
35db2bc45b Change REST endpoints to conform to RESTful standards 2018-10-16 16:07:54 -05:00
Liam Westby
5b947b3a08 User feedback for SSO options check 2018-10-16 12:23:48 -05:00
Andrew Guibert
237dc1475a Add MP OpenAPI for web-based REST API ui 2018-10-16 12:03:09 -05:00
Andrew Guibert
30c210d1f5 Prevent host countdown from going negative 2018-10-16 08:37:14 -05:00
Andrew Guibert
186e2e8b59 Enforce that members in queue are unique 2018-10-16 08:17:12 -05:00
Andrew Guibert
b78a9d60c8 Enforce single party on frontend in single party mode 2018-10-15 21:01:05 -05:00
Andrew Guibert
784826e3ff Disable SSO options that are not configured 2018-10-15 15:25:11 -05:00
Andrew Guibert
d93565f106 Add size=3 glowing border to game board 2018-10-15 14:40:36 -05:00
Andrew Guibert
6c74698f02 Single party deployments 2018-10-15 14:14:34 -05:00
Andrew Guibert
fff3388b62 Include entire config dir in server archive package 2018-10-03 15:56:00 -05:00
Andrew Guibert
8dc27c48a6 Install features by name instead of through server.xml 2018-10-03 13:46:17 -05:00
Andrew Guibert
05d1f4f79f Set WLP_USER_DIR in CF deployment script 2018-10-03 13:18:21 -05:00
Andrew Guibert
8f094ac5c4 Adjust script paths based on /Users/aguibert value 2018-10-03 11:11:25 -05:00
Andrew Guibert
6e53b5a4a0 Add deployment scripts for Cloud Foundry environment 2018-10-03 10:42:16 -05:00
Andrew Guibert
a6bf535464 Remove BAM sound 2018-06-29 10:27:36 -05:00
Liam Westby
4a8c0620d3 Accommodate longer body strings 2018-06-04 10:26:39 -05:00
Liam Westby
94585fad5c Bigger get ready countdown 2018-06-04 10:00:44 -05:00
Liam Westby
7dbe318f58 Rearrange leaderboard order 2018-06-04 09:58:58 -05:00
Liam Westby
8a7ddfc8b1 Show the winner at the end of the match 2018-06-03 20:36:43 -05:00
Liam Westby
721a9e360a Display "Get ready" portion of countdown 2018-06-03 17:26:08 -05:00
Liam Westby
b19b60cd8d Remove bar-type overlay
If I have any use for this it'll still be here in the history
2018-06-03 17:25:39 -05:00
Liam Westby
7bb22ab2bd Show countdown while waiting for players 2018-06-03 16:47:45 -05:00
Liam Westby
bc14eb08fe Create primitives for overlay messages 2018-06-01 16:36:41 -05:00
Liam Westby
5c778e275e Add bikes of different colors 2018-05-31 16:48:24 -05:00
Liam Westby
6011ca2532 Use SCSS features to clean up CSS 2018-05-30 08:47:18 -05:00
Liam Westby
cc1ec68177 Fix header alignment (all platforms) and top 3 text color (Edge) 2018-05-30 08:29:49 -05:00
Liam Westby
ab09bc0731 Prominently display top 3 leaders in each category 2018-05-29 17:06:04 -05:00
Liam Westby
1fdac8b6f7 Add percent sign back in to ratio 2018-05-29 17:06:04 -05:00
Liam Westby
fbfb748f8b Horizontal animation 2018-05-29 17:06:04 -05:00
Liam Westby
cfb0487b26 Fix tslint problems 2018-05-26 11:05:40 -05:00
Liam Westby
54bae8882f Rotating leaderboard that's readable far away 2018-05-25 13:21:16 -05:00
Andrew Guibert
96ac696764
Merge pull request #119 from aguibert/twitter-auth
Twitter auth option
2018-05-24 08:34:30 -05:00
Andrew Guibert
e226cca7cf Fix getJWTInfo error on page load 2018-05-24 08:22:45 -05:00
Andrew Guibert
dba5e22c42 Prevent multiple players with the same ID from joining the same round 2018-05-23 19:59:09 -05:00
Andrew Guibert
c0454efede Twitter auth option 2018-05-23 18:11:37 -05:00
Andrew Guibert
88bf2f5afa
Merge pull request #118 from aguibert/github-auth
GitHub auth option
2018-05-23 16:02:32 -05:00
Liam Westby
a93add7867 Create site favicons 2018-05-23 14:39:39 -05:00
Liam Westby
a3cf71e979
Merge pull request #115 from realModusOperandi/new-icon
Update icon on login screen
2018-05-23 13:55:52 -05:00
Ryan Esch
1dbac52f33 auto start and reduce end timer 2018-05-23 13:47:43 -05:00
Andrew Guibert
2320d5d4ab Implement GitHub SSO option 2018-05-23 12:44:18 -05:00