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
Christopher Charbonneau Wells
27b50615d5
Add new "Baby Buddy on the Web" entry
2022-09-02 10:03:20 -07: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
Christopher C. Wells
d187ac58ae
Create v1.12.1 release
2022-08-03 19:55:09 -07:00
Jean-Louis Jouannic
4455e74262
💄 improves dropdown toggle look and feel
2022-08-03 10:45:22 -07:00
Jean-Louis Jouannic
0cd989ff96
🚸 adds a child quick switch in breadcrumb
...
This quick switch is available in dashboard, timeline and reports breadcrumbs
and allows to quickly switch to the "same" page but for another child
2022-08-03 10:45:22 -07:00
Christopher Charbonneau Wells
0d26efe05a
Add a way to set the SMTP configuration ( #506 )
...
* Update configuration of password reset URLs
* Add support for email configuration via environment variables
* Remove unused settings files
* Add email configuration documentation
* Reorganize configuration documentation by topic
* Fix linting issue
* Add password reset flow test
* Correct icon name
* Isolate password reset test case
* Update locales for new strings
2022-07-30 14:22:34 -07:00
Christopher C. Wells
d397d169f9
Set default date during picker initialization
2022-07-29 07:58:01 -07:00
Christopher C. Wells
c816726960
Create v1.12.0 release
2022-07-28 08:07:26 -07:00
Christopher C. Wells
85f20377e5
Revert demo deploy action to Heroku config
2022-07-24 13:04:15 -07:00
Christopher C. Wells
abc21728e5
Remove demo reset workflow
2022-07-24 12:51:00 -07:00
Christopher C. Wells
68bbe242a6
Update node dependencies
2022-07-24 12:46:57 -07:00
Jean-Louis Jouannic
a606f86033
🚸 improves quick timer user experience
2022-07-24 12:32:07 -07:00
Jean-Louis Jouannic
58615fde0a
📦 update production static files
...
And fixes package.json and package-lock.json out of sync
2022-07-24 12:32:07 -07:00
Jean-Louis Jouannic
e6107b6f3d
♻️ changes the way to prevent double form submission
...
Instead of disabling form submit buttons, which values were lost
in the process, attach a new handler which disabled form submission
until first submission is processed
2022-07-24 12:32:07 -07:00