Commit Graph

2779 Commits

Author SHA1 Message Date
36c0fbffbe fixed duplicate detection in migration 0200 2024-02-05 14:52:40 +01:00
febf3a3d86 removed flawed duplicate detection 2024-02-05 14:05:11 +01:00
7e39e6fea5 fixed meal type constraint 2024-02-05 13:52:52 +01:00
199caff2a2 Translated using Weblate (Italian)
Currently translated at 93.0% (456 of 490 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/it/
2024-02-01 17:22:53 +00:00
5001d05df2 removed use plurarl from space serializer 2024-01-28 11:05:31 +01:00
58989a96e3 added force theme 2024-01-28 09:22:37 +01:00
25c8f18b79 Merge pull request #2380 from RomRider/fix-1706
add: support to scale numbers/amounts in a recipe step
2024-01-28 09:18:19 +01:00
6b4b2a8f87 removed use_plural space attribute and left over settings 2024-01-28 08:42:42 +01:00
126e8a5a53 fixed FDC migration 2024-01-28 08:22:04 +01:00
d10c70b797 fixed iCal endpoint 2024-01-28 08:21:57 +01:00
570aefc9fa add styles to base 2024-01-20 10:42:52 -05:00
36fd097ec5 Update base.html 2024-01-14 19:18:17 -05:00
bb52f8902d added max spaces per user + added custom app name + fixed theming tests 2024-01-15 07:41:51 +08:00
35eff630ff updated theming tests 2024-01-14 15:39:02 +08:00
8d90fada1d fixed theming breaking for users without space 2024-01-14 15:33:14 +08:00
2ba2b97f9c moved manifest to use main theming function 2024-01-14 08:40:05 +08:00
26408c33f4 removed debug code 2024-01-13 07:42:54 +08:00
94cfc36ed5 Translated using Weblate (Czech)
Currently translated at 100.0% (362 of 362 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/cs/
2024-01-09 12:07:20 +00:00
71e5484f0c test for theming function + sticky nav 2024-01-07 22:34:59 +08:00
761e423bde fixed markdown info 2024-01-07 18:17:31 +08:00
c8e674da16 all themes in one function 2024-01-07 18:07:47 +08:00
6f3d4491ed implemented user settings 2024-01-07 17:51:33 +08:00
54e2615c86 cleaned up into single flow 2024-01-07 17:24:20 +08:00
5a5ce4d736 moved theming functions to main tag 2024-01-07 17:17:14 +08:00
1dda4126c1 fxied theming tags 2024-01-07 16:55:12 +08:00
f9bfb8e258 added custom logo to space manage view 2024-01-07 08:12:20 +08:00
c6fa635af2 basics of custom icons 2024-01-06 23:23:17 +08:00
50e1eaf645 fixed bg color for unauthenticated nav 2024-01-06 22:35:22 +08:00
953dc75a8d added ability to change unauthenticated theme 2024-01-06 21:43:40 +08:00
30f3a697f0 fixed space theme defaults in model 2024-01-03 15:13:39 +01:00
200cacb9ac changed keywords to be index based. 2024-01-02 18:44:23 -07:00
3d8b1d6ccb lots of theming related changes
- upload a custom logo for your space
    - space settings can override user settings for theming
    - spaces can upload custom CSS overrides
    - allow users to disable showing the tandoor/space logo
    - allow changing navigation background color to any color desired
    - allow switching navigation text color between dark/light (different effects depending on theme)
2024-01-01 22:14:01 +01:00
c6d41e8810 fixed migrations 200 and 204 2024-01-01 19:11:37 +01:00
2a10843101 compiled translations 2024-01-01 15:06:58 +01:00
cb63bb2615 avoid recursion in ingredient.__str__ 2023-12-28 10:44:51 -06:00
7ca5a34b28 fixed recursion in Step.__str__() 2023-12-28 10:00:15 -06:00
26f694576a update __str__() on Step and Ingredient models 2023-12-20 15:55:02 -06:00
7a5b744ff0 order recipes in admin 2023-12-20 15:49:54 -06:00
4058c997de updates to admin pages 2023-12-20 15:46:28 -06:00
99cd9bfb5b update meal_type filter on MealPlan to be a list 2023-12-19 12:59:24 -06:00
205bf5253d add ability to filter meal plans based on type 2023-12-19 12:59:19 -06:00
0fed6b9fb3 added migration status to system page 2023-12-16 14:03:32 +01:00
dd3e91e10d added ability to set rate limiting for url import 2023-12-16 09:19:12 +01:00
76b84898f6 lmit ingredient parser to 512 characters to prevent too complex computations 2023-12-16 09:08:50 +01:00
05ba11a48e Merge branch 'develop' of https://github.com/TandoorRecipes/recipes into develop 2023-12-16 08:09:22 +01:00
6a7a22626e use commit hash as version number if not on a tagged release 2023-12-16 08:09:18 +01:00
44d1cc3a30 Merge pull request #2802 from smilerz/automation_fixes
kw automation not applying during url import
2023-12-16 07:48:49 +01:00
04b4f552f8 comment out orphaned files 2023-12-16 07:40:09 +01:00
6214176fe5 Merge pull request #2730 from smilerz/orphan_file_cleanup
view and delete orphaned files
2023-12-16 07:36:08 +01:00
ba5112e138 kw automation not applying during url import 2023-12-12 13:49:23 -06:00