Commit Graph

30 Commits

Author SHA1 Message Date
c12272feab ...again 2024-08-11 02:11:23 -04:00
2a8a4880c2 Diva: change frontend nav name 2024-08-11 02:11:16 -04:00
=
97e1d5da05 fix disable. Fix casing in options 2024-06-30 12:54:44 +02:00
=
e0e63a9a13 configurable festa options 2024-06-30 00:23:10 +02:00
=
a6ca1b3392 Changed return from full result to just True or False 2024-06-17 22:23:53 +02:00
=
d456ed365c Working diva frontend 2024-06-16 14:08:59 +02:00
=
1f9c1798c4 Basic working diva frontend with name editing and lv string editing. Working on playlog page 2024-06-11 21:48:34 +02:00
=
1b5b9d7f9a very basic diva frontend 2024-06-11 01:06:24 +02:00
d57aa93401 Fix for diva reader when trying to read modded content. When it can't parse a number. So instead of crashing give a friendly error and continue 2024-05-30 09:28:07 +02:00
31ce293a8c Fix missing await when starting diva profile 2024-05-26 15:58:28 +02:00
a5fd6e65d6 diva: fix handle_start_request 2024-05-24 10:13:04 -04:00
0a408baa87 DIVA: Fixed binary handler & render_POST errors 2024-05-23 09:21:08 -04:00
05586df08a move to async database 2024-01-09 14:42:17 -05:00
edd3ce8ead move to alembic 2024-01-09 13:57:59 -05:00
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
e941c6a606 add host field to allnet response for some games to fix an issue with nginx 2023-11-20 11:54:13 -05:00
cb8eaae2c0 Per-version URI/Host (#66)
Allows setting allnet uri/host response based on things like version, config files, and other factors to accommodate a wider range of potential setups under the same roof. This DOES require all titles to adopt a new structure but it's documented and should hopefully be somewhat intuitive.

Co-authored-by: Hay1tsme <kevin@hay1ts.me>
Reviewed-on: Hay1tsme/artemis#66
Co-authored-by: Kevin Trocolli <pitok236@gmail.com>
Co-committed-by: Kevin Trocolli <pitok236@gmail.com>
2023-11-09 02:17:48 +00:00
aa9d48ccc9 fixed the diva profile again 2023-10-10 18:37:18 -04:00
6d592dcbc7 fixing skin issue with diva profile 2023-10-10 18:24:54 -04:00
88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
5a4baba102 Diva: Adding threading to score loading 2023-07-24 13:19:54 -04:00
a0793aa13a
diva: added clear set calculation + small improvements 2023-04-30 23:31:13 +02:00
4419310086 fix schema versions for diva and ongeki 2023-04-15 01:31:40 -04:00
e9ffd95435 implement dict.get() 2023-03-09 12:17:10 -05:00
a76bb94eb1 let black do it's magic 2023-03-09 11:38:58 -05:00
Hay1tsme
bfe5294d51 add get_allnet_info and config loading safety to all games 2023-03-04 21:58:51 -05:00
a7821fade8
diva: improved update_profile() function 2023-02-19 22:56:09 +01:00
8bdc2071da
diva: changed player_name length to 10 2023-02-19 16:08:53 +01:00
c99bfda015
diva: added all previous commits, added username and password change
- Changed `update_profile()` function to allow a single Dict instead of multiple values
- Added `passwd*` Columns to profile table and added corresponding update/rollback sql scripts
- Added `handle_card_procedure_request()`, `handle_change_name_request ()` and `handle_change_passwd_request()` functions to DivaBase
2023-02-18 21:01:31 +01:00
Hay1tsme
7e3396a7ff add back games, conform them to new title dispatch 2023-02-17 01:02:21 -05:00