Commit Graph

131 Commits

Author SHA1 Message Date
Jonathan Barrow
22f3016f50
fix: update cli create command to use bigint title ID 2025-10-14 14:47:25 -04:00
Jonathan Barrow
1f5455219b
feat: port original BOSS gRPC implementation into v1 folder 2025-10-14 14:06:40 -04:00
mrjvs
e66bc817b1 Merge branch 'master' into dev
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-29 22:46:24 +02:00
mrjvs
599ef7812d feat: add ETag handling to stream based responses 2025-09-29 22:28:00 +02:00
William Oldham
9441b575e4
Merge pull request #39 from PretendoNetwork/dev
BOSS Release - Fix CLI
2025-09-29 20:48:53 +01:00
mrjvs
21c111a5e0 fix: Use hex as hash key, as base64 is not a valid filename 2025-09-26 23:03:32 +02:00
mrjvs
c01bc7f167 fix: add missing table row in app ls
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-24 14:59:13 +02:00
mrjvs
5d426bcf94 chore: refactor how outputs are created in CLI
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-23 22:31:32 +02:00
William Oldham
f8fca8f082 fix: use json replacer for both util functions 2025-09-19 22:53:50 +01:00
William Oldham
40a0308088 fix: remove rouge console log 2025-09-19 21:58:35 +01:00
mrjvs
48a1ca83df Merge branch 'feat/cli-output-format' of github.com:PretendoNetwork/BOSS into feat/cli-output-format 2025-09-19 22:47:22 +02:00
mrjvs
6b95420e0f feat: add json logging to rest of CLI 2025-09-19 22:47:18 +02:00
William Oldham
d8b2a8dcba fix: handle bigints in json cli serialisation 2025-09-19 21:45:04 +01:00
mrjvs
25b871e3b5 feat: add JSON output support to CLI file commands 2025-09-19 22:30:45 +02:00
mrjvs
4275d2ed9d fix: fix typo in enum values 2025-09-19 20:58:53 +02:00
mrjvs
6d7646a5db Merge branch 'dev' into chore/cve-fixes 2025-09-19 20:56:57 +02:00
mrjvs
2bcff40f6c fix: add closed value to task enum 2025-09-19 20:55:34 +02:00
mrjvs
840ccc2598 fix: fixed spr metadata being used as a file while it's a field 2025-09-19 20:45:01 +02:00
mrjvs
ea6b47d652 Merge branch 'feat/clean-cec' of github.com:PretendoNetwork/BOSS into feat/clean-cec
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-18 21:49:20 +02:00
mrjvs
c9d0bd4b82 fix: fixed infinite looping of deleting + deleting in wrong namespace 2025-09-18 21:45:53 +02:00
mrjvs
099ebec85e fix: fixed bulk deleting empty list of keys 2025-09-18 21:45:32 +02:00
mrjvs
36be92449b
Merge branch 'dev' into feat/clean-cec 2025-09-18 21:17:36 +02:00
mrjvs
3099a9cf3a fix: clean up files after request
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-18 21:11:27 +02:00
mrjvs
28f77dcf77 chore: replace dicer with formidable 2025-09-17 12:45:24 +02:00
mrjvs
f432d2d3dc chore: update mongoose and auto-increment to latest version 2025-09-17 12:15:41 +02:00
mrjvs
6b03e1c82f chore: remove update-rotations.mjs and replace it with documentation on how to use the CLI
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-17 12:08:32 +02:00
mrjvs
33bad47332 feat: remove CECSlot references while clearing old CECData 2025-09-17 11:40:38 +02:00
mrjvs
193bbcee07 feat: implement bulk deletion of CDN items 2025-09-17 11:40:21 +02:00
mrjvs
4599c82a67 Merge branch 'dev' into feat/clean-cec 2025-09-17 11:15:56 +02:00
mrjvs
230f50a610 fix: set content length for file streaming so it doesn't use transfer-encoding: chunked 2025-09-16 23:49:12 +02:00
mrjvs
651a34dc07 chore: add TODO for cleanup routine 2025-09-16 19:47:56 +02:00
mrjvs
1d0bacfb9d feat: add config option to enable automatic cleanup 2025-09-16 19:45:58 +02:00
mrjvs
c19feefcb7 feat: add scheduled action system + halffinished SPR data clean procedure 2025-09-16 19:43:19 +02:00
mrjvs
45dde0be43 fix: fixed fetch not allowing host header to be modified 2025-09-16 19:00:56 +02:00
mrjvs
b05167d262 feat: redo configuration for the CLI + add documentation 2025-09-16 18:46:32 +02:00
mrjvs
e1fa565115 feat: add download command to CLI 2025-09-16 18:23:07 +02:00
mrjvs
6418d5fa58 chore: remove boss-js, switch to boss-crypto 2025-09-16 18:22:23 +02:00
mrjvs
6d7bab5536 feat: use same config variables for CLI as BOSS itself + load .env into CLI 2025-09-16 18:05:01 +02:00
mrjvs
59c19c031f chore: this newline makes the difference 2025-09-15 18:52:33 +02:00
mrjvs
f5672f7b75 chore: rename wiiu in variable names to wiiU 2025-09-15 18:45:43 +02:00
mrjvs
303ef570f5 chore: made naming of CdnNamespace keys follow filename conventions 2025-09-15 18:36:51 +02:00
mrjvs
d77c604814 chore: rename Cdn to CDN 2025-09-15 18:35:01 +02:00
mrjvs
4223d21987 fix: solve problems with import script
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled
2025-09-14 22:04:46 +02:00
mrjvs
2e492354e6 fix: bugfix on update-task GRPC method - it updated too much 2025-09-14 21:57:47 +02:00
mrjvs
6ed275f6cf fix: fixed xml rendering bugs/inconsistencies 2025-09-14 21:32:22 +02:00
mrjvs
0302cb0b39 fix: taskfile fetching bug fixes 2025-09-14 21:19:45 +02:00
mrjvs
dc471eefa9 feat: Add support for importing encrypted files 2025-09-14 19:22:46 +02:00
mrjvs
ce4eec54bc chore: remove unimplemented import cmd
Some checks are pending
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Waiting to run
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Waiting to run
2025-09-14 16:07:05 +02:00
mrjvs
c6bb121a42 feat: add fully featured seeding command 2025-09-14 15:05:45 +02:00
mrjvs
c6ea380538 feat: Add support for taskfiles that have all countries or languages 2025-09-14 15:04:54 +02:00