Commit Graph

416 Commits

Author SHA1 Message Date
409b438776 fixed vue template compiler version and removed debug print from permission helper 2022-10-01 18:18:00 +02:00
12a8582a9a fixed importer and copy recipe 2022-09-23 16:43:22 +02:00
b49393357a fixed tests 2022-09-21 16:54:41 +02:00
cc1a69eac0 fixed cache key uniqueness even in tests 2022-09-21 16:28:54 +02:00
54c9e200a0 Merge pull request #2044 from ambroisie/fix/markdown_md_globals_deprecated
Fix 'markdown' 3.4 version incompatibility
2022-09-17 07:14:03 +02:00
37e292cab9 Fix 'markdown' 3.4 version incompatibility 2022-09-16 19:11:52 +02:00
e391abd23d moved annotation to default query manager 2022-09-16 18:18:59 +02:00
b2a10f269c permission and search preference caching 2022-09-16 14:35:35 +02:00
dc076d25d6 improved hash generation time 2022-09-16 13:31:00 +02:00
845408244b optimized recipe search query annotation performance 2022-09-16 13:24:57 +02:00
eb119b7443 remove "favorite" as default sort order due to performacne issues 2022-09-15 18:31:22 +02:00
b315d6e171 adding debug toolbar 2022-09-12 17:58:20 +02:00
cffa731106 fix: ingredient parsing for non-latin languages
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.

This was because the regex being used was restricted to
latin characters.

With this change the amount and units are correctly
parsed from such a string.

Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
6605b87c5c new settings page finished 2022-08-05 16:54:53 +02:00
e9a1a06bda fixed recipe share permission 2022-08-05 14:28:17 +02:00
3ec4afb02f fixed scoping and permissions for tokens 2022-08-04 18:33:45 +02:00
5e77adf7e6 fixed mail send 2022-08-01 16:56:18 +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
da09602834 removed old search pages 2022-07-12 20:05:59 +02:00
bb424cc3d6 Merge pull request #1917 from smilerz/bookmarklet_fix
Bookmarklet fix
2022-07-11 14:28:08 +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
25a41bd293 reverting scraper to just using wildmode 2022-07-07 06:43:07 -05:00
e23d514d89 fix bookmarklet 2022-07-06 16:16:53 -05:00
bd89de6f4d fix makenow filter 2022-07-05 14:31:32 -05:00
cb86ece0c4 fixed parse servings function 2022-06-20 16:53:14 +02:00
11cb40702d cookmate fixes 2022-06-20 16:29:33 +02:00
7f35d462b6 fixed url import servings 2022-06-20 15:25:23 +02:00
355f181574 added youtube import 2022-06-14 21:37:59 +02:00
e7de6f62b6 fixed permissions and tests 2022-06-14 16:20:37 +02:00
30e4ee855c switch space method signature change and test 2022-06-09 18:18:57 +02:00
d5b7d440fe fixed user preference api endpoint 2022-06-08 17:48:23 +02:00
e368488933 deprecated all old vue stuff and working on tests 2022-06-07 20:08:32 +02:00
e2b887b449 lots of fixes and stuff 2022-06-06 18:21:15 +02:00
ded092ed23 baiscs of space edit page 2022-05-31 21:52:59 +02:00
007b7294d9 join and leave spaces 2022-05-31 20:38:53 +02:00
151461508f multi space membership basics 2022-05-31 17:38:12 +02:00
cac72df7ba refactored recipe from source endpoint 2022-05-31 15:22:27 +02:00
0fe06cf2df fixed random search ordering 2022-05-18 15:54:02 +02:00
f872f994f1 fixed import failure with leading commas in input strings 2022-05-18 15:29:03 +02:00
2a7475c435 Call scrape_me first when scraping from url 2022-05-10 00:08:37 +02:00
8f4c00df0b use old property as other sometimes fails 2022-05-02 15:52:15 +02:00
825b7b7cf9 ingredient editor and parser 2022-04-23 19:58:40 +02:00
b9fb78c24d Merge pull request #1739 from ndbeals/develop
Fix image upload handler to use content-type
2022-04-23 19:55:08 +02:00
e2ab3a0efb fixed ingredient parser length issues 2022-04-23 14:15:06 +02:00
e0b7d1a8f0 added support for unit/amount at end of ingredient 2022-04-23 13:53:04 +02:00
012a1a7915 ingredient parser produces expected results again 2022-04-23 13:03:15 +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