Commit Graph

421 Commits

Author SHA1 Message Date
c217bf2445 improved recipe detail API performance
by properly using prefetch related
from 600 queries in 280ms to 290 in ~100 ms
2023-02-25 23:34:35 +01:00
2e013e7b43 add api endpoints and genereic views 2023-02-24 23:17:12 +01:00
5dad6b8b17 enable cross tandoor importing 2023-02-16 17:32:43 +01:00
924d1cb71b improved search food api performance 2023-02-11 16:27:41 +01:00
f47470a9ad wip rezeptsuitede importer 2023-01-29 22:06:08 +01:00
56ee173c07 fixed s3 file upload 2023-01-10 17:03:55 +01:00
3371102e64 improved and added tests for share link creation 2022-10-31 14:24:41 +01:00
4de9a7ff89 Fix share permission check 2022-10-06 17:44:33 +02:00
7be705f6a1 fixed error in token generation endpoint 2022-09-30 15:42:07 +02:00
996b8bedac fixed fuzzy search postgres 2022-09-26 07:58:52 +02:00
e391abd23d moved annotation to default query manager 2022-09-16 18:18:59 +02:00
947986277a fixed recipe detail query 2022-09-16 18:15:05 +02:00
631dd58c1f fixed share link guest user error message 2022-09-09 18:28:01 +02:00
a8da28f877 Merge pull request #1980 from 8633brown/nplusone
prefetch food relations #1965
2022-08-05 07:53:01 +02:00
70b2bd6ccf prefetch food relations #1965 2022-08-04 22:11:48 +01:00
f7af0741fe fixed bookmarklet 2022-08-04 18:45:40 +02:00
3ec4afb02f fixed scoping and permissions for tokens 2022-08-04 18:33:45 +02:00
3f77b73a61 add multiple API tokens per user, removes old API tokens 2022-08-04 17:24:54 +02:00
ce1f55ffd1 settings wip 2022-07-15 17:12:01 +02:00
e91790f5ac added ability to mark recipes as private 2022-07-13 15:46:39 +02:00
ac2ab62050 moved import functions to proper api function 2022-07-12 21:14:51 +02:00
da09602834 removed old search pages 2022-07-12 20:05:59 +02:00
e40b73f420 deprecate get_recipe_from_source 2022-07-07 15:09:22 -05:00
b1c0334947 quick hack to allow scraper to work correctly 2022-07-07 07:50:57 -05:00
e23d514d89 fix bookmarklet 2022-07-06 16:16:53 -05:00
690c486bb2 zip files before download in file broswer
needs to be completly rewritten in the future but for now this is more secure
2022-07-04 14:39:53 +02:00
355f181574 added youtube import 2022-06-14 21:37:59 +02:00
d99748638d fixed broken filter on supermarket category lookups 2022-06-14 17:06:25 +02:00
e7de6f62b6 fixed permissions and tests 2022-06-14 16:20:37 +02:00
b30c282a13 remove exception details from api response 2022-06-14 15:07:31 +02:00
deeed4b65b testes and fixes for space, userspace and invitelink apis 2022-06-09 22:02:58 +02:00
30e4ee855c switch space method signature change and test 2022-06-09 18:18:57 +02:00
e368488933 deprecated all old vue stuff and working on tests 2022-06-07 20:08:32 +02:00
37f0f7a0b7 added endpoint for space switching 2022-06-06 18:34:40 +02:00
e2b887b449 lots of fixes and stuff 2022-06-06 18:21:15 +02:00
2afab2aec8 invite link basics 2022-06-01 17:42:07 +02:00
f41e4c62d4 space manage users and permissions 2022-06-01 17:01:13 +02:00
ded092ed23 baiscs of space edit page 2022-05-31 21:52:59 +02:00
9affc583a3 add token endpoint 2022-05-31 15:43:04 +02:00
cac72df7ba refactored recipe from source endpoint 2022-05-31 15:22:27 +02:00
3633b9724b fixed image deletion error 2022-05-17 21:53:10 +02:00
d48fe26a35 added url validation to all server requests 2022-05-17 18:04:43 +02:00
2af36a3db4 Merge branch 'develop' of github.com:ndbeals/tandoor_recipes into develop 2022-04-23 00:11:08 -04:00
8df3009cb2 Update image upload handler to be content-type aware
Update handle_image: made filetype required and not optional
Updated handle_image usage to reflect changes
2022-04-23 00:11:04 -04:00
b4ebd98ee8 ingredient editor paginatio 2022-04-23 02:28:26 +02:00
9b132e71f2 screw up ingredient parser 2022-04-23 01:21:13 +02:00
9adc1f7266 small fixes and tests 2022-04-22 22:27:17 +02:00
1740913a14 improve experience when importing multiple recipes 2022-04-22 20:19:39 +02:00
3cf0395a18 lots of small fixes 2022-04-22 19:26:49 +02:00
2ddb0c719a Merge branch 'develop' into feature/importer_to_vue
# Conflicts:
#	vue/src/apps/RecipeEditView/RecipeEditView.vue
#	vue/src/utils/openapi/api.ts
2022-04-22 16:41:13 +02:00