1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00
mealie/frontend/components/global
Michael Genson 80968b02bb
feat: Remove Explore URLs and make the normal URLs public (#2632)
* add groupSlug to most routes

* fixed more routing issues

* fixed jank and incorrect routes

* remove public explore links

* remove unused groupSlug and explore routes

* nuked explore pages

* fixed public toolstore bug

* fixed various routes missing group slug

* restored public app header menu

* fix janky login redirect

* 404 recipe API call returns to login

* removed unused explore layout

* force redirect when using the wrong group slug

* fixed dead admin links

* removed unused middleware from earlier attempt

* 🧹

* improve cookbooks sidebar
fixed sidebar link not working
fixed sidebar link target
hide cookbooks header when there are none

* added group slug to user

* fix $auth typehints

* vastly simplified groupSlug logic

* allow logged-in users to view other groups

* fixed some edgecases that bypassed isOwnGroup

* fixed static home ref

* 🧹

* fixed redirect logic

* lint warning

* removed group slug from group and user pages
refactored all components to use route groupSlug or user group slug
moved some group pages to recipe pages

* fixed some bad types

* 🧹

* moved groupSlug routes under /g/groupSlug

* move /recipe/ to /r/

* fix backend url generation and metadata injection

* moved shopping lists to root/other route fixes

* changed shared from /recipes/ to /r/

* fixed 404 redirect not awaiting

* removed unused import

* fix doc links

* fix public recipe setting not affecting public API

* fixed backend tests

* fix nuxt-generate command

---------

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-11-05 16:07:02 -09:00
..
AdvancedOnly.vue feat: add on mounted hook for bookmarklets (#1120) 2022-04-01 11:05:25 -08:00
AppButtonCopy.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
AppButtonUpload.vue feat: Timeline Image Uploader Improvements (#2494) 2023-08-21 15:00:37 +00:00
AppLoader.vue Feature: Global Timeline (#2265) 2023-04-25 09:46:00 -08:00
AppToolbar.vue feat(lang): more localization(#2219) 2023-03-21 11:45:27 -08:00
AutoForm.vue feat: disable admin option when using LDAP auth (#2583) 2023-09-29 15:58:34 -08:00
BannerExperimental.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
BaseButton.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
BaseButtonGroup.vue feat: cook timer (#2508) 2023-08-23 09:31:23 -08:00
BaseCardSectionTitle.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
BaseDialog.vue feat: added max width for print setting dialog (#2252) 2023-03-21 11:52:18 -08:00
BaseDivider.vue Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
BaseOverflowButton.vue Localize hard-coded texts (#2044) 2023-01-28 16:39:51 -09:00
BasePageTitle.vue Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
BaseStatCard.vue chore: update dev dependencies (#1282) 2022-05-25 09:38:21 -08:00
ButtonLink.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
ContextMenu.vue refactor: unify recipe-organizer components (#1340) 2022-06-03 20:12:32 -08:00
CrudTable.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
DevDumpJson.vue Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
DocLink.vue feat: update inline docs on group page to clarify private/public settings (#2190) 2023-02-26 12:39:36 -09:00
DropZone.vue fix firefox drag and drop + add visual indicator (#1747) 2022-10-21 20:01:08 -08:00
HelpIcon.vue feat: support require_all property for cookbooks (#1130) 2022-04-03 16:32:58 -08:00
ImageCropper.vue chore: Get Rid of Warnings (#2599) 2023-10-07 11:23:47 -08:00
InputColor.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
InputLabelType.vue chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
InputQuantity.vue chore: make vue global components and layouts localizable (#1565) 2022-08-15 13:55:51 -08:00
LanguageDialog.vue chore: update dev dependencies (#1282) 2022-05-25 09:38:21 -08:00
MarkdownEditor.vue refactor: recipe-page (#1587) 2022-08-27 10:44:58 -08:00
RecipeJsonEditor.vue chore: frontend testing setup (#1739) 2022-10-22 11:51:07 -08:00
ReportTable.vue feat: Remove Explore URLs and make the normal URLs public (#2632) 2023-11-05 16:07:02 -09:00
SafeMarkdown.vue feat: Expanded safe HTML tags and attributes (#2248) 2023-03-21 11:49:41 -08:00
StatsCards.vue feat: add group statistics on profile page 2022-03-27 15:12:18 -08:00
ToggleState.vue security: enforce min length for user password (#1555) 2022-08-13 21:38:26 -08:00