hay-kot
a266a244d9
feat(backend): ✨ Add Generic Type Hint Support for Data Access Layer
2021-08-27 20:27:20 -08:00
hay-kot
0675c570ce
refactor(backend): ♻️ Split Recipe Schema Code
2021-08-27 20:17:41 -08:00
hay-kot
d1a7ec3b95
fix(backend): 🐛 Fix CI/CD Linting Failures
2021-08-23 15:33:39 -08:00
hay-kot
abb0b84e22
fix auto initialize models
2021-08-23 12:25:16 -08:00
hay-kot
04ebc07333
fix restore from backup
2021-08-22 16:15:08 -08:00
hay-kot
234db39cc7
refactor(backend): ♻️ Refactor to make SessionLocal a globally accessible object
2021-08-22 16:08:37 -08:00
hay-kot
122d35ec09
feat(backend): 🗃️ Add CRUD opertaions for Food and Units
2021-08-22 13:10:18 -08:00
hay-kot
c894d3d880
fix route path
2021-08-22 11:23:14 -08:00
hay-kot
62836e5381
refactor(backend): ♻️ Update tag naming and reorganized some routes. Still WIP
2021-08-21 21:49:14 -08:00
hay-kot
19fb6af050
refactor(backend): ♻️ New tag naming for group router
2021-08-21 15:13:42 -08:00
hay-kot
34a5587add
fix auth tags
2021-08-21 15:08:29 -08:00
hay-kot
05f2eab1ea
refactor(backend): ♻️ organize and tag user routes by path
2021-08-21 15:05:00 -08:00
hay-kot
edae7bbb21
refactor(frontend): 🔥 rewrite backup UI for new page base components
...
Removed old split code and used the composition api to to re-write the import/export functionality of mealie.
2021-08-21 00:46:43 -08:00
hay-kot
a0efcb38a0
add traceback in development
2021-08-09 16:19:32 -08:00
hay-kot
ff2b681980
add nightly CI/CD
2021-08-07 20:22:22 -08:00
hay-kot
b14da7efdd
fix linters
2021-08-07 16:58:58 -08:00
hay-kot
a1b1b529a3
Fix Async Call
2021-08-07 15:22:26 -08:00
hay-kot
cb85b14e01
feat(backend): ➕ Add Rich for Development Logging
2021-08-07 15:13:42 -08:00
hay-kot
51876508f3
improve backend performance with caching
2021-08-07 11:28:40 -08:00
hay-kot
695d7e96ae
refactor(frontend): 🚧 Add group/user CRUD support for admins
2021-08-06 16:28:12 -08:00
hay-kot
d67240d449
refactor schema folders
2021-08-01 19:24:33 -08:00
Hayden
940663a22d
fixes #625 ( #632 )
...
* fixes #625
* update dependencies
* bump version
* fix failing tests
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-25 12:55:30 -08:00
Hayden
bf06482b29
Bug/multiple events ( #631 )
...
* add --preload
* formatting
* use sql database
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-24 00:15:01 -08:00
Hayden
9b5cf36981
Bug/misc fixes ( #618 )
...
* Fixes #617
* set recipe settings default by env variables
* add variables to docker-compse
* update changelog
* bump dependencies
* add fallback name to scraper
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-05 16:05:32 -08:00
wengtad
4d853c4ca8
fix db credentials show on logs/frontend ( #602 )
2021-07-01 12:42:29 -08:00
wengtad
999d0d4322
Optimize Docker ( #575 )
...
* reduce docker dev size
* reduce docker prod size
* fix lint
* add gunicorn
* fix bandit reported issues
* add docs external link icon
* add env vars to docs
* add permission to docker
* merge to one backend Dockerfile
* fix codefactor issues
* add docs for puid/pgid
* add docker healthcheck
2021-06-22 10:22:31 -08:00
sephrat
6320ba7ec5
API security hardening ( #571 )
...
* Enhance security and safety around user update API
- Prevent a regular user from promoting themself to admin
- Prevent an admin from demoting themself
- Refactor token fixture to admin + regular user tokens
* Restrict user CRUD API to admins
* Secure admin API routes
* Refactor APIrouter into Admin/UserAPIRouter
* Secure theme routes
* Make 'all recipes' routes public
* Secure favorite routes
* Remove redundant checks
* Fix public routes mistakenly flagged user routes
* Make webhooks changeable only by admin
* Allow users to create categories and tags
* Address lint issues
2021-06-22 10:22:15 -08:00
Hayden
f5faff66d3
Feature/import export single recipe ( #576 )
...
* remove duplicate keys
* show context menu when not logged in
* remove console.log
* hide menu when printing
* add response to event
* add type definitions
* show context menu always
* add image name enums
* upload/download single recipe
* cleanup menu views+ localization
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-21 16:25:37 -07:00
sephrat
9d64345321
Fix about page ( #563 )
...
* Fix error 500 in about page
* Fix log details not showing
2021-06-18 04:50:51 -08:00
Hayden
b545e75f09
Bug fixes/v0.5.1 ( #545 )
...
* dump deps
* add job for new groups on interval
* change sort icon
* fix cart icon
* bump version
* changelog
* early return if no comments
* remove comment
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 08:57:28 -08:00
Hayden
396d2ccf61
Docs/finale changelog ( #530 )
...
* bump version
* add data loss warning
* request correct image
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-16 19:26:15 -08:00
Hayden
d7c883feca
Frontend Fixes + Adjust Caddyfile ( #518 )
...
* token error handling
* Add additional settings to recipes
* fixes #515
* remove index.html
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-14 19:37:38 -08:00
Hayden
2dc9c8e843
Improve Test Coverage ( #511 )
...
* add recipe scaling notes
* test theme rename
* fix coverage call to use poetry
* remove print
* remove async
* consolidate test case data
* fix mealplan tests
* remove redundant else
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-13 13:09:44 -08:00
Hayden
e95ca870b1
Add Database Layer for Recipe Scaling ( #506 )
...
* move badge
* fix add individual ingredient
* fix redirect issue
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-12 22:23:23 -08:00
Hayden
c175c8e9a0
add soft fail user dependency ( #479 )
...
* add soft fail user dependency
* filter private recipes on get_recipe_summary
* code clean-up
* restrict single recipe
* cleanup dependencies
* add auto_error oauth2 scheme
* update make file
* update make file
* fix early return
* bump python deps
* restrict category/tags
* format deps
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-10 18:31:14 -08:00
wengtad
c2ed4a39ac
fix clean_string error ( #481 )
2021-06-10 08:08:10 -08:00
Hayden
a78fbea711
Feature/improve error message on scrape ( #476 )
...
* add better feedback on failed scrape
* fix json download link
* add better recipe parser
* dump deps
* fix force open on mobile
* formatting
* rewrite scraper to use new library
* fix failing tests
* bookmarklet support
* bookmarklet instructions
* recipes changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-09 13:04:54 -08:00
Hayden
59f8b74460
Bug Fixes ( #467 )
...
* fixes #463
* fixes #465
* fixes #461
* fixes #458 key error
* Fixes #459
* Fixes comments shown when printing
* fix meal-image not return on API call
* return better status
* reorganize docs
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-04 18:45:13 -08:00
Kevin Grossmann
d126f74d35
Fixed backup, updated backup docu ( #430 )
...
* Fixed backup, updated docu
* reformatted
2021-06-04 17:27:48 -08:00
Hayden
22d9309112
Bug/general fixes ( #450 )
...
* Fix asset link
* remove unused var
* fix no meal-plan returned
* cleanup redundant code
* Fix dates off in UI
* quick set dark/light mode
* user image fixes
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-31 18:44:20 -08:00
hay-kot
785ab184af
fix column type
2021-05-29 21:24:23 -08:00
Hayden
2b97af5728
feature/recipe-comments ( #448 )
...
* fix favorite color issue
* db and models for comments
* rename files
* initial UI for comments
* fix format
* import / export
* fixes #428
* format
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-29 20:50:17 -08:00
Hayden
6f38fcf81b
feature/favorite-recipes ( #443 )
...
* add favorites options
* bump dependencies
* add badges to all cards
* typo
* remove console.log
* fix site-loader viewport
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-29 15:54:18 -08:00
Hayden
822663905d
feature/mobile-layout ( #431 )
...
* lazy load cards
* shopping list recipe search bug
* admin layout fluid
* site loader
* username support
* mobile tabs
* set username at signup
* update user tests
* patch bug on shopping list
* public mealplan links
* support link (I'm a monster)
* icon only on mobile
* padding
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-25 20:01:22 -08:00
Hayden
503fe5cb2e
bug/bug-fixes ( #424 )
...
* fix image write/caching
* Caddyfile Caching header
* more aggressive caching
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-23 15:05:39 -08:00
Hayden
ef87f2231d
feature/mealplanner-rewrite ( #417 )
...
* multiple recipes per day
* fix update
* meal-planner rewrite
* disable meal-tests
* spacing
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-22 21:04:19 -08:00
Hayden
dcd9567059
notification import/export ( #413 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-20 19:16:42 -08:00
Hayden
a1dd6c941b
Bug/misc bug fixes ( #400 )
...
* potentiall fix #329
* typo
* auto purge events
* image error
* update import dialog
* fix scheduler interval time
* adjust icon position
* check for property
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-08 21:31:19 -08:00
Hayden
14b6ab7ec7
Feature/event notifications ( #399 )
...
* additional server events
* sort 'recent recipes' by updated
* remove duplicate code
* fixes #396
* set color
* consolidate tag/category pages
* set colors
* list unorganized recipes
* cleanup old code
* remove flash message, switch to global snackbar
* cancel to close
* cleanup
* notifications first pass
* test notification
* complete notification feature
* use background tasks
* add url param
* update documentation
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-08 18:29:31 -08:00
Hayden
466997febc
backend-events + code-cleanup ( #395 )
...
* additional server events
* sort 'recent recipes' by updated
* remove duplicate code
* fixes #396
* set color
* consolidate tag/category pages
* set colors
* list unorganized recipes
* cleanup old code
* remove flash message, switch to global snackbar
* cancel to close
* cleanup
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-07 14:33:20 -08:00