Commit Graph
100 Commits
Author SHA1 Message Date
Ethan O'Brien 643af93e6d Add ability to supply custom asset hash 2024-11-17 21:44:37 -06:00
Ethan O'Brien 8bc07a6419 Remove admin webui, move options to CLI args 2024-11-02 12:22:16 -05:00
Ethan O'Brien 7aaf22c923 Replace repeated Mutex lock functions with a macro 2024-11-02 12:09:35 -05:00
Ethan O'Brien d9ce65df42 Add ability for other devs to integrate a server start/stop 2024-10-31 12:47:18 -05:00
Ethan O'Brien aa78e9dfbd Fix webui endpoints 2024-10-19 11:01:29 -05:00
Ethan O'Brien 8ed43c8625 Return an ok response from the debug endpoint 2024-10-18 22:27:47 -05:00
Ethan O'Brien 79d3942742 Change header for browser check 2024-10-18 21:59:33 -05:00
Ethan O'Brien 33737819a5 Fix unknown consume type 0 2024-10-18 16:41:10 -05:00
Ethan O'Brien a31d3b06d7 When max_time reached, loop back to beginning of time set 2024-10-18 16:18:05 -05:00
Ethan O'Brien 993f6f1e39 Add flag to purge dead accounts on startup 2024-10-18 16:08:05 -05:00
Ethan O'Brien e0730a9fa6 Correct placment of a6573cbe header check 2024-10-18 14:56:20 -05:00
Ethan O'Brien 21849b2322 Ignore /api/tutorial requests when tutorial is already completed 2024-10-18 14:54:39 -05:00
Ethan O'Brien 6a98949f77 Check Authorization header before accepting gree request 2024-10-18 14:53:04 -05:00
Ethan O'Brien 465cfda1b4 Check for auth header before accepting an API request 2024-10-18 14:38:26 -05:00
Ethan O'Brien f2d99b427b Update packages 2024-10-18 00:01:23 -05:00
Ethan O'Brien 4d8ffd7286 Redo android instructions on help page 2024-10-17 23:52:11 -05:00
Ethan O'Brien a524629d88 Add server-admin features
- Added ability to "hide" server (by disabling the webui entirely, it will act exactly like the official server)
- Added ability to define the maximum timestamp that the server can return. This can be helpful if the server admin never wants to go past EOS
2024-10-17 23:38:50 -05:00
Ethan O'Brien 38d395d9a6 Ability to fix broken event data 2024-07-23 22:22:16 -05:00
Ethan O'Brien 7829e01a47 Fix changing song 1 2024-07-23 22:19:20 -05:00
Ethan O'Brien d4a43d9ef2 I forgot to push the ranking file 2024-07-21 23:28:52 -05:00
Ethan O'Brien 591c0a5ac7 Remove mentions of github 2024-07-21 23:27:30 -05:00
Ethan O'Brien 96ae81ce09 Update event help description 2024-07-21 23:26:22 -05:00
Ethan O'Brien 4ee98b2271 Implement star event ranking table (ish?) 2024-07-21 23:23:43 -05:00
Ethan O'Brien 73e625eea9 Fix crashes after all songs cleared 2024-07-21 22:29:01 -05:00
Ethan O'Brien 9dd2cc4b4c Properly send level up event to user 2024-07-21 21:31:22 -05:00
Ethan O'Brien 29128094e7 Reset star lives when all completed 2024-07-21 18:12:34 -05:00
Ethan O'Brien 8a0c8c1728 Setup workflows for forgejo 2024-07-21 16:23:54 -05:00
Ethan O'Brien 5c3b8e936c Fix teams on live skip 2024-07-21 15:15:44 -05:00
Ethan O'Brien 58ca6b01b7 Some more (Messy) star event code 2024-07-21 15:14:05 -05:00
Ethan O'Brien 3a83ae3ec9 Delete logs 2024-07-21 10:59:07 -05:00
Ethan O'Brien 66c23ff582 Add starevent endpoint struct 2024-07-17 22:07:56 -05:00
Ethan O'Brien 330cddaf72 usize -> u32 2024-07-17 22:03:44 -05:00
Ethan O'Brien 1a77c1e602 Add request struct for /api/event/set/member endpoint 2024-07-17 21:59:44 -05:00
Ethan O'Brien b826692764 Add request struct for /api/event endpoint 2024-07-17 21:56:40 -05:00
Ethan O'Brien b6a49a7080 Add struct for change_target_music function 2024-07-17 21:51:36 -05:00
Ethan O'Brien 61789f0165 Clean up event storage 2024-07-17 21:38:47 -05:00
Ethan O'Brien 541850128b Add endpoints for another event 2024-07-17 12:05:04 -05:00
Ethan O'Brien 4334c8dc22 Implement star event change_target_music 2024-07-17 11:27:39 -05:00
Ethan O'Brien 1bdf0d5811 Add updated docker files 2024-07-11 09:15:37 -05:00
Ethan O'Brien 002070ad91 Add server endpoint for server information page 2024-07-11 09:09:02 -05:00
Ethan O'Brien 8c9af03928 Add help page 2024-07-11 08:49:05 -05:00
Ethan O'Brien 729c5d5568 Add error messages to login screen 2024-07-11 07:57:18 -05:00
Ethan O'Brien bc3af0ee48 Add npps4 environment variable to example docker compose file 2024-07-10 22:54:54 -05:00
Ethan O'Brien 577cc0ddd3 Move router related functions to router mod file. 2024-07-10 22:45:46 -05:00
Ethan O'Brien e1e32a22b0 Correct placement of config.json file 2024-07-10 22:40:19 -05:00
Ethan O'Brien 66ad791ff8 Added configurable NPPS4 server address for sif1 account linking 2024-07-10 22:33:33 -05:00
Ethan O'Brien 88dfaed1a0 Modify method of getting arguments
It may be inefficient, I dont know another way to do so easily.
2024-07-10 22:24:18 -05:00
Ethan O'Brien ef85b522a6 Properly get ew source instead of clonging 2024-07-05 12:45:17 -05:00
Ethan O'Brien e768c3a618 Why am I installing npm 2024-07-05 12:30:21 -05:00
Ethan O'Brien 80732b5ade Bump version 2024-07-05 10:43:36 -05:00
Ethan O'Brien de0b75794d Make final docker image smaller 2024-07-05 10:39:30 -05:00
Ethan O'Brien fbda01a5fe Update docker to be better 2024-07-04 16:21:03 -05:00
Ethan O'Brien 18c5524ce2 Echo data path on startup 2024-07-03 12:28:57 -05:00
Ethan O'Brien a5c5d356bf Add dockerfile 2024-07-03 12:27:21 -05:00
Ethan O'Brien ec8aad5fde Add ability to set database folder, and port. 2024-07-03 11:49:52 -05:00
Ethan O'Brien f527c43797 Cleanup 2024-06-23 10:01:07 -05:00
Ethan O'Brien 91fc506274 Pushing untested code that I think works 2024-06-23 09:40:48 -05:00
Ethan O'Brien a2475806b2 Get live clear count across all difficulty levels 2024-06-09 08:49:59 -05:00
Ethan O'Brien 598df1ba17 Sometimes.. I dislike this project 2024-06-08 20:02:32 -05:00
Ethan O'Brien db2c25b6ec Oops 2024-06-08 16:46:34 -05:00
Ethan O'Brien 5c51871d39 Add temporary easter egg 2024-06-08 16:45:32 -05:00
Ethan O'Brien 775421038a (In theory) fix live not being marked as full combo 2024-06-08 16:45:10 -05:00
Ethan O'Brien cb3a62caa5 Implement NPPS4 integration 2024-06-04 11:42:40 -05:00
Ethan O'Brien a1e400c1ec correct /api/live/continue endpoint 2024-06-04 10:38:05 -05:00
Ethan O'Brien 664a428d94 Add chat unread count to home menu 2024-06-04 10:36:45 -05:00
Ethan O'Brien 3ed59060a6 Give user (some) sif titles when transfering 2024-06-04 10:32:55 -05:00
Ethan O'Brien f39b5469ef Push story json 2024-06-03 18:13:08 -05:00
Ethan O'Brien 81c0727fa3 Properly implement story read endpoint 2024-06-03 18:08:15 -05:00
Ethan O'Brien dcaf65f860 Dont give chats during tutorial 2024-06-03 17:42:26 -05:00
Ethan O'Brien 9e3317c897 Remove test char 2024-06-03 17:25:14 -05:00
Ethan O'Brien f913f38b70 Add /api/location endpoint 2024-06-03 17:20:22 -05:00
Ethan O'Brien 1106ee89ba Implement chats for birthday characters 2024-06-03 16:57:28 -05:00
Ethan O'Brien cec34b81ac Add chat bond unlocks 2024-06-03 15:40:45 -05:00
Ethan O'Brien 8fb8cc401d Correct item type 2024-06-03 15:40:25 -05:00
Ethan O'Brien 1d86fdb1a8 Add missing event character 2024-06-03 13:56:52 -05:00
Ethan O'Brien 4ae7d075a3 Add global lottery databases 2024-06-03 13:54:46 -05:00
Ethan O'Brien 4db866ab9f Send updated card list with gift endpoint 2024-06-01 10:18:34 -05:00
Ethan O'Brien 4fcfb8d8ae erm... 2024-06-01 09:27:51 -05:00
Ethan O'Brien 07e3174065 Increase max payload size 2024-06-01 09:24:14 -05:00
Ethan O'Brien 23c09cd4d3 Check for region specific items when sending userdata 2024-05-31 21:34:11 -05:00
Ethan O'Brien 53c9f7ea9c Fix crash 2024-05-31 20:40:35 -05:00
Ethan O'Brien 59dcc2a305 ok 2024-05-31 17:17:33 -05:00
Ethan O'Brien c1607ac5c5 Add migration code to webui 2024-05-31 14:42:48 -05:00
Ethan O'Brien 460b56de83 Fix duplicate serial code rewards 2024-05-30 17:12:54 -05:00
Ethan O'Brien f2dd440a06 Update to final asset hashes 2024-05-30 09:18:30 -05:00
Ethan O'Brien 9399b7825d Consume proper currency amount when idolizing 2024-05-29 21:46:19 -05:00
Ethan O'Brien bc1a8f051c Give correct amount of light sticks based on card rarity 2024-05-29 21:18:17 -05:00
Ethan O'Brien 46312abdc5 Give user correct exchange item 2024-05-29 20:56:45 -05:00
Ethan O'Brien 2c114e3f59 Fix this thingy 2024-05-27 16:35:27 -05:00
Ethan O'Brien a6592beed0 hmm 2024-05-27 16:15:45 -05:00
Ethan O'Brien 7bd620e110 stuff 2024-05-27 15:49:10 -05:00
Ethan O'Brien e9191150f9 Forgot to upload these files 2024-05-27 15:48:44 -05:00
Ethan O'Brien a8f1550c94 Add ability to disable account exports 2024-05-27 15:40:43 -05:00
Ethan O'Brien 0b969eab97 Add ability to export account 2024-05-27 15:31:07 -05:00
Ethan O'Brien dae95f5aa3 Admin webui with one single option 2024-05-27 15:09:17 -05:00
Ethan O'Brien 30caa814f4 Hide beginner missions for now 2024-05-25 17:51:59 -05:00
Ethan O'Brien 461aae6718 Update global asset hash 2024-05-25 17:25:43 -05:00
Ethan O'Brien 5c4029ad50 cleanup 2024-05-25 17:06:02 -05:00
Ethan O'Brien d288bccd7d Fix repeated mission completed notifications 2024-05-25 16:40:37 -05:00
Ethan O'Brien 8de84b194f Fix daily missions accidentally marked as completed 2024-05-24 20:45:28 -05:00