Commit Graph

2156 Commits

Author SHA1 Message Date
smilerz
f7b2af7f97 working WIP 2021-08-31 14:58:39 -05:00
smilerz
d606ea8db3 moved food and keyword to generic cards 2021-08-31 14:58:39 -05:00
smilerz
aba2e66163 passed all tests 2021-08-31 14:58:39 -05:00
smilerz
72b4bd7e5c finished food view 2021-08-31 14:58:39 -05:00
smilerz
d5e9c5d8f8 food layout complete, edit food working 2021-08-31 14:58:38 -05:00
smilerz
b56c2429c7 WIP 2021-08-31 14:58:38 -05:00
smilerz
0559143f0e initial Vue components 2021-08-31 14:58:38 -05:00
smilerz
a605113b00 abstract merge function to handle all related models 2021-08-31 14:58:38 -05:00
smilerz
24a575c2d5 food to tree (model, api, serializer) 2021-08-31 14:58:38 -05:00
smilerz
6ec0c1c71d WIP 2021-08-31 14:58:38 -05:00
smilerz
2808e3033d fixes keyword filter on OR search 2021-08-31 14:58:38 -05:00
vabene1111
7bab07bdaf search filter fix 2021-08-31 10:09:39 +02:00
vabene1111
5ffc97a6a0 fixed importer compatability with new FTS and keyword features 2021-08-31 09:50:16 +02:00
vabene1111
cd8085acf8 search persistence time limit 2021-08-31 09:21:40 +02:00
vabene1111
88fb6e32ef
Merge pull request #839 from smilerz/fix_search
Fix search
2021-08-31 08:57:14 +02:00
Oliver Cervera
1e330e8ff7 Translated using Weblate (Italian)
Currently translated at 43.8% (43 of 98 strings)

Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/it/
2021-08-30 22:31:01 +00:00
Oliver Cervera
5a696dfe42 Translated using Weblate (Italian)
Currently translated at 79.2% (381 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/it/
2021-08-30 22:31:00 +00:00
Oliver Cervera
8c6cc2edcd Added translation using Weblate (Italian) 2021-08-29 22:19:54 +00:00
smilerz
7e9a8d4d86 test case to detect 833 2021-08-26 21:56:59 -05:00
smilerz
75e46b8023 fix #883 2021-08-25 21:27:31 -05:00
smilerz
2a1e1953ee consolidated recently viewed into FTS queryset 2021-08-25 21:08:35 -05:00
smilerz
aa2d0eafb1 fixed cookie reactivity 2021-08-25 16:43:52 -05:00
smilerz
b74fdb3825 exact match appears first on keyword/food/unit searches 2021-08-25 16:37:43 -05:00
smilerz
b00c189fd6 add pagination reset on search query change 2021-08-25 16:36:14 -05:00
Jesse
16e8b24947 Translated using Weblate (Dutch)
Currently translated at 100.0% (98 of 98 strings)

Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nl/
2021-08-24 18:28:20 +00:00
Jesse
a0a2b57942 Translated using Weblate (Dutch)
Currently translated at 100.0% (481 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/nl/
2021-08-24 18:28:19 +00:00
vabene1111
8b3827e56c small tweaks 2021-08-22 14:28:58 +02:00
vabene1111
4a1a45032e small tweaks and fixes 2021-08-22 14:18:46 +02:00
vabene1111
d744da2c3d fixed integration 2021-08-22 13:54:33 +02:00
vabene1111
4b3fa1a4b5 fixed imports 2021-08-22 13:39:53 +02:00
vabene1111
f76dd86f73 fix migration chain 2021-08-22 13:34:34 +02:00
vabene1111
31cb9e283a Merge branch 'develop' into feature/fulltext-search
# Conflicts:
#	cookbook/static/vue/js/chunk-vendors.js
#	cookbook/static/vue/js/import_response_view.js
#	cookbook/static/vue/js/offline_view.js
#	cookbook/static/vue/js/recipe_search_view.js
#	cookbook/static/vue/js/recipe_view.js
#	cookbook/static/vue/js/supermarket_view.js
#	cookbook/static/vue/js/user_file_view.js
#	requirements.txt
#	vue/src/apps/RecipeSearchView/RecipeSearchView.vue
#	vue/src/components/GenericMultiselect.vue
#	vue/src/locales/en.json
2021-08-22 13:28:57 +02:00
vabene1111
43dbb1d973 Merge branch 'search_and_keywords' of https://github.com/smilerz/recipes into smilerz-search_and_keywords
# Conflicts:
#	cookbook/admin.py
#	cookbook/helper/recipe_search.py
#	cookbook/integration/chowdown.py
#	cookbook/integration/integration.py
#	cookbook/management/commands/rebuildindex.py
#	cookbook/managers.py
#	cookbook/migrations/0142_build_full_text_index.py
#	cookbook/models.py
#	cookbook/schemas.py
#	cookbook/serializer.py
#	cookbook/static/vue/css/keyword_list_view.css
#	cookbook/static/vue/js/chunk-vendors.js
#	cookbook/static/vue/js/keyword_list_view.js
#	cookbook/tests/api/test_api_keyword.py
#	cookbook/views/api.py
#	cookbook/views/data.py
#	cookbook/views/views.py
#	recipes/settings.py
#	vue/package.json
#	vue/src/apps/KeywordListView/KeywordListView.vue
#	vue/src/components/KeywordCard.vue
#	vue/src/locales/en.json
#	vue/src/utils/openapi/api.ts
#	vue/yarn.lock
2021-08-22 13:14:23 +02:00
vabene1111
7b4387575c
Merge pull request #819 from vabene1111/dependabot/pip/boto3-1.18.25
Bump boto3 from 1.18.21 to 1.18.25
2021-08-21 13:01:42 +02:00
vabene1111
dd8d241f28
Merge pull request #820 from nemec/patch-1
Send proper protocol to Django from Nginx
2021-08-21 11:55:07 +02:00
Danny Tsui
f369883fc0 Translated using Weblate (Chinese (Simplified))
Currently translated at 32.4% (156 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/zh_Hans/
2021-08-20 19:28:16 +00:00
Nemec
66ace6bd34
Send proper protocol to Django from Nginx
In order to run over HTTPS* django requires the X-Forwarded-Proto header sent from the nginx proxy. I didn't add everything needed for TLS, but this header works with HTTP and HTTPS so I figure it might save a few people some time if they ever decide to secure their installation.

\* specifically, I noticed that image URLs are requested over HTTP instead of HTTPS even when the main page is HTTPS until this header is sent
2021-08-20 02:16:32 -05:00
dependabot[bot]
f1016fc221
Bump boto3 from 1.18.21 to 1.18.25
Bumps [boto3](https://github.com/boto/boto3) from 1.18.21 to 1.18.25.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.18.21...1.18.25)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 00:02:32 +00:00
Danny Tsui
97461e5373 Translated using Weblate (Chinese (Simplified))
Currently translated at 23.7% (114 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/zh_Hans/
2021-08-19 11:28:16 +00:00
Oliver Cervera
f435d1f740 Translated using Weblate (Italian)
Currently translated at 75.8% (365 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/it/
2021-08-19 11:28:15 +00:00
Afaren
3bd15a60a6 Translated using Weblate (French)
Currently translated at 100.0% (481 of 481 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/fr/
2021-08-19 11:28:15 +00:00
vabene1111
848b480edd updated translation files 2021-08-17 08:45:11 +02:00
vabene1111
8ecb1af16c Merge branch 'translate-develop' into develop
# Conflicts:
#	cookbook/locale/fr/LC_MESSAGES/django.po
2021-08-17 08:41:53 +02:00
smilerz
51f15c0ccb fix leading and trailing spaces 2021-08-16 15:15:38 -05:00
smilerz
080b4d328d review feedback incorporated 2021-08-16 09:31:02 -05:00
vabene1111
478a3272e5
Merge pull request #809 from vabene1111/dependabot/npm_and_yarn/vue/url-parse-1.5.3
Bump url-parse from 1.5.1 to 1.5.3 in /vue
2021-08-16 09:43:08 +02:00
dependabot[bot]
9735c03031
Bump url-parse from 1.5.1 to 1.5.3 in /vue
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 07:00:40 +00:00
vabene1111
8a2cf3e283
Merge pull request #808 from vabene1111/dependabot/pip/boto3-1.18.21
Bump boto3 from 1.18.9 to 1.18.21
2021-08-16 09:00:26 +02:00
vabene1111
f3457e3ac3
Merge pull request #807 from vabene1111/dependabot/pip/django-cors-headers-3.8.0
Bump django-cors-headers from 3.7.0 to 3.8.0
2021-08-16 09:00:21 +02:00
vabene1111
ccaf9ed242
Merge pull request #802 from vabene1111/dependabot/pip/webdavclient3-3.14.6
Bump webdavclient3 from 3.14.5 to 3.14.6
2021-08-16 09:00:16 +02:00