Commit Graph

1746 Commits

Author SHA1 Message Date
Paul Konstantin Gerke 58b2c78ab3 Fix breadcrumbs 2022-10-19 21:36:19 +02:00
Paul Konstantin Gerke 901bb99bd7 Fix copy-pasta mistake redirecting to the wrong page 2022-10-19 21:30:21 +02:00
Paul Konstantin Gerke f559f553a0 Rework titles/texts on the add-device page 2022-10-19 21:30:09 +02:00
Gary Glatfelter 46b4454f8b resolves #523 2022-10-17 19:40:53 -07:00
Paul Konstantin Gerke d604f6f85a Better coverage 2022-10-17 10:02:21 +02:00
Paul Konstantin Gerke 8b617b0bff Black 2022-10-17 09:48:26 +02:00
Paul Konstantin Gerke 1f835d181d Fix test 2022-10-17 09:45:26 +02:00
Paul Konstantin Gerke 0f4c006c05 Add new "Add a device" view, remove QR-code from settings-view 2022-10-17 09:40:06 +02:00
Paul Konstantin Gerke 5e2b847ed8 Merge remote-tracking branch 'origin/master' into app-integration 2022-10-17 07:11:58 +02:00
Christopher C. Wells af5aa18b65 Create v1.13.2 release 2022-10-15 14:15:34 -07:00
Christopher C. Wells de4d66cecd Set superuser for CLI created users
Closes #543
2022-10-15 14:02:55 -07:00
Christopher C. Wells 2cef8199fc Create v1.13.1 release 2022-10-12 19:07:31 -07:00
Christopher C. Wells 9bf65704b5 Regenerate static files
Fixes #540
2022-10-12 19:04:59 -07:00
Christopher C. Wells c970768d89 Create v1.13.0 release 2022-10-11 19:44:11 -07:00
Christopher C. Wells 1a107fc31b Update dependencies and migrations 2022-10-11 19:22:09 -07:00
jmunoz94 5b171ff66f Add a test for deltasince 2022-10-11 19:13:22 -07:00
jmunoz94 25add00e26 Update *_last.html to use deltasince + duration_string 2022-10-11 19:13:22 -07:00
jmunoz94 fff19339f4 Add deltasince function as an alternative to timesince (to get a timedelta instead of a str) 2022-10-11 19:13:22 -07:00
earthcomfy 62bde09b3d fix: Hide recently used tags when tag list is empty 2022-10-04 17:03:44 -07:00
earthcomfy 364676aeac fix: Hide delete inactive timers button if there are no entries 2022-10-04 16:47:17 -07:00
Hana Belay 74582effb1
Create a user add management command (#534)
* feat: Create management command to add a user

* feat: Test user create management command

* feat: Remove unnecessary args from createuser command

* fix: remove in-active arg from createuser command

* feat: Add doc to createuser command

Co-authored-by: Christopher C. Wells <git-2022@chris-wells.net>
2022-10-04 08:24:01 -07:00
Christopher Charbonneau Wells 092fde5eef Update django.po (POEditor.com) 2022-10-01 08:17:01 -07:00
Christopher Charbonneau Wells 51efb85371 Update django.mo (POEditor.com) 2022-10-01 08:17:00 -07:00
Christopher Charbonneau Wells 2974fceaf2 Update django.po (POEditor.com) 2022-10-01 08:16:59 -07:00
Christopher Charbonneau Wells a542552bf0 Update django.mo (POEditor.com) 2022-10-01 08:16:58 -07:00
Christopher Charbonneau Wells d74aaaf3ee Update django.po (POEditor.com) 2022-10-01 08:16:57 -07:00
Christopher Charbonneau Wells b074405110 Update django.mo (POEditor.com) 2022-10-01 08:16:56 -07:00
Christopher Charbonneau Wells 09a70284b2 Update django.po (POEditor.com) 2022-10-01 08:16:55 -07:00
Christopher Charbonneau Wells e7f6c0e492 Update django.mo (POEditor.com) 2022-10-01 08:16:54 -07:00
Christopher Charbonneau Wells 73176321ea Update django.po (POEditor.com) 2022-10-01 08:16:52 -07:00
Christopher Charbonneau Wells 28b015c339 Update django.mo (POEditor.com) 2022-10-01 08:16:51 -07:00
Christopher Charbonneau Wells d5ccd43099 Update django.po (POEditor.com) 2022-10-01 08:16:50 -07:00
Christopher Charbonneau Wells bae7ececce Update django.mo (POEditor.com) 2022-10-01 08:16:49 -07:00
Christopher Charbonneau Wells 94113cb56d Update django.po (POEditor.com) 2022-10-01 08:16:48 -07:00
Christopher Charbonneau Wells 488107b150 Update django.mo (POEditor.com) 2022-10-01 08:16:47 -07:00
Christopher Charbonneau Wells 2c5161323b Update django.po (POEditor.com) 2022-10-01 08:16:45 -07:00
Christopher Charbonneau Wells 6019537340 Update django.mo (POEditor.com) 2022-10-01 08:16:44 -07:00
Christopher Charbonneau Wells f0cf2ee20f Update django.po (POEditor.com) 2022-10-01 08:16:43 -07:00
Christopher Charbonneau Wells b3485aaaa6 Update django.mo (POEditor.com) 2022-10-01 08:16:41 -07:00
Christopher Charbonneau Wells 4808ce692a Update django.po (POEditor.com) 2022-10-01 08:16:40 -07:00
Christopher Charbonneau Wells be51824374 Update django.mo (POEditor.com) 2022-10-01 08:16:39 -07:00
Christopher Charbonneau Wells 23aaba9bcc Update django.po (POEditor.com) 2022-10-01 08:16:38 -07:00
Christopher Charbonneau Wells e44d6a4c4c Update django.mo (POEditor.com) 2022-10-01 08:16:37 -07:00
Christopher Charbonneau Wells 1cb7ba9153
Add name to PyPi source
See https://github.com/pypa/pipenv/discussions/5370
2022-10-01 07:06:33 -07:00
EnsuingRequiem 46159850c4
Add forward auth by way of remote user
* Add forward auth related settings

* Document forward auth settings

* Rearrange code to match preference

* Adjust forward auth configuration

* Add tests for reverse proxy auth

Closes #517 

Co-authored-by: Christopher C. Wells <git-2022@chris-wells.net>
2022-09-18 14:00:41 -07:00
matthieu-kr 2690ab4876 Data mismatch - Issue #520
Updates cards.py to use feeding end time to calculate total food for a given day. Ensures consitency between the dashboard and reporting.
2022-09-08 15:03:09 -07:00
Christopher C. Wells 872abcdd0d Specify Python buildpack 2022-09-08 14:52:11 -07:00
Paul Konstantin Gerke f8212bfe80 Fix tests 2022-09-05 23:07:56 +02:00
Paul Konstantin Gerke 5b13a38f98 Update the openapi-schema 2022-09-05 23:03:24 +02:00
Paul Konstantin Gerke 5ea7d33ef6 Add back the UserProfile and use DRF nested relationship for profile page
- Also fix part of the openapi-specs. Item-model for profile page is still not
  rendered out however
2022-09-05 23:00:03 +02:00