Hayden
ee121a12f8
New Crowdin updates ( #1769 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2022-10-25 09:28:46 -08:00
Hayden
5a41e1d02d
update workflow to properly grab tag
2022-10-25 09:27:30 -08:00
Hayden
3f5aab6fae
chore: bump version + change-log notice ( #1766 )
2022-10-24 18:13:27 -08:00
Hayden
84c23765cd
fix: strict optional errors ( #1759 )
...
* fix strict optional errors
* fix typing in repository
* fix backup db files location
* update workspace settings
2022-10-23 13:04:04 -08:00
Hayden
97d9e2a109
chore: lint-and-fix-vue-demi-imports ( #1762 )
...
* lint for 'vue-demi' imports
* fix invalid imports
2022-10-23 13:02:56 -08:00
Akash Kundu
46161ef12b
docs(update): Fixed grammatical errors and typos ( #1748 )
...
A few grammatical errors and typos were fixed. @hay-kot Please review.
2022-10-23 12:25:22 -08:00
Hayden
d6e8602db5
New Crowdin updates ( #1760 )
...
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
2022-10-23 11:31:02 -08:00
Hayden
83a076bd8b
feat: improve idle memory usage ( #1758 )
...
* health check as python script
* install crfpp model via python
* drop curl from finale container
* use uvicorn by default w/ gunicorn as opt in
* recommend setting mem limit for container
2022-10-22 20:00:13 -08:00
Hayden
c5613694d9
fix: display food label if no label present ( #1757 )
...
The only label that was applied to the shopping list view was one that was manually assigned. Now we first check if the item has a label, if not we check if the food has a label, then if there really is no label we display nothing.
2022-10-22 13:00:10 -08:00
Hayden
2e11e57e0a
feat: fix recipe rating overwriting ( #1756 )
...
Previously, the recipe-ratings component would not sync to the v-modeled value when doing it's own updating. This PR fixes that issue and ensures that the value is pushed up to the parent whether in emit only mode or not.
2022-10-22 12:54:47 -08:00
Hayden
ce4315f971
chore: drop legacy editor ( #1755 )
...
* drop legacy editor
* remove unused components
2022-10-22 12:49:59 -08:00
Hayden
fcc5d99d40
chore: frontend testing setup ( #1739 )
...
* add vitest
* initialize lib w/ tests
* move to dev dep
* run tests in CI
* update file names
* move api folder to lib
* move api and api types to same folder
* update generator outpath
* rm husky
* i guess i _did_ need those types
* reorg types
* extract validators into testable components
* (WIP) start composable testing
* fix import type
* fix linter complaint
* simplify icon type def
* fix linter errors (maybe?)
* rename client file for sorting
2022-10-22 11:51:07 -08:00
Hayden
9f6bcc83d5
fix: apply API_PORT in containers ( #1754 )
2022-10-22 11:43:03 -08:00
Hayden
0d953da5b0
fix: require python-dateutil in dependencies ( #1752 )
2022-10-22 10:44:32 -08:00
Hayden
a56bedb022
fix: mis-ordered shoppinglist after checking item ( #1749 )
2022-10-21 20:35:45 -08:00
Hayden
558789cd02
fix firefox drag and drop + add visual indicator ( #1747 )
2022-10-21 20:01:08 -08:00
dependabot[bot]
bc99884438
fix(deps): bump vuetify from 2.6.11 to 2.6.12 in /frontend ( #1740 )
...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.11 to 2.6.12.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.12/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 19:14:27 -08:00
Hayden
0bb1b6500f
refactor: implement email with stdlib and drop email dependency ( #1746 )
...
* implement email with stdlib and drop dependency
* potentially provide in logs
2022-10-21 19:12:27 -08:00
Hayden
d53e78317d
fix: advanced search now saved in URL ( #1745 )
...
* use query param for toggle state
* close #1678
2022-10-21 17:34:13 -08:00
Hayden
c9929745f8
fix: properly check recipe settings using database value ( #1744 )
...
* fix #1742
* bump depts to bust cache
* revert regression
* ensure permission checked on delete
2022-10-21 16:48:31 -08:00
Miroito
a59d1ae2f9
fix: min-original not saved ( #1716 )
2022-10-21 16:04:51 -08:00
Hayden
9ecef4c25f
chore: file generation cleanup ( #1736 )
...
This PR does too many things :(
1. Major refactoring of the dev/scripts and dev/code-generation folders.
Primarily this was removing duplicate code and cleaning up some poorly written code snippets as well as making them more idempotent so then can be re-run over and over again but still maintain the same results. This is working on my machine, but I've been having problems in CI and comparing diffs so running generators in CI will have to wait.
2. Re-Implement using the generated api routes for testing
This was a _huge_ refactor that touched damn near every test file but now we have auto-generated typed routes with inline hints and it's used for nearly every test excluding a few that use classes for better parameterization. This should greatly reduce errors when writing new tests.
3. Minor Perf improvements for the All Recipes endpoint
A. Removed redundant loops
B. Uses orjson to do the encoding directly and returns a byte response instead of relying on the default
jsonable_encoder.
4. Fix some TS type errors that cropped up for seemingly no reason half way through the PR.
See this issue https://github.com/phillipdupuis/pydantic-to-typescript/issues/28
Basically, the generated TS type is not-correct since Pydantic will automatically fill in null fields. The resulting TS type is generated with a ? to indicate it can be null even though we _know_ that i can't be.
2022-10-18 14:49:41 -08:00
Hayden
a8f0fb14a7
chore: upgrade pre-commit hooks ( #1735 )
...
* change pep585 hook to pyupgrade
* run pyupgrade + cleanup lint errors
2022-10-17 14:37:06 -08:00
Hayden
e516a2e801
fix: unclosed sessions ( #1734 )
...
* resolve session leak
* cleanup session management functions
2022-10-17 14:11:40 -08:00
dependabot[bot]
a3904c45d8
fix(deps): bump @vueuse/core from 9.3.0 to 9.3.1 in /frontend ( #1732 )
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v9.3.1/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 13:37:55 -08:00
dependabot[bot]
61ba16ad26
chore(deps-dev): bump @vue/runtime-dom in /frontend ( #1731 )
...
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom ) from 3.2.40 to 3.2.41.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.2.41/packages/runtime-dom )
---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 13:37:47 -08:00
Hayden
2914553084
New translations en-US.json (French) ( #1717 )
2022-10-15 12:36:51 -08:00
dependabot[bot]
1062ad9d97
chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 in /frontend ( #1718 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-15 12:36:40 -08:00
dependabot[bot]
ed7849d92d
fix(deps): bump isomorphic-dompurify from 0.22.0 to 0.23.0 in /frontend ( #1708 )
...
Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases )
- [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: isomorphic-dompurify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:46:48 -08:00
dependabot[bot]
07b2692927
fix(deps): bump vuetify from 2.6.10 to 2.6.11 in /frontend ( #1702 )
...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.10 to 2.6.11.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.11/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:46:30 -08:00
dependabot[bot]
03be764ce7
chore(deps-dev): bump eslint-plugin-vue from 9.5.1 to 9.6.0 in /frontend ( #1701 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.5.1 to 9.6.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.1...v9.6.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:46:14 -08:00
Hayden
5cfa276475
New Crowdin updates ( #1712 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
2022-10-08 12:45:47 -08:00
dependabot[bot]
f5440652a8
fix(deps): bump core-js from 3.25.4 to 3.25.5 in /frontend ( #1699 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.25.4...v3.25.5 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 19:27:51 -08:00
Michael Genson
e088719ddc
fix: default null recipe quantities to zero when adding to shopping list ( #1677 )
...
* default null recipe quantities to zero
* simplify validation
* remove unused import
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-10-03 08:23:01 -08:00
dependabot[bot]
332870f608
fix(deps): bump @vueuse/core from 9.2.0 to 9.3.0 in /frontend ( #1679 )
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v9.3.0/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 08:13:52 -08:00
dependabot[bot]
8280099dc5
chore(deps-dev): bump @vue/runtime-dom in /frontend ( #1686 )
...
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom ) from 3.2.39 to 3.2.40.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.2.40/packages/runtime-dom )
---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 18:15:29 -08:00
dependabot[bot]
52e07e4f21
fix(deps): bump core-js from 3.25.3 to 3.25.4 in /frontend ( #1696 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.25.3...v3.25.4 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 18:15:16 -08:00
Hayden
a3a66055e0
chore: update poetry install to match current docs ( #1695 )
2022-10-02 16:47:10 -08:00
Patrick
eca54e6474
rev poetry version ( #1664 )
2022-10-02 16:33:49 -08:00
Hayden
6159b55be9
fix: image and CI errors ( #1694 )
...
* bump cache version
* bump version
* delete template file
* maybe fix invalid CI?
* chain status command
* fix add tesseract bin to container & bump poetry (#1676 )
* Add tesseract bin to container
* Add tesseract bin
Co-authored-by: Miroito <88556823+Miroito@users.noreply.github.com >
2022-10-02 16:24:13 -08:00
Hayden
47e7783ef5
New Crowdin updates ( #1683 )
...
* New translations en-US.json (Czech)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Danish)
2022-10-02 16:18:09 -08:00
dependabot[bot]
2c04393501
fix(deps): bump core-js from 3.25.2 to 3.25.3 in /frontend ( #1675 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.25.2...v3.25.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 16:15:52 -08:00
dependabot[bot]
7aa7945647
chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 in /frontend ( #1673 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.1 to 8.24.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 16:15:40 -08:00
Hayden
ef481a6a9c
New Crowdin updates ( #1672 )
...
* New translations en-US.json (Turkish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Japanese)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (French, Canada)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Turkish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
2022-09-27 18:55:35 -08:00
Michael Genson
796e55b7d5
refactor: webhook events ( #1661 )
...
* refactored EventBusService to work outside FastAPI
* extended event models
* refactored webhooks to run through event bus
* added basic webhook test route
* changed get_all to page_all
* fixed incorrectly implemented Vue variables
* fixed broken webhook test
* changed factory from staticmethod to classmethod
* made query boundary definitions easier to read
2022-09-27 18:55:20 -08:00
Miroito
025f1bc603
feat: press enter to create a shopping list! ( #1657 )
...
* feat/press enter to create list
* Press enter to submit base dialogs
2022-09-27 18:54:28 -08:00
Michael Genson
8271c3001e
feat: add support for API extras on shopping lists, shopping list items, and food data ( #1619 )
...
* added api extras to other tables
genericized api extras model from recipes
added extras column to ingredient foods
added extras column to shopping lists
added extras column to shopping list items
* updated alembic version test
* made mypy happy
* added TODO on test that does nothing
* added extras tests for lists, items, and foods
* added docs for new extras
* modified alembic versions to eliminate branching
2022-09-27 18:53:22 -08:00
Hayden
db70a210a2
fix concurrent builds
2022-09-25 16:10:18 -08:00
Hayden
1d204e9f48
backend: bump deps ( #1671 )
2022-09-25 16:01:25 -08:00
Michael Genson
d3da551dae
feat: add profile update suggestion to members page ( #1669 )
2022-09-25 15:19:26 -08:00
Hayden
124ec3743a
New Crowdin updates ( #1667 )
...
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
2022-09-25 15:17:56 -08:00
Ben Boeckel
2e6b877ba9
docs: fix typos ( #1665 )
...
* docs: fix typos
* typos: fix typos found by `codespell` across the codebase
* docs: fix `macOS` spelling
* docs: fix `authentification` terminology
"Authentification" is not a thing.
* docs: fix `localhost` typo in example link
* typos: fix in-code typos
These are potentially higher risk, but no other mentions of these typos
show up in the codebase.
2022-09-25 15:17:27 -08:00
dependabot[bot]
33dad80eff
chore(deps-dev): bump @types/sortablejs in /frontend ( #1655 )
...
Bumps [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sortablejs ) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sortablejs )
---
updated-dependencies:
- dependency-name: "@types/sortablejs"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-25 15:02:59 -08:00
dependabot[bot]
77622e0257
fix(deps): bump core-js from 3.25.1 to 3.25.2 in /frontend ( #1654 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.1 to 3.25.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.25.1...v3.25.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-25 15:02:35 -08:00
dependabot[bot]
6f301276a7
chore(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1 in /frontend ( #1653 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.4.0 to 9.5.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-25 15:02:23 -08:00
Hayden
39adea4ee3
feat (WIP): bring png OCR scanning support ( #1670 )
...
* Add pytesseract
* Add simple ocr endpoint
replace extension argument
* feat/ocr-editor gui
* fix frontend linting issues
* Add service unit tests
* Add split text modes & single ingredient/instruction editing
* make split mode really reactive
* Remove default step and ingredient
* make the linter haappy
* Accept only image uploads
* Add automatic recipe title suggestion
* Correct regex
* fix incorrect array.map method usage
* make the linter happy again
* Swap route to use asset name
* Rearange buttons
* fix test data
* feat: Allow making image the recipe image
* Add translation
* Make the linter happy
* Restrict function setPropertyValueByPath generic
* Restrict template literal type
* Add a more friendly icon to creation page
* update poetry lock file
* Correct sloppy ocr classes
* Make MyPy happy
* Rewrite safer tests
* Add tesseract to backend test CI container dependencies
* Make canvas element a component global
* Remove unwanted spaces in selected text
* Add way to know if recipe was created with ocr
* Access to ocr-editor for ocr recipes
* Update Alembic revision
* Make the frontend build
* Fix scrolling offset bug
* Allow creation of recipes with custom settings
* Fix rebasing mistakes
* Add format_tsv_output test
* Exclude the tests data directory only
* Enforce camelCase for frontend functions
* Remove import of unused component
* Fix type and class initialization
* Add multi-language support
* Highlight words in mount
* Fix image ratio bug
* Better ocr creation page
* Revert awkward feature to scroll in Selection mode
* Rebasing alembic migrations sux
* Remove obsolete getShared function
* Add function docstring
* Move down ocr creation option
* Make toolbar icons more generic
* Show help at the bottom of the page
* move ocr types to own file
* Use template ref for the canvas
* Use i18n.tc to get strings directly
* Correct naming mistake
* Move Ocr editor to own directory
* Create Ocr Editor parts
* Safeguard recipe properties access
* Add loading frontend animation due to longer request time
* minor cleanup chores
Co-authored-by: Miroito <alban.vachette@gmail.com >
2022-09-25 15:00:45 -08:00
Hayden
a8f3922907
New Crowdin updates ( #1652 )
...
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
2022-09-21 18:53:44 -08:00
dependabot[bot]
0dab4012d2
chore(deps-dev): bump @babel/eslint-parser in /frontend ( #1651 )
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.9 to 7.19.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.1/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 14:58:13 -08:00
Elegant
11eeab1b51
feat: LDAP improvements ( #1487 )
...
* Use Base DN for LDAP and fetch user attrs
Requires that a Base DN be set for LDAP
Set `full_name` and `email` based on LDAP attributes when creating user
* Add support for secure LDAP
Allow insecure LDAP connection (disabled by default)
Use CA when connecting to secure LDAP server
* Added missing quotes to example
* Update security.py
* Update security.py formatting
* Update security.py
Switched to f-String formatting
* formatting
* Update test_security.py
Added at attributes for testing
* Update test_security.py
Modified tests for base DN
* Update test_security.py
Set proper base DN for testing
* Update test_security.py
Corrected testing for LDAP
* Update test_security.py
Defined base_dn
* Authenticated user not in base DN
Add check for when user can authenticate but is not in base DN
* Update test_security.py
LDAP user cannot exist as it is searched before it is created and the list returns False
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-09-15 19:33:36 -08:00
dependabot[bot]
21161321e4
chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 in /frontend ( #1642 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 15:55:00 -08:00
dependabot[bot]
38900e6773
fix(deps): bump date-fns from 2.29.2 to 2.29.3 in /frontend ( #1648 )
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.3/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.2...v2.29.3 )
---
updated-dependencies:
- dependency-name: date-fns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 15:54:42 -08:00
dependabot[bot]
fad02757d9
fix(deps): bump vuetify from 2.6.9 to 2.6.10 in /frontend ( #1643 )
...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.9 to 2.6.10.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.10/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 15:54:25 -08:00
Michael Genson
86d25691d2
fix: defaults recipe actions to sort by name, ascending ( #1650 )
2022-09-15 15:53:58 -08:00
Hayden
1488b75b65
New Crowdin updates ( #1645 )
...
* New translations en-US.json (French)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
2022-09-15 15:53:39 -08:00
Hayden
b56b987f5a
chore: fix demo links ( #1639 )
...
* remove matrix builds
* replace beta.mealie.io w/ demo.mealie.io
2022-09-12 13:07:51 -08:00
Hayden
5337eaf1aa
revert changes
2022-09-11 10:14:42 -08:00
Hayden
0e7dc75557
remove deps
2022-09-11 10:06:15 -08:00
Hayden
24cf21677c
troubleshoot deploy-demo workflow
2022-09-11 10:05:50 -08:00
Philipp Fischbeck
c3459d540b
fix: properly set "advanced features" during user registration ( #1638 )
...
Previously, "advanced features" was per group, not per user. With this change, this is now properly submitted on user registration. The "seed data" setting is also per group.
2022-09-11 09:56:23 -08:00
Hayden
5105b13219
publish docs on release
2022-09-10 16:22:35 -08:00
Hayden
ed1146f5fb
add pip to dependabot
2022-09-10 16:19:17 -08:00
Hayden
9731317082
integrate demo deploy into CI
2022-09-10 15:56:46 -08:00
Hayden
80639d6968
split builders into to jobs
2022-09-10 13:45:06 -08:00
Hayden
a5472d7274
remove version
2022-09-10 11:14:11 -08:00
Hayden
6d818fe5bc
add secrets
2022-09-10 11:13:40 -08:00
Hayden
7231c842c0
use relative refs
2022-09-10 11:10:28 -08:00
Hayden
e989651336
chore: cleanup actions and allow reuse + pr template ( #1637 )
...
* cleanup actions and allow reuse
* add PR template
2022-09-10 10:58:02 -08:00
Mirko Jeličić
2df791b80b
feat: add option to stay in edit mode after loading from URL. ( #1524 )
...
* Add option to stay in edit mode after loading from URL.
* Stay in Edit mode now default behaviour after scraping recipe from URL.
* Fix missing param error.
* Fix incorrect read of boolean variable.
* Fix stupid error due to not understanding Vue.
* minor style and bug fixes
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-09-10 10:21:57 -08:00
dependabot[bot]
c65c00f3a8
chore(deps-dev): bump @vue/runtime-dom in /frontend ( #1633 )
...
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom ) from 3.2.37 to 3.2.39.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.2.39/packages/runtime-dom )
---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 10:21:20 -08:00
dependabot[bot]
87bd0dda6d
fix(deps): bump core-js from 3.25.0 to 3.25.1 in /frontend ( #1631 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.0 to 3.25.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.25.0...v3.25.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 10:20:58 -08:00
dependabot[bot]
5399761dfd
chore(deps-dev): bump @nuxtjs/eslint-config-typescript in /frontend ( #1624 )
...
Bumps [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config ) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/nuxt/eslint-config/releases )
- [Changelog](https://github.com/nuxt/eslint-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0 )
---
updated-dependencies:
- dependency-name: "@nuxtjs/eslint-config-typescript"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 10:20:41 -08:00
Philipp Fischbeck
1c938cb835
fix: set meta description and image for shared recipes ( #1635 )
2022-09-10 09:29:21 -08:00
gurudc
25c40b8abf
docs: type in introduction.md ( #1636 )
...
Typo
2022-09-10 09:28:24 -08:00
dependabot[bot]
eacab576b4
fix(deps): bump @vueuse/core from 9.1.1 to 9.2.0 in /frontend ( #1628 )
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 9.1.1 to 9.2.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v9.2.0/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 09:23:07 -08:00
dependabot[bot]
eb9975a392
chore(deps-dev): bump eslint-plugin-nuxt in /frontend ( #1623 )
...
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt ) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases )
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v3.2.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-nuxt
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 09:22:04 -08:00
Hayden
5829ebec91
New Crowdin updates ( #1618 )
...
* New translations en-US.json (Czech)
* New translations en-US.json (Swedish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Turkish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Danish)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (French, Canada)
* New translations en-US.json (German)
* New translations en-US.json (Swedish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Spanish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Spanish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Danish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
2022-09-10 09:14:22 -08:00
Michael Genson
2007bcfe28
feat: added "cookbook" filter to recipe pagination to serve frontend ( #1609 )
...
* added cookbook filter to recipe pagination
* fixed wrong filter var
* restored cookbook sorting
* reverted unnecessary var change
2022-09-10 08:59:30 -08:00
dependabot[bot]
d26cb570ba
chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 in /frontend ( #1617 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.22.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-28 20:12:40 -08:00
Hayden
18b2c92a76
feat: public recipe access ( #1610 )
...
* initial public explorer API endpoint
* public API endpoint
* cleanup recipe page
* wip: init explorer page
* use public URLs for shared recipes
* refactor private share tokens to use shared page
2022-08-28 20:08:33 -08:00
Hayden
9ea5e6584f
perf: use HEAD method to determine best image ( #1614 )
2022-08-28 14:14:02 -08:00
Hayden
4a0fb56d18
fix: unsafe window access on recipe assets ( #1613 )
...
resolves 500 error on new recipes page
2022-08-28 13:54:32 -08:00
Hayden
789ab27eef
New Crowdin updates ( #1611 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Swedish)
2022-08-28 12:45:48 -08:00
Hayden
3d099ec7c6
chore: bump frontend dependencies ( #1608 )
2022-08-27 11:13:53 -08:00
Michael Genson
23c039b42d
refactor: event bus refactor ( #1574 )
...
* refactored event dispatching
added EventDocumentType and EventOperation to Event
added event listeners to bulk recipe changes
overhauled shopping list item events to be more useful
modified shopping list item repo to return more information
* added internal documentation for event types
* renamed message_types.py to event_types.py
* added unique event id and fixed instantiation
* generalized event listeners and publishers
moved apprise publisher to new apprise event listener
fixed duplicate message bug with apprise publisher
* added JWT field for user-specified integration id
* removed obselete test notification route
* tuned up existing notification tests
* added dependency to get integration_id from jwt
* added base crud controller to facilitate events
* simplified event publishing
* temporarily fixed test notification
2022-08-27 10:52:45 -08:00
Hayden
caa9e03050
refactor: recipe-page ( #1587 )
...
Refactor recipe page to use break up the component and make it more usable across different pages. I've left the old route in as well in case there is some functional breaks, I plan to remove it before the official release once we've tested the new editor some more in production. For now there will just have to be some duplicate components and pages around.
2022-08-27 10:44:58 -08:00
Michael Genson
a8da1a7594
fix: removed sort menu from pages that don't support it ( #1606 )
2022-08-26 18:50:24 -08:00
Michael Genson
fd4776842e
docs: fixed incorrectly-labeled env vars ( #1604 )
2022-08-26 18:48:10 -08:00
Hayden
31793693f2
New Crowdin updates ( #1595 )
...
* New translations en-US.json (Czech)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Swedish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
2022-08-26 14:21:45 -08:00
Hayden
98936e4ce2
New Crowdin updates ( #1590 )
...
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Czech)
2022-08-23 22:45:07 -08:00
dependabot[bot]
6859ba346c
fix(deps): bump @vueuse/core from 9.1.0 to 9.1.1 in /frontend ( #1591 )
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v9.1.1/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 22:44:43 -08:00
dependabot[bot]
e0b34457b5
chore(deps-dev): bump eslint-plugin-vue from 9.3.0 to 9.4.0 in /frontend ( #1592 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.3.0 to 9.4.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 22:44:19 -08:00
Hayden
a25eb2e1bb
New translations en-US.json (German) ( #1589 )
2022-08-21 18:15:47 -08:00
Hayden
2865bcbb04
fix: missing user agent for scraper ( #1586 )
...
* set user agent for requests.get
* bump scraper version
2022-08-20 17:54:06 -08:00
Hayden
007b861ad6
docs: add docs on restoring to PSQL server ( #1584 )
...
* docs: add docs on restoring to PSQL server
* prevent iframe in netlify site
2022-08-20 11:53:48 -08:00
Hayden
74548e9152
fix(frontend): proper null check for notes ( #1583 )
...
Adds a proper check for the mealplan.recipe property in multiple places to resolve the bug described in #1571 . In development the page would fail to render.
2022-08-20 11:21:57 -08:00
Michael Genson
aaeb162dd5
feat: unify recipe card sections ( #1560 )
...
* removed unused import
* moved categories/tags to new recipe card section
* nuked old frontend sort code
minor refactoring
* bug fixes
* added backend recipes filter for tools
* removed debug log
* removed unusued props
* fixed sort for recipes by tool
* added tests for getting recipes by tool
2022-08-20 10:59:49 -08:00
Hayden
85448b8a18
New Crowdin updates ( #1581 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2022-08-20 10:46:43 -08:00
Hayden
5c24949e19
New translations en-US.json (German) ( #1579 )
2022-08-19 23:02:05 -08:00
Michael Genson
f231109194
fix: print view for recipes with multiple ingredient sections ( #1580 )
...
* fix for recipes with multiple ingredient sections
* removed unused key
2022-08-19 23:01:55 -08:00
Hayden
692d91e338
New Crowdin updates ( #1566 )
...
* New translations en-US.json (Czech)
* New translations en-US.json (Swedish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Turkish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Danish)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (French, Canada)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Arabic)
* New translations en-US.json (German)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (German)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
2022-08-19 11:43:31 -08:00
Michael Genson
3c2497bccf
dev: improve container setup and pre-configure linters ( #1577 )
...
* added more formatters/linters
* moved "make setup" to onCreateCommand
2022-08-19 11:43:06 -08:00
Michael Genson
f4278737fb
ui: changed ingredient auto grid to be more natural ( #1578 )
2022-08-19 11:42:06 -08:00
dependabot[bot]
b092654b43
fix(deps): bump date-fns from 2.29.1 to 2.29.2 in /frontend ( #1575 )
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.2/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.1...v2.29.2 )
---
updated-dependencies:
- dependency-name: date-fns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 18:31:11 -08:00
Hayden
dc41da3c7f
ui: improve UI for favorite link ( #1567 )
2022-08-15 14:30:55 -08:00
Hayden
6858152acb
New Crowdin updates ( #1562 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Hebrew)
* New translations en-US.json (German)
2022-08-15 13:56:18 -08:00
Philipp Fischbeck
ba15006bb1
chore: make vue global components and layouts localizable ( #1565 )
2022-08-15 13:55:51 -08:00
dependabot[bot]
7af48d51be
chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 in /frontend ( #1561 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.21.0...v8.22.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 17:08:12 -08:00
Hayden
ad9ede20a2
fix: remove Config.get_attr config and use defaults for tags ( #1559 )
2022-08-14 11:31:29 -08:00
Hayden
3985713cbd
fix: user-feedback-on-schema-mismatch ( #1558 )
...
* validate schema version on restore
* show user error on backup failure
2022-08-14 11:06:35 -08:00
Hayden
7adcc86d03
feat: bulk recipe settings update ( #1557 )
...
* extract switches from menu component
* implement bulk updater for settings
* fix browser cache api calls issue
* add frontend for bulk settings modifications
2022-08-14 10:37:44 -08:00
Michael Genson
5cfff75dbe
moved header out of "cook mode" conditional block ( #1556 )
2022-08-14 08:04:09 -08:00
Hayden
3b45da274c
New Crowdin updates ( #1553 )
...
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
2022-08-13 21:44:27 -08:00
Michael Genson
238f555f5e
fix: general bug fixes ( #1547 )
...
* grouped "instructions" header with first section
* fixed sort by last updated date
* somewhat-hacky bugfix for large screens
* modified page size to be divisible by 4
* fixed missing export for new data forms
2022-08-13 21:44:11 -08:00
Hayden
54c4f19a5c
security: enforce min length for user password ( #1555 )
...
* fix typing on auth context
* extract user password strength meter
* fix broken useToggle method
* extend form to accept arguments for validators
* enforce password length on update
* fix user password change form
2022-08-13 21:38:26 -08:00
Hayden
b3c41a4bd0
security: implement user lockout ( #1552 )
...
* add data-types required for login security
* implement user lockout checking at login
* cleanup legacy patterns
* expose passwords in test_user
* test user lockout after bad attempts
* test user service
* bump alembic version
* save increment to database
* add locked_at to datetime transformer on import
* do proper test cleanup
* implement scheduled task
* spelling
* document env variables
* implement context manager for session
* use context manager
* implement reset script
* cleanup generator
* run generator
* implement API endpoint for resetting locked users
* add button to reset all locked users
* add info when account is locked
* use ignore instead of expect-error
2022-08-13 13:18:12 -08:00
Daniel Palstra
ca64584fd1
feat: add the RecipeCardMenu to the recipe in a mealplan ( #1551 )
...
* Add the RecipeCardMenu to the recipe in a mealplan
* fix parameter naming
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-08-12 09:02:08 -08:00
Bryce Willey
553325ed09
fix: use flex-basis, not width to fix min size bug ( #1548 )
...
On mobile screens when following a registration invite link, the page
would be too wide to interact with, extending well over the sides of the
phone.
This is because the minimum size of content is set to `auto` (by
default), and accord to the spec (https://www.w3.org/TR/css-flexbox-1/#specified-size-suggestion )
the minimum size of the element is the mimimum size of it's content. The
password strength element in the panel had a width of 500px, making the
entire component overflow the screen.
Changing the width to `flex-basis` instead, allows for the password
strength element to shrink if it overflows the screen.
2022-08-12 08:59:34 -08:00
Ryan Quinn
ff2334a489
fix: email typos ( #1549 )
...
* "your" -> "you're" in invitation email
* "below" -> "above" in all emails
2022-08-12 08:54:41 -08:00
Hayden
71d3db7aef
refactor: move dependencies to controllers ( #1550 )
...
* Moves dependencies directly to controllers
* Reduces use of @cached_property - (I have a suspicion that this is a factor in memory usage)
* reduce duplicate ways to access the same property on a controller.
2022-08-11 20:13:22 -08:00
Hayden
8a98288248
New Crowdin updates ( #1546 )
...
* New translations en-US.json (Czech)
* New translations en-US.json (Swedish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Turkish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Danish)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Dutch)
2022-08-10 16:03:01 -08:00
dependabot[bot]
03147c8723
fix(deps): bump vuetify from 2.6.8 to 2.6.9 in /frontend ( #1543 )
...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.8 to 2.6.9.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.9/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 21:23:02 -08:00
Philipp Fischbeck
32244988d2
chore: make vue domain components localizable ( #1532 )
2022-08-09 21:12:45 -08:00
Hayden
e5bf7bce17
fix: case-sensitive-password-reset ( #1545 )
...
* make password reset case insensitive
* update test to check for case insensitive
2022-08-09 21:10:00 -08:00
Hayden
ef24705cfa
fix: ignore-place-in-search ( #1544 )
...
* pin i18n since it breaks things
* set ignoreLocation to true
* revert composition api demotion
* bump slugify
2022-08-09 20:34:08 -08:00
Michael Genson
f45e2587a0
feat: category and tag filters to recipe pagination route ( #1508 )
...
* fixed incorrect response model
* added category and tag filters
* moved categories and tags params to route and
changed to query array param
* type fixes
* added category and tag tests
2022-08-09 14:01:59 -08:00
Hayden
e82e7d0fb3
New Crowdin updates ( #1527 )
...
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2022-08-08 18:42:09 -08:00
Maka0
a7c6e89dfa
feat: added gosu & updated run.sh to switch to the dedicated user ( #1395 )
...
Co-authored-by: Maka0 <360614-Maka0@users.noreply.gitlab.com >
2022-08-08 18:39:59 -08:00
Hayden
7ce02c31d5
chore: bump build deps ( #1541 )
...
* bump build deps
* typescript nonsense
* bump prettier
2022-08-08 18:38:18 -08:00
dependabot[bot]
95b1b8bbdc
fix(deps): bump @vueuse/core from 9.0.2 to 9.1.0 in /frontend ( #1535 )
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v9.1.0/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:11:17 -08:00
dependabot[bot]
f5040af8bb
chore(deps-dev): bump @babel/eslint-parser in /frontend ( #1538 )
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.2 to 7.18.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.9/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:11:03 -08:00
dependabot[bot]
5fd79457dd
fix(deps): bump date-fns from 2.28.0 to 2.29.1 in /frontend ( #1542 )
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.28.0 to 2.29.1.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.28.0...v2.29.1 )
---
updated-dependencies:
- dependency-name: date-fns
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:10:41 -08:00
dependabot[bot]
75d4d9658c
fix(deps): bump vuetify from 2.6.6 to 2.6.8 in /frontend ( #1540 )
...
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify ) from 2.6.6 to 2.6.8.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases )
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.8/packages/vuetify )
---
updated-dependencies:
- dependency-name: vuetify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:04:53 -08:00
dependabot[bot]
9907b9d625
fix(deps): bump @mdi/js from 6.7.96 to 7.0.96 in /frontend ( #1539 )
...
Bumps [@mdi/js](https://github.com/Templarian/MaterialDesign-JS ) from 6.7.96 to 7.0.96.
- [Release notes](https://github.com/Templarian/MaterialDesign-JS/releases )
- [Commits](https://github.com/Templarian/MaterialDesign-JS/compare/v6.7.96...v7.0.96 )
---
updated-dependencies:
- dependency-name: "@mdi/js"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:04:44 -08:00
Hayden
60ecba2f92
chore: deps-dev-bump ( #1533 )
...
* bump dev dependencies
* fix/generate font sheets
* bump python deps to nuke cache
2022-08-08 17:58:10 -08:00
Philipp Fischbeck
34cd6eb687
fix: validate OpenAPI spec ( #1528 )
...
* init api check test
* Fix openAPI issues
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-08-06 16:54:29 -08:00
zierbeek
505e594758
fix (possible): PWA white screen ( #1526 )
...
Possible fix #1077 on iOS, as referenced in discussion. Should be enabled by default normally..
https://pwa.nuxtjs.org/workbox#skipwaiting
2022-08-04 10:42:41 -08:00
zierbeek
ea42350244
fix (possible): PWA blank screen ( #1523 )
...
Possible fix for blank screen on PWA. #1077
https://stackoverflow.com/questions/54928050/vue-pwa-blank-screen-after-closing-the-app
2022-08-02 14:06:26 -08:00
Hayden
11478134a1
security: restrict backup file upload ( #1522 )
2022-08-02 12:53:58 -08:00
Hayden
6649ccf224
lang: options updates + gen utils cleanup ( #1520 )
...
* generate new langs
* add to nuxt
* cleanup generator code
* additional cleanups
2022-08-02 10:41:44 -08:00
Hayden
5fca94dd45
New Crowdin updates ( #1519 )
...
* New translations en-US.json (French, Canada)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
2022-08-02 10:29:45 -08:00
Hayden
13850cda1f
security: multiple reported CVE fixes ( #1515 )
...
* update out of date license
* update typing / refactor
* fix arbitrarty path injection
* use markdown sanatizer to prevent XSS CWE-79
* fix CWE-918 SSRF by validating url and mime type
* add security docs
* update recipe-scrapers
* resolve DOS from arbitrary url
* update changelog
* bump version
* add ref to #1506
* add #1511 to changelog
* use requests decoder
* actually fix encoding issue
2022-07-31 13:10:20 -08:00
Michael Genson
483f789b8e
feat: create new foods and units from their Data Management pages ( #1511 )
...
* added create dialogs to food and unit pages
* minor css tweaks
* properly reset create form
* added placeholder name attribute for type checking
* removed unnecessary value assignment
* type fixes
* corrected comment
* add autofocus and use ref<VForm> for form refs
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-07-31 12:31:20 -08:00
Michael Genson
1b83c82997
feat: implement local storage for sorting and dynamic sort icons on the new recipe sort card ( #1506 )
...
* added new sort icons
* added dynamic sort icons
* implemented local storage for sorting
and mobile card view
* fixed bug with local storage booleans
* added type hints
* bum vue use to use merge defaults
* use reactive localstorage
* add $vuetify type
* sort returns
* fix type error
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-07-31 11:39:35 -08:00
Philipp Fischbeck
34f52c06a6
fix: properly use pagination for group event notifiers ( #1512 )
2022-07-31 10:08:48 -08:00
Michael Genson
07fef8af9f
feat: restore frontend sorting for all recipes ( #1497 )
...
* fixed typo
* merged "all recipes" pagination into recipe card
created custom sort card for all recipes
refactored backend calls for all recipes to sort/paginate
* frontend lint fixes
* restored recipes reference
* replaced "this" with reference
* fix linting errors
* re-order context menu
* add todo
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-07-26 18:08:56 -08:00
Michael Genson
703ee32653
docs: pagination and filtering, and fixed a few broken links ( #1488 )
...
* fixed broken links
* added docs for pagination and filtering
* small revision to pagination response example
2022-07-26 17:45:34 -08:00
Michael Genson
3d4e5441dd
chore: backend page_all route cleanup ( #1483 )
...
* refactored to remove duplicate code
* refactored meal plan slice to use a query filter
2022-07-26 17:43:25 -08:00
Hayden
f00280e32b
New Crowdin updates ( #1480 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Czech)
* New translations en-US.json (German)
2022-07-26 17:41:33 -08:00
Hayden
9e6a720cf1
New Crowdin updates ( #1455 )
...
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Lithuanian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (Slovenian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
2022-07-09 21:17:34 -08:00
Michael Genson
7f50071312
feat: advanced filtering API ( #1468 )
...
* created query filter classes
* extended pagination to include query filtering
* added filtering tests
* type improvements
* move type help to dev depedency
* minor type and perf fixes
* breakup test cases
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-07-09 20:57:09 -08:00
Miroito
c64da1fdb7
Feature: Toggle display of ingredient references in recipe instructions ( #1268 )
...
* Better cooking mode
* Fix wrong event sent
* feat/cookmode recipe page integration
* implement scaling in cook mode + minor padding
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-07-09 20:28:34 -08:00
Michael Genson
2809cef3b1
fix: mealplan pagination ( #1464 )
...
* added pagination to get_slice route
* updated mealplan tests
* renamed vars to match pagination query
2022-07-02 09:44:01 -08:00
Benjamin Pabst
2f7ff6d178
fix: use mtime instead of ctime for backup dates ( #1461 )
2022-06-27 07:57:09 -08:00
Hayden
c05e048b65
docs: fix old link
2022-06-26 19:39:35 -08:00
Hayden
157bad0e29
fix: use == operator instead of is_ for sql queries ( #1453 )
2022-06-26 12:42:13 -08:00
Hayden
f96a584a5d
New Crowdin updates ( #1452 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Danish)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
2022-06-26 11:21:57 -08:00
Miroito
151e20489a
ui: Improve parser ui text display ( #1437 )
...
move text display when open to be below the ingredient portion
2022-06-26 11:20:38 -08:00
Hayden
7dbb0858bd
New Crowdin updates ( #1439 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Czech)
* New translations en-US.json (Czech)
* New translations en-US.json (Czech)
2022-06-25 12:20:44 -08:00
Hayden
b921e95163
fix: entry nutrition checker ( #1448 )
2022-06-25 12:19:04 -08:00
Michael Genson
cb15db2d27
feat: re-write get all routes to use pagination ( #1424 )
...
rewrite get_all routes to use a pagination pattern to allow for better implementations of search, filter, and sorting on the frontend or by any client without fetching all the data. Additionally we added a CI check for running the Nuxt built to confirm that no TS errors were present. Finally, I had to remove the header support for the Shopping lists as the browser caching based off last_updated header was not allowing it to read recent updates due to how we're handling the updated_at property in the database with nested fields. This will have to be looked at in the future to reimplement. I'm unsure how many other routes have a similar issue.
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-25 11:39:38 -08:00
Philipp Fischbeck
c158672d12
fix: add missing types for API token deletion ( #1428 )
2022-06-21 09:42:03 -08:00
Michael Genson
292bf7068a
feat: added "last-modified" header to supported record types ( #1379 )
...
* fixed type error
* exposed created/updated timestamps to shopping list schema
* added custom route to mix in "last-modified" header when available in CRUD routes
* mixed in MealieCrudRoute to APIRouters
* added HEAD route for shopping lists/list-items
* replaced default serializer with FastAPI's
2022-06-21 09:41:14 -08:00
Hayden
5db4dedc3f
hotfix: tame typescript beast
2022-06-20 16:48:39 -08:00
Hayden
f122c382e9
add recipe.image cache key to bush caches ( #1427 )
...
* add recipe.image cache key to bush caches
* hotfix: TS type error
2022-06-19 11:47:16 -08:00
Hayden
c865bc7769
fix: only show scaler when ingredients amounts enabled ( #1426 )
2022-06-19 10:27:32 -08:00
Michael Genson
efffe26a19
fix: sort recent recipes by created_at instead of date_added ( #1417 )
...
* added staticmethod decorators to avoid mypy error
* exposed created and updated timestamps to schema
* changed default sort from date_added to created_at
* explicitely sort recent recipes by created_at
* removed static method and replaced w/ type: ignore
2022-06-19 10:08:26 -08:00
Hayden
8b054fd945
New Crowdin updates ( #1406 )
...
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2022-06-19 10:03:39 -08:00
Michael Genson
bb1fa52d10
fix: all-recipes page now sorts alphabetically ( #1405 )
...
* added sort params to backend call
* hardcoded alphabetical sort param
* removed trivial type annotation
* linters are friends, not food
2022-06-19 10:03:24 -08:00
Hayden
d4b92a8ade
revert i18n version
2022-06-17 14:13:18 -08:00
dependabot[bot]
85d514eb1a
chore(deps-dev): bump @vue/runtime-dom in /frontend ( #1423 )
...
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom ) from 3.2.36 to 3.2.37.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.2.37/packages/runtime-dom )
---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:47:12 -08:00
dependabot[bot]
8878f78ab1
fix(deps): bump core-js from 3.17.2 to 3.23.1 in /frontend ( #1383 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.17.2 to 3.23.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.17.2...v3.23.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:45:55 -08:00
dependabot[bot]
d315ad63d2
fix(deps): bump fuse.js from 6.5.3 to 6.6.2 in /frontend ( #1325 )
...
Bumps [fuse.js](https://github.com/krisk/Fuse ) from 6.5.3 to 6.6.2.
- [Release notes](https://github.com/krisk/Fuse/releases )
- [Changelog](https://github.com/krisk/Fuse/blob/master/CHANGELOG.md )
- [Commits](https://github.com/krisk/Fuse/compare/v6.5.3...v6.6.2 )
---
updated-dependencies:
- dependency-name: fuse.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:45:24 -08:00
dependabot[bot]
48053b55b9
fix(deps): bump date-fns from 2.23.0 to 2.28.0 in /frontend ( #1293 )
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.23.0 to 2.28.0.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.23.0...v2.28.0 )
---
updated-dependencies:
- dependency-name: date-fns
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:36:33 -08:00
dependabot[bot]
78c7399ff7
fix(deps): bump @nuxtjs/i18n from 7.0.3 to 7.2.2 in /frontend ( #1288 )
...
Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module ) from 7.0.3 to 7.2.2.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases )
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v7.0.3...v7.2.2 )
---
updated-dependencies:
- dependency-name: "@nuxtjs/i18n"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:35:21 -08:00
dependabot[bot]
f70fc18222
fix(deps): bump @mdi/js from 5.9.55 to 6.7.96 in /frontend ( #1279 )
...
Bumps [@mdi/js](https://github.com/Templarian/MaterialDesign-JS ) from 5.9.55 to 6.7.96.
- [Release notes](https://github.com/Templarian/MaterialDesign-JS/releases )
- [Commits](https://github.com/Templarian/MaterialDesign-JS/compare/v5.9.55...v6.7.96 )
---
updated-dependencies:
- dependency-name: "@mdi/js"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:35:08 -08:00
Hayden
6f83b0f522
chore: bump dev deps ( #1418 )
2022-06-17 13:34:22 -08:00
Hayden
5a053cdcd6
feat: mealplan-webhooks ( #1403 )
...
* fix type errors on event bus
* webhooks fields required for new implementation
* db migration
* wip: webhook query + tests and stub function
* ignore type checker error
* type and method cleanup
* datetime and time utc validator
* update testing code for utc scheduled time
* fix file cmp function call
* update version_number
* add support for translating "time" objects when restoring backup
* bump recipe-scrapers
* use specific import syntax
* generate frontend types
* utilize names exports
* use utc times
* add task to scheduler
* implement new scheduler functionality
* stub for type annotation
* implement meal-plan data getter
* add experimental banner
2022-06-17 13:25:47 -08:00
Hayden
b1256f4ad2
fix: fast fail of bulk importer ( #1394 )
...
* use continue instead of break
* catch additional error case
* spelling is hard
2022-06-15 18:19:52 -08:00
Hayden
525842e9a1
New Crowdin updates ( #1392 )
...
* New translations en-US.json (Ukrainian)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
2022-06-15 18:19:36 -08:00
Michael Genson
9e261f5235
fix: infinite scroll bug on all recipes page ( #1393 )
2022-06-15 12:56:56 -08:00
Jim Eagle
3f808f8f00
docs: add go bulk import example ( #1388 )
...
* Fix link
* Add go bulk import
2022-06-15 11:50:19 -08:00
Hayden
394df6c210
New Crowdin updates ( #1375 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
2022-06-15 11:50:01 -08:00
Michael Genson
754e77c9cb
feat: extend Apprise JSON notification functionality with programmatic data ( #1355 )
...
* Fixed incorrect generic deleted notification text
* Added custom "event_source" header for json notifs
* Added internal reference data to event notifs
* Added event listeners to shopping list items
* Fixed type issues
* moved JSON event source k:v pairs to message body
* added hook for all supported custom endpoints
fixed bug that excluded non-custom notification types
* created event_source class to replace loosely-typed dict
* fixed silent error when dispatching a null task
* moved url updates to static function
* added unit tests for event_source url manipulation
* removed array from event bus (it's unsupported)
2022-06-15 11:49:42 -08:00
Hayden
3030e3e7f4
feat: implement user favorites page ( #1376 )
...
* fix geFavorites return
* add support for toggling to dense cards on desktop
* add favorites page link
* implement basic favorites page
2022-06-13 09:33:46 -08:00
Michael Genson
f6c18ec73d
fix avoid page breaks in sections when printing recipes and other CSS tweaks ( #1372 )
...
* grouped ingredients and instructions into sections
* added missing import
* divided ingredient sections and instruction sections into their own containers
* tweaked css to prevent sections from getting split between pages
* replaced horizontal rule with a text underline
* removed leftover CSS
* implement computer properties as reducers
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-12 16:43:09 -08:00
Hayden
84dc60d7bf
New translations en-US.json (Danish) ( #1371 )
2022-06-11 09:57:05 -08:00
Michael Genson
7541175b75
feat: implemented "order by" API parameters for recipe, food, and unit queries ( #1356 )
...
* Added API params to order by different properties
* fix for incorrect var name
* removed invalid default order_by
* implemented fallback for invalid user input
2022-06-11 09:56:55 -08:00
Hayden
932f4a72df
refactor: remove depreciated repo call ( #1370 )
...
* ingredient parser hot fixes (float equality)
* remove `get` in favor of `get_one` & `multi_query`
2022-06-10 19:01:14 -08:00
Michael Genson
b904b161eb
fix: increased float rounding precision for CRF parser ( #1369 )
...
* increased float rounding precision for crf parser
* limited fractions to a max denominator of 32 to prevent weirdly specific values
* add test cases for 1/8 and 1/32
* add rounding to avoid more digits than necessary
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-10 18:18:31 -08:00
Michael Genson
504bf41b9c
fix: Ingredient sections lost after parsing ( #1368 )
...
* fixed bug where ingredient titles were lost after parsing
* added fallback in case of strange behavior during parsing
* removed unnecessary linebreak
2022-06-10 18:17:51 -08:00
Michael Genson
92ccbae657
fix: fixed text color on RecipeCard in RecipePrintView and implemented ingredient sections ( #1351 )
...
* Enhanced ingredients in RecipePrintView
* Resolved frontend lint tests
* switched lets to consts and simplified import
* implement with CSS grid
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-10 16:48:07 -08:00
Hayden
c0d59db83d
New Crowdin updates ( #1365 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
2022-06-10 16:38:19 -08:00
Hayden
511ce91630
New Crowdin updates ( #1364 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Italian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
2022-06-09 10:16:09 -08:00
Michael Genson
5f5eb2c46d
fix: for erroneously-translated datetime config ( #1362 )
...
* Fix for erroneously-translated datetime config
* remove datetime formats from crowdin
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-09 08:54:41 -08:00
Michael Genson
4662253d0e
Fixed alpha sort in RecipeOrganizerPage ( #1354 )
2022-06-09 08:50:03 -08:00
Benjamin Pabst
8836a258bd
feat: add custom scaling option ( #1345 )
...
* Added custom scaling option
* Allow custom scaling with no yield set
* Made edit-scale translated
* fixed merge conflict
* Refactored scale editor to use menu
* replaced vslot with #
* linter issues
* fixed linter issues
* fixed one more linter issue
* format files + minor UI changes
* remove console.log
* move buttons into component and setup v-model
* drop servings text
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-09 08:01:25 -08:00
Hayden
56eb0bca71
release: prep beta 3 ( #1349 )
...
* docs: add tag documentation
* bump docker-compose tags
* minor language changes
* beta3 changelog
* auto-gen API docs
* bump version
* bump recipe-scrapers
2022-06-07 11:19:24 -08:00
Hayden
eca8a96509
fix image display - closes #1189 ( #1348 )
2022-06-05 11:44:00 -08:00
Hayden
7eb80d18d2
feat: attached images by drag and drop for recipe steps ( #1341 )
...
* add drag and drop support for recipe steps
* fix recipe assets dialog state
* add attr support for markdown editor
* add persistent hint for recipe text editor
2022-06-05 11:28:38 -08:00
Benjamin Pabst
37a673b34d
Update postgres to use most recent version ( #1347 )
2022-06-05 10:56:01 -08:00
Benjamin Pabst
3e7b8d4b71
Update to use most recent version ( #1346 )
2022-06-05 10:55:33 -08:00
Jurjen de Jonge
abb114c375
security: delay server response whenever username is non existing ( #1338 )
...
* Delay server response whenever username is non existing
* utilize hasher to achieve constant timing
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-06-04 10:27:30 -08:00
Hayden
12f480eb75
refactor: unify recipe-organizer components ( #1340 )
...
* use generic context menu
* implement organizer stores
* add basic organizer types
* refactor selectors to apply for all organizers
* remove legacy organizer composables
2022-06-03 20:12:32 -08:00
Hayden
bc175d4ca9
New translations en-US.json (Ukrainian) ( #1339 )
2022-06-03 19:49:58 -08:00
Hayden
f78c5eb359
New Crowdin updates ( #1329 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Ukrainian)
2022-06-02 09:12:15 -08:00
Hayden
5a0c034391
fix: shopping list label editor ( #1333 )
...
* remove head props
* lazily compute itemsByLabel with watcher on fetch
* remove unused import
2022-06-02 09:12:05 -08:00
Hayden
52fbf6b833
feat: add unit abbreviation support ( #1332 )
...
* add 'use-abbreviation' db column
* type generation
* add view and edit elements
* check for use_abbreviation to display
* fix: alembic version check
* test: add use_abbreviation prop tests
2022-06-01 11:59:50 -08:00
dependabot[bot]
592b1de39d
fix(deps): bump @vue/composition-api from 1.6.1 to 1.6.2 in /frontend ( #1275 )
...
Bumps [@vue/composition-api](https://github.com/vuejs/composition-api ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/vuejs/composition-api/releases )
- [Changelog](https://github.com/vuejs/composition-api/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/composition-api/compare/v1.6.1...v1.6.2 )
---
updated-dependencies:
- dependency-name: "@vue/composition-api"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 08:48:57 -08:00
dependabot[bot]
f29d5f1dff
chore(deps-dev): bump @babel/eslint-parser in /frontend ( #1290 )
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.15.4 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 08:48:33 -08:00
dependabot[bot]
738ef0aaa7
chore(deps-dev): bump @types/sortablejs in /frontend ( #1287 )
...
Bumps [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sortablejs ) from 1.10.7 to 1.13.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sortablejs )
---
updated-dependencies:
- dependency-name: "@types/sortablejs"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 08:48:01 -08:00
Hayden
f1fdec5afe
add security.md
2022-05-31 08:29:45 -08:00
Hayden
4c594a48dc
wip: pagination-repository ( #1316 )
...
* bump mypy
* add pagination + refactor generic repo
* add pagination test
* remove all query object
2022-05-30 10:30:54 -08:00
Hayden
00f144a622
chore: init git-cliff config
2022-05-29 17:34:41 -08:00
Hayden
d2a9f7ca24
fix: consoldate stores to fix mismatched state
2022-05-29 17:34:41 -08:00
Hayden
f831791db2
feat: default unit fractions to True
2022-05-29 17:34:41 -08:00
Hayden
c3bdfe7b3b
fix: printer page refs ( #1314 )
2022-05-29 09:15:38 -08:00
Hayden
3542bb0927
fix: bad import path ( #1313 )
...
* fix bad import
* add eslint rule for incorrect imports
2022-05-29 09:09:36 -08:00
Philipp Fischbeck
e898c80f59
fix: update issue links in v1.0.0beta-2 changelog ( #1312 )
2022-05-29 08:51:11 -08:00
James Addison
27c5cfc56b
Fixup: render homepage social media link images at 32x32 size ( #1310 )
2022-05-29 08:50:44 -08:00
Hayden
369cda0a61
New Crowdin updates ( #1308 )
...
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
2022-05-29 08:50:18 -08:00
Hayden
b981cf62bf
chore: bump version ( #1307 )
...
* bump version
* add release notes
2022-05-28 17:13:36 -08:00
Hayden
ee93d77ace
Update stale.yml
...
exclude tasks
2022-05-28 17:04:40 -08:00
Hayden
3dcfcc1fa9
feat: rewrite print implementation to support new ing ( #1305 )
2022-05-28 17:00:37 -08:00
Hayden
80f1a9add8
New Crowdin updates ( #1304 )
...
* New translations en-US.json (French)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
2022-05-28 16:38:59 -08:00
Hayden
137bf9de91
bump recipe scrapers version ( #1303 )
2022-05-28 16:38:47 -08:00
Drumstickx
1534f0df77
docs: docker-compose.dev.yml is currently not functional ( #1300 )
2022-05-27 16:17:47 -08:00
Drumstickx
d751e3b35b
docs: add references for VSCode dev containers ( #1299 )
2022-05-27 16:17:39 -08:00
Hayden
07bf5be3ec
improve touch support with icon and handle ( #1302 )
2022-05-27 16:17:25 -08:00
Hayden
a96f94a149
fix: add touch support for mealplanner delete ( #1298 )
...
* add touch support for mealplanner delete
* remove click.stop
2022-05-26 19:31:54 -08:00
Hayden
78a8204b58
New translations en-US.json (German) ( #1296 )
2022-05-26 09:01:17 -08:00
Hayden
649e34f66e
add touch support for mealplanner ( #1295 )
2022-05-25 20:13:13 -08:00
Hayden
010aafa69b
feat: add reports to bulk recipe import (url) ( #1294 )
...
* remove unused docker and caddy configs
* add experimental nested configs
* switch to nest under docker-compose
* remove v-card
* bulk parser backend re-implementation
* refactor UI for bulk importer
* remove migration specific report text
2022-05-25 19:33:58 -08:00
Hayden
d66d6c55ae
fix recipe assets build ( #1286 )
2022-05-25 11:50:45 -08:00
Hayden
7609715d9e
remove explicity typescript version ( #1285 )
...
* remove explicity typescript version
* i hate javascript
2022-05-25 10:14:24 -08:00
Hayden
921fceddea
chore: update dev dependencies ( #1282 )
...
* update dev dependencies
* upgrade eslint
* resolve several errors
* resolve eslint errors
2022-05-25 09:38:21 -08:00
Hayden
01f3fef21f
New Crowdin updates ( #1284 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
2022-05-25 09:08:41 -08:00
Philipp Fischbeck
8f7c7c39bb
refactor: split up recipe create page ( #1283 )
...
* refactor: split up recipe create page
* add flat card
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-05-25 09:08:32 -08:00
Hayden
30d19c6503
fix: bad dev dependency ( #1281 )
...
* revert bad dev dependency
* fix concurrent builds
2022-05-24 21:19:50 -08:00
Hayden
ea503a0235
add conccureny config ( #1280 )
2022-05-24 20:24:33 -08:00
dependabot[bot]
c05c123880
fix(deps): bump @nuxtjs/auth-next in /frontend ( #1265 )
...
Bumps [@nuxtjs/auth-next](https://github.com/nuxt-community/auth-module ) from 5.0.0-1624817847.21691f1 to 5.0.0-1648802546.c9880dc.
- [Release notes](https://github.com/nuxt-community/auth-module/releases )
- [Changelog](https://github.com/nuxt-community/auth-module/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/auth-module/commits )
---
updated-dependencies:
- dependency-name: "@nuxtjs/auth-next"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 20:02:43 -08:00
dependabot[bot]
6f45de6167
chore(deps-dev): bump vue2-script-setup-transform in /frontend ( #1263 )
...
Bumps [vue2-script-setup-transform](https://github.com/antfu/vue2-script-setup-transform ) from 0.2.6 to 0.3.5.
- [Release notes](https://github.com/antfu/vue2-script-setup-transform/releases )
- [Commits](https://github.com/antfu/vue2-script-setup-transform/compare/v0.2.6...v0.3.5 )
---
updated-dependencies:
- dependency-name: vue2-script-setup-transform
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 20:02:00 -08:00
dependabot[bot]
d634e2fbe1
chore(deps-dev): bump nuxt-vite from 0.1.3 to 0.3.5 in /frontend ( #1260 )
...
Bumps [nuxt-vite](https://github.com/nuxt/vite ) from 0.1.3 to 0.3.5.
- [Release notes](https://github.com/nuxt/vite/releases )
- [Changelog](https://github.com/nuxt/vite/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nuxt/vite/compare/v0.1.3...v0.3.5 )
---
updated-dependencies:
- dependency-name: nuxt-vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 20:00:50 -08:00
dependabot[bot]
43a566339a
chore(deps-dev): bump @vue/runtime-dom in /frontend ( #1259 )
...
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom ) from 3.2.35 to 3.2.36.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.2.36/packages/runtime-dom )
---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 20:00:16 -08:00
dependabot[bot]
cc284a0ceb
chore(deps-dev): bump eslint-plugin-nuxt in /frontend ( #1258 )
...
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt ) from 2.0.0 to 3.2.0.
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases )
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-nuxt
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 19:59:49 -08:00
dependabot[bot]
3c19105d8b
fix(deps): bump isomorphic-dompurify from 0.18.0 to 0.19.0 in /frontend ( #1257 )
...
Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases )
- [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: isomorphic-dompurify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 19:58:14 -08:00
Hayden
b8ee1a4bd8
fix #1270 migration not capture settings ( #1272 )
2022-05-24 09:55:15 -08:00
Hayden
c30ffbc851
update readme
2022-05-24 09:51:39 -08:00
Hayden
3ddbc033b2
chore: github stalebot changes ( #1271 )
...
* add exempt labels
* update tags for docker-compose
2022-05-24 08:30:07 -08:00
Hayden
ca0d7e1ea2
chore: github chores ( #1267 )
...
* grab `dev` branch templates
* add beta-release workflow
2022-05-23 21:53:54 -08:00
Hayden
66a8d1860b
Docs/update release notes ( #1254 )
...
* remove vetur config
* auto generate docs
* add latest changes
* cleanup feature pages
2022-05-23 21:30:58 -08:00
Hayden
8235bd5104
chore: bump deps ( #1252 )
...
* bump deps
* fix: add apt-get update
2022-05-22 11:52:57 -08:00
Hayden
cd0da36e7c
fix: recipe ingredient editor bugs ( #1251 )
...
* filter unallowed fields #1140
* fix type and layout
* propery validate none type quantites
* fix rendering error #1237
2022-05-22 11:16:23 -08:00
Hayden
d06d4d2fd9
New Crowdin updates ( #1250 )
...
* New translations en-US.json (Italian)
* New translations en-US.json (Danish)
2022-05-22 11:14:36 -08:00
Hayden
a85fa3fc54
add null check for source directory ( #1248 )
2022-05-21 11:50:01 -08:00
Hayden
89d609e47b
New Crowdin updates ( #1247 )
...
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
2022-05-21 11:22:40 -08:00
Philipp Fischbeck
479900e912
Consolidate frontend types ( #1245 )
2022-05-21 11:22:02 -08:00
Nick Kringle
6a88a59981
feat: extend email support for SSL/No Auth Email Support ( #1235 )
...
* Changes Settings to use new SMTP_AUTH_STRATEGY variable in place of SMTP_TLS with transition support
#1187
* Wires up default email client to use ssl or tls authentication if enabled in settings
* Updates the docs
* Update template file
* remove SMTP_TLS and use staticmethod for validate
* consolidate test cases with params
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2022-05-21 11:15:14 -08:00
Hayden
b2066dfe72
feat: add initial notification support
...
* Add updated recipe notification
* Add recipe deleted notification
* Add notifications translations
* Shopping lists full c/u/d notifications
* Add categories c/u/d notifications
* Deal with None values in translation provider
* Add tag c/u/d notifications
* Add cookbook c/u/d notifications
* use single key pairs for consistency with frontend
* change dependency injection strategy
* use generic update messages
* use service to manage url generation server-side
* use new strategies for messages
* fix translator
Co-authored-by: Miroito <alban.vachette@gmail.com >
2022-05-21 10:23:55 -08:00
Hayden
841b560abc
New Crowdin updates ( #1214 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
Philipp Fischbeck
4d3346b727
Fix #1205 by using isomorphic-dompurify ( #1228 )
2022-05-15 15:30:33 -08:00
Miroito
3125730702
Improve ingredient sections behavior ( #1233 )
2022-05-15 15:30:18 -08:00
Hayden
4fe19b88ca
ux: unify UI based on user-feedback ( #1216 )
...
* unify UI based on user-feedback
* fix layout shify error
* implement drag and drop animation
2022-05-11 17:14:03 -08:00
Hayden
8f1c082d79
Update Crowdin configuration file
2022-05-10 14:44:40 -08:00
Hayden
bdbeba1a81
Change Mealie license to AGPLv3 ( #1213 )
2022-05-09 13:11:26 -08:00
Hayden
c65ef4e4c4
changelog
2022-05-09 13:11:07 -08:00
Hayden
74441c48be
docs: features section and change log update
2022-05-09 13:01:19 -08:00
Hayden
1fefd40623
feat: show-recipe-scraper-version ( #1210 )
...
* add recipe scraper version
* add scraper version and details copy dialog
* implement axios downloader - fix #1171
2022-05-08 17:43:03 -08:00
Miroito
7d498c5274
Remove obsolete default settings test ( #1204 )
2022-05-07 20:10:10 -08:00
Hayden
8448c26b09
New translations en-US.json (French) ( #1209 )
2022-05-07 20:09:57 -08:00
Hayden
68f7efc177
fix #1144 ( #1207 )
...
* fix #1144
* fix type checks
* refactor test routes package
* fix #1208
* unify test routes into module
2022-05-07 20:08:04 -08:00
Hayden
07f6446526
add food and unit seeding UI ( #1206 )
2022-05-06 12:17:30 -08:00
Hayden
7e4da3e5a4
feat: improved registration signup flow ( #1188 )
...
refactored signup flow for entire registration process. Utilized seed data option for optional seeding of Foods, Units, and Labels. Localized registration page.
2022-05-06 11:18:06 -08:00
Hayden
6ee9a31c92
New Crowdin updates ( #1200 )
...
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-05 21:35:56 -08:00
Hayden
41c26692b2
New Crowdin updates ( #1182 )
...
* New translations en-US.json (French)
* New translations en-US.json (French, Canada)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Italian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
* New translations en-US.json (Romanian)
* New translations en-US.json (Danish)
* New translations en-US.json (Italian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (English, United Kingdom)
2022-05-03 12:10:22 -08:00
zierbeek
5111a440ff
Activate Navigation.instant ( #1191 )
...
Change edit_uri to be able to edit the nightly docs
remove demo_url since not needed
Changes to be committed:
modified: ios.md
modified: ../../../mkdocs.yml
2022-05-02 08:35:31 -08:00
Hayden
d6e2b4ab85
Feature/user seedable foods ( #1176 )
...
* remove odd ingredients
* UI Elements for food
* update translated percentage
* spek -> speck
* generate types
* seeder api endpoints + tests
* implement foods seeder UI
* localize some food strings
2022-05-01 12:45:50 -08:00
Miroito
67178f9b74
fix: error on duplicate username/email registration ( #1168 )
...
* fix: error on duplicate username/email registration
* Raise 409 http error on duplicate user registration
* Add translation to conflict error messages
* Update lang files
* Remove key in translator parameter
2022-04-30 12:25:29 -08:00
Hayden
633ec541ea
New Crowdin updates ( #1178 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
2022-04-30 12:23:24 -08:00
Hayden
33c4af8c1c
New Crowdin updates ( #1174 )
...
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
2022-04-26 12:12:12 -08:00
Miroito
f1e84a7769
fix:Error when scraper returns None ( #1175 )
2022-04-26 12:11:59 -08:00
Hayden
2613420cd1
security: fix unsafe html inputs ( #1173 )
...
* use DomPurify to sanatize ingredient html
* fix list-item render for markdown
* address volar linter issue
2022-04-24 13:00:04 -08:00
Drumstickx
1c41ce7538
Fix typos and wording in v1.0.0 docs ( #1172 )
2022-04-24 10:35:50 -08:00
Hayden
683d4a26dc
build hotfix
2022-04-23 14:30:58 -08:00
Hayden
c696dee320
Feature/import keywords as tags ( #1170 )
...
* feat: import original keywords as tags
* remove cached env
* Update frontend api types
* fix: Issues with previous tag scraping implementation
* Update category handling in backend
* Update backend tests to include group_id
* Correct type check
* Update create-url interface
* Improve tag cleaner list support
* remove builtin name shadowing
* update type annotations
* test include tags scraper
* implement scaper context for optional data
* readd cache venv
* use continue instead of break
* remove test callback
Co-authored-by: Miroito <alban.vachette@gmail.com >
2022-04-23 12:23:12 -08:00
Hayden
75c535fb2e
resolve #1092 ( #1169 )
2022-04-23 10:41:16 -08:00
Miroito
60682dba75
Allow tags/categories/tools deletion ( #1142 )
...
* feat: allow tags/categories/tools deletion
* Use gray color for delete action
2022-04-20 10:09:23 -08:00
Miroito
aff30adda6
Fix failed tests when env default email/password were changed ( #1157 )
...
* fix: failed tests when env default email/password changed
* Remove default email exposition in docs
2022-04-20 10:07:46 -08:00
Hayden
8831c2ec85
New Crowdin updates ( #1160 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
2022-04-20 09:55:29 -08:00
Hayden
288194eb9d
set disable_amount to default to true ( #1158 )
2022-04-19 16:49:53 -08:00
Hayden
e9c66af275
New Crowdin updates ( #1155 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (German)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2022-04-19 10:56:06 -08:00
Hayden
2cd6594c4d
New Crowdin updates ( #1153 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Swedish)
* New translations en-US.json (Danish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
2022-04-13 13:19:44 -08:00
Hayden
ea3db3c3d5
New Crowdin updates ( #1151 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Finnish)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (German)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Romanian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Romanian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (German)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Czech)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Turkish)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Russian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Russian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
2022-04-10 18:51:02 -08:00
Hayden
045798e959
chore: drop-apscheduler ( #1152 )
...
* rewrite interval timer
* drop apscheduler
* fix type annotations
2022-04-10 18:13:38 -08:00
Hayden
4f55020a58
chore: move locales to folder ( #1150 )
...
* move locales to own folder
* fix file references
2022-04-10 14:30:06 -08:00
Hayden
b87594a52c
New Crowdin updates ( #1149 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Dutch)
* New translations en-US.json (French)
* New translations en-US.json (Korean)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
2022-04-10 14:29:17 -08:00
Hayden
7866f0f46e
Feature/improve localization ( #1147 )
...
* use locale to set language header
* rewrite i18n provider and drop dependency
* rename file
* rename CrudMixin to HttpRepo
* refactor: code-cleanup
* add crowdin source
* remove unused translations
* grab translations from dev branch
* add translation support for foods, units, and labels
* remove rich import
2022-04-10 14:07:35 -08:00
Hayden
db095656e1
add merge funcions for units ( #1146 )
2022-04-09 19:57:49 -08:00
Hayden
b93dae109e
feat: merge food into another ( #1143 )
...
* setup food repository
* add merge route and payloads
* remove type checking
* generate types
* implement merge dialog
* food repo tests
* split install from workflow
* bum dependencies
* revert changes
* update copy
* refactor URLs to avoid incorrect template being used
* stick advanced items under developer mode
* use utility component for advanced feature
2022-04-09 19:08:48 -08:00
Hayden
10784b6e24
feat: support require_all property for cookbooks ( #1130 )
...
* add direction prop for icon position
* add support for require_all properties on cookbook
* update type annotations
* add and - or filter support
* update cookbook API
* generate types
* implement editor for additional options
* update version number
2022-04-03 16:32:58 -08:00
Hayden
c988de1921
fix: group creation ( #1126 )
...
* fix: unify group creation - closes #1100
* tests: disable password hashing during testing
* tests: fix email config tests
2022-04-02 19:33:15 -08:00
Hayden
e9bb39c744
feat: docker volume validation ( #1125 )
...
* feat: add api endpoints for volume check
* feat: add docker icon
* add size prop
* feat: add frontend UI for checking docker-volume
* update caddy to server validation file
* add more extensive documentation around setup req
* fix: wrong type on user id #1123
* spelling
* refactor: cleanup excessive function calls
2022-04-02 16:35:53 -08:00
zierbeek
ea141832c3
Update swag documentation ( #1119 )
2022-04-02 16:07:58 -08:00
Hayden
3e3b43c977
feat: add on mounted hook for bookmarklets ( #1120 )
...
* add utility type to hide Advanced items
* add default text
* fix #1115 and minor refactorings
* generate types
* hotfix: add validator to catch null vlaues
2022-04-01 11:05:25 -08:00
Hayden
cfaac2e060
feat: additional cookbook features (tags, tools, and public) ( #1116 )
...
* migration: add public, tags, and tools
* generate frontend types
* add help icon
* start replacement for tool-tag-category selector
* add help icon utility
* use generator types
* add support for cookbook features
* add UI elements for cookbook features
* fix tests
* fix type error
2022-04-01 09:50:31 -08:00
Hayden
1092e0ce7c
feat: add peak toggle for seeing original ingredient txt ( #1111 )
...
* add peak toggle for seeing original ingredient txt
* add recent changes + format
* cleanup search view
* space out results
2022-03-29 09:38:23 -08:00
Hayden
1a23f867da
feat: admin maintenance and analytics stubs ( #1107 )
...
* add tail log viewer routes
* add log viewer
* add _mealie to ignore directories
* add detailed breakdown of storage
* generate types
* add dialog to view breakdown
* cleanup mobile UI
* move migrations page
* spelling
* init analytics page
* move route up
* add remove temp files function
* analytics API client
* stub out analytics pages
* generate types
* stub out analytics routes
* update names
* ignore types
* temporary remove analytics from sidebar
2022-03-29 08:25:28 -08:00
Miroito
6f309d7a89
feat: keep original text on ingredient parse ( #1102 )
...
* Keep Original Text on Ingredient Parse
* Reorder migration and update test
2022-03-29 08:07:01 -08:00
Miroito
5e44d1c238
Fix clear url action in recipe creation ( #1101 )
2022-03-28 07:32:26 -08:00
Hayden
1e90dc2022
feat: add group statistics on profile page
...
* resolve file not found error and add constants
* add group stats and storage functionality
* generate new types
* add statistics and storage cap graphs
* fix: add loadFood query param #1103
* refactor to flex view
2022-03-27 15:12:18 -08:00
Hayden
b57e42a3b3
Fix/incorrect quantity column ( #1093 )
...
* change database type
* database migration for changing type on PostgreSQL
* update revision
* add exclusion directory
* update recipe-scrapers
2022-03-27 09:18:34 -08:00
Hayden
7895dfba70
hot-fix: remove old task
2022-03-25 16:23:28 -08:00
Hayden
596d0200dc
collect recent changes ( #1099 )
2022-03-25 15:09:56 -08:00
Hayden
11b4d2389a
chore: refactor base schema ( #1098 )
...
* remove dead backup code
* implmenet own base model
* refactor to use MealieModel instead of CamelModel
* cleanup deps
2022-03-25 10:56:49 -08:00
Hayden
bcd98cba2f
fix: args order ( #1097 )
2022-03-25 09:06:19 -08:00
Hayden
4ef649231b
feat: admin maintenance page ( #1096 )
...
* fix build typo
* generate types
* setup maintenance api for common cleanup actions
* admin maintenance page
* remove duplicate use-with-caution
2022-03-24 22:17:38 -08:00
Hayden
ffb3b45ac2
feat: add build id from commit hash ( #1095 )
...
* fix old ref
* capture git commit as build ID
* generate new types
* display build on Site Settings page
* fix extras crash it extras is none
2022-03-24 20:29:01 -08:00
Hayden
7f102f513d
Feature/auto increment recipe name ( #1088 )
...
* auto-increment-recipe-name
* add test-case
* re-implement as try/except
2022-03-23 17:23:40 -08:00
Hayden
0f82523cdd
Fix/category link ( #1087 )
...
* fix and refactor chip links
* fix missing UI components for data management
* fix button text
2022-03-22 21:08:06 -08:00
Hayden
ba325c12f7
Fix/fix broken pwa ( #1086 )
...
* remove fetch / use axios fix #1077
* revert checkbox change
* add password peek
* fix bool check
2022-03-22 20:41:54 -08:00
Miroito
e743d2c66b
Reorganize Group/User Page Routes ( #1084 )
...
* Consolidate group routes
* Update doc migration link
2022-03-22 19:54:16 -08:00
Hayden
20822ee808
Feature/improve user feedback ( #1076 )
...
* add proper type annotations
* fix state management and dead code
* add response messages
2022-03-20 16:12:49 -08:00
Hayden
eb2aadfe9e
use retry loop on startup ( #1075 )
2022-03-20 16:12:37 -08:00
Hayden
50a67f9301
Feature/auto generate crowdin data ( #1071 )
...
* add translated key
* update code generation for crowdin generation
* use composition api and minor styling changes
2022-03-19 16:33:55 -08:00
Philipp Fischbeck
022cbd1616
Enable localization based on browser settings, add language selector ( #925 )
...
* Enable localization based on browser settings, add language selector
* Add dialog for language selection
2022-03-19 13:27:40 -08:00
Hayden
8f569509bf
Feature/move label editor ( #1069 )
...
* update default color
* move labels editor
2022-03-19 11:31:17 -08:00
Hayden
8c0c8be659
Feature/group items editor ( #1064 )
...
* update types
* remove toolbox routes
* remove unused ""
* add generic crud table
* update calls for type safety
* recreate food/unit editors
* fix type error
* remove shopping list link
* add transition
* add basic search box
* conditional show-select
* styling + basic download support
* generic download as json function
* add fraction support
* add export option
* add label text
2022-03-17 10:30:10 -08:00
Daniel Palstra
86b450fb8c
Improve devcontainer and configure VSCode debugging ( #1060 )
2022-03-16 08:37:56 -08:00
Hayden
960378b213
hotfix: run fetch client side only
2022-03-15 19:31:45 -08:00
Hayden
13e157827c
Fix/fix block registration ( #1059 )
...
* fix disable button
* add backend env for restricting registration
* update state management
* add allow_signup to app info
* move allow_signup to backend only
* cleanup docker-compose
* potential darkmode fix
* fix missing variable
* add banner on login page
* use random bools for tests
* fix initial state bug
* fix state reset
2022-03-15 17:34:53 -08:00
Hayden
3c2744a3da
improve developer tooling (backend) ( #1051 )
...
* add basic pre-commit file
* add flake8
* add isort
* add pep585-upgrade (typing upgrades)
* use namespace for import
* add mypy
* update ci for backend
* flake8 scope
* fix version format
* update makefile
* disable strict option (temporary)
* fix mypy issues
* upgrade type hints (pre-commit)
* add vscode typing check
* add types to dev deps
* remote container draft
* update setup script
* update compose version
* run setup on create
* dev containers update
* remove unused pages
* update setup tips
* expose ports
* Update pre-commit to include flask8-print (#1053 )
* Add in flake8-print to pre-commit
* pin version of flake8-print
* formatting
* update getting strated docs
* add mypy to pre-commit
* purge .mypy_cache on clean
* drop mypy
Co-authored-by: zackbcom <zackbcom@users.noreply.github.com >
2022-03-15 15:01:56 -08:00
Matthias Bilger
e109391e9a
Added validators for users and recipes ( #1052 )
...
* Added validators for users and recipes
provide a simple get api, allowing to test for existence of
- user by username
- recipe by slug
- group by name (not tested yet)
* updated formatting
* Use group_id+slug for recipes, use ValidationRespone
* Fixed Flake8 errors and warnings
* add missing field for TestUser init
2022-03-15 14:28:42 -08:00
Hayden
c8c02036a3
Chore/update alembic file format ( #1056 )
...
* capture #1043
* update file format
2022-03-15 13:11:22 -08:00
Hayden
e377df2ab0
capture #1043 ( #1055 )
2022-03-15 12:51:15 -08:00
Hayden
8eefa05393
Feature/database backups ( #1040 )
...
* add annotations to docs
* alchemy data dumper
* initial tests
* sourcery refactor
* db backups/restore
* potential postgres fix
* potential postgres fix
* this is terrible
* potential pg fix
* cleanup
* remove unused import
* fix comparison
* generate frontend types
* update timestamp and add directory filter
* rewrite to new admin-api
* update backup routers
* add file_token response helper
* update imports
* remove test_backup
2022-03-13 15:42:22 -08:00
Hayden
2d1ef7173d
Fix/fix slug names ( #1026 )
...
* fix food seeder to use value instead of keys
* fix all recipe names being slugified
* add helper path utilities
* add fix script for database to rename foods
* add safe calling for fixes
2022-03-09 09:18:33 -09:00
Hayden
de6fd9472d
Feature/collapse recipe sections ( #1021 )
...
* toggle hide recipe sections
* disable parser if food or units is defined
* make inputs clearable
* remove console.logs
* fix linter error
* fix linter errors
2022-03-03 19:43:56 -09:00
Hayden
568a1a0015
Fix/multiple bug fixes ( #1015 )
...
* test-case for #1011
* revert regressions for #1011
* update cache key on new image
* lint
* fix #1012
* typing
* random_recipe fixture
* remove delete button when no listeners are present
* spacing
* update copy to match settings value
2022-02-27 12:48:21 -09:00
Hayden
6a5fd8e4f8
Style/update mobile styles ( #1008 )
...
* update styling for mobile
* remove Coming Soon
2022-02-26 14:00:55 -09:00
Hayden
faf88ff820
add wake-lock support and toggle support ( #1006 )
...
* add wake-lock support and toggle support
* add note in change-log
* bump dependencies
* update discord webhooks
2022-02-26 11:20:49 -09:00
Hayden
1ffd668033
update pwa support + web fonts performance ( #1005 )
...
* update pwa support + web fonts performance
* update web manifest
2022-02-24 15:49:58 -09:00
Hayden
ccfaa02b03
Fix/multiple bug reports ( #1002 )
...
* fix type issues for #999
* fix regression #995
* remove error from frontend and log error #996
* cleanup darkmode on login page
* keep primary color bg
2022-02-23 15:04:45 -09:00
Hayden
6ccffce320
ignore unset when writing to db ( #993 )
...
* ignore unset when writing to db
* exception
* add 'side' types to enum set
2022-02-22 19:44:40 -09:00
Hayden
2211174636
Feature/UI updates ( #990 )
...
* titleCase utility
* update rules ui
* order by date_added
* fix error on page refresh
* fix health checks
* fix cookbook return values
2022-02-22 15:32:13 -09:00
Hayden
177a430d8c
Feature/new-login-page ( #989 )
...
* login page refresh
* use user_id for token identification
2022-02-22 11:36:58 -09:00
Hayden
684f39fe24
hotfix: fix dockerfile for alembic
2022-02-21 15:03:48 -09:00
Philipp Fischbeck
fdfb5b1a5e
Set up alembic migration usage ( #954 )
...
* Set up alembic migration usage
* Fix import order, add isort as alembic hook
* Only run migrations if needed
* Include date as part of migration file name for better sorting
* Skip initial migrations if tables already exist
This eases the transition from a pre-alembic state
* Fix deprecation warning in alembic revision
* Add alembic test stubs
2022-02-21 11:44:23 -09:00
Hayden
a897e180ed
Bug/error relating units foods ( #987 )
...
* fix type guard
* update typing
* rearrange methods
* spelling
* fix unknown error response
* update type check for none types
* add discord notification
2022-02-21 09:47:00 -09:00
Hayden
5310a94478
remove default password and header ( #984 )
2022-02-20 15:14:31 -09:00
Hayden
602f248541
feature/multi-tenancy and move caddy server ( #980 )
...
* update to GUIDs
* fix cookbook id relationships
* update webhook keys
* cleanup naming and attribute orders
* remove old database tables
* fix meal-plan images
* remove dashbaord and events api
* use recipe-id instead of id
* cleanup documentation assets
* cleanup docs for v1 beta-release
* add depends_on for docker-compose
* use docker volumes for examples
* move caddy to frontend container
2022-02-20 14:17:51 -09:00
Hayden
14cc541f7a
fix #967 and test error to catch ( #979 )
...
* fix #967 and test error to catch
* add admin tests
2022-02-13 18:33:25 -09:00
Hayden
c617251f4c
feature: proper multi-tenant-support ( #969 )(WIP)
...
* update naming
* refactor tests to use shared structure
* shorten names
* add tools test case
* refactor to support multi-tenant
* set group_id on creation
* initial refactor for multitenant tags/cats
* spelling
* additional test case for same valued resources
* fix recipe update tests
* apply indexes to foreign keys
* fix performance regressions
* handle unknown exception
* utility decorator for function debugging
* migrate recipe_id to UUID
* GUID for recipes
* remove unused import
* move image functions into package
* move utilities to packages dir
* update import
* linter
* image image and asset routes
* update assets and images to use UUIDs
* fix migration base
* image asset test coverage
* use ids for categories and tag crud functions
* refactor recipe organizer test suite to reduce duplication
* add uuid serlization utility
* organizer base router
* slug routes testing and fixes
* fix postgres error
* adopt UUIDs
* move tags, categories, and tools under "organizers" umbrella
* update composite label
* generate ts types
* fix import error
* update frontend types
* fix type errors
* fix postgres errors
* fix #978
* add null check for title validation
* add note in docs on multi-tenancy
2022-02-13 12:23:42 -09:00
Hayden
9a82a172cb
update foods and units for multitenant support
2022-02-08 14:55:18 -09:00
Hayden
fbc17b670d
update env settings for production and testing
2022-02-08 13:38:12 -09:00
Hayden
ac07065613
add sponsor to readme
2022-02-08 09:25:15 -09:00
Hayden
868f55eeca
set TESTING=false in containers ( #968 )
2022-02-07 21:25:28 -09:00
Hayden
d1024e272d
Feature/automated meal planner ( #939 )
...
* cleanup oversized buttons
* add get all by category function to reciep repos
* fix shopping-list can_merge logic
* use randomized data for testing
* add random getter to repository for meal-planner
* add stub route for random meals
* cleanup global namespace
* add rules database type
* fix type
* add plan rules schema
* test plan rules methods
* add mealplan rules controller
* add new repository
* update frontend types
* formatting
* fix regression
* update autogenerated types
* add api class for mealplan rules
* add tests and fix bugs
* fix data returns
* proof of concept rules editor
* add tag support
* remove old group categories
* add tag support
* implement random by rules api
* change snack to sides
* remove incorrect typing
* split repo for custom methods
* fix query and use and_ clause
* use repo function
* remove old test
* update changelog
2022-02-07 19:03:11 -09:00
Hayden
40d1f586cd
fix type reference
2022-01-16 16:15:14 -09:00
Hayden
92cf97e401
Feature/shopping lists second try ( #927 )
...
* generate types
* use generated types
* ui updates
* init button link for common styles
* add links
* setup label views
* add delete confirmation
* reset when not saved
* link label to foods and auto set when adding to shopping list
* generate types
* use inheritence to manage exception handling
* fix schema generation and add test for open_api generation
* add header to api docs
* move list consilidation to service
* split list and list items controller
* shopping list/list item tests - PARTIAL
* enable recipe add/remove in shopping lists
* generate types
* linting
* init global utility components
* update types and add list item api
* fix import cycle and database error
* add container and border classes
* new recipe list component
* fix tests
* breakout item editor
* refactor item editor
* update bulk actions
* update input / color contrast
* type generation
* refactor controller dependencies
* include food/unit editor
* remove console.logs
* fix and update type generation
* fix incorrect type for column
* fix postgres error
* fix delete by variable
* auto remove refs
* fix typo
2022-01-16 15:24:24 -09:00
Philipp Fischbeck
f794208862
Fix more typing issues ( #928 )
...
* Fix or comment several ts-ignores
* Fix typing related to BaseOverflowButton
* Remove unused functionality of useCookbooks, fix usage bug
* Fix more typing, add some comments
* Only allow ts-ignore if it has a comment
2022-01-15 17:38:11 -09:00
Hayden
c4540f1395
Refactor/conver to controllers ( #923 )
...
* add dependency injection for get_repositories
* convert events api to controller
* update generic typing
* add abstract controllers
* update test naming
* migrate admin services to controllers
* add additional admin route tests
* remove print
* add public shared dependencies
* add types
* fix typo
* add static variables for recipe json keys
* add coverage gutters config
* update controller routers
* add generic success response
* add category/tag/tool tests
* add token refresh test
* add coverage utilities
* covert comments to controller
* add todo
* add helper properties
* delete old service
* update test notes
* add unit test for pretty_stats
* remove dead code from post_webhooks
* update group routes to use controllers
* add additional group test coverage
* abstract common permission checks
* convert ingredient parser to controller
* update recipe crud to use controller
* remove dead-code
* add class lifespan tracker for debugging
* convert bulk export to controller
* migrate tools router to controller
* update recipe share to controller
* move customer router to _base
* ignore prints in flake8
* convert units and foods to new controllers
* migrate user routes to controllers
* centralize error handling
* fix invalid ref
* reorder fields
* update routers to share common handling
* update tests
* remove prints
* fix cookbooks delete
* fix cookbook get
* add controller for mealplanner
* cover report routes to controller
* remove __future__ imports
* remove dead code
* remove all base_http children and remove dead code
2022-01-13 13:06:52 -09:00
Hayden
5823a32daf
update developer getting-started ( #919 )
...
* update developer getting-started
* update change-log
* fix missing title
2022-01-10 10:06:39 -09:00
Hayden
190773c5d7
Feature/group based notifications ( #918 )
...
* fix group page
* setup group notification for backend
* update type generators
* script to auto-generate schema exports
* setup frontend CRUD interface
* remove old notifications UI
* drop old events api
* add test functionality
* update naming for fields
* add event dispatcher functionality
* bump to python 3.10
* bump python version
* purge old event code
* use-async apprise
* set mealie logo as image
* unify styles for buttons rows
* add links to banners
2022-01-09 21:04:24 -09:00
Hayden
50a341ed3f
build error hot-fix
2022-01-09 10:07:25 -09:00
Hayden
6db1357064
feat: ✨ (WIP) base-shoppinglist infra ( #911 )
...
* feat: ✨ base-shoppinglist infra (WIP)
* add type checker
* implement controllers
* apply router fixes
* add checked section hide/animation
* add label support
* formatting
* fix overflow images
* add experimental banner
* fix #912 word break issue
* remove any type errors
* bump dependencies
* remove templates
* fix build errors
* bump node version
* fix template literal
2022-01-08 22:24:34 -09:00
Philipp Fischbeck
86c99b10a2
Use composition API for more components, enable more type checking ( #914 )
...
* Activate more linting rules from eslint and typescript
* Properly add VForm as type information
* Fix usage of native types
* Fix more linting issues
* Rename vuetify types file, add VTooltip
* Fix some more typing problems
* Use composition API for more components
* Convert RecipeRating
* Convert RecipeNutrition
* Convert more components to composition API
* Fix globals plugin for type checking
* Add missing icon types
* Fix vuetify types in Nuxt context
* Use composition API for RecipeActionMenu
* Convert error.vue to composition API
* Convert RecipeContextMenu to composition API
* Use more composition API and type checking in recipe/create
* Convert AppButtonUpload to composition API
* Fix some type checking in RecipeContextMenu
* Remove unused components BaseAutoForm and BaseColorPicker
* Convert RecipeCategoryTagDialog to composition API
* Convert RecipeCardSection to composition API
* Convert RecipeCategoryTagSelector to composition API
* Properly import vuetify type definitions
* Convert BaseButton to composition API
* Convert AutoForm to composition API
* Remove unused requests API file
* Remove static routes from recipe API
* Fix more type errors
* Convert AppHeader to composition API, fixing some search bar focus problems
* Convert RecipeDialogSearch to composition API
* Update API types from pydantic models, handle undefined values
* Improve more typing problems
* Add types to other plugins
* Properly type the CRUD API access
* Fix typing of static image routes
* Fix more typing stuff
* Fix some more typing problems
* Turn off more rules
2022-01-08 21:15:23 -09:00
MidnightRising
d5ab5ec66f
Trims urls before importing ( #910 )
...
Co-authored-by: Midnight <midnight1@protonmail.com >
2022-01-07 12:11:19 -09:00
MidnightRising
b2b77f3abd
Change the height style to min-height ( #907 )
...
Co-authored-by: Midnight <midnight1@protonmail.com >
2022-01-07 12:09:54 -09:00
Philipp Fischbeck
2c17845169
Fix double click on sidebar on smaller screens ( #906 )
...
The problem was that on smaller screens or when resizing, v-navigation-drawer would change its value on its own, but these changes were not propagated to AppSidebar.
I also added a few missing type definitions for SidebarLinks.
2022-01-07 12:09:34 -09:00
Philipp Fischbeck
76d2eecd86
Fix titles of category, tag, tool pages ( #905 )
2022-01-07 12:08:05 -09:00
Philipp Fischbeck
1482f51fcd
Add date range to useMealplans composable ( #888 )
...
This fixes #857 by passing a date range ref to useMealplans, so that the meal plans are re-queried whenever the date range changes.
2022-01-05 12:20:57 -09:00
Hayden
74e13682cb
Refactor/define repository layer ( #883 )
...
* move data access layer
* rename dal -> repo
2021-12-18 20:52:36 -09:00
Hayden
ea7c4771ee
Feature/user photo storage ( #877 )
...
* add default assets for user profile
* add recipe avatar
* change user_id to UUID
* add profile image upload
* setup image cache keys
* cleanup tests and add image tests
* purge user data on delete
* new user repository tests
* add user_id validator for int -> UUID conversion
* delete depreciated route
* force set content type
* refactor tests to use temp directory
* validate parent exists before createing
* set user_id to correct type
* update instruction id
* reset primary key on migration
2021-12-18 19:04:36 -09:00
Hayden
a2f8f27193
feat: ✨ support for lockable recipes ( #876 )
...
* feat: ✨ support for lockable recipes
* feat(backend): ✨ check user can update before updating recipe
* test(backend): ✅ add recipe lock tests
* feat(frontend): ✨ disabled lock action when not owner
* test(backend): ✅ test non-owner can't lock recipe
* hide quantity on zero value
* fix(backend): 🐛 temp/partial fix for recipes with same name. WIP
2021-12-11 19:12:08 -09:00
Hayden
ba2d9829bb
frontend build hot-fix
2021-12-11 15:54:28 -09:00
Hayden
e109ac0f47
feat(backend): ✨ add rename tag, tool, category support ( #875 )
2021-12-10 19:48:06 -09:00
Hayden
8d77f4b31e
feat: ✨ Paprika/Mealie Migration support ( #873 )
...
* feat: ✨ paprika support - partial
* feat: ✨ add full paprika support
* re-organize data directory
* add data directory auto-gen
* rewrite migration tests
* remove print statements
* remove hard-coded paths
* add auto-tag support
* add mealie migration support
* add looking for migraiton button
2021-12-09 19:52:53 -09:00
Hayden
5839992c19
add support for meta tags on share pages ( #867 )
2021-12-06 17:14:14 -09:00
Hayden
5454d2c8b8
fix sharing errors
2021-12-05 13:35:16 -09:00
Hayden
b2673d75bf
Feature/shareable recipes ( #866 )
...
* simplify context menu
* move computed to comp-api
* feat: ✨ create share tokens for recipes for sharing recieps to non-users
* feat: ✨ shareable recipe links with og tags
2021-12-05 11:55:46 -09:00
Hayden
ba4107348f
Feature/misc tasks ( #864 )
...
* feat(backend): 🌐 make foods/ingredients translatable
* feat(backend): ✨ add remember me support for login - 14 days
* feat(frontend): 💄 add persistent darkmode for user sessions
* capture #859
* feat(frontend): 💄 add basic open-graph data for site links
2021-12-04 16:06:24 -09:00
Hayden
c32d7d7486
feat: ✨ add user recipe export functionality ( #845 )
...
* feat(frontend): ✨ add user recipe export functionality
* remove depreciated folders
* change/remove depreciated folders
* add testing variable in config
* add GUID support for group_id
* improve testing feedback on 422 errors
* remove/cleanup files/folders
* initial user export support
* delete unused css
* update backup page UI
* remove depreciated settings
* feat: ✨ export download links
* fix #813
* remove top level statements
* show footer
* add export purger to scheduler
* update purge glob
* fix meal-planner lockout
* feat: ✨ add bulk delete/purge exports
* style(frontend): 💄 update UI for site settings
* feat: ✨ add version checker
* update documentation
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-12-04 14:18:46 -09:00
Hayden
2ce195a0d4
refactor: ♻️ rewrite migrations frontend/backend ( #841 )
...
* refactor(frontend): ♻️ rewrite migrations UI
* refactor(backend): ♻️ rewrite recipe migrations
* remove vue-demi
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-26 22:37:06 -09:00
hay-kot
afae0ef0f5
add LDAP Deps to build file
2021-11-26 12:16:08 -09:00
hay-kot
60d5fe9277
update workflow
2021-11-26 12:08:39 -09:00
hay-kot
2e982e18ce
chore(backend): ⬆️ bump recipe-scrapers and extruct
2021-11-26 12:00:02 -09:00
hay-kot
1e6adb0aad
test(backend): ✅ refactor testing to reduce network reliance and speed up suite
2021-11-26 11:59:36 -09:00
hay-kot
9d9412f08e
refactor(backend): ♻️ re-design scraper to utilize strategy pattern for easier testing
2021-11-26 11:58:49 -09:00
Hayden
791aa8c610
feat(backend): ✨ refactor/fix group management for admins ( #838 )
...
* fix(frontend): 🐛 update dialog implementation to simplify state management
* test(backend): ✅ refactor test fixtures + admin group tests
* chore(backend): 🔨 add launcher.json for python debugging (tests)
* fix typing
* feat(backend): ✨ refactor/fix group management for admins
* feat(frontend): ✨ add/fix admin group management
* add LDAP checker
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-25 14:17:02 -09:00
Hayden
0db8a58963
fix(backend): 🐛 Grab PRs from dev branch ( #826 )
...
* fix(backend): 🐛 Grab PR #780
* feat(frontend): ✨ Grab PR 797
* docs(docs): spelling
* feat(backend): ✨ Add LDAP Support from #803
* add test deps
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-23 20:41:07 -09:00
Hayden
dce84c3937
refactor: ♻️ rewrite admin CRUD interface for admins ( #825 )
...
* docs: 📝 general documentation + add FAQ page
* fix(frontend): 🐛 readd missing upload button to backups.
* feat(backend): ✨ add support for backup sizes to be displayed on frontend
* feat(backend): ✨ add backend for administrator CRUD of users
* add admin support for user
* refactor(frontend): ♻️ rewrite admin CRUD interface for admins
* fix build errors
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-23 18:57:24 -09:00
Hayden
7afdd5b577
Feature/restore-recipe-functionality ( #810 )
...
* feat(frontend): ✨ add back support for assets
* feat(backend): ✨ add back support for assets
* feat(frontend): ✨ add support for recipe tools
* feat(backend): ✨ add support for recipe tools
* feat(frontend): ✨ add onHand support for recipe toosl
* feat(backend): ✨ add onHand support for backend
* refactor(frontend): ♻️ move items to recipe folder and break apart types
* feat(frontend): ✨ add support for recipe comments
* feat(backend): ✨ Add support for recipe comments
* fix(backend): 💥 disable comments import
* fix(frontend): 🐛 fix rendering issue with titles when moving steps
* add tools to changelog
* fix type errors
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-22 20:10:48 -09:00
Hayden
912cc6d956
feat(frontend): ✨ Add Meal Tags + UI Improvements ( #807 )
...
* feat: ✨
* fix colors
* add additional support for settings meal tag
* add defaults to recipe
* use group reciep settings
* fix login infinite loading
* disable owner on initial load
* add skeleton loader
* add v-model support
* formatting
* fix overwriting existing values
* feat(frontend): ✨ add markdown preview for steps
* update black plus formatting
* update help text
* fix overwrite error
* remove print
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-20 14:30:38 -09:00
Hayden
d4bf81dee6
feat(frontend): ✨ food filter and add back search dialog ( #794 )
...
* return ingredients and foods on summary
* filter on foods
* update search page to TS and comp-api
* add additional search fields
* feat(frontend): ✨ add back search dialog
* update docs
* formatting
* update sidebar - remove dropdown
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-08 21:12:13 -09:00
hay-kot
60275447f0
fix build errors
2021-11-06 15:03:12 -08:00
Hayden
c1ba8dcd86
feature/improve-parser-ux ( #789 )
...
* cleanup console.logs
* default to panels open
* feat(frontend): ✨ add ingredient on enter
* feat(frontend): ✨ automatically trigger parser on navigation
* feat(frontend): ✨ prompt user before leaving when in editor
* add deep copy utility
* improve flow of parser
* add tooltip and match disable with disableAmount
* force admin users to have advanced access
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-11-06 14:32:55 -08:00
Hayden
788e176b16
Refactor/composables-folder ( #787 )
...
* move api clients and rename
* organize recipes composables
* rewrite useRecipeContext
* refactor(frontend): ♻️ abstract common ingredient functionality.
* feat(frontend): ✨ add scale, and back to recipe button + hide ingredients if none
* update regex to mach 11. instead of just 1.
* minor UX improvements
Co-authored-by: Hayden K <hay-kot@pm.me >
2021-11-06 11:28:47 -08:00
Hayden
095d3bda3f
feat(frontend): ✨ Rewrite context menu in TS and add 'add to mealplan' context menu action ( #786 )
...
* make entry for NLP model `setup-model`
* add comments
* feat(frontend): ✨ Rewrite context menu in TS and add 'add to mealplan' options
* add note to changelog
Co-authored-by: Hayden K <hay-kot@pm.me >
2021-11-05 21:29:15 -08:00
Hayden
5cb4a1ade0
Feature/recipe instructions improvements ( #785 )
...
* feat(frontend): ✨ split paragraph by 1. 1) or 1: regex matches
* feat(frontend): ✨ Update frontend to support ingredient To step refs
* feat(backend): ✨ Update backend to support ingredient to step refs
* fix title editor
* move about info to site-settings
* update change-log
Co-authored-by: Hayden K <hay-kot@pm.me >
2021-11-05 15:48:10 -08:00
Hayden
9f8c61a75a
fix(backend): 🐛 Fix recipe page issues ( #778 )
...
* fix(backend): 🐛 Fix favorite assignment on backend
* fix(frontend): 🐛 fix printer button on recipe page
* style(frontend): 🚸 add user feadback on copy of recipe link
* fix(frontend): 🐛 Fix enableLandscape incorrect bindings to remove duplicate values
* feat(frontend): ✨ add ingredient copy button for markdown list -[ ] format
* feat(frontend): ✨ add remove prefix button to bulk entry
* fix(frontend): 🐛 disable random button when no recipes are present
* fix(frontend): ✨ fix .zip download error
* fix(frontend): 🚸 close image dialog on upload/get
* fix(frontend): 🐛 fix assignment on creation for categories and tags
* feat(frontend): ✨ Open editor on creation / fix edit button on main screen
* fix(frontend): 🐛 fix false negative regex match for urls on creationg page
* feat(frontend): 🚸 provide better user feadback when recipe exists
* feat(frontend): ✨ lock bulk importer on submit
* remove zip from navigation
* fix(frontend): ✨ rerender recipes on delete
Co-authored-by: Hayden K <hay-kot@pm.me >
2021-11-04 18:15:23 -08:00
Hayden
ec3b53cdc3
Refactor/user database models ( #775 )
...
* fix build error
* drop frontend.old
* improve auto_init decorator
* purge depreciated site settings
* formatting
* update init function
* fix(backend): 🐛 Fix password reset bug
Co-authored-by: Hayden <hay-kot@pm.me >
2021-11-04 14:01:37 -08:00
Hayden
40462a95f1
fix(frontend): 🐛 fix section titles carrying over on deleted items ( #765 )
...
* fix(frontend): 🐛 fix section titles carrying over on deleted items
Added a UUID generator to generate unique id's and prevent list changes from causing proper virtual dom re-renders.
* lazy load json editor
* fix ingredient rendering error
* move text to input
* update settings styling
* improve mobile view
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-31 14:46:46 -08:00
Hayden
909bc85205
Chore/general UI cleanup ( #764 )
...
* unify look and feel + button validators
* Fixes #741
* add github script to mealei-next
* feat(frontend): 💄 improve user-flow for creating ingredients and units in editor
Creating a unit/food in the recipe editor will not automatically assign that to the auto-complete element on the ingredient. It also no longer needs a dialog and will show at the bottom of the menu at all times.
* fix whitespace issue with slot
* add security check to properties
* fix event refresh on delete
* remove depreciated page
* improve API token flow
* hide recipe data if not advanced user
* misc adds
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-30 15:46:44 -08:00
Hayden
2afaf70a03
feat(backend): ✨ Minor linting, bulk URL import, and improve BG tasks ( #760 )
...
* Fixes #751
* Fixes not showing original URL
* start slice at 0 instead of 1
* remove print statements
* add linter for print statements and remove print
* hide all buttons when edit disabled
* add bulk import API
* update attribute bindings
* unify button styles
* bulk add recipe feature
* thanks linter!
* uncomment code
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-28 19:28:33 -08:00
Hayden
1e5ef28f91
update database purge
2021-10-23 16:43:20 -08:00
Hayden
7055cb2c43
feat(backend): ✨ basic support for background tasks
2021-10-23 16:42:59 -08:00
Hayden
7f99c3d113
feat(frontend): ✨ Add UI for background tasks
2021-10-23 16:42:45 -08:00
Hayden
a94b9d504f
refactor(frontend): ♻️ update API folder structure
2021-10-23 16:42:20 -08:00
Hayden
9b79b82c4d
fix(frontend): 🐛 Fix typescript errors
2021-10-19 20:55:09 -08:00
Hayden
7e3a36f2dd
feat(frontend): ✨ add debugger to creation page ( #750 )
...
* feat(frontend): ✨ add debugger to creation page
* styling
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-19 18:45:03 -08:00
Hayden
89da1a2654
Feature/Capture Scraper Improvement PRs ( #749 )
...
* capture #732 changes
* capture PR #733
* capture PR #736
* capture pr #745
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-19 15:55:45 -08:00
Hayden
58349bc439
fix(frontend): 🚑 fix typescript errors
2021-10-19 09:33:24 -08:00
Hayden
4e70c96f8a
feat: ✨ add bulk actions service and routes (WIP) ( #747 )
...
* feat(frontend): ✨ Group level recipe data management
* feat(backend): ✨ add bulk actions service and routes
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-18 19:41:41 -08:00
Hayden
3b920babe3
feat: ✨ Add brute strategy to ingredient processor ( #744 )
...
* fix UI column width
* words
* update parser to support diff strats
* add new model url
* make button more visible
* fix nutrition error
* feat(backend): ✨ add 'brute' strategy for parsing ingredients
* satisfy linter
* update UI for creation page
* feat(backend): ✨ log 422 errors in detail when not in PRODUCTION
* add strategy selector
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-16 16:06:13 -08:00
Hayden
60908e5a88
Feature/CRF++ and server side locales ( #731 )
...
* add universal toast plugin
* add server side locales
* integrate CRF++ into CI/CD Pipeline
* docs(docs): 📝 add recipe parser docs
* feat(backend): ✨ Continued work on ingredient parsers
* add new model dest
* feat(frontend): ✨ New ingredient parser page
* formatting
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-09 13:08:23 -08:00
Hayden
c16f07950f
Docs/installation guide ( #727 )
...
* docs(docs): 📝 Update v1.0.0 installation docs
* fix frontend build
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-07 11:13:05 -08:00
Hayden
2e9026f9ea
feat(frontend): ✨ Fix scheduler, forgot password flow, and minor bug fixes ( #725 )
...
* feat(frontend): 💄 add recipe title
* fix(frontend): 🐛 fixes #722 side-bar issue
* feat(frontend): ✨ Add page titles to all pages
* minor cleanup
* refactor(backend): ♻️ rewrite scheduler to be more modulare and work
* feat(frontend): ✨ start password reset functionality
* refactor(backend): ♻️ refactor application settings to facilitate dependency injection
* refactor(backend): 🔥 remove RECIPE_SETTINGS env variables in favor of group settings
* formatting
* refactor(backend): ♻️ align naming convention
* feat(backend): ✨ password reset
* test(backend): ✅ password reset
* feat(frontend): ✨ self-service password reset
* purge password schedule
* update user creation for tests
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-07 09:39:47 -08:00
Tom Matheussen
d1f0441252
Minor typo fixes ( #726 )
2021-10-07 08:23:46 -08:00
Hayden
5d43fac7c9
feat(frontend): ✨ add group permissions ( #721 )
...
* style(frontend): 💄 add darktheme custom
* add dummy users in dev mode
* feat(frontend): ✨ add group permissions editor UI
* feat(backend): ✨ add group permissions setters
* test(backend): ✅ tests for basic permission get/set (WIP)
Needs more testing
* remove old test
* chore(backend): copy template.env on setup
* feat(frontend): ✨ enable send invitation via email
* feat(backend): ✨ enable send invitation via email
* feat: ✨ add app config checker for site-settings
* refactor(frontend): ♻️ consolidate bool checks
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-04 20:16:37 -08:00
Hayden
b7b8aa9a08
Feature/email support ( #720 )
...
* feat(frontend): ✨ add UI for testing email configuration
* feat(backend): ✨ add email service with common templates (WIP)
* test(backend): ✅ add basic tests for email configuration
* set defaults
* add email variables
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-03 18:38:45 -08:00
Hayden
c0dd07f9e7
Feature/infinite scroll ( #719 )
...
* feat(frontend): ✨ lazy-load all recipes page
* feat(frontend): ✨ enable runtime theme through env-variables
* docs(docs): 📝 update v1 changelog
* bump version
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-03 14:07:18 -08:00
Hayden
568215cf70
perf(backend): ⚡ remove validation on recipe summary response ( #718 )
...
* count responses
* perf(backend): ⚡ remove validation on recipe summary response
use the construct() method from pydantic to reduce get time as well as optimize the SQL query for recipes
* update UI to support new categories/tags
* fix(backend): 🐛 restrict recipes by group
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-02 22:07:29 -08:00
Hayden
f9829141c0
style(frontend): 🎨 refactor/rewrite UI for meal-planner ( #717 )
...
* add new creation links
* style(frontend): 🎨 refactor/rewrite UI for meal-planner
* add random meal
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-02 16:11:50 -08:00
Hayden
bd8882ec44
Feature/update login UI ( #716 )
...
* cleanup signin UI
* add timeout
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-02 12:18:01 -08:00
Hayden
4bdba9f3af
feat(backend): 🚧 stub out new exporter service (WIP) ( #715 )
...
* chore(backend): 🎨 add isort path to vscode settings
* style(frontend): 💄 remove fab and add general create button
* feat(backend): 🚧 stub out new exporter service
* comment out stub tests
Co-authored-by: Hayden <hay-kot@pm.me >
2021-10-02 11:37:04 -08:00
Hayden
476aefeeb0
refactor(backend): ♻️ cleanup HTTP service classes and remove database singleton ( #687 )
...
* refactor(backend): ♻️ cleanup duplicate code in http services
* refactor(backend): ♻️ refactor database away from singleton design
removed the database single and instead injected the session into a new Database class that is created during each request life-cycle. Now sessions no longer need to be passed into each method on the database
All tests pass, but there are likely some hidden breaking changes that were not discovered.
* fix venv
* disable venv cache
* fix install script
* bump poetry version
* postgres fixes
* revert install
* fix db initialization for postgres
* add postgres to docker
* refactor(backend): ♻️ cleanup unused and duplicate code in http services
* refactor(backend): remove sessions from arguments
* refactor(backend): ♻️ convert units and ingredients to use http service class
* test(backend): ✅ add unit and food tests
* lint
* update tags
* re-enable cache
* fix missing fraction in db
* fix lint
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-19 15:31:34 -08:00
hay-kot
c0e3f04c23
fix(frontend): 🐛 add sortablejs types
2021-09-14 12:36:46 -08:00
hay-kot
58f758b6c1
fix(frontend): 🐛 fix login page setup script
2021-09-14 12:26:28 -08:00
Hayden
b542583303
feat(backend): ✨ rewrite mealplanner with simple api ( #683 )
...
* feat(backend): ✨ new meal-planner feature
* feat(frontend): ✨ new meal plan feature
* refactor(backend): ♻️ refactor base services classes and add mixins for crud
* feat(frontend): ✨ add UI/API for mealplanner
* feat(backend): ✨ add get_today and get_slice options for mealplanner
* test(backend): ✅ add and update group mealplanner tests
* fix(backend): 🐛 Fix recipe_id column type for PG
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-12 11:05:09 -08:00
Hayden
bdaf758712
feat(backend): ✨ start multi-tenant support (WIP) ( #680 )
...
* fix ts types
* feat(code-generation): ♻️ update code-generation formats
* new scope
* add step button
* fix linter error
* update code-generation tags
* feat(backend): ✨ start multi-tenant support
* feat(backend): ✨ group invitation token generation and signup
* refactor(backend): ♻️ move group admin actions to admin router
* set url base to include `/admin`
* feat(frontend): ✨ generate user sign-up links
* test(backend): ✅ refactor test-suite to further decouple tests (WIP)
* feat(backend): 🐛 assign owner on backup import for recipes
* fix(backend): 🐛 assign recipe owner on migration from other service
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-09 08:51:29 -08:00
Hayden
3c504e7048
feat(backend): ✨ migrate site-settings to groups ( #673 )
...
* feat(frontend): ✨ add user registration page (WIP)
* feat(backend): ✨ add user registration (WIP)
* test(backend): ✅ add validator testing for registration schema
* feat(backend): ✨ continued work on user sign-up
* feat(backend): ✨ add signup flow and user/group settings
* test(backend): ✅ user-creation tests and small refactor of existing tests
* fix(backend): ✅ fix failing group tests
* style: 🎨 fix lint issues
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-05 22:05:29 -08:00
Hayden
e179dcdb10
refactor(frontend): ♻️ split user profile/management ( #670 )
...
* refactor(frontend): ♻️ major rewrite/improvement of use-profile pages
* refactor(frontend): ♻️ split webhooks into their own page
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-04 20:24:32 -08:00
Hayden
3d87ffc3a5
refactor(backend): ♻️ refactor backend services ( #669 )
...
* refactor(backend): ♻️ refactor backend services
* refactor(backend): ♻️ move user model folder into own directory for future expansion
* fix overriding results
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-04 12:28:49 -08:00
Hayden
b550dae593
refactor(backend): ♻️ change error messages to follow standard pattern to match locals on frontend ( #668 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-02 21:33:18 -08:00
Hayden
abc0d0d59f
refactor( ♻️ ): update 'about' page to new composition API ( #667 )
...
* test-commit
* Remove PR Name Checker
* refactor(backend): ♻️ split unrelated routes into clearer router paths
Add an /app and /admin router base paths to split previously grouped public/admin data into different paths. Part of a longer migration to move 'admin' operations under the admin path.
* refactor(backend): ♻️ rename imports
* refactor(frontend): ♻️ refactor frontend API and Pages to refelect new API design
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-02 11:24:17 -08:00
hay-kot
c7f8c96287
ci(backend): 💚 add conventional pr naming check
2021-09-01 21:44:59 -08:00
Hayden
990244e37e
Refactor/group page ( #666 )
...
* refactor(backend): ♻️ Refactor base class to be abstract and create a router factory method
* feat(frontend): ✨ add group edit
* refactor(backend): ✨ add group edit support
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-09-01 21:39:40 -08:00
Hayden
9b1bf56a5d
[Feat] ✨ Migrate from Pages to Cookbooks ( #664 )
...
* feat: ✨ Add Description to Cookbooks
* feat(frontend): ✨ Cookbook view page
* feat(frontend): 💄 Add final UI touches
* fix(backend): 🐛 Add get by slug or id
* fix linting issue
* test(backend): ✅ Update tests from pages -> cookbooks
* refactor(backend): 🔥 Delete old page files
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-08-31 18:51:34 -08:00
hay-kot
165fd8efd6
test(backend): ✅ add @skip for crf tests that can only run locally
2021-08-31 14:39:54 -08:00
hay-kot
d24e95c091
feat(backend): ✨ add initial cookbook support
2021-08-31 14:39:29 -08:00
hay-kot
83ab858e46
feat(frontend): ✨ Add Initial CookBook Support
2021-08-31 14:39:02 -08:00
hay-kot
2e6352cfbd
update NLP for ingredients
2021-08-29 17:10:51 -08:00
hay-kot
086098899d
update dependency injection methods
2021-08-29 17:10:29 -08:00
hay-kot
0b27e8af45
refactor(frontend): 💄 Imrove UI for parser
2021-08-29 17:09:08 -08:00
hay-kot
f78eb4ec39
fix(backend): 🐛 fix error when assigning favorite recipe
2021-08-28 17:42:12 -08:00
hay-kot
4a7f8428c5
refactor(backend): ♻️ rename UserInDb -> PrivateUser
2021-08-28 17:31:05 -08:00
hay-kot
df002c383c
add docs string
2021-08-28 16:34:47 -08:00
hay-kot
8e9280efaf
refactor(backend): ♻️ align variable names, eliminate dead-code, and finalize recipe services
2021-08-28 16:24:14 -08:00
hay-kot
985ad8017d
refactor(backend): ♻️ move router dependencies to mealie.core.dependencies module
2021-08-28 15:36:46 -08:00
hay-kot
e1fb306a92
sort imports
2021-08-28 15:36:06 -08:00
hay-kot
7c936c85ae
style(backend): 🎨 add isort to lint and CI/CD
2021-08-28 14:27:56 -08:00
hay-kot
2c80980453
unicode fraction processing
2021-08-28 14:18:56 -08:00
hay-kot
1c11f6a3d7
refactor(backend): ⚗️ experimental dependency injection framework (WIP)
2021-08-28 14:18:38 -08:00
hay-kot
da501adce8
refactor(backend): ♻️ add initial support for global dependency injection
2021-08-28 14:16:00 -08:00
hay-kot
0f6f81eb27
feat(frontend): 🚧 groundwork for user interactive ingredient parsing
2021-08-28 14:14:21 -08:00
hay-kot
f8c2f760bd
style(backend): 🎨
2021-08-28 14:13:10 -08:00
hay-kot
20d847ec8e
feat(backend): ✨ Add NLP Endpoint for Ingredient Parser (WIP)
2021-08-27 20:51:49 -08:00
hay-kot
161618808e
refactor(backend): 🔥 Remove Backend Theme Support
2021-08-27 20:47:24 -08:00
hay-kot
dd1b1ad067
initialize food and units
2021-08-27 20:28:54 -08:00
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
5ba337ab11
feat(frontend): ✨ Fractional Scaling
2021-08-27 20:05:02 -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
24a4b5b810
feat(frontend): ✨ Add Recipe Editor to Assign Units and Foods for Recipe Scaling
2021-08-23 12:24:38 -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
a1aad078da
feat(frontend): ✨ Create CRUD User Interface for Units and Foods
2021-08-22 15:23:45 -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
7d40f8d74d
events api
2021-08-21 14:04:49 -08:00
hay-kot
6d3a06e1b9
cleanup todos
2021-08-21 11:00:42 -08:00
hay-kot
d1b8add4e4
remove unused items
2021-08-21 00:53:08 -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
460f508f79
whitespace
2021-08-09 17:45:09 -08:00
hay-kot
aa3b732cb0
remove old code
2021-08-09 17:37:37 -08:00
hay-kot
1338c42420
fix caddy configuration
2021-08-09 17:37:13 -08:00
hay-kot
a0efcb38a0
add traceback in development
2021-08-09 16:19:32 -08:00
hay-kot
8710dad727
fix recipe static routes
2021-08-09 16:19:23 -08:00
hay-kot
625dbcdea5
fix failing build
2021-08-08 21:15:20 -08:00
hay-kot
bde885dc84
refactor(frontend): ♻️ rewrite search componenets to typescript
2021-08-08 20:52:44 -08:00
hay-kot
1981e191be
Setup vite for development
2021-08-08 17:01:45 -08:00
hay-kot
da425c970e
properly support subroutes
2021-08-08 14:10:32 -08:00
hay-kot
fcee79a3e7
fix subpath config
2021-08-08 11:17:03 -08:00
hay-kot
ff2b681980
add nightly CI/CD
2021-08-07 20:22:22 -08:00
hay-kot
886d1b7a50
fix ci/cd
2021-08-07 20:21:44 -08:00
hay-kot
a2508e5bbe
add stalebot config
2021-08-07 20:12:40 -08:00
hay-kot
1b555dbd65
ci(frontend): 👷 renamed ci/cd and removed old files
2021-08-07 18:15:52 -08:00
hay-kot
ea68095cd3
remove husky
2021-08-07 17:05:46 -08:00
hay-kot
51394e3d6d
update github actions
2021-08-07 17:03:10 -08:00
hay-kot
b14da7efdd
fix linters
2021-08-07 16:58:58 -08:00
hay-kot
3ed197a843
fix linter issues
2021-08-07 16:49:55 -08:00
hay-kot
a1b1b529a3
Fix Async Call
2021-08-07 15:22:26 -08:00
hay-kot
b166a3f843
add rich
2021-08-07 15:14:01 -08:00
hay-kot
cb85b14e01
feat(backend): ➕ Add Rich for Development Logging
2021-08-07 15:13:42 -08:00
hay-kot
9386cc320b
refactor(frontend): 🚧 Migrate Dashboard to Nuxt
...
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
2021-08-07 15:12:25 -08:00
hay-kot
41a6916771
remove old files
2021-08-07 11:28:50 -08:00
hay-kot
51876508f3
improve backend performance with caching
2021-08-07 11:28:40 -08:00
hay-kot
c13fb6743c
add nuxt localization
2021-08-07 11:28:20 -08:00
hay-kot
695d7e96ae
refactor(frontend): 🚧 Add group/user CRUD support for admins
2021-08-06 16:28:12 -08:00
hay-kot
917177da5b
test-docs ci/cd
2021-08-04 10:05:53 -08:00
hay-kot
fe41875d8b
set venv settings
2021-08-04 10:00:11 -08:00
hay-kot
5a190d31dc
test ci/cd
2021-08-04 09:58:51 -08:00
hay-kot
049e2f87f3
disable ci/cd
2021-08-04 09:55:15 -08:00
hay-kot
0b4cbc38e0
set to 3.8
2021-08-04 09:54:35 -08:00
hay-kot
7d6f6b1bad
runtime.txt
2021-08-04 09:52:40 -08:00
hay-kot
8b3644b898
test-netlify
2021-08-04 09:51:28 -08:00
hay-kot
b65a0f5722
pip3 -> pip
2021-08-04 09:45:16 -08:00
hay-kot
e29bb2212e
remove cache
2021-08-04 09:43:24 -08:00
hay-kot
84043f8235
feat(docs): 👷 add netlify.toml for docs
...
Add netlify.toml file for automated deployed of documentation on netlify
2021-08-04 09:41:04 -08:00
hay-kot
5ee0a57163
feat(frontend): 👷 Add image operations to recipe page
...
Added/Fixed image upload/get process on the recipe pages as well as some additional styling
2021-08-03 21:38:45 -08:00
hay-kot
afcad2f701
feat(frontend): 🚧 CRUD Functionality
2021-08-02 22:15:11 -08:00
hay-kot
00a8fdda41
reorganize all frontend items
2021-08-01 19:24:47 -08:00
hay-kot
d67240d449
refactor schema folders
2021-08-01 19:24:33 -08:00
hay-kot
0e8e2971d0
update development scripts
2021-08-01 19:24:05 -08:00
hay-kot
791211f787
set locales folder
2021-08-01 19:23:54 -08:00
hay-kot
f6b3285ae3
refactor(frontend): 🚧 rename recipe and meal-plan components
2021-07-31 15:07:19 -08:00
hay-kot
5047b3f5af
refactor(frontend): 🚧 move static assets from .old to new
...
Move static assets from frontend.old to frontend
2021-07-31 14:53:02 -08:00
hay-kot
91f56b42de
refactor(frontend): 🏗️ scafold pages and componenets folder
...
Setup the file structure for components, pages, layouts, api, and all new frontend structure
2021-07-31 14:45:28 -08:00
hay-kot
8d3db89327
nuxt init
2021-07-31 14:00:28 -08:00
hay-kot
79b3985a49
add composition api
2021-07-31 13:56:59 -08:00
hay-kot
8bfee7ae2a
setup yarn
2021-07-25 13:37:18 -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
b2eaf1ee02
New Crowdin updates ( #626 )
...
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Danish)
* New translations en-US.json (Italian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (English, United Kingdom)
2021-07-20 09:28:52 -08:00
sephrat
876eff2117
Add support for en-GB ( #629 )
...
* Add support for en-GB
Allows for British date format (native in vue-i18n)
+ potential spelling adaptations
* Rename default English locale to American English
2021-07-20 09:28:41 -08:00
rastacalavera
e0429f4dc9
Update ios.md ( #621 )
...
putting this PR in Dev rather than master
2021-07-09 15:06:04 -08:00
Hayden
458ba2964f
Feature/ingredient sections ( #624 )
...
* 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 >
2021-07-09 14:33:23 -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
Hayden
3e2c9f41cf
New Crowdin updates ( #611 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
2021-07-05 15:44:22 -08:00
Hayden
74b1e6236b
collapse steps on check ( #609 )
...
* collapse steps on check
* add grad-and-drop reorder of steps
* fix-title bar
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-01 17:44:46 -08:00
Hayden
b54a7d4fcc
Refactor/class based gunicorn conf ( #608 )
...
* use class for conf
* format caddy file
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-01 15:59:39 -08:00
Hayden
8a2ed0bd78
use class for conf ( #607 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-01 15:58:50 -08:00
wengtad
7d3983d2ec
remove tmpfs ( #603 )
2021-07-01 12:42:40 -08:00
wengtad
4d853c4ca8
fix db credentials show on logs/frontend ( #602 )
2021-07-01 12:42:29 -08:00
Hayden
98c2138970
New Crowdin updates ( #600 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-07-01 12:42:15 -08:00
sephrat
7187634f18
Localization ( #596 )
...
* Localize recipe import popup
* Add Italian language
* Use named formatting
* Remove unused strings
* Use dedicated strings for the sidebar
This will allow for shorter texts, so the text is not truncated,
without impacting other uses
2021-06-28 12:28:17 -08:00
Hayden
494c28ce6f
New Crowdin updates ( #594 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (Polish)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
2021-06-28 12:28:02 -08:00
sephrat
3b99a147fb
Handle untitled note ( #592 )
...
* Leave recipe in edit mode in case of an API error
* Initialize recipe note with empty title
Fixes #586
2021-06-23 09:45:16 -08:00
sephrat
1356043257
Add label to assets icons ( #591 )
...
* Add label to assets icons
* Add tooltip to asset icon
2021-06-23 09:45:04 -08:00
Hayden
4bc0333903
New Crowdin updates ( #589 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (French)
2021-06-23 09:44:51 -08:00
sephrat
2e8c50e4ba
Remove unmaintained languages + minor localization tasks ( #587 )
...
* Fix missing string
* Localize "loading recipes"
* Remove unmaintained languages
Remove support for Danish, Portuguese and Chinese Traditional,
since their current translation state is <20%
2021-06-22 10:23:52 -08:00
Tom Matheussen
c463ef279a
Added info on how the Sensor in HA is created ( #584 )
2021-06-22 10:23:24 -08:00
Hayden
7a041759fa
New Crowdin updates ( #583 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Swedish)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
2021-06-22 10:23:04 -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
Hayden
3220595a83
New translations en-US.json (Dutch) ( #580 )
2021-06-21 15:51:59 -07:00
Richard Boß
0b0c04ac03
fix typos and punctuation ( #582 )
2021-06-21 15:51:27 -07:00
Hayden
95d044b7bb
Revert "Printview columns ( #572 )" ( #577 )
...
This reverts commit eaf4565aa7 .
2021-06-19 23:01:15 -07:00
zierbeek
eaf4565aa7
Printview columns ( #572 )
...
* Printview with multiple columns, depending on list length.
* Printview with multiple columns, depending on list length.
2021-06-19 22:53:21 -07:00
sephrat
3714baf5d6
Fix en-US language not being loaded ( #574 )
...
VueI18n defaults to en-US when no language is specified,
which prevented en-US messages from being loaded
2021-06-19 07:14:12 -08:00
Hayden
4109d02a39
New Crowdin updates ( #570 )
...
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (German)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Spanish)
2021-06-19 07:13:01 -08:00
Hayden
12a9110716
New Crowdin updates ( #569 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-06-18 05:09:15 -08:00
sephrat
67563da67b
Localization ( #568 )
...
* Translate 404 pages
* Remove unused strings
2021-06-18 05:09:02 -08:00
Hayden
b25282aef1
New Crowdin updates ( #547 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
* New translations en-US.json (Swedish)
2021-06-18 04:54:38 -08:00
wengtad
387f3ca02c
add confirmation dialogs ( #564 )
2021-06-18 04:53:32 -08:00
sephrat
93e6c0c41c
Lazy load translations ( #561 )
...
* Lazy load translations
* Lazy load dateTimeFormats
2021-06-18 04:52:27 -08: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
wengtad
8607b9891b
fix broken badge ( #565 )
2021-06-18 04:50:22 -08:00
Hayden
d272784469
move api calls to created event ( #559 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 19:48:54 -08:00
wengtad
71a5de3432
fixes #548 ( #557 )
2021-06-17 19:45:22 -08:00
Hayden
cdfb3543dc
feature/improve-bundle-performance ( #555 )
...
* revert icon
* chunk code for better performance / reduce request
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 15:19:37 -08:00
Hayden
cc2d5ed982
New Crowdin updates ( #544 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
2021-06-17 08:59:41 -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
sephrat
1d7c06352c
Always display ingredients in edit mode ( #543 )
...
* Always display ingredients in edit mode
Fixes #538
* Remove unused code
Was wrongfully commited
2021-06-17 07:11:52 -08:00
zierbeek
e2c7e24224
Typos and switched dicemultiple for sort ( #540 )
2021-06-17 07:11:13 -08:00
sephrat
976298c7d6
Reset disabled steps when switching recipe ( #537 )
2021-06-17 07:10:49 -08:00
Hayden
9436dc2d71
New Crowdin updates ( #531 )
...
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
2021-06-17 07:10:37 -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
ee1a11ea57
dev-feature/analyze-bundle ( #529 )
...
* add bundle analyzer
* use svg icons - closes #522
* fix recent recipes icon
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-16 18:55:32 -08:00
Hayden
d475818a9f
New Crowdin updates ( #528 )
...
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (Spanish)
2021-06-16 16:23:07 -08:00
Hayden
c501553d5e
New Crowdin updates ( #514 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (German)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-06-16 10:35:40 -08:00
sephrat
db3c8f7b4b
Fix Users API Token API path ( #526 )
...
* Fix Users API Token API path
* Change CRLF to LF
* Fix route generation when route contains /api
2021-06-16 10:31:09 -08:00
sephrat
f5ede73eb6
More localization ( #525 )
...
* More localization
* Localize search dialog
* Fix "about" page title
2021-06-16 10:30:57 -08:00
zierbeek
81fd224d88
Make string 'Refresh' and 'New update available' translatable ( #524 )
...
* Make string 'Refresh' and 'New update available' translatable
* Fix change password string
2021-06-16 10:30:46 -08:00
hay-kot
5a8555dd61
code splitting
2021-06-15 21:43:04 -08:00
hay-kot
a7beb683ad
undo disable sw
2021-06-15 12:18:24 -08:00
hay-kot
f2c8e6af26
remove service work from webpack
2021-06-15 11:52:50 -08:00
hay-kot
388206f58f
reenable sw
2021-06-14 22:40:10 -08:00
hay-kot
ff787777ea
disable service worker
2021-06-14 22:08:46 -08:00
hay-kot
f380f4455d
add prefix
2021-06-14 22:07:17 -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
hay-kot
17a7d0b31e
build no cache
2021-06-14 18:30:14 -08:00
hay-kot
ed61ad39be
move strip suffix
2021-06-13 15:47:45 -08:00
hay-kot
8a8756f4c8
remove old dependencies
2021-06-13 15:44:27 -08:00
Hayden
30892dcb2f
Feature/add cofirmation dialogs ( #513 )
...
* add category/tag confirmation dialog
* add page delete confirmation
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-13 14:53:57 -08:00
Hayden
af41b08a60
Bug/fix infinite loop ( #512 )
...
* fix infinite loop with safe get method
* fix ingredients
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-13 14:07:58 -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
c325a49fc2
New Crowdin updates ( #508 )
...
* New translations en-US.json (Spanish)
* New translations en-US.json (Swedish)
2021-06-13 10:38:30 -08:00
Alex
a5b93630c8
Add Spanish language ( #510 )
...
* New translations en-US.json (Spanish)
* Add Spanish language
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2021-06-13 10:35:34 -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
Hayden
d28fe9833d
New Crowdin updates ( #503 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-06-12 22:50:28 -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
zierbeek
0a927afaa0
Images and demo custom pages ( #502 )
2021-06-12 11:48:31 -08:00
wengtad
f0afe67158
add translate on toggle theme mode ( #501 )
2021-06-12 11:48:09 -08:00
wengtad
7d8e2754d7
fix docs links ( #500 )
2021-06-12 11:47:33 -08:00
wengtad
562cea341b
fix unauthorized recipe ( #499 )
2021-06-12 11:46:31 -08:00
Hayden
0e42f7407d
New Crowdin updates ( #498 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
2021-06-12 11:45:20 -08:00
wengtad
1209bf4b80
add tooltip to fab ( #497 )
2021-06-11 22:59:14 -08:00
hay-kot
e8c0a76051
spelling
2021-06-11 22:46:07 -08:00
hay-kot
90e28a2d70
context
2021-06-11 22:43:48 -08:00
hay-kot
805f14c9d1
context
2021-06-11 22:42:56 -08:00
hay-kot
870f322efd
new flow
2021-06-11 22:40:21 -08:00
hay-kot
5baaf07405
change registry
2021-06-11 22:38:09 -08:00
hay-kot
5ff2053524
fix context
2021-06-11 22:07:04 -08:00
hay-kot
b703dda70e
fix build context
2021-06-11 22:02:42 -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
405535a6ff
New Crowdin updates ( #470 )
...
* New translations en-US.json (German)
* New translations en-US.json (Czech)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Russian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Italian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Japanese)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Swedish)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2021-06-11 15:32:00 -08:00
wengtad
702379c0c8
use psycopg2 instead of psycopg2-binary on prod ( #483 )
2021-06-11 15:30:06 -08:00
Hayden
d036cbc962
fixes #485 ( #494 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-11 12:15:15 -08:00
Hayden
ead02737ab
Rewrite Recipe Editor Buttons Bar ( #482 )
...
* rewrite editor button row
* add context menu items to recipe page
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-10 18:32:03 -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
sephrat
3702331630
Add Dutch language ( #473 )
...
* Add Dutch language
* Sort language list alphabetically
Except English which stays on top
2021-06-07 23:25:26 -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
95b6ab86d0
New translations en-US.json (Spanish) ( #468 )
2021-06-07 10:54:44 -08:00
zierbeek
f7f5c97f07
Add Web Share api to ContextMenu.vue ( #462 )
...
* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback
* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback
* Add translation
2021-06-07 10:54:34 -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
de80516722
New Crowdin updates ( #455 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Dutch)
2021-06-04 17:27:12 -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
Hayden
c8f3d4ba84
New Crowdin updates ( #449 )
...
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Swedish)
* New translations en-US.json (German)
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Catalan)
2021-05-31 18:44:36 -08:00
wengtad
e01bea1b81
fix pwa not working behind an authenticated proxy ( #452 )
2021-05-31 18:44:29 -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
57f7ea3750
New Crowdin updates ( #447 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-29 15:48:33 -08:00
Hayden
a50186c70d
New translations en-US.json (French) ( #444 )
2021-05-29 15:25:36 -08:00
sephrat
5c035ec644
Localize new strings ( #445 )
2021-05-29 15:25:20 -08:00
wengtad
39baca4462
Support PWA ( #437 )
...
* add PWA
* cleanup
* add offline cache
2021-05-27 08:48:59 -08:00
Hayden
8e7a17b1bb
New Crowdin updates ( #432 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
2021-05-26 15:04:40 -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
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
8f8127a5fc
bug/mobile-fixes ( #426 )
...
* search dialog rewrite
* lazy-load shopping list
* fit search bar
* event table
* set urls for static content
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-24 20:28:14 -08:00
Hayden
475cafae49
New Crowdin updates ( #423 )
...
* New translations en-US.json (German)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
2021-05-24 10:12:55 -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
Carey Metcalfe
fd1b54ae70
Add web manifest ( #422 )
...
This provides a more app-like experience for mobile users that use the
"add to homescreen" functionality of their web browsers.
2021-05-24 10:12:33 -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
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
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
4b3fc45c1c
New Crowdin updates ( #410 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Spanish)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-05-22 10:55:28 -08:00
Florian Gareis
8d0f0e8ca6
Add some padding to search panel ( #416 )
2021-05-22 10:55:12 -08:00
hay-kot
da9826dc7c
image bug fix
2021-05-20 21:18:58 -07:00
Hayden
53e97c5315
fallback to icon when no image ( #414 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-20 19:48:29 -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
2c970b8f92
New Crowdin updates ( #408 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-16 11:35:05 -08:00
Hayden
3804e1d52c
add print-view component ( #407 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-14 21:10:03 -08:00
Hayden
35adc341e6
New Crowdin updates ( #404 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-12 16:11:56 -08:00
hay-kot
2cabde220f
set proper demo link
2021-05-12 11:24:48 -08:00
Hayden
5f074fe5d9
Feature/copy icon ( #406 )
...
* add copy tooltip
* transparent scrollbar
* add version to header
* localize
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-11 20:56:30 -08:00
sephrat
5a38589a60
More localization ( #403 )
...
* Translate toolbox tab headers
* Use plural form in recipe organizer header
2021-05-11 10:23:31 -08:00
Hayden
fc454137ee
New Crowdin updates ( #402 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
2021-05-11 10:23:19 -08:00
Hayden
e15fd8a05d
New Crowdin updates ( #401 )
...
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
2021-05-09 21:33:51 -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
145eb9f1ee
New Crowdin updates ( #398 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-08 20:26:58 -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
8923c1ecf8
New Crowdin updates ( #394 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (Italian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2021-05-07 14:34:51 -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
sephrat
96919319b1
More localization ( #393 )
...
* Translate sidebar
* Do not force 12-hour format worldwide
Vue-i18n knows which locales prefer 12-hour format over 24-hour format
* Translate new tiles in profile page
* Translate new tiles in dashboard
2021-05-07 08:45:58 -08:00
Hayden
241c156ccd
New Crowdin updates ( #392 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-05-07 08:45:46 -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
Hayden
f4384167f6
New Crowdin updates ( #390 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (German)
* New translations en-US.json (French)
2021-05-06 16:21:22 -08:00
Hayden
1b0de02b71
feature/new-feature-cleanup ( #389 )
...
* add json editor to theme editor
* add toolbars tools to recipe sections
* fix recipe yield
* add updated_date to recipe schema
* update time cards
* fix mobile buttons
* fix asset URL
* fix PG errors CRUD
* remove -d from docker-pro
* fix theme tests
* remvoe old typing
* abstract count function
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-05 14:08:13 -08:00
Hayden
c1370afb16
Refactor/backend routers ( #388 )
...
* update router
* update caddy file
* setup depends in docker-fole
* make changes for serving on subpath
* set dev config
* fix router signups
* consolidate links
* backup-functionality to dashboard
* new user card
* consolidate theme into profile
* fix theme tests
* fix pg tests
* fix pg tests
* remove unused import
* mobile margin
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-04 20:45:11 -08:00
Hayden
be5ac7a17a
New Crowdin updates ( #387 )
...
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
2021-05-04 07:09:21 -08:00
hay-kot
e13d203524
fix image display
2021-05-03 20:52:33 -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
4e3d09ac7a
New Crowdin updates ( #386 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (Italian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-03 20:26:13 -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
f2d2b79a57
New Crowdin updates ( #385 )
...
* New translations en-US.json (Spanish)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
2021-05-03 18:23:41 -08:00
Hayden
9205a09d35
New Crowdin updates ( #383 )
...
* New translations en-US.json (German)
* New translations en-US.json (Japanese)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-05-01 21:52:59 -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
sephrat
52e5e9da5d
Remove former profile image upon new upload ( #381 )
...
* Remove former profile image upon new upload
* Fix test
2021-05-01 13:35:46 -08:00
Hayden
fad2f8da59
New Crowdin updates ( #380 )
...
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-05-01 13:35:33 -08:00
Hayden
212ca64e27
New translations en-US.json (French) ( #379 )
2021-04-30 21:36:03 -08:00
Hayden
c0c0c8ca0d
New translations en-US.json (Dutch) ( #378 )
2021-04-30 10:40:09 -08:00
Hayden
89729c5eee
New Crowdin updates ( #377 )
...
* New translations en-US.json (German)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
2021-04-30 08:45:45 -08:00
sephrat
72bc97eb24
Shopping list fixes ( #376 )
...
* Refactor recipe to snake case
* Initialize raw ingredients
Fixes #356
2021-04-30 08:44:24 -08:00
Hayden
5e89903b2f
New Crowdin updates ( #374 )
...
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (German)
2021-04-30 08:44:12 -08:00
sephrat
b302e0ffd8
More localization ( #373 )
...
* Translate missing string
* Display language in original language + English
* Translate assets
* Translate recipe settings
2021-04-30 08:44:03 -08:00
sephrat
d2e56cf233
Api refactoring fixes ( #372 )
...
* Fix JS error when logging in with bad credentials
* Remove duplicate error message if bad credentials
Error is already nicely displayed in LoginForm
2021-04-30 08:43:30 -08:00
Hayden
1dc051f562
Refactor/recipe routes ( #370 )
...
* format with black
* black format
* flake8
* remove bar exceptions
* remove test for depreciated route
* recipe settings editr
* add sqlite
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-29 21:46:27 -08:00
hay-kot
5dafe8fbb5
remove 32bit arm support
2021-04-29 20:33:05 -08:00
hay-kot
6536441d22
add all cryptography deps 🤞
2021-04-29 19:50:01 -08:00
hay-kot
c57c3f5205
add python3-dev
2021-04-29 18:45:22 -08:00
Hayden
aa8b0337aa
New Crowdin updates ( #368 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
2021-04-29 17:47:18 -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
7153ff6f25
Hide user ID + Reset password when creating a user ( #367 )
2021-04-29 13:12:08 -08:00
Hayden
b65555fc2f
New Crowdin updates ( #366 )
...
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Polish)
* New translations en-US.json (Dutch)
2021-04-29 08:23:19 -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
hay-kot
861020ffe0
fix missed commits
2021-04-28 21:31:39 -08:00
Hayden
61e0a52100
refactor/recipe-to-snake-case ( #364 )
...
* formatting
* snake case all recipes entries
* set foreign key to int
* run scheduler at startup and not import
* set SQLite file path before imports
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-28 21:17:49 -08:00
Hayden
ee445e7f54
New Crowdin updates ( #365 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-04-28 20:58:24 -08:00
Hayden
04255e285f
feature/new-recipe-features ( #360 )
...
* unify button styles
* fix drag on mobile
* recipe instructions section
* add carbs
* refactor component location
* asset start
* consolidate view/edit components
* asset api
* base dialog event
* Remove 'content'
* remove console.log
* add slug prop
* remove console.log
* recipe assets first pass
* add recipeSettings model
* fix hide/show when no tags/categories
* fix typo
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-28 18:59:37 -08:00
Hayden
9abb6f10fd
New Crowdin updates ( #363 )
...
* New translations en-US.json (French)
* New translations en-US.json (Polish)
2021-04-28 18:53:11 -08:00
sephrat
1b2f7f2675
Remove dead code ( #362 )
...
* Remove BackupCard.vue
Unused - moved to NewBackupCard.vue
* Remove unused method
2021-04-28 09:47:33 -08:00
Hayden
556dfbfe53
New Crowdin updates ( #361 )
...
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (German)
2021-04-28 08:56:04 -08:00
hay-kot
783542b9ef
toolbox reference
2021-04-27 12:08:01 -08:00
Hayden
ed582158dc
New Crowdin updates ( #359 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
2021-04-27 11:21:47 -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
f748bbba68
New Crowdin updates ( #355 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (French)
2021-04-26 08:32:49 -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
7e6f3c9310
New Crowdin updates ( #351 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
2021-04-25 13:46:22 -08:00
Hayden
df4edf50f9
New Crowdin updates ( #349 )
...
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-04-24 12:16:19 -08:00
sephrat
cfbf51072b
More localization ( #348 )
...
* Translate about page
* Sort messages by keys
* Remove unused strings
* Localize date in meal planner
* Fix quick week not starting on Monday for UTC+x
2021-04-24 12:16:07 -08:00
sephrat
21d2fb4b93
Fix infinite loop in meal planner randomizer ( #346 )
...
Infinite loop would happen if there were more days than recipes
2021-04-23 14:31:21 -08:00
Hayden
b729c0e15a
New Crowdin updates ( #345 )
...
* New translations en-US.json (French)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (French)
* New translations en-US.json (German)
* New translations en-US.json (German)
2021-04-23 07:48:37 -08:00
Hayden
a644a9782f
New Crowdin updates ( #344 )
...
* New translations en-US.json (Romanian)
* New translations en-US.json (French)
* New translations en-US.json (Romanian)
* New translations en-US.json (Spanish)
* New translations en-US.json (French)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Italian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Italian)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Japanese)
* New translations en-US.json (English)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Swedish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Portuguese, Brazilian)
2021-04-22 22:15:43 -08:00
sephrat
df1bca6c6a
Fix ingredients not refreshed upon recipe change ( #343 )
2021-04-22 22:15:25 -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
80f8806604
Localize more dates and texts ( #341 )
...
* Localize more dates and texts
* Adapt source language to 4-letter code for VS code
* Make page titles more reactive to language change
* Translate missing text + fix missed refactoring
* Fix missed page titles refactoring
* Translate nutrition view
* Translate Image upload vue
* Fix default text being defined twice in upload btn
2021-04-22 22:13:00 -08:00
sephrat
048d3d5469
Document new translation process with Crowdin ( #342 )
2021-04-22 13:18:14 -08:00
Hayden
fa1671670d
New Crowdin updates ( #340 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
2021-04-22 13:15:32 -08:00
Hayden
284df44209
feature/editor-improvements ( #289 )
...
* pin editor buttons on scroll
* scaler scratch
* fix langauge assignment 1st pass
* set lang on navigate
* refactor/breakup router
* unify style for language selectro
* refactor/code-cleanup
* refactor/page specific components to page folder
* Fix time card layout issue
* fix timecard display
* update mobile cards / fix overflow errors
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-21 21:52:12 -08:00
CMBoii
a5306c31c6
es-ES.json ( #334 )
...
* es-ES.json
Spanish translation
* Update es-ES.json
2021-04-21 10:32:27 -08:00
Hayden
7f23e8606a
New Crowdin updates ( #328 )
...
* New translations en-US.json (German)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (French)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French)
2021-04-21 08:53:20 -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
sephrat
29b9c231d3
Fix date picker not properly localized ( #330 )
...
* Fix language in date picker
Vuetify allows custom-named locales,
but the date-picker really only works with BCP 47 language tag
* Save lang at proper time + Update Vuetify lang on the fly
2021-04-21 08:36:49 -08:00
sephrat
8e27d0b83f
Make first day of week in calendar view customizable ( #263 )
...
* Make first day of the week customizable
New settings section 'Locale settings'
New setting 'First day of week'
New date picker reusable UI that uses the new setting
Meal planner now uses this new date picker
* Clean up unused code in settings page
* Fix First day of week mapping
* Replace missing v-date-picker with custom card DatePicker
* Mention first day of the week feature in change log
2021-04-20 22:43:36 -08:00
Hayden
197d794ca6
New Crowdin updates ( #327 )
...
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
2021-04-20 21:55:32 -08:00
hay-kot
62ff74ce9e
Merge branch 'master' of https://github.com/hay-kot/mealie into dev
2021-04-20 12:22:17 -08:00
hay-kot
92236b8967
ENV -> PRODUCTION
2021-04-20 12:08:38 -08:00
hay-kot
edcc7d6a48
update lock
2021-04-20 12:08:29 -08:00
Hayden
1f35742d8b
v0.4.3 ( #326 )
...
* 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 >
* 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 >
* Fix some pytests (#265 )
* Fix encoding issue in cleaner unit test
* Add VS Code task to run pytests
* Fix FileExistsError when running Windows
* Add Portuguese Translation (#232 )
* Add Portuguese Translation
* add portuguese translation option
* formatting
* add missing }
* specify absolute path
* 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 >
* refactor/image-minification (#285 )
* refactor image minification calls
* remove nusiance logs
Co-authored-by: hay-kot <hay-kot@pm.me >
* 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 >
* 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 >
* Sanitize recipe backup filenames (#287 )
Fixes #275
* fix page creation fixes #290
* Display categories in sidebar if no pages set (#292 )
Fixes #291
* Enrich page title with context (#296 )
- Static pages have their own titles
- The name of the recipe is displayed when viewing it
* fix: translates phrase for locale de (#298 )
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
* Fix ingredient checkbox click (#305 )
Fixes #304
v-list-item already flips the checkbox
* Localize custom pages and search page (#299 )
* Localize custom pages and search page
* Fix FR translation for step
* fixes #306
* fixes #297
* Update changelog
* generate docs
* fix broken upload button on migrations
* docs update
* bump version
* fix discord link
* add TOKEN_TIME and DEFAULT_EMAIL
* docs
* fixes #312
* fixes #314
* fixes #315
* fix language hydration
* v0.4.3 docs
* Crowdin integration (#319 )
* Fix portuguese localization files
* Use 4-letter code for locales ID
* Update Crowdin configuration file
* Make vuetify locales match with new VueI18n standard
* Fix old locale ID default setting
* Hide project hierarchy from Crowdin
* add dateTimeFormats to Crowdin
* New Crowdin updates (#322 ) - Initial Merge
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
* New Crowdin updates (#323 )
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Romanian)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (English)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (French) (#324 )
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 >
Co-authored-by: Pedro Mata Rodrigues <pmmatarodrigues@gmail.com >
Co-authored-by: JonasSchubert <jonas.schubert.projects@web.de >
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
2021-04-20 11:57:16 -08:00
Hayden
75193d00df
New translations en-US.json (French) ( #324 )
2021-04-20 11:44:06 -08:00
Hayden
5741c55fc9
New Crowdin updates ( #323 )
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Romanian)
* New translations en-US.json (Korean)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (English)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Russian)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Dutch)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (Portuguese, Brazilian)
2021-04-20 08:08:57 -08:00
Hayden
43cabac091
New Crowdin updates ( #322 ) - Initial Merge
...
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (German)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Swedish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Traditional)
2021-04-20 07:41:42 -08:00
sephrat
bf45856c27
Crowdin integration ( #319 )
...
* Fix portuguese localization files
* Use 4-letter code for locales ID
* Update Crowdin configuration file
* Make vuetify locales match with new VueI18n standard
* Fix old locale ID default setting
* Hide project hierarchy from Crowdin
* add dateTimeFormats to Crowdin
2021-04-20 07:28:18 -08:00
hay-kot
484f026772
v0.4.3 docs
2021-04-19 20:33:25 -08:00
hay-kot
c02b074b07
fix language hydration
2021-04-19 20:00:23 -08:00
hay-kot
601cd12e9c
fixes #315
2021-04-19 19:48:16 -08:00
hay-kot
50728a67b4
fixes #314
2021-04-19 19:37:39 -08:00
hay-kot
40fb5600b2
fixes #312
2021-04-19 19:37:14 -08:00
hay-kot
c2cdc1e8a6
docs
2021-04-19 19:36:50 -08:00
hay-kot
f14e1e536c
add TOKEN_TIME and DEFAULT_EMAIL
2021-04-19 19:36:45 -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
fbf4282063
fix broken upload button on migrations
2021-04-18 17:43:32 -08:00
Hayden
0f5a564ff3
v0.4.2 ( #310 )
...
* 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 >
* 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 >
* Fix some pytests (#265 )
* Fix encoding issue in cleaner unit test
* Add VS Code task to run pytests
* Fix FileExistsError when running Windows
* Add Portuguese Translation (#232 )
* Add Portuguese Translation
* add portuguese translation option
* formatting
* add missing }
* specify absolute path
* 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 >
* refactor/image-minification (#285 )
* refactor image minification calls
* remove nusiance logs
Co-authored-by: hay-kot <hay-kot@pm.me >
* 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 >
* 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 >
* Sanitize recipe backup filenames (#287 )
Fixes #275
* fix page creation fixes #290
* Display categories in sidebar if no pages set (#292 )
Fixes #291
* Enrich page title with context (#296 )
- Static pages have their own titles
- The name of the recipe is displayed when viewing it
* fix: translates phrase for locale de (#298 )
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
* Fix ingredient checkbox click (#305 )
Fixes #304
v-list-item already flips the checkbox
* Localize custom pages and search page (#299 )
* Localize custom pages and search page
* Fix FR translation for step
* fixes #306
* fixes #297
* Update changelog
* generate docs
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 >
Co-authored-by: Pedro Mata Rodrigues <pmmatarodrigues@gmail.com >
Co-authored-by: JonasSchubert <jonas.schubert.projects@web.de >
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
2021-04-17 12:57:47 -08:00
hay-kot
f48f55b6dc
Merge branch 'master' of https://github.com/hay-kot/mealie into dev
2021-04-17 12:53:59 -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
hay-kot
335807637a
fixes #297
2021-04-16 21:15:57 -08:00
hay-kot
a6f89a155e
fixes #306
2021-04-16 21:15:11 -08:00
sephrat
4b09497c3d
Localize custom pages and search page ( #299 )
...
* Localize custom pages and search page
* Fix FR translation for step
2021-04-14 08:06:54 -08:00
sephrat
2e339ee996
Fix ingredient checkbox click ( #305 )
...
Fixes #304
v-list-item already flips the checkbox
2021-04-14 07:14:21 -08:00
JonasSchubert
a4ed9fc870
fix: translates phrase for locale de ( #298 )
...
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
2021-04-14 07:12:59 -08:00
sephrat
f3ea467e20
Enrich page title with context ( #296 )
...
- Static pages have their own titles
- The name of the recipe is displayed when viewing it
2021-04-14 07:12:22 -08:00
sephrat
2c3fa81227
Display categories in sidebar if no pages set ( #292 )
...
Fixes #291
2021-04-14 07:11:55 -08:00
hay-kot
b726c9a886
fix page creation fixes #290
2021-04-12 08:15:56 -08:00
sephrat
e8c121de04
Sanitize recipe backup filenames ( #287 )
...
Fixes #275
2021-04-11 13:16:51 -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
b3b1778890
refactor/image-minification ( #285 )
...
* refactor image minification calls
* remove nusiance logs
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-10 15:33:29 -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
Hayden
e11577f786
Fix Docker Init Scripts ( #277 )
...
* 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 >
* 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 >
* Fix some pytests (#265 )
* Fix encoding issue in cleaner unit test
* Add VS Code task to run pytests
* Fix FileExistsError when running Windows
* Add Portuguese Translation (#232 )
* Add Portuguese Translation
* add portuguese translation option
* formatting
* add missing }
* specify absolute path
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 >
Co-authored-by: Pedro Mata Rodrigues <pmmatarodrigues@gmail.com >
2021-04-09 08:59:24 -08:00
hay-kot
ed49eb7e80
specify absolute path
2021-04-09 08:56:58 -08:00
hay-kot
dc0775602c
add missing }
2021-04-09 08:56:51 -08:00
hay-kot
1c83cd55bb
formatting
2021-04-09 08:56:46 -08:00
Pedro Mata Rodrigues
8b75fa68bf
Add Portuguese Translation ( #232 )
...
* Add Portuguese Translation
* add portuguese translation option
2021-04-07 21:02:12 -08:00
sephrat
bb52c78c5b
Fix some pytests ( #265 )
...
* Fix encoding issue in cleaner unit test
* Add VS Code task to run pytests
* Fix FileExistsError when running Windows
2021-04-07 21:00:05 -08:00
Hayden
47e48e1350
dev ( #270 )
...
* 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 >
* 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 >
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 18:43:33 -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
sephrat
a396604520
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
2021-04-06 13:10:05 -08:00
sephrat
6706918736
Do not force theme settings on login form ( #260 )
2021-04-04 20:45:19 -08:00
hay-kot
ab81061cba
fix docker dev build
2021-04-04 10:22:43 -08:00
hay-kot
f1c3857f39
advanced search
2021-04-03 17:29:43 -08:00
hay-kot
f33af0a430
no image assignment
2021-04-03 17:28:51 -08:00
Hayden
6d5f3e7496
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 >
2021-04-03 17:18:01 -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
hay-kot
4c3f751e80
Merge branch 'master' of https://github.com/hay-kot/mealie into dev
2021-04-02 21:55:32 -08:00
Hayden
95213fa41b
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 >
2021-04-02 21:54:46 -08:00
Hayden
bc595d5cfa
Feature/about api ( #253 )
...
* fix settings
* app info cleanup
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-04-02 11:02:01 -08:00
hay-kot
fd21777990
env setup fixes
2021-04-01 19:40:10 -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
Nat
786ddae05b
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.
2021-04-01 17:17:21 -08:00
Hayden
1379529df5
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 >
2021-04-01 11:20:29 -08:00
Hayden
6e15a8c439
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 >
2021-03-31 22:09:25 -08:00
Hayden
c61906e480
bug/backup-download ( #245 )
...
* fix blocked download
* + download blocked
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-03-31 20:07:50 -08:00
hay-kot
4799fffc93
changelog v0.4.1
2021-03-31 19:01:40 -08:00
Hayden
049c269f6f
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 >
2021-03-31 19:01:10 -08:00
Hayden
b8cddfd6c5
Mkdocs Upgrade ( #243 )
...
* 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 >
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-03-31 16:31:11 -08:00
Hayden
30510202df
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 >
2021-03-31 16:30:34 -08:00
hay-kot
114e878384
fix #238
2021-03-31 08:25:17 -08:00
hay-kot
f612680a46
actually fix #238
2021-03-31 08:24:49 -08:00
Hayden
276e580ec4
fix links ( #239 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-03-31 08:21:03 -08:00
hay-kot
7c7e062b6e
fix links
2021-03-31 08:20:19 -08:00
Hayden
01d991f38b
Update v0.4.0.md
...
remove draft
2021-03-31 07:23:13 -08:00
Hayden
ee0c519ef0
v0.4.0 ( #236 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
* Refactor/response models (#161 )
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
* add version tag
* v0.2.1 (#157 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Revert "v0.2.1 (#157 )" (#158 )
This reverts commit a899f46464 .
* v0.2.1 (#159 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <…
* Consider any .json file from Nextcloud (#164 )
* Allow empty instructions (#165 )
* fix scrape recipe error (#166 )
- fixes #138
- fixes #145
* Add polish translation (#154 )
* add polish translation
* add missing allLangs value for polish translation in language.js
* Create de.json (#167 )
Add German Translation
* Refactor/response models (#169 )
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
* add version tag
* v0.2.1 (#157 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Revert "v0.2.1 (#157 )" (#158 )
This reverts commit a899f46464 .
* v0.2.1 (#159 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <…
* Enhance mobile view (#171 )
* Fixed navbar on mobile
* Feature/shopping list (#172 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/shopping list (#173 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
* fix category sidebar hidden all the time
* adjust mobile view on times
* remove console.logs
* actually remove console.logs
* Fixed varying card height on smaller screens
* change style of meal planner categories
Co-authored-by: hay-kot <hay-kot@pm.me >
* refactor/scrapper (#175 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
* fix category sidebar hidden all the time
* adjust mobile view on times
* remove console.logs
* actually remove console.logs
* Fixed varying card height on smaller screens
* change style of meal planner categories
* bug/fixed open search on '/' when on input
* Improved import summary dialog
* url validation
* refactor/split reciper scraper into seperate fiels
Co-authored-by: hay-kot <hay-kot@pm.me >
* auto focus on add from url
* docs/update v0.3.0
* remove print
* docs/v0.3.0
* Localize homepage settings + FR translation (#180 )
* localize homepage settings vue
* French localization for homepage settings
* localize meal planner settings
* Feature/authentication (#185 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
Co-authored-by: hay-kot <hay-kot@pm.me >
* Fixes #183 (#187 )
* #183 added backend validation for mealplanning timespan
* Fixes #183
Disabling save button when dateDif is negative, replacing non-functional invisible button(?) with proper spacing
Co-authored-by: Bernhard Großer <30469627+boerniee@users.noreply.github.com >
Co-authored-by: Andreas Waschinski <an.andreas@posteo.de >
* Localized meal date (#182 )
* first step towards localized meal date
* Refactor datetimeFormats to dedicated locale files
* localized date in 'Dinner this week'
* Feature/authentication (#190 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/authentication (#195 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
Co-authored-by: hay-kot <hay-kot@pm.me >
* Initialize language settings earlier (#199 )
* Some titles were missing i18n (#197 )
Also slightly improved the german translation file.
Co-authored-by: Andreas Waschinski <an.andreas@posteo.de >
* Update fr.json (#204 )
Reference #124
French
Added new strings + Updated some
* Feature/authentication (#206 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/authentication (#207 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/authentication (#209 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/authentication (#210 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
Co-authored-by: hay-kot <hay-kot@pm.me >
* More localization (#208 )
* remove unused strings
* update i18n-ally settings
* localized date picker
* Translate CardSection
* SiteMenu translatable
* Translate TheUserTable
* Use embedded Vuetify locales
* localize TheUserTable
* Localize group and sign up settings
* Slightly enlarge group tile width
* Localize admin side bar + user nav bar
* Missing strings in Login form
* Fix success message upon photo upload
* Localize profile page
* Missing translations in settings
* Feature/authentication (#213 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
* 📦 Proper Package + Black Config
* formatting
* delete old files
* fix ci
* fix failing builds
* package/makefile docs update
* add docs server to tasks
Co-authored-by: hay-kot <hay-kot@pm.me >
* Fix Docker/Dev ENV
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
* 📦 Proper Package + Black Config
* formatting
* delete old files
* fix ci
* fix failing builds
* package/makefile docs update
* add docs server to tasks
* uncomment docker-compose
* reload in dev env
Co-authored-by: hay-kot <hay-kot@pm.me >
* Import/Export Overhall
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
* 📦 Proper Package + Black Config
* formatting
* delete old files
* fix ci
* fix failing builds
* package/makefile docs update
* add docs server to tasks
* uncomment docker-compose
* reload in dev env
* move developer data
* fix upload issue
* run init_db before startup
* import groups and users
* fix themes
* fix theme
* potentially fixes #216
* unlink test db
* potentially fix #217
* localization
* fix import errors on no group
* fix hacky lxml error
* fix import error
Co-authored-by: hay-kot <hay-kot@pm.me >
* Drop FastAPI-Login, add JWT management
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
* 📦 Proper Package + Black Config
* formatting
* delete old files
* fix ci
* fix failing builds
* package/makefile docs update
* add docs server to tasks
* uncomment docker-compose
* reload in dev env
* move developer data
* fix upload issue
* run init_db before startup
* import groups and users
* fix themes
* fix theme
* potentially fixes #216
* unlink test db
* potentially fix #217
* localization
* fix import errors on no group
* fix hacky lxml error
* fix import error
* more import errors
* test failing tests
* fix/test that never really passed
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/authentication (#220 )
* basic crud NOT SECURE
* refactor/database init on startup
* added scratch.py
* tests/user CRUD routes
* password hashing
* change app_config location
* bump python version
* formatting
* login ui starter
* change import from url design
* move components
* remove old snackbar
* refactor/Componenet folder structure rework
* refactor/remove old code
* refactor/rename componenets/js files
* remove console.logs
* refactor/ models to schema and sql to models
* new header styling for imports
* token request
* fix url scrapper
* refactor/rename schema files
* split routes file
* redesigned admin page
* enable relative imports for vue components
* refactor/switch to pages view
* add CamelCase package
* majors settings rework
* user management second pass
* super user CRUD
* refactor/consistent models names
* refactor/consistent model names
* password reset
* store refactor
* dependency update
* abstract button props
* profile page refactor
* basic password validation
* login form refactor/split v-container
* remo unused code
* hide editor buttons when not logged in
* mkdocs dev dependency
* v0.4.0 docs update
* profile image upload
* additional token routes
* Smaller recipe cards for smaller viewports
* fix admin sidebar
* add users
* change to outlined
* theme card starter
* code cleanup
* signups
* signup pages
* fix #194
* fix #193
* clarify mealie_port
* fix #184
* fixes #178
* fix blank card error on meal-plan creator
* admin signup
* formatting
* improved search bar
* improved search bar
* refresh token on page refresh
* allow mealplan with no categories
* fix card layout
* remove cdn dependencies
* start on groups
* Fixes #196
* recipe databse refactor
* changelog draft
* database refactoring
* refactor recipe schema/model
* site settings refactor
* continued model refactor
* merge docs changes from master
* site-settings work
* cleanup + tag models
* notes
* typo
* user table
* sign up data validation
* package updates
* group store init
* Fix home page settings
* group admin init
* group dashboard init
* update deps
* formatting
* bug / added libffi-dev
* pages refactor
* fix mealplan
* docs update
* multi group supporot for job scheduler
* formatting
* formatting
* home-page redesign
* set background for docs darkmode
* code cleanup
* docs refactor
* v0.4.0 image
* mkdocs port change
* formatting
* Fix Meal-Plan Today
* fix webhook bug
* fix meal plan this week
* export users
* 📦 Proper Package + Black Config
* formatting
* delete old files
* fix ci
* fix failing builds
* package/makefile docs update
* add docs server to tasks
* uncomment docker-compose
* reload in dev env
* move developer data
* fix upload issue
* run init_db before startup
* import groups and users
* fix themes
* fix theme
* potentially fixes #216
* unlink test db
* potentially fix #217
* localization
* fix import errors on no group
* fix hacky lxml error
* fix import error
* more import errors
* test failing tests
* fix/test that never really passed
* pin lxml version
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/submit on enter key (#224 )
* general cleanup
* submit on enter
* fix signup form
* fix duplicate slugs when testing
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/site settings (#225 )
* general cleanup
* submit on enter
* fix signup form
* fix duplicate slugs when testing
* custom pages starter
* api start
* functional
* docs
* fix page reload on submit
* set initial selection for category button
* Site Pages Import/Export
* documentation updates
* generate .secret file for jwt hashing
* properly align default passwords
* set default password globally
* set group for signups
Co-authored-by: hay-kot <hay-kot@pm.me >
* feature/secure-routes (#226 )
* secure routes
* add token to test routes
* fix duplicate data
Co-authored-by: hay-kot <hay-kot@pm.me >
* feature/password-reset (#227 )
* add reset default password
* add warning
* add version tag
* bumb version
* remove old footer
Co-authored-by: hay-kot <hay-kot@pm.me >
* fixes typos and spelling mistakes in de locales & translates new locales, #124 (#231 )
* chore: fixes typos and spelling mistakes in de locales, translates new locales, #124
* fix: uses personal form as in other locales instead of formal form
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
* tests/suite-overhall - 83% Coverage
* generate API docs with make file
* documentation
* code-gen scripts
* type() to isinstance()
* code-gen
* fix flake8 problems
* test refactor first pass
* init config
* added help, format, clean and lint
* + flake8 developer dep
* update docs
* proper api imports
* jsconfig
* group tests
* refactor settings to class for testing
* fix env errors
* change tool -> tools
* code cleanup
* sort imports
* add tools test
* lint
Co-authored-by: hay-kot <hay-kot@pm.me >
* General Frontend Bug Fixes for v0.4.0 RC (#233 )
* comment
* add frontend-build command
* address #211
* fix margins
* fix import bug
* await user updates
* fix meal-plan filter
* meal-plan search redesign
* improve mobile search
* fix sidebar update
* fix category auto-completes
* draft new pages
* fix tag auto completes
* refactor export const
* dispatch evens for CRUD operations
* recipe loaders screen
* create category dialog
Co-authored-by: hay-kot <hay-kot@pm.me >
* New docs for v0.4.0 (#234 )
* spacing
* fix parser bug
* update for v0.4.0
* demo link
* remove gifs
* add organize diagram
* demo code
* remove large gifs
* v0.4.0 changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
* add test.db
* typo
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: retmas-gh <58191209+retmas-gh@users.noreply.github.com >
Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com >
Co-authored-by: Raghnarok05 <77641728+Raghnarok05@users.noreply.github.com >
Co-authored-by: Andreas Waschinski <an.andreas+github@posteo.de >
Co-authored-by: Bernhard Großer <30469627+boerniee@users.noreply.github.com >
Co-authored-by: Andreas Waschinski <an.andreas@posteo.de >
Co-authored-by: JonasSchubert <jonas.schubert.projects@web.de >
Co-authored-by: Jonas Schubert <jonas.schubert.1990@web.de >
2021-03-31 07:20:35 -08:00
hay-kot
30ed5a2ba8
fix build failure
2021-03-05 21:34:35 -09:00
hay-kot
e2cb67f440
Merge branch 'master' of https://github.com/hay-kot/mealie
2021-03-05 21:21:45 -09:00
hay-kot
84639b616d
hot fix, #198 #179
2021-03-05 21:21:35 -09:00
wengtad
250e31ac65
fix docs ios image ( #188 )
2021-02-25 07:36:42 -09:00
hay-kot
8c1a97df2c
ios style updates
2021-02-24 17:51:37 -09:00
rastacalavera
9fed572cc5
Small fixes ( #181 )
...
* added two screenshots and basic documentation
* added page to mkdocs yaml
* added block quote & fixed image
2021-02-24 17:27:06 -09:00
rastacalavera
4611d6b791
iOS shortcut documentation ( #177 )
...
* added two screenshots and basic documentation
* added page to mkdocs yaml
2021-02-22 17:36:34 -09:00
Hayden
38e20ba321
v0.3.0 Release Candidate ( #176 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
* Refactor/response models (#161 )
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
* add version tag
* v0.2.1 (#157 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Revert "v0.2.1 (#157 )" (#158 )
This reverts commit a899f46464 .
* v0.2.1 (#159 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <…
* Consider any .json file from Nextcloud (#164 )
* Allow empty instructions (#165 )
* fix scrape recipe error (#166 )
- fixes #138
- fixes #145
* Add polish translation (#154 )
* add polish translation
* add missing allLangs value for polish translation in language.js
* Create de.json (#167 )
Add German Translation
* Refactor/response models (#169 )
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
* add version tag
* v0.2.1 (#157 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Revert "v0.2.1 (#157 )" (#158 )
This reverts commit a899f46464 .
* v0.2.1 (#159 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <…
* Enhance mobile view (#171 )
* Fixed navbar on mobile
* Feature/shopping list (#172 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/shopping list (#173 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
* fix category sidebar hidden all the time
* adjust mobile view on times
* remove console.logs
* actually remove console.logs
* Fixed varying card height on smaller screens
* change style of meal planner categories
Co-authored-by: hay-kot <hay-kot@pm.me >
* refactor/scrapper (#175 )
* API Endpoint
* shopping list added to the UI
* fixed category sidebar on mobile
* fix category sidebar hidden all the time
* adjust mobile view on times
* remove console.logs
* actually remove console.logs
* Fixed varying card height on smaller screens
* change style of meal planner categories
* bug/fixed open search on '/' when on input
* Improved import summary dialog
* url validation
* refactor/split reciper scraper into seperate fiels
Co-authored-by: hay-kot <hay-kot@pm.me >
* auto focus on add from url
* docs/update v0.3.0
* remove print
* docs/v0.3.0
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: retmas-gh <58191209+retmas-gh@users.noreply.github.com >
Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com >
Co-authored-by: Raghnarok05 <77641728+Raghnarok05@users.noreply.github.com >
2021-02-20 20:23:28 -09:00
mindesbunister
717d7ca0fb
Update language.js ( #168 )
...
Added German Language Support
2021-02-13 12:06:58 -09:00
Raghnarok05
4913b90408
Update fr.json ( #146 )
2021-02-13 12:04:36 -09:00
Hayden
c430c8da33
v0.2.1 ( #159 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
* version update
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
2021-02-10 19:41:48 -09:00
Hayden
8221c36a89
Revert "v0.2.1 ( #157 )" ( #158 )
...
This reverts commit a899f46464 .
2021-02-10 19:39:46 -09:00
Hayden
a899f46464
v0.2.1 ( #157 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import (#150 )
Co-authored-by: hay-kot <hay-kot@pm.me >
* Feature/improved notifications (#152 )
* category import errors on import
* Import Error Hotfix (#148 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* test notifications
* unified notifications
* docs/changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* Refactor/response models (#156 ) - First Pass
* cleanup
* split app/db versioning
* async file response
* refactor/recipe viewer + minor ui improvements
* auto grow size
* added async file responses
* docs/changelog
* "/" to open search bar
* docs/changelog
* change imports to use @/ for imports
* cleanup
* cleanup
* db to session
* theme + settings refactor
* bug/image save fix
* fixed failing tests
* fix last json bug - #155
* fix settings import
* fixed router link for site title
Co-authored-by: hay-kot <hay-kot@pm.me >
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
2021-02-10 19:38:20 -09:00
hay-kot
50a5b39836
Merge branch 'master' of https://github.com/hay-kot/mealie
2021-02-08 18:52:35 -09:00
hay-kot
7e26fb068f
url hotfix
2021-02-08 18:52:33 -09:00
Hayden
808f11da0a
Import Error Hotfix ( #148 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
* feature/markdown support for description and steps
* package-lock
* rename production task
* category import errors on import
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
2021-02-08 15:14:02 -09:00
Hayden
b3573dc078
v0.2.0 ( #143 )
...
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
* Dropping Mongo From Dev Branch (#89 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* initial pass
* second pass cleanup
* backup card framework
* backup card functionality
* translation
* upload button vile creation
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* dev bug: change data location to prevent reloads
* api docs
* api docs bug
* workflow update
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* Add French Translation (#93 )
* New tests (#94 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
Co-authored-by: Hayden <hay-kot@pm.me >
* Mealplan CRUD Tests (#95 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix typos (#96 )
* Settings, Themes and Migration Route Tests (#100 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
Co-authored-by: Hayden <hay-kot@pm.me >
* Refactor + New Docker File (#105 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
Co-authored-by: Hayden <hay-kot@pm.me >
* Meal planner improvements (#107 )
* dev-bug: fixed vscode freezes
* test: refactor database init to support tests
* mealplan CRUD testing
* restructure test folder
* git attributes
* tests: migration, settings, theme routes testing
* docker-file shrink
* rebuild
* refactor: moving directories around
* adding funding
* mealplan redesign
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#108 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
Co-authored-by: Hayden <hay-kot@pm.me >
* Upload component (#113 )
* unified upload button + download backups
* javascript toolings
* fix vuetur config
* fixed type check error
* refactor: clean up bag javascript
* UI updates + name validation
* docs: changelog + sp
* fixed route links
* changelog
Co-authored-by: Hayden <hay-kot@pm.me >
* fixed menu links
* fixed poetry install on docker.dev build
* Migration redesign (#119 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix link to dev-notes.md (#110 )
* translation: add swedish (#128 )
* language: da is Danish
* translations: add swedish
* scraper: unescape html in instructions (#129 )
Some urls erroneously deliver escaped html their instructions,
sometimes they are even escaped on multiple levels like here:
https://www.ica.se/recept/kladdig-kladdkaka-722982/
```
>>> normalize_instruction("S&auml;tt ugnen p&aring; 200&deg;C.")
'Sätt ugnen på 200°C.'
```
* v0.2.0 Updates (#130 )
* migration redesign init
* new color picker
* changelog
* added UI language selection
* fix layout issue on recipe editor
* remove git as dependency
* added UI editor for original URL
* CI/CD Tests
* test: fixed migration routes
* test todos
* bug/added docker volume
* chowdow test data
* partial image recipe image testing
* added card section card
* settings form
* homepage cetegory ui
* frontend category placeholder
* fixed broken scheduler
* remove old files
* removed temp test
Co-authored-by: Hayden <hay-kot@pm.me >
* Fix missing translations key (#133 )
* translation: add simplified & traditional chinese
* Fix missing translations
* fix chinese translations
* v0.2.0 Release Candidate (#141 )
* Fix link to Docker Hub
Found an extra s. DESTROYED it.
* Release v0.1.0 Candidate (#85 )
* Changed uvicorn port to 80
* Changed port in docker-compose to match dockerfile
* Readded environment variables in docker-compose
* production image rework
* Use opengraph metadata to make basic recipe cards when full recipe metadata is not available
* fixed instrucitons on parse
* add last_recipe
* automated testing
* roadmap update
* Sqlite (#75 )
* file structure
* auto-test
* take 2
* refactor ap scheduler and startup process
* fixed scraper error
* database abstraction
* database abstraction
* port recipes over to new schema
* meal migration
* start settings migration
* finale mongo port
* backup improvements
* migration imports to new DB structure
* unused import cleanup
* docs strings
* settings and theme import logic
* cleanup
* fixed tinydb error
* requirements
* fuzzy search
* remove scratch file
* sqlalchemy models
* improved search ui
* recipe models almost done
* sql modal population
* del scratch
* rewrite database model mixins
* mostly grabage
* recipe updates
* working sqllite
* remove old files and reorganize
* final cleanup
Co-authored-by: Hayden <hay-kot@pm.me >
* Backup card (#78 )
* backup / import dialog
* upgrade to new tag method
* New import card
* rename settings.py to app_config.py
* migrate to poetry for development
* fix failing test
Co-authored-by: Hayden <hay-kot@pm.me >
* added mkdocs to docker-compose
* Translations (#72 )
* Translations + danish
* changed back proxy target to use ENV
* Resolved more merge conflicts
* Removed test in translation
* Documentation of translations
* Updated translations
* removed old packages
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
* fail to start bug fixes
* feature: prep/cook/total time slots (#80 )
Co-authored-by: Hayden <hay-kot@pm.me >
* missing bind attributes
* Bug fixes (#81 )
* fix: url remains after succesful import
* docs: changelog + update todos
* arm image
* arm compose
* compose updates
* update poetry
* arm support
Co-authored-by: Hayden <hay-kot@pm.me >
* dockerfile hotfix
* dockerfile hotfix
* Version Release Final Touches (#84 )
* Remove slim
* bug: opacity issues
* bug: startup failure with no database
* ci/cd on dev branch
* formatting
* v0.1.0 documentation
Co-authored-by: Hayden <hay-kot@pm.me >
* db init hotfix
* bug: fix crash in mongo
* fix mongo bug
* fixed version notifier
* finale changelog
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
* build container
* webscraper hotfix
* notes hot fix
* bug: mongo updates fail #99
* Fix error message (#101 )
* gh funding
* Create Issue Templates (#125 )
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* merge kentors changes
* refactor/recipe routers
* category/tag database relationship and endpoints
* frontend category management
* update branch todos
* bug/normalize recipe steps html
* remove console.log + refactor categories
* fix categories database errors
* refactor/ router endpoint
* refactor/ remove old code
* drag and drop ingredients
* general cleanup
* route refactoring
* changelog
* api refactoring + random cleanup
* fixed backwards sort
* Update mkdocs.yml (#137 )
Fix warning from Deploy Docs github action
* fixed navigate on enter in search
* refactor/create global css
* added category scroll
* cleanup todos
* debug routes
* docs/new gifs & general updates
* cleanup
* fix list test
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
* fix build
* fix duplicate editor
* fixed docker mount problem
* python 3.9
* added tasks for non-docker development
* remove old scripts
* dev updates
* fixed no image upload option
* get version from backend
* final docs pass
* .gitignore
Co-authored-by: kentora <=>
Co-authored-by: Hayden <hay-kot@pm.me >
Co-authored-by: Richard Mitic <richard.h.mitic@gmail.com >
Co-authored-by: kentora <kentora@kentora.dk >
Co-authored-by: David Young <davidy@funkypenguin.co.nz >
Co-authored-by: Bastien <43323819+Batgame@users.noreply.github.com >
Co-authored-by: sephrat <34862846+sephrat@users.noreply.github.com >
Co-authored-by: Nick CJ <17556895+nickcj931@users.noreply.github.com >
Co-authored-by: dekvall <dkvldev@gmail.com >
Co-authored-by: wengtad <wengtad93@gmail.com >
Co-authored-by: Alexei Pesic <pesic.alexei@gmail.com >
Co-authored-by: Andrew <dpieski@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
2021-02-08 09:47:40 -09:00
Andrew
3ec0f2ec21
Update mkdocs.yml ( #137 )
...
Fix warning from Deploy Docs github action
2021-02-04 13:24:45 -09:00
Andrew
70dbafb287
Create Issue Templates ( #125 )
...
* Create bug_report.md
* Create config.yml
Included a link to feature requests.
* Update config.yml
Fixed link I had for testing to the actual link
* Update bug_report.md
fix capitalization
* Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com >
2021-01-26 17:16:53 -08:00
Hayden
ba111073d6
gh funding
2021-01-20 14:22:48 -09:00
Alexei Pesic
c8655c3a50
Fix error message ( #101 )
2021-01-19 20:19:03 -09:00
Hayden
81fc0c6cb2
bug: mongo updates fail #99
2021-01-19 16:59:26 -09:00
Hayden
2338f017ed
notes hot fix
2021-01-18 12:54:27 -09:00
Hayden
d0faa52cfd
webscraper hotfix
2021-01-18 08:19:45 -09:00
Hayden
4fd2de0b6e
build container
2021-01-17 22:32:23 -09:00