Mikhail Epifanov
beb860acc6
Merge remote-tracking branch 'origin/develop' into HomeAssistantConnector
...
# Conflicts:
# cookbook/views/api.py
# recipes/settings.py
2024-02-17 00:29:29 +05:30
vabene1111
0499745772
added captcha option to password reset form
2024-02-13 10:56:43 +01:00
vabene1111
1b2c4a3062
added additional rate limiting to password reset
2024-02-13 10:03:24 +01:00
Mikhail Epifanov
247907ef25
move from signals to apps, add dedicated feature docs, add config toggle to menu item, undo unnecessary changes
2024-02-05 23:26:33 +01:00
Mikhail Epifanov
8b5b063da6
Merge branch 'develop' into HomeAssistantConnector
2024-01-29 09:57:10 +01:00
Mikhail Epifanov
502a606534
Update the code based on feedback. set Default to enabled, add to documentation how to disable it. Add extra documentation
2024-01-28 22:59:51 +01:00
vabene1111
58989a96e3
added force theme
2024-01-28 09:22:37 +01:00
Mikhail Epifanov
5f9d59317b
Merge branch 'develop' into HomeAssistantConnector
2024-01-17 22:55:21 +01:00
vabene1111
bb52f8902d
added max spaces per user + added custom app name + fixed theming tests
2024-01-15 07:41:51 +08:00
vabene1111
26408c33f4
removed debug code
2024-01-13 07:42:54 +08:00
Mikhail Epifanov
445e64c71e
add an config toggle for external connectors
2024-01-12 22:20:55 +01:00
vabene1111
5a5ce4d736
moved theming functions to main tag
2024-01-07 17:17:14 +08:00
vabene1111
953dc75a8d
added ability to change unauthenticated theme
2024-01-06 21:43:40 +08:00
vabene1111
ecf985f5e3
change gunicorn media default
2024-01-06 14:38:27 +08:00
vabene1111
dd3e91e10d
added ability to set rate limiting for url import
2023-12-16 09:19:12 +01:00
vabene1111
1d84e7851b
Merge pull request #2706 from ambroisie/bump-allauth
...
Bump django-allauth from 0.54.0 to 0.58.1
2023-12-16 07:54:08 +01:00
smilerz
46a50d7835
view and delete orphaned files
...
miscelaneous bug fixes discovered during testing
2023-12-10 07:54:37 -06:00
Bruno BELANYI
702c1d67d3
Bump django-allauth from 0.54.0 to 0.58.1
...
See the backwards incompatible changes [1].
[1]: https://docs.allauth.org/en/latest/release-notes/recent.html#id10
2023-12-06 21:59:20 +00:00
Daniel Latzer
fe208e9844
Fix parsing DATABASE_URL with port number
2023-12-02 09:42:29 +01:00
vabene1111
0a0e3a48c3
first working property editor prototype
2023-11-29 21:20:10 +01:00
vabene1111
9b18cab145
Update settings.py
2023-11-29 19:28:19 +01:00
smilerz
8b9a09b268
Update settings.py
2023-11-29 10:56:33 -06:00
smilerz
6af28e6fe5
alpine uses TZ to set OS timezone, to stay consistent
...
changed TIMEZONE env variable to TZ
added deprecated warning to TIMEZONE
2023-11-28 11:47:23 -06:00
smilerz
8bee2e3976
allow arbitrary path for sqlite using DATABASE_URL
2023-10-30 21:54:25 -05:00
smilerz
6680fbb644
changes to enable sqlite3 in docker container
2023-10-30 21:37:45 -05:00
smilerz
538fb8b42e
remove unused imports, vairables and commented code
...
from views, and base cookbook and recipes modules
2023-09-13 13:31:53 -05:00
vabene1111
8fa6c98254
updated crispy forms
2023-09-12 16:07:16 +02:00
Karl
e2f8efb521
Update settings.py
...
Add deprecation notice for `CORS_ORIGIN_ALLOW_ALL` and auto switch to `CORS_ALLOW_ALL_ORIGINS`
2023-09-08 12:29:06 -07:00
vabene1111
ce84b3b385
updated translations
2023-08-29 13:09:32 +02:00
Henning Bopp
f5fb4e563d
Changed var-name in env, info in docs and processing in settings
...
Also added a deprecation warning and changed the structure of the authentication.md
Signed-off-by: Henning Bopp <henning.bopp@gmail.com>
2023-08-16 21:19:38 +02:00
vabene1111
0688f46d8b
new version script
2023-07-29 08:32:10 +02:00
vabene1111
22dfb40fd5
improved system info even more
2023-07-27 20:48:51 +02:00
vabene1111
2b5a86ce53
improved system page
2023-07-27 20:40:25 +02:00
vabene1111
9988a61da7
added version number to system screen
2023-07-27 18:39:21 +02:00
vabene1111
3545b6e98a
plugin loader improvements
2023-07-03 17:56:05 +02:00
vabene1111
d3a56e00ea
allow disabling plugins
2023-07-03 07:41:56 +02:00
vabene1111
e9f8578c25
re added path to plugin check
2023-07-03 07:02:56 +02:00
vabene1111
1e85c8587b
fixed plugin error message
2023-07-03 05:55:12 +02:00
vabene1111
23d67a5bd3
compile messages and added norwegian to language option
2023-06-08 14:40:55 +02:00
vabene1111
3236b65d9e
food editor and property view improvements
2023-05-24 13:49:29 +02:00
vabene1111
06a08dcf6e
allow plugins to add navs
2023-05-23 16:05:12 +02:00
vabene1111
b095bee229
added FDA key .env (temporarily) and plugin loader catch block
2023-05-22 17:47:13 +02:00
vabene1111
f369b74c94
fixed plugin bundle path
2023-05-21 12:00:20 +02:00
vabene1111
c777cfe5b9
improved plugin functionality
...
- added abiulity to extend default api router from plugion
- added dability to pass custom model definition to generic model/api functions
- added ability to pass custom API clients to generic API function
2023-05-20 12:53:14 +02:00
vabene1111
7d99a9a9c3
updated translation files
2023-04-26 07:46:48 +02:00
vabene1111
c4078800e3
Merge pull request #2434 from ssams/ldap-auth-starttls
...
ldap auth: allow connecting using StartTLS
2023-04-26 07:43:44 +02:00
ssams
d87f0f3c15
ldap auth: allow connecting using StartTLS
2023-04-25 21:30:47 +02:00
smilerz
323ded1814
fix touchable
2023-04-22 17:57:15 -05:00
vabene1111
c2be329495
Merge branch 'develop' of https://github.com/vabene1111/recipes into develop
2023-04-06 17:22:06 +02:00
vabene1111
2552d27f6f
added plugin architecture
2023-04-06 17:22:02 +02:00