Commit Graph

180 Commits

Author SHA1 Message Date
e5f0c19cdc Add ConnectorManager component which allows for Connectors to listen to triggers and do actions on them. Also add HomeAssistantConfig which stores the configuration for the HomeAssistantConnector 2024-01-11 22:13:20 +01: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
fd70adf19d fixes recipe export 2023-10-27 14:43:48 -05:00
3f63eab68c Merge branch 'develop' into remove_facets 2023-09-12 15:36:14 +02:00
94f398a7f6 added multi day meal planning 2023-09-08 15:31:42 +02:00
9ee4be621b remove facets and treeselect 2023-09-07 13:20:51 -05:00
6785033a21 Add step-level configuration whether an ingredients table should be shown. User-level default added to settings 2023-08-23 21:46:09 -07:00
6b04c92297 Fix multiple file field
Due to [1], the previous solution does not work on recent Django releases.

See [2] for the documented work-around, as applied in this commit.

Closes #2457.

[1]: https://docs.djangoproject.com/en/4.2/releases/4.2.1/
[2]: https://docs.djangoproject.com/en/4.2/topics/http/file-uploads/#uploading-multiple-files
2023-05-04 22:41:19 +01:00
f47470a9ad wip rezeptsuitede importer 2023-01-29 22:06:08 +01:00
b1ad5ef205 Add option to space to enable plural name usage
* Add option to space to enable usage of plural name
  for food and unit per space

* Respect option per space to use the plural name
2022-11-11 18:15:57 +01:00
da09602834 removed old search pages 2022-07-12 20:05:59 +02:00
007b7294d9 join and leave spaces 2022-05-31 20:38:53 +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
45a86a22e3 recipe switcher and navbar fixes
also added left_hand to global preferences
2022-04-18 14:13:23 +02:00
48e9f3f8a9 added cookmate importer 2022-04-04 22:49:50 +02:00
85aad42529 added mela recipes importer 2022-04-04 21:09:47 +02:00
c8dcca8630 fix recipe search in export form (converted to change safe genericAPI) 2022-02-23 17:24:06 -06:00
a7d66fa850 export recipes from saved filter 2022-02-22 15:18:39 -06:00
c20e982fb1 Fix typos 2022-01-20 00:50:41 +01:00
4e0cc34d41 better fix for counting facets 2022-01-17 17:18:43 -06:00
d4242a244d Merge branch 'master' into develop
# Conflicts:
#	cookbook/forms.py
2022-01-17 15:16:37 +01:00
8a7c4e11c9 fixed invite link counting 2022-01-17 15:16:13 +01:00
745bb58c7e fixed valid filter on invite link counter 2022-01-17 15:02:41 +01:00
93b868bc69 fixed valid filter on invite link counter 2022-01-09 18:25:38 +01:00
5e2ca250b0 fixed nav and export required recipe 2022-01-07 11:01:53 +01:00
d506952602 small PDF export tweaks 2022-01-07 10:55:27 +01:00
0a6abf9688 Merge pull request #1211 from TiagoRascazzi/develop
Added Saffron and PDF export format
2022-01-07 10:31:13 +01:00
2c76fb7b69 make food onhand when complete shopping entry 2022-01-05 15:20:10 -06:00
578154510b Merge shopping_list develop 2022-01-04 13:19:34 -05:00
0aafd8d8b2 Added Saffron export format 2022-01-03 13:28:21 -05:00
ba032e9353 Added PDF export format 2022-01-03 00:58:02 -05:00
79b4bc387e change ingore_inherit to inherit_fields 2021-12-30 12:54:39 -06:00
c961909342 fixed import 2021-12-29 15:54:20 +01:00
24bef756e8 fix filter_to_supermarket setting 2021-12-28 12:03:35 -06:00
b0705da1fe filter fields available to inherit in space settings 2021-12-28 12:03:35 -06:00
453b1eb5b9 rebase and fixes 2021-12-28 12:03:34 -06:00
24b0643765 copy shopping as markdown 2021-12-28 12:03:34 -06:00
df54b10610 download as CSV 2021-12-28 12:03:33 -06:00
2b41fbc9f8 Fix after rebase 2021-12-28 12:03:33 -06:00
a217db5822 add new unit/food from shopping list 2021-12-28 12:03:32 -06:00
ecac3f3c2d related recipes included when adding mealplan to shopping list 2021-12-28 12:03:32 -06:00
7a0b395107 alpha shopping list 2021-12-28 12:03:32 -06:00
7c598720d0 WIP 2021-12-28 12:03:32 -06:00
fbe748db62 food inherit attributes 2021-12-28 12:03:32 -06:00
e243e089cc WIP 2021-12-28 12:03:31 -06:00
10a33add75 Fix after rebase 2021-12-28 12:03:31 -06:00
3ff15b6766 added copy me that importer 2021-12-23 15:54:48 +01:00
086f8b4d62 made messages 2021-11-08 17:10:03 +01:00
4288d76afd added more translations 2021-11-07 17:32:43 +01:00
dda2529f6f fixed plan share space filter 2021-11-05 19:42:41 +01:00