LumaLivy
|
ed1eac696a
|
Fix error codes 403->400
|
2021-11-20 04:37:11 -05:00 |
|
LumaLivy
|
abfb1c4cd8
|
Remove pointless .asEnumerable()
|
2021-11-20 04:34:03 -05:00 |
|
LumaLivy
|
1bea8f9017
|
Add most of the remaining community slot categories
|
2021-11-20 04:23:42 -05:00 |
|
jvyden
|
f7cea5bec2
|
Pin footer to bottom of page
|
2021-11-20 02:56:55 -05:00 |
|
jvyden
|
bf759713bd
|
Add authentication page
|
2021-11-20 02:54:22 -05:00 |
|
jvyden
|
bb742cfbbc
|
Log in user after registering
|
2021-11-20 02:35:50 -05:00 |
|
jvyden
|
f005aca48c
|
sha256 passwords client-side before sending (why didn't I do this before?)
|
2021-11-20 02:21:42 -05:00 |
|
jvyden
|
8d01130ce2
|
update datasources
|
2021-11-20 02:01:48 -05:00 |
|
jvyden
|
ef76332fdb
|
Add logout page
|
2021-11-20 01:50:18 -05:00 |
|
jvyden
|
ff823b5ae6
|
Rename Game authentication methods as such
|
2021-11-20 01:21:31 -05:00 |
|
jvyden
|
21fd62ac1c
|
Add WebTokens, send cookie on successful login
|
2021-11-20 00:59:16 -05:00 |
|
jvyden
|
d11309b027
|
Rename Token to GameToken
|
2021-11-20 00:27:39 -05:00 |
|
jvyden
|
bb4cecee2e
|
Actually verify the password on login
|
2021-11-20 00:13:11 -05:00 |
|
jvyden
|
d96f084322
|
Add (working) Register Form
|
2021-11-19 23:55:40 -05:00 |
|
LumaLivy
|
a7443c16a0
|
Messed up merge conflict? Fixed
|
2021-11-19 23:38:22 -05:00 |
|
LumaLivy
|
0ce784b4ec
|
DB Migrations
|
2021-11-19 23:35:11 -05:00 |
|
jvyden
|
fc040dec50
|
Add (non-functional) login form
|
2021-11-19 22:16:42 -05:00 |
|
jvyden
|
0073461e97
|
Add modified warning to page footer
|
2021-11-19 22:06:05 -05:00 |
|
jvyden
|
a31085c08a
|
Add page navigation bar
|
2021-11-19 22:00:08 -05:00 |
|
jvyden
|
4738684f6e
|
Add BaseLayout
All pages should be using this.
|
2021-11-19 21:51:33 -05:00 |
|
LumaLivy
|
ea1fc586dd
|
Merge branch 'main' of github.com:LumaLivy/project-lighthouse
|
2021-11-19 21:50:08 -05:00 |
|
LumaLivy
|
e82c2afbe4
|
Merge branch 'main' of https://github.com/LBPUnion/project-lighthouse
|
2021-11-19 21:49:27 -05:00 |
|
LumaLivy
|
5326ad4dea
|
Fix misleading variable name
|
2021-11-19 21:47:32 -05:00 |
|
LumaLivy
|
fde5505b5f
|
Add basic level review support
|
2021-11-19 21:47:08 -05:00 |
|
jvyden
|
0d5139489a
|
Add razor page support
|
2021-11-19 21:35:15 -05:00 |
|
jvyden
|
443bb1fc02
|
Increase player timeout to 5 minutes
|
2021-11-19 20:38:29 -05:00 |
|
jvyden
|
325d55e458
|
Make player timeout 2 minutes
|
2021-11-19 15:46:24 -05:00 |
|
jvyden
|
8703a39100
|
Add InfluxLogger for Kettu, log slot counts
|
2021-11-19 02:21:49 -05:00 |
|
jvyden
|
3c42c0cf55
|
InfluxDB Logging support
|
2021-11-19 01:45:47 -05:00 |
|
jvyden
|
0ada6efe45
|
Fix ShouldReturnForbiddenWhenNotAuthenticated tests
|
2021-11-19 00:45:59 -05:00 |
|
jvyden
|
cbe8fbc2b4
|
Fix unit tests breaking due to config changes
|
2021-11-19 00:42:46 -05:00 |
|
jvyden
|
177befde91
|
Add DbConnectionString to config
|
2021-11-19 00:25:41 -05:00 |
|
jvyden
|
76aeb54da0
|
Add dirty commit warning
|
2021-11-19 00:22:14 -05:00 |
|
jvyden
|
479057fdcc
|
Add ability for git version/branch to be embedded in builds of lighthouse
|
2021-11-19 00:18:21 -05:00 |
|
jvyden
|
f636fcb3d7
|
Add config loading, saving, and upgrading
|
2021-11-18 23:42:15 -05:00 |
|
jvyden
|
5de122f1d5
|
Rename ServerSettings to ServerStatics
|
2021-11-18 23:04:33 -05:00 |
|
jvyden
|
2f817f9aa8
|
Remove AllowSynchronousIOAttribute
|
2021-11-18 23:01:27 -05:00 |
|
LumaLivy
|
42f25fd2cc
|
Merge branch 'LBPUnion:main' into main
|
2021-11-18 19:34:53 -05:00 |
|
jvyden
|
249b1d582c
|
Fix ShouldOnlyShowUsersLevels test
|
2021-11-18 19:34:28 -05:00 |
|
jvyden
|
09c72eb9c2
|
Implement file hashing on upload
Closes #25
|
2021-11-18 19:30:37 -05:00 |
|
jvyden
|
4542bd3313
|
Add Clear Queued Levels endpoint
Closes #43
|
2021-11-18 18:56:21 -05:00 |
|
jvyden
|
616649e96a
|
Implement sizeOfResources in Slot
Closes #45
|
2021-11-18 18:51:51 -05:00 |
|
jvyden
|
eb0d91914c
|
Revert "Add string.ToSafeXml()"
This reverts commit 5d40c42c57 .
|
2021-11-18 18:38:27 -05:00 |
|
jvyden
|
5d40c42c57
|
Add string.ToSafeXml()
May resolve #61
|
2021-11-18 18:33:39 -05:00 |
|
jvyden
|
b0b35d6ae8
|
Add section on running tests to readme
|
2021-11-18 18:27:29 -05:00 |
|
jvyden
|
dc429f2c8a
|
Use im-open/process-dotnet-test-results@v2.0.1
|
2021-11-18 15:31:37 -05:00 |
|
jvyden
|
2d4dc14f93
|
Fix ShouldOnlyShowUsersLevels test
|
2021-11-18 15:27:20 -05:00 |
|
LumaLivy
|
93fe204563
|
Merge branch 'LBPUnion-main'
|
2021-11-18 15:16:39 -05:00 |
|
LumaLivy
|
1768912bc8
|
Merge branch 'main' of https://github.com/LBPUnion/project-lighthouse into LBPUnion-main
|
2021-11-18 15:15:32 -05:00 |
|
jvyden
|
e4bb16100d
|
Fix tests ..ish.
|
2021-11-18 15:08:51 -05:00 |
|