Commit graph

60 commits

Author SHA1 Message Date
ScrawnyRonnie 4fbdd3ade2
Merge pull request #44 from ScrawnyRonnie/master
Add Kills Leaderboard and Tidy Up
2024-03-18 21:22:50 -04:00
ScrawnyRonnie d6c50014dc add kills and tidy up 2024-03-18 21:15:42 -04:00
ScrawnyRonnie 37ffae98d2
Merge pull request #43 from ScrawnyRonnie/master
Leaderboard and Weapon Stats
2024-03-17 06:51:18 -04:00
ScrawnyRonnie 67708b166d leaderboard and weapon stats 2024-03-16 19:10:16 -04:00
Mazo bd5e3c9043
Merge pull request #10 from GeekOfWires/master
Introduce API for Avatars
2020-10-29 21:02:05 +00:00
GeekOfWires 7e054a33f3
Merge pull request #1 from GeekOfWires/api-stats-avatar
API for Avatar Stats
2020-09-20 05:28:37 -04:00
GeekOfWires bc8a49fbe9 Finally, tell Express to include the stats API route for stats 2020-09-20 05:19:54 -04:00
GeekOfWires 4b314a147d Added API get for character sorted by CEP stats 2020-09-20 05:18:09 -04:00
GeekOfWires 45de4d3ecf Added API get for character sorted by BEP stats 2020-09-20 05:17:47 -04:00
GeekOfWires 623bd5a0d2 Added basic API for character stats 2020-09-20 05:17:08 -04:00
GeekOfWires 10114899f3 Added Object.freeze for Avatar 2020-09-20 05:16:16 -04:00
GeekOfWires 2eef36ddcb Added basic SQL query 2020-09-20 05:15:17 -04:00
Mazo 89555a4582
Merge pull request #9 from psforever/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-09-12 11:11:11 +01:00
dependabot[bot] 3acb7785a4
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 18:42:00 +00:00
Mazo 01d9806ef5
Merge pull request #1 from psforever/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
2020-08-26 23:35:44 +01:00
Mazo a005535059
Merge pull request #4 from psforever/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-08-26 23:35:12 +01:00
Mazo 9fccc7c702
Merge pull request #5 from psforever/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-08-26 23:34:44 +01:00
Mazo 6d46d1ea2f
Merge pull request #6 from psforever/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-08-26 23:34:19 +01:00
Mazo 10b075ed78
Merge pull request #8 from jgillich/master
Update db schema, fix broken /stats route
2020-08-26 23:33:52 +01:00
Jakob Gillich 73c7a387ac
Update db schema, fix broken /stats route 2020-08-26 18:55:35 +02:00
dependabot[bot] 210cad4d75
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 21:41:15 +00:00
dependabot[bot] ff836ffebb
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 09:22:40 +00:00
dependabot[bot] eb479fb2a5
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 03:54:16 +00:00
Chord 24e264d229 Temporarily disable registration/login for non gm 2020-05-17 17:04:19 +02:00
Chord 5e54cae329 Minor frontend improvements 2020-05-17 17:03:53 +02:00
Chord f2be2504b9 Cleanup setInterval on Home page 2020-05-14 20:22:13 +02:00
Chord e5fadd5891 Fix hover links being too dark 2020-05-14 19:54:36 +02:00
Chord 4e567c7960 Version 1.0.1 2020-05-14 19:52:08 +02:00
Chord e17aeaea46 Fix missing online players bug 2020-05-14 19:52:00 +02:00
Chord 9556b6df9b Add dev-only components list /components 2020-05-14 19:51:42 +02:00
Chord 9e54b5f3b8 Improve home page layout and CharacterLinks 2020-05-14 19:51:22 +02:00
Chord 3a45eb300b Frontend CSS styling 2020-05-14 19:49:48 +02:00
Chord 74c8365682 Improve Faction colors for EmpireStats 2020-05-14 19:48:44 +02:00
Chord 26f743d907 Auto-refresh player list + empire stats 2020-05-13 22:57:07 +02:00
Chord 96fcbba812 Make EmpireStats show current players 2020-05-13 21:00:38 +02:00
Chord 482b499fec Use concurrently for dev work 2020-05-12 23:48:34 +02:00
Chord 1e34cbdfb0 Add PsAdmin support to get player list 2020-05-12 23:08:06 +02:00
dependabot[bot] 8803d9f679
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-18 19:04:37 +00:00
Chord d616a57404 Add package-lock file 2020-04-18 21:03:39 +02:00
Chord 14fa1e49d4 Add database migration for session portals 2020-04-18 20:35:39 +02:00
Chord 18072ad62f Add eslint and fix issues 2020-01-12 08:19:39 +01:00
Chord 5be2397fe5 Remove apache-like logging (handled by reverse proxy) 2020-01-10 16:12:34 +01:00
pschord 56da5892b1
Update README.md 2020-01-09 18:27:56 -05:00
pschord 95d4c15b3c
Update README.md 2020-01-09 18:27:36 -05:00
Chord f96b37aad3 Fix admin/session middleware to prevent casade on to later routes 2020-01-09 21:22:07 +01:00
Chord bed14bdb86 Improve DB README 2020-01-07 19:21:12 +01:00
Chord ac9e4f0aee Clarify development setup 2020-01-07 18:57:56 +01:00
Chord e03338bf70 Update copyright year 2020-01-03 20:29:36 -05:00
Chord c54b163be2 Enable sorting of account list by column 2019-12-31 15:25:35 -05:00
Chord 5c11393dae PaginatedList: Fix NaN check on param, remove debug logs 2019-12-31 09:57:47 -05:00