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

822 Commits

Author SHA1 Message Date
Víctor Losada Hernández 849da23829 bring back thumbnails! 2024-09-03 23:17:33 +02:00
Víctor Losada Hernández 9e694e5e46 move email catching to api 2024-09-03 22:56:45 +02:00
Víctor Losada Hernández 1517c00132 error logging to vault 2024-09-01 19:39:00 +02:00
Víctor Losada Hernández 226ad49663 renaming to keep some consistency 2024-09-01 19:12:25 +02:00
Víctor Losada Hernández 3fc2e5202e rest of the suggested changes 2024-09-01 11:14:09 +02:00
Víctor Losada Hernández f0b447866c suggested changes 2 2024-09-01 11:10:46 +02:00
Víctor Losada Hernández df21f978df bring back throws 2024-08-31 22:34:04 +02:00
Víctor Losada Hernández fb8c4c5c44 all sugggested changes 2024-08-31 22:28:29 +02:00
Víctor Losada Hernández 19102db23a indent with tabs 2024-08-31 22:11:43 +02:00
Víctor Losada Hernández 8d2a9ed9cb adress app.js changes requested 2024-08-31 22:08:21 +02:00
Víctor Losada Hernández f7c3e81b7b "Added new route for '/vault' and updated catch-all for invalid routes" 2024-08-31 19:35:44 +02:00
Víctor Losada Hernández c7f695e86a Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-08-31 19:21:06 +02:00
Víctor Losada Hernández 3825bcbbfb "Simplified brewsQuery construction in buildBrewsQuery function" 2024-08-31 18:41:36 +02:00
Víctor Losada Hernández 4488fe36db "Refactored notification lookup and management functionality in admin API and model, added new endpoints for getting all notifications and deleting a notification by dismiss key." 2024-08-31 12:17:12 +02:00
G.Ambatte cc7fe99760 Initial functionality pass 2024-08-29 21:26:24 +12:00
Víctor Losada Hernández 78642e514d revert console log 2024-08-29 10:47:38 +02:00
Víctor Losada Hernández 4edbfa10b5 log config vars 2024-08-29 10:45:36 +02:00
David Bolack 5e8f74b9bc Merge branch 'master' into Issue_1958 2024-08-28 21:09:07 -05:00
Víctor Losada Hernández b39e8eea16 Merge branch 'experimentalNotificationDB' of https://github.com/G-Ambatte/homebrewery; branch 'master' of https://github.com/naturalcrit/homebrewery into experimentalNotificationDB 2024-08-29 00:24:22 +02:00
Víctor Losada Hernández 46882c4fb4 add error logging on admin route 2024-08-29 00:00:55 +02:00
Trevor Buckner a124bd8657 I'm dumb. 2024-08-28 16:59:22 -04:00
Víctor Losada Hernández 760c1a9e8c Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimentalNotificationDB 2024-08-28 22:28:24 +02:00
Trevor Buckner e8aceac133 Move check for account up a little 2024-08-28 15:21:43 -04:00
Víctor Losada Hernández 6436e62ec0 set up error page 2024-08-28 21:10:28 +02:00
Víctor Losada Hernández c9947d7f91 handle invalid account in account page, redirect to home 2024-08-28 20:42:53 +02:00
Trevor Buckner 3d3ad3f284 Small tweaks 2024-08-26 19:58:28 -04:00
Víctor Losada Hernández ca5a7a1dbb Merge branch 'master' into addCSSRoute-#1097 2024-08-23 23:16:19 +02:00
Trevor Buckner 40ab2c2283 rearrange code 2024-08-22 14:24:33 -04:00
Trevor Buckner 0f969ce383 Add catch-all for invalid paths
res.route is the currently-matched route. If nothing has been matched by this point (route = undefined), we have an invalid route.
2024-08-20 17:11:50 -04:00
G.Ambatte ae336f1429 Add extra getCSS tests 2024-08-13 22:30:59 +12:00
G.Ambatte 5847b246ef Add getCSS test 2024-08-13 22:05:03 +12:00
G.Ambatte 38168131e7 Remove app.spec.js 2024-08-13 22:03:06 +12:00
G.Ambatte 00e113ff67 Move getCSS to homebrew.api.js 2024-08-13 22:02:54 +12:00
G.Ambatte fac2293b77 Add App test file 2024-08-12 18:48:46 +12:00
G.Ambatte 7d699e455e Switch CSS route to call a function 2024-08-12 18:48:28 +12:00
Víctor Losada Hernández 59672b79d8 remove unnecessary changes in unrelated files 2024-08-10 00:05:58 +02:00
Víctor Losada Hernández 59717fe630 "Refactor VaultPage component, update styles, and modify server-side API queries" 2024-08-10 00:00:43 +02:00
Víctor Losada Hernández f3a774d55c "Removed unnecessary conditional statement in buildBrewsQuery function" 2024-08-09 22:46:25 +02:00
Víctor Losada Hernández 969eb354ce include query example for future debugging 2024-08-09 22:35:39 +02:00
Víctor Losada Hernández 9288ead130 remove owner functionality completely 2024-08-09 19:24:39 +02:00
Víctor Losada Hernández fa0d1d6bc1 Merge branch 'master' into metadata-api-endpoint 2024-08-01 23:44:00 +02:00
Trevor Buckner 4b3b44ecc8 Merge branch 'master' into addCSSRoute-#1097 2024-08-01 14:28:10 -04:00
David Bolack 73e579703a Merge branch 'master' into Issue_1958 2024-08-01 11:19:17 -05:00
Víctor Losada Hernández 6cf2dd8186 Merge branch 'master' into experimental-development 2024-08-01 15:49:52 +02:00
G.Ambatte e7108947d6 Fix expected values for pageCount and renderer 2024-08-01 13:24:23 +12:00
Trevor Buckner 79c22f383f Allow renderer and pagecount into stubs
At this point, only text and textbin contents are still in google drive. Which is the majority of the file still. Renderer and Pagecount may become useful for Vault page, and Renderer is needed for themes.
2024-07-31 18:13:31 -04:00
Víctor Losada Hernández aa0d0bed48 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-07-31 23:12:47 +02:00
Trevor Buckner 27a4831ea0 Add a theme to our reference pages (changelog, FAQ, migrate) 2024-07-31 16:53:54 -04:00
Trevor Buckner 1abced20d6 Do not fetch user themes if there is no user. 2024-07-31 16:53:34 -04:00
Víctor Losada Hernández 51c7549b45 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development 2024-07-31 08:57:28 +02:00