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
b0f469497e
🚨 fixes lint errors
2022-07-10 07:16:15 -07:00
Jean-Louis Jouannic
e8de147657
🔧 adds config file for Clever Cloud deployment
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
aba239e6da
Update Render.com config
...
Default database instance is _not_ free... rude.
2022-06-02 07:05:50 -07:00
Christopher C. Wells
d8e03dbf92
Add settings for Railway
2022-05-30 20:09:38 -07:00
Christopher C. Wells
4d8466be99
Format code
2022-05-23 15:59:57 -07:00
Christopher C. Wells
5d16e0ea19
CSRF_TRUSTED_ORIGINS is a list derp
2022-05-23 15:59:57 -07:00
Christopher C. Wells
e577441c85
Use join for CSRF origin config?
2022-05-23 15:59:57 -07:00
Christopher C. Wells
b46ee34b12
Correct CSRF trusted origin config
2022-05-23 15:59:57 -07:00
Christopher C. Wells
369c4d9bc6
Create basic render.com configuration
2022-05-23 15:59:57 -07:00
Rubens
e7702262df
Add Catalan translations
2022-04-10 16:01:02 -07:00
Christopher C. Wells
c19d6cc6b9
Complete support for subdirectory hosting
...
Fixes #186
2022-02-26 15:55:16 -08:00
Christopher C. Wells
94d1f99344
Create base error template
2022-02-25 20:28:12 -08:00
Christopher C. Wells
f49a54400e
Respect environment variables in development settings
2022-02-25 20:28:12 -08:00
Christopher C. Wells
b1ee9fe043
Add template for 403 CSRF Bad Origin failure
2022-02-25 20:28:12 -08:00
Christopher C. Wells
dd11afe584
Correct syntax of `CSRF_TRUSTED_ORIGINS` environment check
2022-02-21 15:46:44 -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
c540d36495
Add Chinese (simplified) translations
2022-02-21 10:31:38 -08:00
Christopher Charbonneau Wells
002f86aebd
Fix code formatting issue
2022-02-20 22:32:54 +00:00
Christopher Charbonneau Wells
26fa988fe6
Add Gitpod config for CSRF origin
...
Supports CSRF with Django 4+ (Baby Buddy v1.10.0+).
See #393 .
2022-02-20 22:27:19 +00:00
Christopher C. Wells
cd946280cb
Format code with black
2022-02-09 16:00:30 -08:00
Christopher C. Wells
81f0fb94e7
Replace easy-thumbnails with imagekit
...
Closes #373
2022-01-16 15:49:09 -08:00
Christopher C. Wells
6cc9890f5a
Use named patterns for settings URLs
...
This should improve support for subdirectory hosted installations.
2021-12-24 14:28:24 -05:00
Christopher C. Wells
db703c07ec
Merge remote-tracking branch 'origin/master'
2021-12-21 15:58:42 -05:00
MagiX13
498eddf5b6
Serve login pages using the SCRIPT_NAME if available
2021-12-21 15:51:20 -05:00
Christopher C. Wells
542e0dacb3
Ignore any unknown settings files
2021-12-20 09:41:32 -05:00
MagiX13
34038652b8
Convert envir variables that are supposed to be boolean to boolean
...
dotenv does not take allow for boolean environment variables and thus they have to be converted before
2021-12-15 06:26:50 -05:00
Christopher Charbonneau Wells
d74f35d765
Handle format customization in middelware ( #332 )
...
This is done to allow for format difference between `en-US` (`en`) and `en-GB` that are not well supported by Django's format handling.
2021-11-12 10:13:08 -08:00
Christopher C. Wells
0efe0e4f0b
Remove deprecated use of session-based language handling
...
Session-based language handling is deprecated in Django 3.x and will be
removed in 4.x.
https://docs.djangoproject.com/en/3.2/topics/i18n/translation/#explicitly-setting-the-active-language
2021-10-26 19:55:16 -07:00
Amith211
52fab47735
add en-GB 'translations'
2021-10-26 19:55:16 -07:00
Christopher C. Wells
821aa34fed
Update language option configurations
2021-10-07 05:58:03 -07:00
Christopher C. Wells
3f57b196b4
Disable secure cookies
...
This feature breaks login on non-HTTPs connections. Additional work needed.
2021-09-16 20:44:05 -07:00
Christopher C. Wells
c8d48945f2
Set `HttpOnly` flag on cookies
2021-09-16 19:37:04 -07:00
Christopher C. Wells
45cb43958d
Set default password policies in base settings
2021-09-16 19:14:48 -07:00
Christopher C. Wells
8ea68eed54
Default session and CSRF cookie setting to secure
2021-09-16 18:59:25 -07:00
Christopher C. Wells
956453b206
Add Portuguese to README
2021-09-16 18:53:46 -07:00
José Pedro Sousa
699c573162
Adding Portuguese Translation
2021-09-15 08:32:31 -07:00
jcgoette
81fad7d30e
add SECURE_PROXY_SSL_HEADER env arg option
2021-08-21 06:04:56 -07:00
Christopher C. Wells
359846fe57
Ensure default database name is set
...
Closes #279
2021-08-06 14:28:45 -07:00
Christopher C. Wells
ddf4c70739
Add support for DB config overrides to base settings
...
Closes #273
2021-08-06 08:52:51 -07:00
Christopher C. Wells
4673c2b8bd
Move cookie secure attributes to example production settings
2021-07-31 05:56:29 -07:00
Christopher C. Wells
d9f6c44f59
Add secure attribute to cookies
2021-07-31 05:56:29 -07:00
Christopher C. Wells
eac0942acd
Remove unsupported eb setting config
2021-07-31 05:56:29 -07:00
Christopher C. Wells
97b17447df
Disable axes during tests
2021-06-21 20:47:57 -07:00
Christopher C. Wells
27ea845bbb
Add basic log in brute force protection
2021-06-21 20:41:23 -07:00
Christopher Charbonneau Wells
c8e1fee3e4
Replace Travis with GitHub Actions ( #216 )
...
* Replace Travis config with GitHub Actions config
* Use Coveralls GitHub Action
* Correct Coveralls flag name
* Try AndreMiras/coveralls-python-action@develop
* Prevent double-run on push to PRs
Closes #216 .
2021-05-19 21:12:03 -07:00
Christopher C. Wells
250e07e739
Set default timezone as UTC
...
The previous setting of "Etc/UTC" appears to no longer be valid in certain
circumstances. This was causes tests to fail on user settings because the
provided default was invalid. "UTC" should be more uniformly recognized so
hopefully this does not have any downstream effects.
Closes #203
2021-05-05 05:58:32 -07:00
Christopher C. Wells
fe454013da
Update Python dependencies and runtime
2021-04-11 12:49:15 -07:00