Commit Graph

876 Commits

Author SHA1 Message Date
f9bc8cedfc put the upsert into transactions, show all purchasable tickets 2024-06-23 04:08:07 +07:00
f1b02a3bc6 use sql pagination (offset/limit) 2024-06-23 03:19:35 +07:00
2abda8a1f0 use the map flag event, not the announcement event 2024-06-23 01:34:16 +07:00
ea63df23d6 fix logging in pokken 2024-06-23 01:17:59 +07:00
6dd9707440 fix net battle migration 2024-06-23 01:06:29 +07:00
e89a7b0cae chuni: add missing net battle funcs 2024-06-23 00:55:37 +07:00
6f7f08d019 [chuni] Improve GetGameMapAreaConditionApi 2024-06-23 00:49:31 +07:00
b89dbb89cc add idm and chip_id fields to card table 2024-06-23 00:48:12 +07:00
e5463d61a5 chuni: fix reader issue caused by encoding weirdness (#55) 2024-06-23 00:48:04 +07:00
a992c1851c Diva front end (#150)
Basic diva frontend implemented. Changing name and level string working. And some basic playlog page which needs more data

Co-authored-by: = <=>
Reviewed-on: Hay1tsme/artemis#150
Co-authored-by: ThatzOkay <thatzokay@noreply.gitea.tendokyu.moe>
Co-committed-by: ThatzOkay <thatzokay@noreply.gitea.tendokyu.moe>
2024-06-23 00:47:47 +07:00
b5b9d702ac wacca: fix vs song updates 2024-06-23 00:47:10 +07:00
eedae234c5 fix up revision tree to match cozynet's early support of luminous 2024-06-23 00:37:27 +07:00
08b6eec08a ongeki: I forgot json load 2024-06-23 00:29:54 +07:00
2acd6c5204 ongeki: fix base version title work 2024-06-23 00:29:53 +07:00
36b71255d1 pokken: fix default title plate id 2024-06-23 00:29:33 +07:00
e69601210d fix event log ordering, paging, add timestamp 2024-06-23 00:29:33 +07:00
f8e0933bbc pokken: fix pokemon_data uk 2024-06-23 00:29:33 +07:00
8ee4b5daf9 pokken: fix some image links 2024-06-23 00:29:33 +07:00
32913fe069 pokken: finish filling out support list 2024-06-23 00:29:33 +07:00
8c28a6de3a pokken: readd mysql_charset to profile and pokemon data 2024-06-23 00:29:33 +07:00
6ec7bd3b5d pokken: fix profile loading fail 2024-06-23 00:29:33 +07:00
4bf0362ff4 pokken: add additional logging 2024-06-23 00:29:33 +07:00
cc3aa68003 pokken: fix bnp_baseuri 2024-06-23 00:29:33 +07:00
05a8db2c25 pokken: backport changes from Diana 2024-06-23 00:29:31 +07:00
58e4f1f3da pokken: fix achievement flags 2024-06-23 00:29:09 +07:00
346ea41db4 ongeki: fix frontend versions 2024-06-23 00:29:06 +07:00
560de25d49 mai2: add basic webui 2024-06-23 00:28:36 +07:00
c8719386e8 mai2: oops, forgot version 2024-06-23 00:28:10 +07:00
c505c2eaad dx: fix GetUserRivalMusicApi list index out of range 2024-06-23 00:28:10 +07:00
e82ab8009b mai2: fix rival data load failing due to inheritance 2024-06-23 00:28:10 +07:00
7f3a6c463b mai2: add rivals support 2024-06-23 00:28:10 +07:00
946a4b8298 mai2: fix aggressive find and replace 2024-06-23 00:28:10 +07:00
58df65bd3e frontend: add username login 2024-06-23 00:28:10 +07:00
2b8bfb8f40 chuni: fix frontend if no chunithm profiles are loaded 2024-06-23 00:28:08 +07:00
6c0cec4904 mai2: add tables for rivals and favorite music 2024-06-23 00:27:49 +07:00
6ca16b28d5 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-06-23 00:26:35 +07:00
fb56c3fea0 ongeki: clearstatus db migration 2024-06-23 00:26:20 +07:00
34111a0bee ongeki: fix clearstatus type 2024-06-23 00:26:12 +07:00
10251d6c2b cxb: add grade to playlog 2024-06-23 00:26:05 +07:00
eb42caf29d add no logs message to event viewer 2024-06-23 00:25:57 +07:00
cf3f728995 Fix missing await when starting diva profile 2024-06-23 00:25:08 +07:00
c24e3f2901 diva: fix handle_start_request 2024-06-23 00:25:00 +07:00
d68aa5c20a DIVA: Fixed binary handler & render_POST errors 2024-06-23 00:24:53 +07:00
3c18a1b147 add basic event log viewer 2024-06-23 00:24:46 +07:00
da0e186bed allnet: enhance logging 2024-06-23 00:24:34 +07:00
200ee03373 add additional details to event_log 2024-06-23 00:24:24 +07:00
1f489bce51 chuni: Fix endpoint for older version of SDGS (#141)
Reviewed-on: Hay1tsme/artemis#141
Co-authored-by: roaz <roaz@noreply.gitea.tendokyu.moe>
Co-committed-by: roaz <roaz@noreply.gitea.tendokyu.moe>
2024-06-23 00:23:37 +07:00
004e0bd377 fix(aimedb): Ignore requests with invalid header 2024-05-17 09:40:04 +07:00
07f25b0703 mai2: some improve for DX earlier version and return game code in uri (#125)
Attention: There are all talking about maimai DX and newer version, not Pre-DX

dx and newer version request these but no used, they are just exist in game code, only found `oldServerUrl` used in SDEZ 1.00, this should also fix SDGA and SDGB try to visit `ServerUrl + movieServerUrl` although that just because of SEGA shit code
tested work

![image](/attachments/f2c79134-4651-4976-8278-bbcf268f424a)

Reviewed-on: Hay1tsme/artemis#125
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
2024-05-07 12:42:10 +07:00
b97764a127 [mai2] Support encryption (#130)
Similar to O.N.G.E.K.I. and CHUNITHM, with the caveat that the obfuscated endpoint is created using `md5(endpoint + salt)` instead of using PBKDF2 like other games.

Tested and confirmed working on FESTiVAL+.

The current implementation is also affected by #129, so I'm open to ideas.

Reviewed-on: Hay1tsme/artemis#130
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-05-02 00:31:35 +07:00