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
Christopher C. Wells
4de006783e
Create v1.8.3 release
2021-08-27 21:16:00 -07:00
Christopher C. Wells
32a6ea1960
Ensure datetimepicker is not behind submit button on mobile
...
Fixes #265
2021-08-27 20:57:27 -07:00
jcgoette
81fad7d30e
add SECURE_PROXY_SSL_HEADER env arg option
2021-08-21 06:04:56 -07:00
Christopher C. Wells
ee5f7a682a
Create v1.8.2 release
2021-08-06 14:31:34 -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
5598482d53
Create v1.8.1 release
2021-08-06 09:01:29 -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
1aad600f6c
Only use `SHORT_MONTH_DAY_FORMAT` with supported locales
...
Closes #276
2021-08-06 08:24:07 -07:00
Christopher C. Wells
4c9848ec4e
Create v1.8.0 release
2021-08-05 07:39:38 -07:00
Christopher C. Wells
f29269869c
Only add sessions refresh data to existing sessions
...
Prior to change session were created for _every_ request (including API
requests).
2021-08-05 06:34:08 -07:00
Ohad Lutzky
e2779c006f
Hide child column if only one child is shown
...
Fixes #233
2021-08-04 08:47:56 -07:00
Christopher C. Wells
16c34ca7f0
Add test for custom date format
2021-08-01 04:42:38 -07:00
Christopher C. Wells
94cb7d771a
Use short datetime string for lists
2021-08-01 04:42:38 -07:00
Christopher C. Wells
c1dab44596
Use POST for timer quick add functionality
2021-07-31 13:56:48 -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
605660ff94
Only use full width submit on smaller screens
2021-07-19 20:55:30 -07:00
Christopher C. Wells
f4134cd226
Make form submit full width fixed
2021-07-19 20:55:30 -07:00
Ohad Lutzky
798d7663fd
Dashboard: Auto-refresh even if focus is supported
...
* No change if unsupported
* If supported, still auto-refresh at the selected frequency (if any),
but only if not hidden.
This is useful for always-on displays (e.g. a "baby clock"). Fixes #253
2021-07-19 19:52:19 -07:00
Ohad Lutzky
e2e2c8c43a
Brighten blue and cyan colors ( #251 )
...
For slightly easier viewing on mobile phones in daylight
2021-07-09 07:36:38 -07:00
Christopher C. Wells
67e78fec8c
Bump version to v1.7.0
2021-07-07 20:14:17 -07:00
Christopher C. Wells
1689bc8e20
Refactor API key reset as part of settings form
...
This adds core CSRF protection to the reset functionality.
2021-06-21 21:27:45 -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
Benjamin Häublein
e8696a8b00
Dashboard: Hide old data ( #215 )
...
* filter card data by age
* add setting for hide_age
* add option to settings form
* fix name to consistently use hide_age
* rename filter, use setting for filter
* add test for old hiding old data
* fix migration to contain correct imports, remove month from timedelta
* remove months from timedelta, allow blank
* fix with block
* add settings test
* add test for filter
* mock localtime
* fix timezone issues with tests
* linting
* linting
* Adjust migration
Co-authored-by: Benjamin Häublein <benjaminh@debian.vm.hp>
Co-authored-by: Christopher C. Wells <git@chris-wells.net>
2021-06-19 14:09:05 -07:00
Christopher C. Wells
5a7b5f5e5c
Add latest timezone migrations
2021-06-16 06:31:21 -07:00
Christopher C. Wells
a9a1f17204
Update settings migration
2021-06-07 20:26:27 -07:00