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
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
wengtad
27bf3802fe
fix docs ( #505 )
...
* fix docs
* undo makefile alignment
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2021-06-12 23:20:43 -08:00
zierbeek
0a927afaa0
Images and demo custom pages ( #502 )
2021-06-12 11:48:31 -08:00
wengtad
7d8e2754d7
fix docs links ( #500 )
2021-06-12 11:47:33 -08:00
Hayden
e34079673c
Docs/v0.5.0 second pass ( #496 )
...
* update docs
* use auto-gen routes
* dumb deps
* remove whitespace
* github action to build dev docs container
* no cache
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-06-11 21:57:59 -08:00
zierbeek
06ed377c00
Documentation ( #474 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2021-06-11 15:33:08 -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
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
a75de6d1cf
docs/update outline ( #471 )
...
* docs update
* reorganize
* plausible analytics
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-06-07 15:04:30 -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
zierbeek
cb8e765a61
Add Dashboard documentation ( #466 )
...
Add toolbox documentation in organizing-recipes.md
Update Images for site settings
Update site-settings.md
2021-06-04 17:26:17 -08:00
zierbeek
8461023d43
Changing docs with reverse proxy ( #436 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2021-05-26 15:04:29 -08:00
Hayden
034a21e203
TheButton global component ( #425 )
...
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-24 10:12:46 -08:00
Hayden
eb3d56936e
Feature/style unification ( #420 )
...
* set global icons
* fixes #419
* button style docs
* category/tag page updates
* dynamic router imports
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-23 12:38:55 -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
Hayden
95ec13161f
feature/profile-cards ( #391 )
...
* unify format
* pass variables
* remove namespace
* rename
* group-card init
* shuffle + icons
* remove console.logs
* token CRUD
* update changelog
* add profile link
* consolidate mealplan to profile dashboard
* update docs
* add query parameter to search page
* update test routes
* update python depts
* basic token tests
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-06 21:08:27 -08:00
hay-kot
2fc44018ec
Merge branch 'dev' of https://github.com/hay-kot/mealie into dev
2021-05-03 20:40:42 -08:00
hay-kot
117c1d20ea
dashboard notes
2021-05-03 20:40:39 -08:00
Hayden
5580d177c3
feature/finish-recipe-assets ( #384 )
...
* add features to readme
* Copy markdown reference
* prop as whole recipe
* parameter as url instead of query
* add card styling to editor
* move images to /recipes/{slug}/images
* add image to breaking changes
* fix delete and import errors
* fix debug/about response
* logger updates
* dashboard ui
* add server side events
* unorganized routes
* default slot
* add backup viewer to dashboard
* format
* add dialog to backup imports
* initial event support
* delete assets when removed
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-03 19:32:37 -08:00
Hayden
be378cb20c
feature/recipe-patch-improvements ( #382 )
...
* automated docs update
* recipe rating component
* recipe partial updates - closes #25
* use Vue.delete to update store
* format
* arrow functions
* fix tests
* format
* initial context menu
* localize
* add confirmation dialog
* context menu
* fix bare exception
* update line length
* format all file with prettier
* update changelog
* download as json
* update python dependencies
* update javascript dependencies
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-01 20:46:02 -08:00
Hayden
c196445e61
feature/additional-db ( #371 )
...
* add support for setting db_url
* fix tests
* add db_username/password env variables
* init db if super user doesn't exist
* fix tests
* fix tests
* set SQLite default DB_URL
* don't run tests on draft PRs
* add lint/black tests
* add test-all
* spell check settings
* black/flake8
* check format fail
* new badges
* rename workflow
* fix formatting
* remove white-space
* test connection arguments for pg
* format
* add new values to template
* format
* remove old script
* monkeypatch test db
* working docker-compose for postgres
* update docs
* test pg workflow
* format
* add driver
* install w/ poetry
* setup container
* change image
* set database to localhost
* update tests
* set url
* fix url path
* disable cache
* database init
* bust cache
* get by name
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-05-01 13:35:57 -08:00
Hayden
3e80947a4c
refactor/docker-updates ( #369 )
...
* convert all images to webp
* consolidate docker files
* serve images wiith caddy
* consolidate docker files
* new slim-buster image
* set image url
* add image path
* remove print
* set image path correctly
* cleanup
* caddy proxy path
* docs
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-29 17:47:01 -08:00
sephrat
1e5edc7434
More localization ( #358 )
...
* Translate missing items on About page
* Localize import summary dialog
* Make site menu translation reactive
* Localize import options
* Include semi colon in string
* Move API texts to frontend + better status codes
* Provide feedback to user when no meal is planned
* Fix API tests after latest rework
* Add warning for API changes in changelog
* Refactor API texts handling
* Refactor API texts handling #2
* Better API feedback
* Rearrange strings hierarchy
* Add messages upon recipe updated
* Fix 'recipe effected' typo
* Remove snackbar usage in backend
* Translate toolbox
* Provide feedback for tags CRUD
* Fix messed up merge
* Translate sign-up form
* Better feedback for sign-up CRUD
* Refactor log-in API texts handling
* No error message when user is not authenticated
* Remove unimportant console log
2021-04-29 08:22:45 -08:00
Hayden
846d1eda5b
feature/category-tag-crud ( #354 )
...
* update tag route
* search.and
* offset for mobile
* relative imports
* get settings
* new page
* category/tag CRUD
* bulk assign frontend
* Bulk assign
* debounce search
* remove dev data
* recipe store refactor
* fix mobile view
* fix failing tests
* commit test data
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-27 11:17:00 -08:00
Hayden
d5a340bde1
App Bar Rewrite ( #347 )
...
* Dummy Commit
* consolidate sidebar and app bar
* fix image error
* consolidate sidebar
* new icon for user menu
* fixes #329
* fix double click on mobile
* swap to computed properties
* fix open/close bug
* rewrite search for mobile
* fix ingredient checkbox
* cleanup console.logs
* set default lang + bump version
* draft changelog
* reword
* update env variables
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-25 13:47:08 -08:00
Hayden
8e4b951ecc
Get Recipes Route Rewrite ( #339 )
...
* deprecate old route
* auto-gen
* recipe card infinite scroll
* fix datatable
* set hard-limit option
* add loader
* set scroll on navigation
* add auto-import
* fix slow initial load
* remove console.logs
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-22 22:13:55 -08:00
sephrat
048d3d5469
Document new translation process with Crowdin ( #342 )
2021-04-22 13:18:14 -08:00
Chris Klann
26636c7b12
Add tip to fix rpi host running docker container ( #335 )
...
Per issue #249 , tip gives guidance for running Mealie in a docker linux/arm/v7 container.
2021-04-21 08:37:25 -08:00
hay-kot
484f026772
v0.4.3 docs
2021-04-19 20:33:25 -08:00
hay-kot
c2cdc1e8a6
docs
2021-04-19 19:36:50 -08:00
hay-kot
4a6805479c
fix discord link
2021-04-18 17:47:32 -08:00
hay-kot
6190f0fd1c
bump version
2021-04-18 17:45:56 -08:00
hay-kot
d4a9ecd65f
docs update
2021-04-18 17:43:40 -08:00
hay-kot
a9040cf17e
generate docs
2021-04-17 12:53:00 -08:00
hay-kot
26571af9b7
Update changelog
2021-04-17 12:52:04 -08:00
Hayden
406dae6e97
Basic nutrition editor ( #288 )
...
* Basic nutrition editor
* fix no image on scrape
* nutrition display
* add recipe images
* update by url
* new upload options
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-11 13:16:33 -08:00
Hayden
2a158ab290
feature/debug-info ( #286 )
...
* rename 'ENV' to 'PRODUCTION' and default to true
* set env PRODUCTION
* refactor file download process
* add last_recipe.json and log downloads
* changelog + version bump
* set env on workflows
* bump version
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-10 21:42:04 -08:00
Hayden
42deb5ad10
Feature/migration-rewrite ( #278 )
...
* start
* migration rewrite
* update name
* convert chowdown to new methods
* refactor/remove duplicate code
* refactor to unify logger + log to file
* remove toolbox
* Display report on UI
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-10 15:09:06 -08:00
hay-kot
1ae063a796
Merge branch 'master' of https://github.com/hay-kot/mealie into dev
2021-04-07 18:42:55 -08:00
Hayden
e3e8aad749
Hot Fix ( #269 )
...
* fix category labels
* set loader for migration
* v0.4.1
* reorganize API docs
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-07 18:38:06 -08:00
Hayden
9c379dfb83
v0.4.1 - Frontend/UI Improvements ( #267 )
...
* fix links
* actually fix #238
* Feature/mkdocs version bump (#240 )
* fix links (#239 )
Co-authored-by: hay-kot <hay-kot@pm.me>
* fix #238
* bump mkdocs version
* light/dark toggle
* light/dark mode css
* API_DOCS defaults to True
* disable build on push for master
Co-authored-by: hay-kot <hay-kot@pm.me>
* Feature/recipe viewer (#244 )
* fix dialog placement
* markdown support in ingredients
* fix line render issue
* fix tag rendering bug
* change ingredients to text area
* no slug error
* add tag pages
* remove console.logs
Co-authored-by: hay-kot <hay-kot@pm.me>
* changelog v0.4.1
* bug/backup-download (#245 )
* fix blocked download
* + download blocked
Co-authored-by: hay-kot <hay-kot@pm.me>
* Feature/meal planner (#246 )
* fixes duplicate recipes in meal-plan #221
* add quick week option
* scope css
* add mealplanner info
Co-authored-by: hay-kot <hay-kot@pm.me>
* Nextcloud Import Bugs - #248 (#250 )
* parses datetime properly + clean category - #248
* add default credentials to docs
Co-authored-by: hay-kot <hay-kot@pm.me>
* Add bulk import examples to docs. (#252 )
* Add bulk import examples to docs.
* Update api-usage.md
* Add Python example for bulk import.
* Change IP address in API example.
* Refactor/app settings (#251 )
* fix env setup bugs
* remove unused import
* fix layout issues
* changelog
Co-authored-by: hay-kot <hay-kot@pm.me>
* env setup fixes
* Feature/about api (#253 )
* fix settings
* app info cleanup
Co-authored-by: hay-kot <hay-kot@pm.me>
* Feature/image minify (#256 )
* fix settings
* app info cleanup
* bottom-bar experiment
* remove dup key
* type hints
* add dependency
* updated image with query parameters
* read image options
* add image minification
* add image minification step
* alt image routes
* add image minification
* set mobile bar to top
Co-authored-by: hay-kot <hay-kot@pm.me>
* Feature/additional endpoints (#257 )
* new recipe summary route
* add categories to cards
* add pillow
* show tags instead of categories
* additional debug info
* add todays meal image url
* about page
* fix reactive tag
* changelog + docs
* bump version
Co-authored-by: hay-kot <hay-kot@pm.me>
* add pillow dependencies (#258 )
Co-authored-by: hay-kot <hay-kot@pm.me>
* Feature/search page (#259 )
* add pillow dependencies
* advanced search page
* advanced search apge
* remove extra dependencies
* add pre-run script
Co-authored-by: hay-kot <hay-kot@pm.me>
* no image assignment
* advanced search
* fix docker dev build
* Do not force theme settings on login form (#260 )
* Fix docker dev db persistence (#264 )
* Fix docker dev db persistence
* Make run.sh the only startup script for prod + dev
Credits to @hay-kot for run.sh script logic
* Restore dev backend initialization in non-docker setup
* Make run.sh POSIX-friendly
* Allow dev backend to auto-reload in Docker
* Frontend Refactor + Bug Fixes
* merge category and tag selector
* unifiy category selector
* add hint
* spacing
* fix nextcloud migration
* simplify email validator #261
* formatting
* cleanup
* auto-gen
* format
* update run script
* unified category/tag selector
* rename component
* Add advanced search link
* remove old code
* convert keywords to tags
* add proper behavior on rename
* proper image name association on rename
* fix test cleanup
* changelog
* set docker comppand
* minify on migration
Co-authored-by: hay-kot <hay-kot@pm.me>
* bug-fixes/category-tag-creator (#266 )
* fix category labels
* set loader for migration
* v0.4.1
Co-authored-by: hay-kot <hay-kot@pm.me>
Co-authored-by: hay-kot <hay-kot@pm.me>
Co-authored-by: Nat <nathanynath@yahoo.fr>
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com>
2021-04-07 17:22:25 -08:00
Hayden
f09960f52c
bug-fixes/category-tag-creator ( #266 )
...
* fix category labels
* set loader for migration
* v0.4.1
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-07 17:20:19 -08:00
Hayden
1cf95bb3b0
Frontend Refactor + Bug Fixes
...
* merge category and tag selector
* unifiy category selector
* add hint
* spacing
* fix nextcloud migration
* simplify email validator #261
* formatting
* cleanup
* auto-gen
* format
* update run script
* unified category/tag selector
* rename component
* Add advanced search link
* remove old code
* convert keywords to tags
* add proper behavior on rename
* proper image name association on rename
* fix test cleanup
* changelog
* set docker comppand
* minify on migration
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-06 22:29:02 -08:00
hay-kot
f1c3857f39
advanced search
2021-04-03 17:29:43 -08:00
Hayden
ec7fa6332d
add pillow dependencies ( #258 )
...
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-03 13:23:26 -08:00
Hayden
764f85fb40
Feature/additional endpoints ( #257 )
...
* new recipe summary route
* add categories to cards
* add pillow
* show tags instead of categories
* additional debug info
* add todays meal image url
* about page
* fix reactive tag
* changelog + docs
* bump version
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-03 11:25:57 -08:00
Hayden
94cda5bb83
Refactor/app settings ( #251 )
...
* fix env setup bugs
* remove unused import
* fix layout issues
* changelog
Co-authored-by: hay-kot <hay-kot@pm.me>
2021-04-01 17:23:16 -08:00