Commit Graph

479 Commits

Author SHA1 Message Date
Samuel Elliott
02faac2782
Fix type errors 2024-10-16 00:18:24 +01:00
Samuel Elliott
445093e58a
Import sharp when used 2024-10-15 23:57:17 +01:00
Samuel Elliott
c3a53a7cfa
Merge branch 'pull/63' into i18n 2024-10-15 23:37:45 +01:00
Samuel Elliott
8276b70de7
Merge branch 'main' into i18n
# Conflicts:
#	package-lock.json
#	package.json
#	src/app/browser/main/discord-setup.tsx
#	src/app/browser/main/discord.tsx
#	src/app/main/app-menu.ts
#	src/app/main/index.ts
#	src/app/main/ipc.ts
#	src/app/main/menu.ts
#	src/app/main/monitor.ts
#	src/app/main/na-auth.ts
#	src/app/main/util.ts
#	src/app/main/webservices.ts
#	src/app/main/windows.ts
2024-10-15 23:31:28 +01:00
Samuel Elliott
bd908c130e
Merge remote-tracking branch 'github/pull/127' 2024-10-15 23:05:07 +01:00
Ludovico Gardenghi
f5773419e9 Fix typo COMPUTING -> CALCULATING. 2024-10-08 11:52:47 +02:00
Ludovico Gardenghi
dfc8ad3e83 Only set the dump timestamp for the current day.
Past days are either ACHIEVED or UNACHIEVED depending on whether the
time limit has been reached. The current day is in state COMPUTING.
2024-10-08 11:26:29 +02:00
Rexogamer
90e41c837b
chore: bump deps, cleanup deprecation warnings 2024-04-30 15:26:08 +01:00
Samuel Elliott
9a56d04ba1
Use limited access header from nxapi-auth 2024-02-21 11:56:49 +00:00
Samuel Elliott
6be0ca949a
Fix getting auth data from API proxy returns stale data 2024-02-11 21:51:34 +00:00
Samuel Elliott
3e0ba063f8
Move CLI modules 2024-01-19 19:33:49 +00:00
Samuel Elliott
ff3f8e1704
Fix presence embed with certain Splatoon 3 schedule images 2024-01-13 00:38:34 +00:00
Samuel Elliott
4b5f1898eb
Fix friend code position 2024-01-10 13:57:52 +00:00
Samuel Elliott
38db4a0b3a
Fix downloading images from web services without a file extension 2024-01-10 13:39:46 +00:00
Samuel Elliott
1ec08c02f4
Show VS/coop setting details for Splatoon 3 presence embed 2024-01-10 13:37:06 +00:00
Samuel Elliott
e697f86359
Add scale option for PNG/JPEG/WEBP presence embeds 2024-01-07 09:42:19 +00:00
Samuel Elliott
6fd0f3f2f1
Fix Splatfest team image when converting presence embed to PNG/JPEG/WEBP 2024-01-07 09:39:23 +00:00
Samuel Elliott
b5d86bf2d6
Show Splatoon 3 Splatfest team image in presence embed 2024-01-07 08:47:04 +00:00
Samuel Elliott
597d3ba554
Fix embedding presence embed images 2023-12-27 23:36:05 +00:00
Samuel Elliott
b7afcfb175
Update documentation, add width option 2023-12-27 19:29:06 +00:00
Samuel Elliott
01fdfb1fec
Change presence embed text 2023-12-27 17:54:59 +00:00
Samuel Elliott
98af75441b
Add presence server title redirect endpoint 2023-12-27 17:09:19 +00:00
Samuel Elliott
6ee7a9382a
Show Splatoon 3 mode in presence embeds 2023-12-27 16:44:51 +00:00
Samuel Elliott
cbf6e257be
Presence embeds 2023-12-27 16:40:40 +00:00
Samuel Elliott
0445ab46af
Update dependencies, update Docker image to Node.js v20 2023-11-19 21:44:49 +00:00
Samuel Elliott
5ef9101c1e
Fix Splatfest Battle (Open) presence schedule 2023-11-19 21:13:56 +00:00
Samuel Elliott
0dcf1e3598
Hide exit button in tournament manager 2023-11-16 23:42:12 +00:00
Samuel Elliott
f35f2ab549
Fix web services with a whiteList including a path component
https://github.com/samuelthomas2774/nxapi/issues/92
2023-11-16 23:41:47 +00:00
Samuel Elliott
58413a0024
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/83
https://github.com/samuelthomas2774/nxapi/issues/85
2023-10-26 22:20:34 +01:00
Samuel Elliott
0d2ec91019
Fix detecting Splatfest/Anarchy Battle schedule 2023-10-26 16:42:27 +01:00
Samuel Elliott
cb3bdda283
Add new web service APIs 2023-08-30 20:18:47 +01:00
Samuel Elliott
2680b03c46
Fix checking web service allowed hosts 2023-08-21 06:18:16 +01:00
Samuel Elliott
c5d8d25334
Set event stream reconnect time from Retry-After header 2023-07-26 10:55:17 +01:00
Samuel Elliott
2cbfdc5e04
Set event stream reconnect time from Retry-After header 2023-07-26 10:10:20 +01:00
Samuel Elliott
69afbc6d69
Fix handling errors connecting to event streams 2023-07-26 10:00:56 +01:00
Samuel Elliott
f043d8ebb0
Log coral status code 2023-07-24 17:34:07 +01:00
Samuel Elliott
c7514a0635
Wait before retrying failed requests 2023-07-24 17:10:34 +01:00
Samuel Elliott
cd6f614a99
Maybe fix EventSource reconnect 2023-07-24 17:09:38 +01:00
Samuel Elliott
fbc1bc1682
Add custom EventSource using fetch, automatically upgrade to SSE 2023-07-14 19:21:29 +01:00
Samuel Elliott
eda75b4dee
Add scripts for running the nxapi command using the app Electron binary 2023-07-14 18:54:51 +01:00
Samuel Elliott
584f0e2d89
Update dependencies 2023-07-13 02:19:52 +01:00
Samuel Elliott
7bdf9f578a
Remove uuid 2023-07-13 01:10:37 +01:00
Samuel Elliott
0a9e5d859d
Remove mkdirp 2023-07-13 00:12:21 +01:00
Samuel Elliott
d147c2a5e8
Remove node-fetch 2023-07-13 00:00:04 +01:00
Samuel Elliott
0457746e5e
Add support for HTTP proxies 2023-07-12 23:55:05 +01:00
Samuel Elliott
d7a64b9807
Switch to undici 2023-07-12 23:15:37 +01:00
Samuel Elliott
10a6784fa7
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/75
2023-07-12 23:04:32 +01:00
Samuel Elliott
bb45ee39f5
Ignore errors from presence URLs and non-Nintendo API errors 2023-07-10 13:04:45 +01:00
Samuel Elliott
dfb2a3eea7
Show presence update errors in the main window 2023-07-10 12:40:02 +01:00
Samuel Elliott
7b838e9b3e
Send additional error information to preload script 2023-07-05 01:54:06 +01:00