Commit Graph

259 Commits

Author SHA1 Message Date
Liam Westby
20afe42efb Fix FF/Win getting stuck on start game button 2019-10-09 11:22:22 -05:00
Liam Westby
5b2ba2b7e3 Fix vulnerability in handlebars 2019-10-09 11:22:22 -05:00
Ryan Esch
5666dc783c ai update 2019-10-07 15:49:58 -05:00
Andrew Guibert
86fd314fc8
Merge pull request #231 from aguibert/player-service-jdbc
Add real database to player-service
2019-10-03 13:28:31 -05:00
Andrew Guibert
c7b9f9fdea Lock into specific Liberty version in Dockerfiles 2019-10-03 12:05:42 -05:00
Andrew Guibert
0980319d63
Merge pull request #230 from aguibert/microProfile3
Update to MicroProfile 3
2019-10-02 15:33:12 -05:00
Andrew Guibert
256a785f06 Update to MicroProfile 3.0 and Jakarta EE 8 2019-10-02 11:26:33 -05:00
Liam Westby
0cc04ec099 Define inputs and outputs to frontend build 2019-09-27 10:19:57 -05:00
Liam Westby
239899ef62 Refactor update code to prevent image blinking 2019-09-18 13:27:32 -05:00
Liam Westby
8f9f95be22 Update to Angular 8 2019-09-18 12:40:46 -05:00
Liam Westby
7cbcea26d6 Prereqs to update 2019-09-18 12:31:39 -05:00
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