Commit Graph

248 Commits

Author SHA1 Message Date
Liam Westby
3bb1a83206 Fix audit vulns 2019-09-18 12:06:59 -05:00
Liam Westby
55edbbc060 Bump gradle node plugin to 1.3.1 2019-09-18 12:06:39 -05:00
Liam Westby
2fb035ddd3 Force party code to uppercase and trim 2019-09-11 14:24:20 -05:00
Liam Westby
d151376999 Hide horizontal overflow on login page
Should never need to scroll horizontally anyway, even an iPhone SE doesn’t.
2019-09-11 13:46:21 -05:00
Liam Westby
3bb9be4ebe Tweak animations on login screen 2019-08-09 12:22:33 -05:00
Liam Westby
50c9e7d062 Clean up CSS
Edge doesn’t support alpha in hex…
2019-07-01 15:39:19 -05:00
Liam Westby
dfd7b1428c Update app icon assets 2019-07-01 15:39:19 -05:00
Liam Westby
0e1e457fe4 Refactor styles to use scss features 2019-07-01 15:39:19 -05:00
Liam Westby
dea4716ca8 Refresh look of login page 2019-07-01 15:39:19 -05:00
Liam Westby
5c8bdc899e Update login with branding and refreshed look 2019-07-01 15:39:19 -05:00
Andrew Guibert
75a8e029fe Add Prometheus and Grafana for monitoring dashboard 2019-06-19 13:47:33 -05:00
Andrew Guibert
ae2b45fd69 Update to Java 11 and MicroProfile 2.2 2019-05-30 13:14:10 -05:00
Andrew Guibert
0e1148f5b2 Untrack various eclipse files 2019-05-30 12:36:54 -05:00
Liam Westby
4d473f8a5b Fix “undefined is not an object” after logout 2019-05-28 13:14:11 -05:00
Liam Westby
a0911c7b3e Remove redundant onclick handlers 2019-05-28 13:12:54 -05:00
Liam Westby
6604eafd8e Update Angular 7 to resolve vulns 2019-05-24 11:23:46 -05:00
orcook
1e790138d5 Enable WASD to move bike 2019-05-08 09:28:35 -05:00
Liam Westby
6e12dc135b Fix dockerfiles to run with nonroot OL container 2019-04-04 09:53:50 -05:00
Liam Westby
90745bf77f Prepare for using environment variables for config 2018-11-16 08:56:27 -06:00
Liam Westby
19a0f8ef4c Add EXPOSE directives 2018-11-16 08:56:27 -06:00
Liam Westby
8e386b51db Create docker files and docker-compose file 2018-11-16 08:54:49 -06:00
Liam Westby
a8efdcc5c5 Fix spurious requeue button during pregame 2018-10-19 16:20:49 -05:00
Liam Westby
0b8bb662ce
Merge pull request #166 from realModusOperandi/party-code
Party code hiding
2018-10-19 15:23:51 -05:00
Andrew Guibert
436f2e897a
Merge pull request #165 from aguibert/bugfixes-20181019
Bugfixes 20181019
2018-10-19 15:23:40 -05:00
Liam Westby
18bc8a8033 Show URL in place of game code in single party 2018-10-19 15:17:39 -05:00
Liam Westby
74e5405b0e Hide party code in queue message for single party 2018-10-19 15:16:34 -05:00
Ryan Esch
a97f5bca87 allow special characters in player names 2018-10-19 14:32:59 -05:00
Andrew Guibert
5c0f8b8a40 Use external IP address for open task 2018-10-19 12:04:27 -05:00
Andrew Guibert
ab54fe6682 Fix bug cleaning state in logout 2018-10-19 12:02:46 -05:00
Andrew Guibert
412cf91f1a Clear out all state when logout is pressed 2018-10-19 10:30:59 -05:00
Andrew Guibert
6dc84d209b Print external URL for frontend during build 2018-10-19 10:11:26 -05:00
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