* Freshen up the SWAG documentation
Added some extra pointers for setting up HTTPS with Mealie and SWAG, and indented the `docker-compose.yml` as it should be.
* Replaced <code> html blocks with backticks
* Better formatting and comments in example config files
* Made DuckDNS consistent with other places on the page
* changed python base image to 3.9.6
* bumped poetry version to 1.1.7
* user creation based on env variable PGID and PUID with default as PUID/PGID= 911
* App exposes APP_PORT=80 as env variable
* Removed user mod and handled it in docker image.
* moved scheduler.db to /app/temp dir
* set app default port to 80 if envvariable null
* Changed application port to env variable with default as 80
* Created sch. direcotry as part of image creation
* minor logging improvements.
* removed docker target
* cleanup
* fixed port
* fixed port
* fixed port
* removed volume specification
* fixing code quality warnings
* fixing code quality warnings
* fixing code quality warnings
* bumped versions to fix vulnerabilities
* corrected port
* bumped uvicorn version to fix vulnerabilities
* minor fix
* added sticky permissions
* adding port change info to docs
* adding port change info to docs
* adding port change info to docs
* improved formatting
* docs updated
* added docker port change warning
* add ingredient sections to UI
* update changelog
* move recipe favorite to action bar
* fix button position on meal-planner
Co-authored-by: hay-kot <hay-kot@pm.me>
* 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>
* 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>
* 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
* 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>
* 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>