1
0
mirror of synced 2024-11-24 06:50:15 +01:00
Commit Graph

521 Commits

Author SHA1 Message Date
S-Sebb
e3d78b80d5 Implemented reset password button if logged in as admin user 2023-12-19 00:12:48 +00:00
S-Sebb
4ab41ea9f3 Fix wrong direct link when changing password in admin mode 2023-12-18 21:44:56 +00:00
S-Sebb
471c6d5ef1 Removed admin username and password from config, added IsAdmin flag to userDatum, implemented changing password 2023-12-18 19:49:10 +00:00
S-Sebb
0fbdfae3a8 Merge branch 'CHN' of https://github.com/asesidaa/TaikoLocalServer into CHN 2023-12-16 23:49:05 +00:00
S-Sebb
2d17d8bba6 Fixed the problem where empty new accesscodes can be bound on webUI 2023-12-16 23:48:42 +00:00
95564db343 Fixed some more texture names
Missed a few :))
2023-12-15 15:14:02 +01:00
dd0823e0fa
Merge branch 'asesidaa:master' into profile-visualizer 2023-12-12 23:53:34 +01:00
a69491f6f1 Fixed a small typo in Profile.razor 2023-12-12 12:57:08 +01:00
4495ee81c9 Merge remote-tracking branch 'upstream/CHN' into profile-visualizer 2023-12-12 12:48:48 +01:00
271048ab6a Fixed scoreboard text update issue
The scoreboard now properly updates when a new difficulty is selected.

Setting it to "Difficulty.None" defaults to the highest difficulty the player currently has Ranks / Crowns for.

Also removed a bunch of css from the profile.razor file and moved it to a style in app.css.
2023-12-12 12:45:14 +01:00
5169d30c11 Fixed filename capitalization of assets
This would cause images to not display properly on linux.
2023-12-11 16:14:10 +01:00
6f3052c69b Achievement Board now has numbers on it
Placement of each score has been done, It still doesn't update properly but the values are properly set. Just need to figure out a way to rerender the scoreboard
2023-12-11 16:14:09 +01:00
asesidaa
2807a3249c Merge branch 'CHN' of https://github.com/asesidaa/TaikoLocalServer into CHN 2023-12-08 15:46:28 +08:00
asesidaa
b0b3ba7fd7 Unlock tone when selected 2023-12-08 15:45:32 +08:00
Yuchen Ji
9f9abcc170 Unlock tone when selected 2023-11-29 03:28:29 +08:00
esuo1198
66eb2a06c3 Fix error that occurred when creating a new card 2023-11-17 16:49:19 +09:00
S-Sebb
3fc8134d5b Fix problem with mobile view time selection 2023-11-13 14:38:10 +00:00
S-Sebb
b612c56f5b Fixed login page mobile view layout issue 2023-11-13 13:50:02 +00:00
S-Sebb
a41b144910 Fixed some mobile view layout issues 2023-11-13 13:15:45 +00:00
S-Sebb
509ac85718 Add registering with last play date time, add disabling free profile editing 2023-11-12 23:12:54 +00:00
S-Sebb
293f162b3f Add webUI apis to manager user's access codes, take 2 2023-11-12 17:56:57 +00:00
S-Sebb
de1671aac9 Revert "Add webUI apis to manager user's access codes"
This reverts commit c1cac55683.
2023-11-12 17:41:36 +00:00
S-Sebb
c1cac55683 Add webUI apis to manager user's access codes 2023-11-12 17:34:33 +00:00
S-Sebb
38374fe017 Change database foreign key relationship 2023-11-11 23:12:26 +00:00
S-Sebb
cae9f09f15 Add credential table, refactored related webUI code 2023-11-11 21:04:11 +00:00
S-Sebb
f8378e5a14 Merge branch 'CHN' of https://github.com/asesidaa/TaikoLocalServer into CHN 2023-11-06 10:22:46 +00:00
S-Sebb
7ec3513a70 Updated readme 2023-11-05 22:42:40 +00:00
9bfae2a56c Added Achievement Board
Still has no logic for default (Highest difficulty played) option, doesn't display any numbers yet but divs are placed at the right place already.
2023-11-02 17:25:43 +01:00
asesidaa
e30b7a7e55
Merge pull request #23 from AkaiiKitsune/profile-visualizer
Added Profile visualizer
2023-11-02 20:03:45 +08:00
0010a3eb34 Added Profile visualizer
Dan graphic still isn't displayed but disabling dan display on the nameplate updates the name disposition properly

Still haven't figured where the texture for AI 2, 3 and 4 are; useable in it's current state
2023-11-02 12:43:27 +01:00
S-Sebb
46bfe97cb8 Merge branch 'CHN' of https://github.com/asesidaa/TaikoLocalServer into CHN 2023-10-27 18:26:44 +01:00
S-Sebb
1b92beef84 Remove code for private use, sorry for this 2023-10-27 18:26:37 +01:00
shiibe
58ea000086 Fix: Copy appsettings.json to wwwroot on build 2023-10-27 01:38:31 -04:00
asesidaa
c86e4dfd13 Fix sentinel types
Fix warnings
Require admin
2023-10-21 19:33:00 +08:00
asesidaa
c6ee1a6afe Suppress Sentinel warnings 2023-10-21 14:36:23 +08:00
S-Sebb
718eb7b881 Updated readme documents a bit 2023-10-18 12:15:42 +01:00
esuo1198
7351424e71 Fix SongBestDatum tracking conflict issue 2023-10-18 06:23:52 +09:00
esuo1198
568cb5cd5a Implemented Gaiden record saving 2023-10-17 22:27:25 +09:00
asesidaa
3461cd8b22 Test add dan type 2023-10-17 18:57:56 +08:00
asesidaa
ae8cd7829a Prepare for release 2023-10-17 14:22:16 +08:00
asesidaa
2c1098389b
Update README.md 2023-10-17 13:29:26 +08:00
esuo1198
6035af76ec Fix MUSIC_ID_MAX value 2023-10-16 21:46:22 +09:00
asesidaa
c843696188
Merge pull request #21 from asesidaa/separate-datatable
Separate datatable folder
2023-10-16 19:50:46 +08:00
esuo1198
6522005893 Separate datatable folder 2023-10-16 19:59:55 +09:00
asesidaa
e88ac1fe42
Update README.md 2023-10-16 18:05:02 +08:00
asesidaa
c1ce9b7e81
Update README.md (with todos) 2023-10-16 18:03:54 +08:00
S-Sebb
68b485805b Changed readme a bit 2023-10-16 10:54:27 +01:00
asesidaa
05e43bfd2e
Merge pull request #20 from asesidaa/CHN
Merge from TaikoLocalServer-CHN repo
2023-10-16 17:42:53 +08:00
S-Sebb
df2c8024ea Merge from TaikoLocalServer-CHN repo 2023-10-16 10:38:27 +01:00
S-Sebb??
f3b77e1974
Merge pull request #1 from esuo1198/Seb
Seb
2023-10-16 10:28:48 +01:00