0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 18:38:40 +00:00
Commit Graph

975 Commits

Author SHA1 Message Date
Trevor Buckner ebe8e1067c Move babel config to separate file
Jest struggles to read all babel configurations if directly inside package.json.

This now allows us to install nanoid 5 and pass all tests with it.
2024-11-21 13:33:32 -05:00
G.Ambatte 1af13b4e94 Fixes #3904 - content negotiation test failure 2024-11-21 18:46:59 +13:00
Trevor Buckner fb9148ada5 Site runs and all tests pass 2024-11-20 16:21:35 -05:00
David Bolack 83abdc2ee6 Merge branch 'master' into localSnippetEditor 2024-11-12 18:42:50 -06:00
G.Ambatte 2dafbf2080 Simplify Admin brew lookup function 2024-11-10 20:19:30 +13:00
G.Ambatte 033b7fa44f Lint fix 2024-11-10 19:35:57 +13:00
G.Ambatte ee811e94e1 Remove error handling that can never trigger 2024-11-10 19:34:19 +13:00
G.Ambatte 27f14b042b Remove comment about irrelevant tag cleaning 2024-11-10 19:24:54 +13:00
G.Ambatte bd26f02ddb Remove getBrew admin regex search 2024-11-10 19:23:42 +13:00
David Bolack f43a155e6e Fix Test 2024-11-03 12:52:54 -06:00
David Bolack b9b3d284cf WOrking snippet editor - menu population regression 2024-11-03 11:14:31 -06:00
David Bolack 4f240bf110 WIP 2024-11-02 22:30:18 -05:00
David Bolack 4448410c3e Partial implementation 2024-11-01 14:02:27 -05:00
G.Ambatte fea8f157a7 Change script clean to use Homebrew API update 2024-10-25 17:45:12 +13:00
G.Ambatte 898be28af3 Fix Homebrew API parameter 2024-10-25 11:40:17 +13:00
G.Ambatte 63f6f6d3c6 Fix new getBrew access type 2024-10-25 11:27:28 +13:00
G.Ambatte ac2de613c5 Change Admin lookup to use Homebrew.API getBrew instead 2024-10-25 11:19:55 +13:00
G.Ambatte 948f03b5b8 Add admin access type to getBrew 2024-10-25 11:18:36 +13:00
Víctor Losada Hernández 04baabc27d Merge branch 'master' into addAdminFixScriptTool-#3801 2024-10-23 21:25:36 +02:00
Víctor Losada Hernández 069d054e30 remove console logs and lint 2024-10-23 19:47:12 +02:00
Víctor Losada Hernández 618e865e52 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-notification-client-side 2024-10-17 22:29:31 +02:00
G.Ambatte 6bc865144a Add cleaning function to API 2024-10-13 13:45:11 +13:00
G.Ambatte ccafee7a21 Get text from textBin in brew object 2024-10-13 13:44:33 +13:00
Trevor Buckner 6d4b1843ae Fix missed lines from 3.15.2 branch 2024-10-12 00:10:43 -04:00
Trevor Buckner 76d6679002 Fix line endings on app.js 2024-10-11 23:50:08 -04:00
Trevor Buckner 1fff75cc5e Update homebrew.api.js 2024-10-11 23:42:20 -04:00
Trevor Buckner 9037cf1750 Update homebrew.api.js 2024-10-11 23:41:54 -04:00
Trevor Buckner dfe26280d2 Update app.js 2024-10-11 23:38:00 -04:00
Trevor Buckner 7894d9fbec Update app.js 2024-10-11 23:35:15 -04:00
Trevor Buckner c3173d2e14 Update homebrew.api.js 2024-10-11 23:25:55 -04:00
Trevor Buckner 4859756ef8 Update homebrew.api.js 2024-10-11 23:23:56 -04:00
Trevor Buckner 134fe7d372 Remove /ip path 2024-10-11 23:15:56 -04:00
Trevor Buckner 52a7ce9866 Merge branch 'master' into v3.15.2 2024-10-11 23:08:41 -04:00
G.Ambatte 4291284252 Merge branch 'master' into experimentalDeploymentIdentification 2024-10-11 11:10:28 +13:00
Víctor Losada Hernández 27f939201d Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-vulnerability-admin-pages 2024-10-10 22:54:22 +02:00
Víctor Losada Hernández db618fe2ad linting changes 2024-10-10 22:42:47 +02:00
Víctor Losada Hernández 656c9399ef initial commit 2024-10-10 02:06:00 +02:00
G.Ambatte d5cda45d4d Merge branch 'master' into addIndexedDM-#3763 2024-10-10 08:50:39 +13:00
Trevor Buckner a9aab5bb0c Add test for error handling deleting notifications 2024-10-09 14:52:56 -04:00
Trevor Buckner 5ca970bdee Typo 2024-10-09 14:46:18 -04:00
Trevor Buckner 9635e1a8eb Change another return to throw 2024-10-09 14:41:37 -04:00
Trevor Buckner 23e3c98a0d Add test for adding notification without dismissKey 2024-10-09 14:40:38 -04:00
Trevor Buckner 346bb0086e Should throw, not return errors, so they land in catch 2024-10-09 14:40:11 -04:00
Trevor Buckner e873dcf3a8 Fix error messages crashing page 2024-10-09 14:35:16 -04:00
Trevor Buckner 269dd6107c Merge branch 'master' into experimentalNotificationDB 2024-10-09 11:12:23 -04:00
G.Ambatte 0bd3b53dd1 Merge branch 'master' into addIndexedDM-#3763 2024-10-09 19:00:45 +13:00
G.Ambatte 291e16b124 Revert to use local consts instead of config vars 2024-10-09 14:57:04 +13:00
David Bolack c4b754e467 Lost a stray ) on update 2024-10-07 14:45:33 -05:00
David Bolack e82411d3d2 Merge branch 'master' into Issue_1958 2024-10-07 14:35:19 -05:00
Trevor Buckner 2a523c4955 Fix links to google drive files in user page
User page was not marking Google Brews as "stubbed" if the brew belongs   to another users' Google Drive or your own credentials are expired (it searches the current user drive for google files and checks if those are stubbed)

This now sets *every* file found on Mongo as "Stubbed", whether the Drive file belongs to the current user or not.
2024-10-06 15:48:10 -04:00