Christopher C. Wells
32bfede6e2
Re-add non-svg favicon metadata files
...
Fixes #357
2021-12-18 17:11:55 -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 C. Wells
9722d540ec
Create v1.9.3 release
2021-12-14 09:50:27 -05:00
Christopher C. Wells
9585443218
Revert "Treat `en` as `en-US` for date formatting"
...
This reverts commit c06ce032
. Proper handling for this language setting is
added in commit 59372a01
.
2021-12-14 09:25:21 -05:00
Christopher C. Wells
59372a01d2
Add migration for `en` to `en-US` language setting
...
Fixes #337
2021-12-13 16:34:36 -05:00
Christopher C. Wells
c06ce0325b
Treat `en` as `en-US` for date formatting
...
Fixes #337
2021-12-13 16:28:53 -05:00
Christopher Charbonneau Wells
2ad48940c1
Merge pull request #335 from Amith211/333-en-gb-datetimeformat
...
Add en-gb datetime overrides
2021-12-13 16:19:45 -05:00
Christopher C. Wells
b302cc853f
Create v1.9.2 release
2021-12-04 06:44:41 -05:00
Christopher C. Wells
f0a7f53752
Merge remote-tracking branch 'origin/master' into 333-en-gb-datetimeformat
2021-11-28 14:44:36 -05:00
Christopher C. Wells
4920f4341b
Use request language code when available ( #346 )
...
Enables translation on the login page.
2021-11-28 14:18:00 -05:00
Christopher C. Wells
0250faec6e
Ensure "settings saved" is translated ( #346 )
2021-11-28 14:05:56 -05:00
Christopher C. Wells
c28620b3d8
Activate and deactivate user language in middleware
...
Fixes #346
2021-11-28 14:02:23 -05:00
Amith211
429c85cd5a
fix en_GB display format
2021-11-15 17:30:12 +00:00
Amith211
df51cc05d8
fix en_GB tests
2021-11-15 17:15:57 +00:00
Amith211
0312a4210d
add en-gb format tests
2021-11-14 01:20:20 +00:00
Amith211
36318a05e3
add en-gb datetime overrides
...
close #333
2021-11-14 01:18:29 +00:00
Christopher C. Wells
10f12f6a13
Create v1.9.1 release
2021-11-13 06:24:50 -08:00
Christopher C. Wells
09714f5810
Update Python dependencies
2021-11-13 06:07:08 -08:00
Christopher C. Wells
fd9a0eb656
Replace usages of `darken` and `lighten`
2021-11-13 05:47:11 -08: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
codisart
c33ace2bf9
feat(sleep): #323 Add napping field to the sleep model
2021-10-30 07:16:37 -07:00
Christopher C. Wells
0c0d4baf41
Combine `en` and `en_GB` date input formats
2021-10-26 19:55:16 -07:00
Christopher C. Wells
b5d9875e9a
Fix linting issues
2021-10-26 19:55:16 -07: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
Christopher C. Wells
9e2048b26c
Change default locale to en-US
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
fe7e16800a
Create v1.9.0 release
2021-09-25 14:44:55 -07:00
Christopher C. Wells
05c5b68d28
Remove link blank targets (let user decide)
2021-09-25 14:19:53 -07:00
Christopher Charbonneau Wells
4cf523dff0
Improve logo/favicon styling ( #312 )
...
* Update brand logo color (WIP)
Need more SVG hackery for proper transparency...
* Add SVG favicon (WIP)
👻
* Create transparent logo variant; use for brand icon
* Update primary color for all logo assets
* Add small white stroke to favicon
* Switch to SVG favicon
2021-09-25 14:16:48 -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
Nick Trecina
a844aa7613
Date picker changes ( #304 )
...
Only open datepicker on calendar click
Co-authored-by: Christopher C. Wells <git@chris-wells.net>
2021-09-16 20:29:47 -07:00
Christopher C. Wells
c8d48945f2
Set `HttpOnly` flag on cookies
2021-09-16 19:37:04 -07:00
Christopher C. Wells
0e6a5cb08a
Prevent caching of pages requiring authentication
2021-09-16 19:34:33 -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
Christopher C. Wells
53f249d1af
Default to time in datetime picker
...
Closes #284
2021-09-03 20:46:12 -07:00
Christopher C. Wells
4b95ad48dc
Adjust style of datetime picker trigger
2021-09-03 20:42:37 -07:00
Christopher C. Wells
690a270185
Replace datetime picker icons
...
Fixes #302
2021-09-03 20:17:38 -07:00
Christopher C. Wells
bc1d4a707b
Fix refresh icon name
2021-08-31 08:08:13 -07:00
Christopher C. Wells
bafa1dec6e
Separate "information" and "action" icons for small screens
2021-08-31 08:08:13 -07:00
Christopher C. Wells
e1f20db2cb
Update back/forward arrow icon classes
2021-08-31 08:08:13 -07:00
Christopher C. Wells
2c029d3579
Prevent top menus from line breaking on small screens
2021-08-31 08:08:13 -07:00
Christopher C. Wells
49aa852fe8
Fix activities icon spelling
2021-08-31 08:08:13 -07:00
Christopher C. Wells
c850998b64
Remove deprecated `icon` base class usage
2021-08-31 08:08:13 -07:00
Christopher C. Wells
d2decc03b6
Replace Font Awesome with a Fontello custom font
2021-08-31 08:08:13 -07:00
Christopher C. Wells
0990678325
Add basic timeline view (WIP)
2021-08-31 08:08:13 -07:00
Ohad Lutzky
5e4e3753e7
Nav items linking to timeline from dashboard
...
Fixes #271
2021-08-31 08:08:13 -07:00