Christopher C. Wells
f8f605a118
Update node version to 18
2023-03-18 10:07:26 -07:00
Tom Pansino
6acadcb11b
Allow setting CSRF_COOKIE_SECURE and SESSION_COOKIE_SECURE via env vars
2022-12-07 16:35:02 -08:00
earthcomfy
6f83611f42
Remove group arg and add --read-only flag to createuser command
2022-10-31 06:49:55 -07:00
earthcomfy
b50748598b
fix - Remove staff type from group and add is-staff arg
2022-10-31 06:49:55 -07:00
Christopher C. Wells
65a7e8776c
Remove Heroku-specific config and documentation
2022-10-29 18:51:59 -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
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
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
Jean-Louis Jouannic
d43bf344f4
📝 adds some documentation about deploying on Clever Cloud
2022-07-10 07:16:15 -07:00
Jean-Louis Jouannic
f6960dc2e9
✨ Add support for other S3-like providers ( #476 )
2022-06-06 13:34:22 -07:00
Christopher C. Wells
f3b009307b
Drop support for Python 3.6
...
Python 3.6 was EOL on 23 Dec 2021.
2022-05-31 08:25:35 -07:00
Christopher C. Wells
6fed1b80f3
Upgrade to Node 16.x
2022-05-31 08:23:41 -07:00
Christopher C. Wells
e4345b03e7
Use named code blocks throughout documentation
2022-05-28 13:47:48 -07:00
Christopher C. Wells
8e33033e26
Add docs-specific requirements
2022-05-28 13:27:36 -07:00
Christopher C. Wells
5d03b4066f
Clarify API timer field documentation
2022-05-28 13:15:07 -07:00
Christopher C. Wells
af5253585e
Add latest endpoints to documentation
2022-05-28 13:15:06 -07:00
adamaze
767dac44f4
fix typo
2022-05-22 12:42:20 -07:00
Justin Goette
6dcddc88b6
fix leading spaces
...
makes copypasta easier.
2022-04-12 13:05:03 -07:00
bugbountyguy
9b4bbef5bf
Change reading to entry and other PR feedback
2022-04-04 20:39:39 -07:00
bugbountyguy
4ceb6095d3
Rename breastpump to pumping
2022-04-04 20:39:39 -07:00
bugbountyguy
5c45b037f0
Finish up adding the brestpump measurement
2022-04-04 20:39:39 -07:00
Christopher C. Wells
428a515c38
Add container-based HTTPS configuration documentation
...
Fixes #407
2022-02-28 07:18:51 -08:00
Christopher C. Wells
a5042f2660
Add HTTPS/SSL documentation
...
Fixes #406
2022-02-27 15:04:18 -08:00
Christopher C. Wells
f258124f6e
Add syntax highlighting to relevant docs
2022-02-26 16:20:35 -08:00
Christopher C. Wells
c19d6cc6b9
Complete support for subdirectory hosting
...
Fixes #186
2022-02-26 15:55:16 -08:00
Christopher C. Wells
0dc9f4b219
Add proxy configuration documentation
2022-02-25 20:28:12 -08:00
Christopher C. Wells
a772f0d691
Improve and clarify proxy environment variables documentation
2022-02-25 20:28:12 -08:00
Christopher C. Wells
21fa57c9c1
Update references to Django documentation pages
2022-02-21 15:39:38 -08:00
Christopher C. Wells
2f9658d7de
Add support for a `CSRF_TRUSTED_ORIGINS` configuration environment variable
...
See #393 .
2022-02-21 15:37:51 -08:00
Christopher C. Wells
92071fbe19
Fix broken hrefs in docs
2022-02-21 11:29:43 -08:00
Christopher C. Wells
92136569c4
Add caveats to pull request docs
2022-02-21 11:25:28 -08:00
Christopher C. Wells
20abd11213
Break up contributing docs
2022-02-21 11:13:56 -08:00
Christopher C. Wells
107c0870bb
Tweak Heroku documentation
2022-02-21 08:32:19 -08:00
Christopher C. Wells
12ba4736e6
Add new `format` gulp command to docs
2022-02-20 20:46:55 -08:00
Christopher C. Wells
acde3156c6
Add images to getting started user guide
2022-01-30 13:59:21 -08:00
Christopher C. Wells
0bd68c2243
Add Managing Users to guide
2022-01-30 13:42:04 -08:00
Christopher C. Wells
c181b99ed9
Update timer edit/delete user guide videos
2022-01-30 13:30:03 -08:00
Christopher C. Wells
fcf09c284c
Update user guide videos; reorganize content
2022-01-26 16:03:16 -08:00
Christopher C. Wells
e0df2751d2
Create docs user guide (WIP)
2022-01-15 06:46:37 -08:00
Christopher C. Wells
5964eed601
Add a gulp command to generate OpenAPI schema
2022-01-12 16:18:10 -08:00
Christopher C. Wells
c8ed066806
Add documentation site commands to Gulp config
2021-12-22 11:32:53 -05:00
Christopher C. Wells
5811755f7b
Customize docs site
2021-12-22 11:10:20 -05:00
Christopher C. Wells
cbc2fed2fb
Add initial mkdocs config
2021-12-21 16:45:50 -05:00
Christopher C. Wells
cc4e36bafd
Update dev install procedure steps
2021-11-19 09:38:24 -05:00
Christopher Charbonneau Wells
9fd06eef4f
Fix Heroku deploy URL
...
Fixed #340 .
2021-11-19 08:53:48 -05:00
Christopher C. Wells
04d191fe7c
Review and revise documentation language
2021-10-31 15:16:47 -07:00
Christopher C. Wells
650d864c64
Add information about projects using Baby Buddy
2021-10-31 15:16:47 -07:00
Christopher C. Wells
9a584481f9
Break huge README in to multiple files
2021-10-31 15:16:47 -07:00