Commit graph

131 commits

Author SHA1 Message Date
Oliver-Akins
8905cb05bc Update the message listening to use createChatMessage instead of preCreateChatMessage 2025-06-13 19:28:08 -06:00
Oliver-Akins
8c42f1b240 Add a utility to the API for inferring a chat message's roll mode (and update the docs) 2025-06-13 19:27:39 -06:00
Oliver-Akins
cbc2691a0e Update privacy detection to default to Self if it's not able to be otherwise determined 2025-06-12 22:04:01 -06:00
Oliver-Akins
a72c33b901 Rename files to better indicate that they're tests 2025-06-12 19:27:20 -06:00
Oliver-Akins
e4f37d56a6 Update the pre-filled draft release template to include the changes header and a download count badge 2025-06-11 01:01:14 -06:00
Oliver-Akins
d8121dbfaa Get GitHub to put both badges on the same row 2025-06-11 00:56:29 -06:00
Oliver-Akins
612f52bf51 Use URL-encoded URL for the badge 2025-06-11 00:52:56 -06:00
Oliver-Akins
7859d23d50 Add a couple of version badges because I want to 2025-06-11 00:51:14 -06:00
34975156c1
Merge pull request #37 from Oliver-Akins/feature/manifest-description
Add a description to the module manifest
2025-06-04 21:33:05 -06:00
Oliver-Akins
a773ce4688 Add description to manifest 2025-06-04 21:31:36 -06:00
c27c47661c
Merge pull request #36 from Oliver-Akins/fix/double-locked-buckets
Prevent the double-locked bucket configuration
2025-06-04 21:25:15 -06:00
c90ee7a6d3
Merge pull request #35 from Oliver-Akins/fix/bucket-type-list
Prevent erroneous range bucket types from existing
2025-06-04 21:21:20 -06:00
Oliver-Akins
00d63d42d1 Remove stray logs 2025-06-04 21:20:54 -06:00
Oliver-Akins
4b11d12f81 Undo code that got commented out 2025-06-04 21:18:10 -06:00
Oliver-Akins
4354a25866 Prevent the double-locked bucket configuration from being possible 2025-06-02 23:10:22 -06:00
Oliver-Akins
1423bf097a Version bump 2025-06-02 23:06:30 -06:00
Oliver-Akins
8f993adb47 Finish removing the Range bucket type that was accidentally still able to be created 2025-06-02 19:26:43 -06:00
Oliver-Akins
3fc8b654c7 Add images for the Foundry package listing 2025-06-01 16:08:34 -06:00
Oliver-Akins
ab3281b288 Update README 2025-06-01 15:47:39 -06:00
Oliver-Akins
cad04690ff Update the release creation to provide a direct manifest url in the description of the release 2025-06-01 15:00:23 -06:00
Oliver-Akins
8e83925abe Have the UserFlagDatabase validate the row's value according to the bucket schema during creation / updating 2025-06-01 14:59:06 -06:00
Oliver-Akins
fc3b041464 Expose the determinePrivacyFromRollMode within the API 2025-06-01 14:23:21 -06:00
Oliver-Akins
3d5e28189a Version bump 2025-06-01 14:23:18 -06:00
Oliver-Akins
bd4c32f65a Update documentation (closes #30) 2025-06-01 13:03:31 -06:00
Oliver-Akins
6ef20e1ec1 Remove action that I haven't implemented yet 2025-06-01 13:03:13 -06:00
Oliver-Akins
21b9cf5b2d Remove logs that aren't helpful for prod 2025-06-01 13:03:03 -06:00
Oliver-Akins
c6161dd312 Prevent errors when the flag is undefined on the user 2025-06-01 12:26:40 -06:00
Oliver-Akins
965cb26b51 Update the tests import not to be bundled for production 2025-06-01 11:25:10 -06:00
Oliver-Akins
c26b4318ee Finish writing the schema tests 2025-06-01 11:24:20 -06:00
Oliver-Akins
946a44edae Add missing import into the extraction script 2025-05-31 23:17:38 -06:00
Oliver-Akins
ac93a3342f Begin work on purging the range bucket type from the codebase 2025-05-31 23:16:13 -06:00
Oliver-Akins
5fe11fda0d Update db schemas 2025-05-31 23:15:42 -06:00
Oliver-Akins
22036c419d Begin writing tests 2025-05-31 23:15:24 -06:00
Oliver-Akins
d49998801f Remove TODO since it is handled by the watcher plugin 2025-05-31 17:28:23 -06:00
Oliver-Akins
60b01c55e1 Fix undefined reference error when updating a table (closes #27) 2025-05-31 15:33:40 -06:00
Oliver-Akins
d11262ad01 Make the bucket validator throw an error rather than returning a weird value 2025-05-31 15:32:22 -06:00
Oliver-Akins
af2dac394f Update the throw to not include the stack trace 2025-05-31 13:26:09 -06:00
Oliver-Akins
de69fdec0f Update vite to make dependabot happier 2025-05-31 11:04:43 -06:00
Oliver-Akins
d11b270019 Throw a more clear error when the compendia build fails 2025-05-31 11:03:55 -06:00
Oliver-Akins
0b89b0e54e Ensure that the manager doesn't error while prepping string buckets without a pre-existing choices config (closes #26) 2025-05-31 10:25:20 -06:00
Oliver-Akins
2c733385ef Close the TableCreator and dice namespace warning when the table is made successfully (closes #25) 2025-05-31 10:17:20 -06:00
Oliver-Akins
c7379a48f4 Increment version number 2025-05-31 10:05:08 -06:00
Oliver-Akins
79780e885b Only copy the licence and readme on production builds 2025-05-31 10:05:00 -06:00
Oliver-Akins
c23a656574 Make it so that I can test the prod build locally easier 2025-05-31 00:50:28 -06:00
Oliver-Akins
d888a0c9be Have the build delete all of the temp files 2025-05-31 00:28:12 -06:00
Oliver-Akins
033be40e80 Read the correct manifest file 2025-05-31 00:22:50 -06:00
Oliver-Akins
cf800f0a51 Update the github action to make it work with the prod.dist folder better 2025-05-31 00:17:45 -06:00
Oliver-Akins
d28f4af088 Add a build step to copy the license and readme into the build output. 2025-05-31 00:14:30 -06:00
Oliver-Akins
b70e4107b7 Add a license 2025-05-31 00:14:08 -06:00
Oliver-Akins
7b41343778 Improve logs in the compendia helpers 2025-05-30 23:59:14 -06:00