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
Paul Konstantin Gerke
02ea6487d5
Remove UserSerializer
2022-09-05 22:11:20 +02:00
Christopher Charbonneau Wells
27b50615d5
Add new "Baby Buddy on the Web" entry
2022-09-02 10:03:20 -07:00
Paul Konstantin Gerke
878ff64fad
Add tests, add username to api/profile endpoint
2022-08-30 22:49:54 +02:00
Paul Konstantin Gerke
7424155ba4
Remove unused imports
2022-08-30 21:34:04 +02:00
Paul Konstantin Gerke
0991780816
Remove more unused imports
2022-08-30 21:33:27 +02:00
Paul Konstantin Gerke
da7597fd37
Revert unused/incorrect imports
2022-08-30 21:32:10 +02:00
Paul Konstantin Gerke
be4f987d35
Remove qrcode library and replace with django-qre-code
...
Required some rework to make qr-codes work via a template machanism. I think
that the new solution is working neatly as well.
2022-08-30 21:26:45 +02:00
Paul Konstantin Gerke
9723bccc40
Black
2022-08-26 15:42:30 +02:00
Paul Konstantin Gerke
500fb06453
Remove debug print and add docstring
2022-08-26 00:03:48 +02:00
Paul Konstantin Gerke
e238563b53
Replace qrcode generator with template tag
2022-08-25 23:56:18 +02:00
Paul Konstantin Gerke
abcd832591
Serialize full profile page
2022-08-25 11:46:12 +02:00
Paul Konstantin Gerke
29cdc368fa
Add custom router that renders out the urls of custom views
2022-08-25 11:18:57 +02:00
Paul Konstantin Gerke
a6433732b6
Experimental changes
2022-08-25 10:15:09 +02:00
Paul Konstantin Gerke
d5bbbd4ee4
Add login QR-code to settings-page
2022-08-24 22:20:08 +02:00
Christopher C. Wells
3ae5aa378e
Update test string for updated translation
2022-08-15 07:53:01 -07:00
Christopher C. Wells
ac26a535ca
Update French translations ( #521 )
2022-08-15 07:03:26 -07:00
Xuesong
5419446776
Update Chinese translations
2022-08-09 05:14:10 -06:00
Xuesong
13e5302c77
Install GNU gettext at gitpod startup
2022-08-09 05:11:34 -06:00
Christopher C. Wells
54511e0b0a
Create v1.12.2 release
2022-08-04 08:26:23 -07:00
Christopher C. Wells
5a257f5b11
Revert "Set default date during picker initialization"
...
This reverts commit d397d169
2022-08-04 08:16:01 -07:00