05ac596fa2
Some more readme changes
...
Updating the docs with up to date informations (for 39.06)
2024-11-13 11:40:41 +01:00
70288cd6bb
Update event_folder_data.json
...
The file was using Omnimix IDs causing empty entries on clean dumps of the game.
The consensus is the server should be working perfectly with clean copies and not modified versions so the new file reflects the official 39.06 folders. Many thanks to @CottonGuard who watched a ton of youtube stream replays to fill those folders properly!
2024-11-12 17:29:39 +01:00
ec8ceebf12
README Overhaul, added DisplayUnplayedDans option
...
You can now hide all unplayed dan entries.
2024-11-12 17:16:04 +01:00
e4606c3d8b
Added a bit of documentation for the server datatables
2024-11-11 17:02:49 +01:00
RyuMiyaX
9fec2e2bbd
Merge pull request #33 from ryumiyax/dev-1
...
Shop Folder Verup
2024-11-10 17:41:01 +08:00
RyuMiyaX
ea719bdf52
Shop Folder Verup | Optimize EnableMoreSongs for test
2024-11-10 09:35:25 +00:00
98db30f14d
Admins can now click on players on the song page
...
This displays their play history.
Made DaniDojo songs clickable as well.
2024-11-08 22:15:15 +01:00
S-Sebb
b223009c1d
Fixed incomplete implementation of ura fumen purchase
2024-11-09 01:49:09 +08:00
S-Sebb
fbde6e5410
Merge branch 'dev' of https://github.com/asesidaa/TaikoLocalServer into dev
2024-11-08 23:59:02 +08:00
S-Sebb
064188171c
Fixed unable to purchase ura fumen from don medal shop
2024-11-08 23:58:58 +08:00
5b0c81e104
Fixed migration issues from CHN
...
* WordListEntries are now loaded using FirstOrDefault to avoid crashes when using malformed custom wordlists
* Added missing field UnlockedUraSongIdList to AddMyDonEntryCommand
2024-11-08 15:54:59 +01:00
S-Sebb
463f832b31
Added unlocking/locking ura charts and selling ura chart in don medal shop
2024-11-07 01:46:27 +08:00
e2becc6231
More styling changes
2024-10-31 15:39:45 +01:00
499312a02e
Editing table styling, added search on highscores
2024-10-31 12:40:30 +01:00
2c0f43717b
Submit login & register forms on Enter key press
2024-10-31 10:34:00 +01:00
505b867e1a
Updated highscore page styling, fixed empty entries
...
Songs entries can be broken when updating the datatables (if songs are removed). The frontend now filters those empty songs out.
2024-10-29 14:33:03 +01:00
9cdfb0406b
Style updates
2024-10-28 15:15:50 +01:00
9bb08e2892
Costume name localization
...
Costume name will now be selected from the right language in the wordlist.
In nijiiro, costume entries for all languages are in japanese, but that gives you the option to translate the fields manually in the wordlist and have it reflected on the webUI.
2024-10-25 15:51:42 +02:00
eb23d4fe13
Disabled floating animation in firefox
...
The animation was lagging the firefox renderer for some reason.
It works fine on all the other browsers i've tested so to be safe i'll just disable it in firefox as it's not worth lagging the whole page.
Cleaned up the css for the profile images as well.
2024-10-25 11:46:02 +02:00
87299c98d5
All images are now webp, Puchi has a floating animation
...
@CottonGuard reexported the remaining images to webp, lowering their size by 50%.
@lty2008one made a css animation for the puchi characters.
2024-10-25 10:06:14 +02:00
shiibe
ef526caeee
Make User Cards the same height per row
2024-10-24 19:23:41 -04:00
shiibe
81acfcf38a
Fix wrong height unit
2024-10-24 19:19:42 -04:00
shiibe
c8ba3f099f
Fix error styles
2024-10-24 19:16:50 -04:00
shiibe
a7f7fef75a
Style updates
2024-10-24 19:14:07 -04:00
shiibe
c8e21fa1f5
Fix breadcrumb colors
2024-10-24 17:13:59 -04:00
ccee0e00be
Animated puchi (With the help of @CottonGuard)
...
Puchi are now animated on the profile preview.
2024-10-24 22:26:56 +02:00
ef2711c7f6
Properly hash passwords
...
I can't believe this has gone unnoticed for so long.
This will rehash all passwords upon startup using bcrypt.
2024-10-24 12:40:02 +02:00
00988bbc69
Added missing french strings
...
Baguette moment
2024-08-19 15:25:56 +02:00
S-Sebb
03ca75cf4f
Minor translation fix
2024-08-14 16:03:23 +01:00
S-Sebb
4a7502218b
Merge from LoginRefactor branch
2024-08-14 16:01:56 +01:00
S-Sebb
3ce16cd69f
Added more translations
2024-08-14 15:48:32 +01:00
8c26394415
Added missing french strings
2024-08-14 11:07:37 +02:00
3da94dbf9b
Fixed Song page always behaving like user was not logged in
...
Uppon refresh, the page would always send you back to the dashboard and broke the breadcrumbs.
2024-08-13 17:14:56 +02:00
833a1cb9d2
Moved all Breadcrumbs to AppBar
2024-08-13 17:07:39 +02:00
a5ba20c365
Fixed achievement panel not working properly with OniUra
...
Displaying the OniUra scores for a player that had 0 Ura scores would no longer display Oni scores.
2024-08-09 16:42:59 +02:00
ce3795bb50
Fixed some text display stuff
...
Don't break Access codes into groups of 4 if they aren't a multiple of 4 or if they aren't hexadecimal only (This is useful if a user only uses a nickname as an access code and not a card id)
Changed color of is-current-user on the leaderboard so text is legible in dark mode.
Made Leaderboard useable on mobile as well by removing responsive breakpoints.
2024-08-09 15:48:52 +02:00
00791f3cae
Fixed Favourites not being properly set in the Song list
2024-08-09 15:10:53 +02:00
asesidaa
a45959c96c
Update TaikoLocalServer.csproj
2024-07-10 00:28:36 +08:00
asesidaa
3834089c8e
Update TaikoLocalServer.csproj
...
This allows webui to be compile together during publish
2024-07-04 01:14:28 +08:00
S-Sebb
08b136fe34
Fixed SongList page favorite button not working
2024-07-01 15:51:49 +01:00
shiibe
e89566b61b
Fix
2024-06-09 23:12:03 -04:00
shiibe
ed8640c23f
Leaderboard API and client-side adjustments
2024-06-09 15:12:12 -04:00
shiibe
dc8916fea8
Clean up var
2024-06-06 00:18:49 -04:00
shiibe
9644df19f4
Error handling
2024-06-06 00:12:41 -04:00
shiibe
2e51cb6daa
Add more supports to markdown
2024-06-05 23:53:33 -04:00
shiibe
8ca2751fb4
Fix markdown code styles in dark mode
2024-06-05 23:28:37 -04:00
shiibe
29c1e01a0e
Wording
2024-06-05 23:23:50 -04:00
shiibe
22592f8afb
Add markdown support for Dashboard page
2024-06-05 23:19:14 -04:00
shiibe
78df10b8a2
Merge branch 'LoginRefactor' into new-songs-ui
2024-06-05 22:30:19 -04:00
shiibe
a5c45b0065
Allow title to be changed via config
2024-06-05 22:29:26 -04:00