Commit Graph
100 Commits
Author SHA1 Message Date
G.Ambatte ad3d63a5b1 Merge branch 'master' into fixUnearthedArcanaTheme 2025-11-15 18:44:33 +13:00
G.Ambatte 93ef9bfd51 Set UnearthedArcana baseTheme to Blank 2025-11-15 18:33:22 +13:00
G.Ambatte d73b695127 Merge branch 'master' into master 2025-11-15 14:34:13 +13:00
G.Ambatte 6a4ea2c6c9 Move toggleGoogleStorage's trySave call to useEffect block 2025-11-11 22:06:44 +13:00
G.Ambatte 20d38d03d6 Rename New Page save function to trySave for better Edit Page compatibility 2025-11-06 22:29:43 +13:00
G.Ambatte 0d38b8607e Shift to router.use(dbCheck) instead of defining on every route 2025-10-06 18:51:05 +13:00
G.Ambatte 5e35ae0c8b Merge branch 'master' into addDBCheckMiddleware 2025-10-06 18:12:40 +13:00
G.Ambatte 8b2c8c0feb Merge branch 'master' into addDBCheckMiddleware 2025-10-06 16:48:37 +13:00
G.Ambatte c17a5e72b9 Switch to Calc's simplified test spec 2025-10-05 15:40:40 +13:00
G.Ambatte 88bc9b79c9 Add new error message to nav bar error container 2025-10-05 15:31:53 +13:00
G.Ambatte a14ea89562 Post-merge cleanup 2025-10-05 15:31:04 +13:00
G.Ambatte bb0a840113 Fix HBErrorCode to string, not number 2025-10-05 15:30:47 +13:00
G.Ambatte d40f8ff380 Merge branch 'master' into addDBCheckMiddleware 2025-10-05 14:58:56 +13:00
G.Ambatte ae51213c8c Permanently enable old local storage key deletion 2025-10-05 12:25:51 +13:00
G.Ambatte 379b518c6b Merge branch 'master' into fixDockerInstructionsForWindows-#4443 2025-10-04 15:40:03 +13:00
G.Ambatte 962dcbdbf6 Update Docker instructions 2025-10-04 15:36:14 +13:00
G.Ambatte 400fa250ee Move key deletion out of key update check 2025-10-04 15:19:31 +13:00
G.Ambatte e82921f81a Add key to activate deletion for testing 2025-10-04 14:54:57 +13:00
G.Ambatte 18367526bd Merge branch 'master' into standardizeLocalStorageKeyNames-#4119 2025-10-04 13:07:51 +13:00
G.Ambatte 2b138e56db Add dbCheck middleware to app.js routes that use DB 2025-10-04 12:29:06 +13:00
G.Ambatte ee6d2ac35d Merge branch 'master' into addMongoIndexes 2025-10-03 13:42:25 +13:00
G.Ambatte f22f7196ca Update README.md 2025-10-03 13:41:53 +13:00
G.Ambatte 900cf6aebb Change SAVEKEY definition to after username is populated 2025-10-02 22:59:24 +13:00
G.Ambatte f141c0bebd Move dbCheck to only API calls that touch the database 2025-10-02 19:28:10 +13:00
G.Ambatte 24db8f85ac Merge branch 'standardizeLocalStorageKeyNames-#4119' of https://github.com/G-Ambatte/homebrewery into standardizeLocalStorageKeyNames-#4119 2025-10-02 18:30:07 +13:00
G.Ambatte 82a8db129e Merge branch 'naturalcrit:master' into addMongoIndexes 2025-10-02 10:54:21 +13:00
G.Ambatte 9f3944d038 Merge branch 'master' into fixUserPageLinks-#807 2025-09-29 23:14:59 +13:00
G.Ambatte 718dba3e4a Merge branch 'master' into standardizeLocalStorageKeyNames-#4119 2025-09-29 23:14:14 +13:00
G.Ambatte 7c050fb9a9 Merge branch 'master' into addDBCheckMiddleware 2025-09-27 22:00:30 +12:00
G.Ambatte e1fb0a42c3 Merge branch 'master' into fixUserPageLinks-#807 2025-09-20 20:23:58 +12:00
G.Ambatte 87a36bb02d Add tests for localStorageKeyMap.js 2025-09-11 21:57:00 +12:00
G.Ambatte 1459f6a320 Tweak local storage update logic 2025-09-11 21:25:13 +12:00
G.Ambatte a11fa72261 Change JSON file to JS getter function 2025-09-11 21:02:56 +12:00
G.Ambatte 2663d86627 Don't update storage values if key already exists 2025-09-10 20:31:50 +12:00
G.Ambatte 8d4ea7cfd8 Update listPage storage keys 2025-09-10 20:20:42 +12:00
G.Ambatte b6818e963b Remove unused dismiss keys 2025-09-10 20:12:50 +12:00
G.Ambatte dc1bc471aa Update SplitPane keys 2025-09-10 20:10:18 +12:00
G.Ambatte 5504c1b96b Update Autosave key 2025-09-10 20:00:53 +12:00
G.Ambatte fd370c777d Update Editor theme key 2025-09-10 19:57:16 +12:00
G.Ambatte 58277585e1 Update Recent Items keys 2025-09-10 19:55:42 +12:00
G.Ambatte 885c0105f3 Update adminPage key 2025-09-10 19:36:39 +12:00
G.Ambatte 52486495c8 Update adminPage storage keys 2025-09-10 19:35:14 +12:00
G.Ambatte 328e071268 Update BrewRenderer toolbar keys 2025-09-10 19:22:54 +12:00
G.Ambatte 088ca9971c Update accountPage keys 2025-09-10 19:16:29 +12:00
G.Ambatte c99f59d42b Update newPage.jsx keys 2025-09-10 19:08:47 +12:00
G.Ambatte cb3eb77c61 Merge branch 'standardizeLocalStorageKeyNames-#4119' of https://github.com/G-Ambatte/homebrewery into standardizeLocalStorageKeyNames-#4119 2025-09-10 18:54:00 +12:00
G.Ambatte 7163b1a287 Add function to add dynamic keys to local storage map 2025-09-10 18:53:53 +12:00
G.Ambatte 08d228831d Add missing keys to JSON, tweak layout 2025-09-10 18:53:23 +12:00
G.Ambatte ad8bb34c93 Merge branch 'master' into standardizeLocalStorageKeyNames-#4119 2025-09-10 16:58:16 +12:00
G.Ambatte 1eb5b6d3a4 Copy exisitng key data to new keys 2025-09-09 22:04:40 +12:00
G.Ambatte 63f4f5712e Merge branch 'master' into newTheme-UnearthedArcana 2025-09-08 08:25:23 +12:00
G.Ambatte 917153e154 Merge branch 'master' into addDBCheckMiddleware 2025-09-03 19:13:45 +12:00
G.Ambatte d6a7d0272a Update dbCheck test 2025-09-02 21:08:15 +12:00
G.Ambatte 4fca207e0e Change error result to use Error Page 2025-09-02 20:58:08 +12:00
G.Ambatte d171077798 Merge branch 'master' into addDBCheckMiddleware 2025-09-02 20:51:12 +12:00
G.Ambatte 90de9c0af1 Change all links to User Page to use encodeURIComponent 2025-09-01 21:51:27 +12:00
G.Ambatte 8a788a6ebf Merge branch 'master' into newTheme-UnearthedArcana 2025-08-27 13:24:25 +12:00
G.Ambatte 6c3a5f193d Merge branch 'master' into addMongoIndexes 2025-08-25 17:24:27 +12:00
G.Ambatte 8049b5be9d Merge branch 'master' into addRequestMiddlewareTests 2025-08-04 11:17:14 +12:00
G.Ambatte a8dab28fcf Fix Account page FA icon font weights 2025-07-30 12:00:50 +12:00
G.Ambatte 16d7b11b8d Add request-middleware test file 2025-07-26 18:44:59 +12:00
G.Ambatte 005c05376c Add DB connection/disconnections events to log 2025-07-26 14:11:20 +12:00
G.Ambatte 7af22c9da7 Return a basic error message when DB connection is lost 2025-07-26 12:13:59 +12:00
G.Ambatte 4d014bf379 Merge branch 'master' into addMongoIndexes 2025-07-20 14:06:53 +12:00
G.Ambatte 4856c803ed Use local_environments from config 2025-07-20 11:48:22 +12:00
G.Ambatte d9cd270f3b Add autobuild to Mongoose connection (local/docker ONLY) 2025-07-20 11:43:14 +12:00
G.Ambatte 878ea1449d Add indexes to HomebrewSchema 2025-07-20 11:42:24 +12:00
G.Ambatte b87c78474d Fix for diff patching using encodeURI 2025-07-19 14:49:02 +12:00
G.Ambatte 90e577dd3f Rework tests 2025-07-15 09:02:57 +12:00
G.Ambatte 828208aadb Add more ID validation test cases 2025-07-15 08:19:05 +12:00
G.Ambatte 973e071e93 Slightly loosen Google ID match criteria, add comments 2025-07-15 08:13:35 +12:00
G.Ambatte 505d2840c0 Merge branch 'master' into addSafeHTMLTest 2025-07-14 21:26:22 +12:00
G.Ambatte 41ff50fefe Add missing test 2025-07-14 21:23:38 +12:00
G.Ambatte 2fbcc84a50 Merge branch 'master' into experimentalIDValidations 2025-07-14 14:50:05 +12:00
G.Ambatte 45e4d27c0a Merge branch 'master' into addForceSSLTests 2025-07-14 14:46:10 +12:00
G.Ambatte 77bf3ffc6f Merge branch 'master' into addTokenTests 2025-07-14 14:46:07 +12:00
G.Ambatte 90ee08de42 Add text property to test object 2025-07-14 11:06:35 +12:00
G.Ambatte 40839b18e4 Add tests for token.js 2025-07-14 00:14:58 +12:00
G.Ambatte 677c02cfa5 Add forceSSL tests 2025-07-13 22:36:53 +12:00
G.Ambatte a7a8803e9d Merge branch 'master' into experimentalIDValidations 2025-07-13 20:52:52 +12:00
G.Ambatte 7f3a818558 Add Homebrew API coverage tests 2025-07-10 23:25:57 +12:00
G.Ambatte bc82afa5b2 Split version from hash checks 2025-07-10 21:42:51 +12:00
G.Ambatte abef250631 Update ID validation check 2025-07-10 20:58:46 +12:00
G.Ambatte 1794e96d50 Update tests 2025-07-10 20:46:01 +12:00
G.Ambatte 25f25da499 Adjust validation regex for IDs 2025-07-10 20:39:12 +12:00
G.Ambatte aa15bdaacb Initial pass at ID validations 2025-07-10 19:59:09 +12:00
G.Ambatte c238094e4c Change page overflow from hidden to clip 2025-04-22 10:28:35 +12:00
G.Ambatte fc400c226c Merge branch 'master' into fixFacingFlowPrintIssues 2025-04-16 10:31:45 +12:00
G.Ambatte 8f4c74d0ce Add print-specific styling for facing and flow page layouts 2025-04-15 19:36:35 +12:00
G.Ambatte 1429674013 Merge branch 'addLockRoutes-#3326' of https://github.com/G-Ambatte/homebrewery into addLockRoutes-#3326 2025-04-11 00:26:24 +12:00
G.Ambatte 5576a76731 Close malformed string 2025-04-11 00:26:19 +12:00
G.Ambatte 8e74ba07fe Merge branch 'addLockRoutes-#3326' of https://github.com/G-Ambatte/homebrewery into addLockRoutes-#3326 2025-04-10 19:15:38 +12:00
G.Ambatte 0c33df1cd6 Add tests for lock API functions 2025-04-10 19:15:34 +12:00
G.Ambatte 73bb6acc14 Update locked brew test for new structure 2025-04-10 10:21:35 +12:00
G.AmbatteandVíctor Losada Hernández 654c44ebc9 Change Locked Brew Error Page to use standardized author list
Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
2025-04-10 08:39:35 +12:00
G.Ambatte 04defb97b0 Tweak styling for Overwrite checkbox 2025-04-09 20:10:48 +12:00
G.Ambatte da4f6c9307 Load lock details to the Lock Brew form 2025-04-09 17:54:51 +12:00
G.Ambatte 5e7e314baa Update fields returned for Lock and Review Tables 2025-04-09 11:38:57 +12:00
G.Ambatte f2b995660a Merge branch 'master' into addLockRoutes-#3326 2025-04-09 11:36:40 +12:00
G.Ambatte 95f44f4460 Revert unnecessary change in app.js 2025-04-09 11:04:57 +12:00