|
faa5a76d2d
|
Add missing max_length to CharField
|
2021-01-17 16:47:55 +01:00 |
|
|
f9c52ce62b
|
Fix notification sending for multiple dispatchers or no specified dispatchers
|
2021-01-15 15:14:08 +01:00 |
|
|
893c13a0b4
|
Prepare models for habits
Add fields for weekdays and days of month
Update requirements to include dateutil, polymorphic, multiselectfield
|
2021-01-08 18:32:25 +01:00 |
|
|
27a19758f3
|
Do not hide buttons on narrow screens – might be ugly but I need those buttons
|
2021-01-08 12:03:41 +01:00 |
|
|
dee6be0b88
|
Send app specific data with Notification filter signal
|
2021-01-06 18:40:33 +01:00 |
|
|
9d50530ca1
|
Send content of data field with Notification filter signal
|
2021-01-06 18:33:32 +01:00 |
|
|
e7c79578d4
|
Fix typo
|
2021-01-06 18:29:09 +01:00 |
|
|
2cbd3960d7
|
Add field for additional (app specific) data to Notifications
|
2021-01-06 18:28:44 +01:00 |
|
|
1356c59d31
|
Add todo
|
2021-01-06 15:52:01 +01:00 |
|
|
42bebfad05
|
Fix silly mistake in dream attachment saving
|
2021-01-06 14:06:48 +01:00 |
|
|
369103b081
|
Fix file name display in dream view
|
2021-01-06 14:05:31 +01:00 |
|
|
0161ef48fb
|
Fix file name display in status view
|
2021-01-06 14:03:13 +01:00 |
|
|
55482d2262
|
Fix upload paths for StatusMedia
|
2021-01-06 13:59:37 +01:00 |
|
|
bff5297f63
|
Fix attachment upload paths for DreamMedia
|
2021-01-06 13:55:32 +01:00 |
|
|
f83a4cc49f
|
Display status media in status view
|
2021-01-04 11:34:05 +01:00 |
|
|
6750ab44f0
|
Updated StatusMedia model to match form signature
|
2021-01-04 11:28:24 +01:00 |
|
|
01f667dd70
|
Create models for medication tracker
|
2021-01-04 07:39:29 +01:00 |
|
|
73946a6306
|
Add new apps to settings.py
Document new to-do items
|
2021-01-04 07:39:16 +01:00 |
|
|
1619f6895f
|
Make themes not required for dreams
|
2021-01-04 07:38:42 +01:00 |
|
|
af5e247680
|
Make activities not required for mood status
|
2021-01-04 07:38:28 +01:00 |
|
|
8e34e2579d
|
Add three bare modules
|
2021-01-03 08:42:04 +01:00 |
|
|
1f78158637
|
Implement filter signals for message processing
|
2021-01-02 10:13:07 +01:00 |
|
|
eff769c625
|
Filter out status entries that don't have a mood associated from average_mood
|
2021-01-01 21:46:38 +01:00 |
|
|
1d5575c073
|
Add item to TODO list
|
2021-01-01 18:17:58 +01:00 |
|
|
2a45e73303
|
Preliminary dream stat template tags
|
2021-01-01 18:17:10 +01:00 |
|
|
3f4dc5f8be
|
Dreams module completed (?)
|
2021-01-01 17:49:39 +01:00 |
|
|
192af2eb84
|
Add missing enctype to form with file uploads
|
2021-01-01 17:48:12 +01:00 |
|
|
69ecb4640f
|
Fix something that seemed to work anyway
|
2021-01-01 17:01:38 +01:00 |
|
|
72cbf3ac01
|
Fix copy-paste error
|
2021-01-01 16:55:45 +01:00 |
|
|
c377fae61f
|
Create models for dream tracking module
Update to-do list
|
2021-01-01 14:43:47 +01:00 |
|
|
26bcb49be2
|
Fix silly mistake
|
2021-01-01 13:55:19 +01:00 |
|
|
27d4f4276d
|
Add to-do list
|
2021-01-01 13:37:53 +01:00 |
|
|
c25cac1ac2
|
Add management command to set Telegram token
|
2020-12-31 22:29:26 +01:00 |
|
|
6c91c70d17
|
Add unit to streak length widget on dashboard
|
2020-12-31 22:22:21 +01:00 |
|
|
f5ce10ef93
|
Add incomplete CBT component
|
2020-12-31 22:18:39 +01:00 |
|
|
9dc5e1bfd6
|
Create PercentageField for use in future CBT comp
|
2020-12-31 22:17:46 +01:00 |
|
|
6f272defe8
|
Add missing instructions to INSTALL.md
|
2020-12-31 22:17:19 +01:00 |
|
|
f5df828403
|
Add registration form
Prepare for closed registrations (will be default probably)
|
2020-12-31 22:17:02 +01:00 |
|
|
430ff93e45
|
Make message handler use local time instead of UTC
|
2020-12-31 22:15:52 +01:00 |
|
|
d4da464aa8
|
Fix missing cron signal
|
2020-12-30 18:38:37 +01:00 |
|
|
02ea82dab5
|
Document things in INSTALL.md that don't even exist yet
|
2020-12-30 12:17:12 +01:00 |
|
|
1298249994
|
Catch potential division by zero
|
2020-12-30 12:07:40 +01:00 |
|
|
3ae64b5caf
|
Add django-dbsettings requirement
Move Telegram bot token to dbsettings (incl. migration)
|
2020-12-30 10:33:45 +01:00 |
|
|
82e563cab6
|
Fix wrong variable use
|
2020-12-29 19:25:05 +01:00 |
|
|
077c26bc0a
|
Implement Telegram notifications
Some refactoring
|
2020-12-29 17:26:48 +01:00 |
|
|
0ed5c42d84
|
Fix form validation for Status changes
|
2020-12-28 22:32:32 +01:00 |
|
|
233a76a588
|
Display line breaks in status view
|
2020-12-27 21:19:38 +01:00 |
|
|
1c095592a1
|
Add time zone setting to localsettings
|
2020-12-27 21:04:25 +01:00 |
|
|
0a8bdfac8d
|
Explicitly list argon2_cffi as requirement
|
2020-12-27 20:32:57 +01:00 |
|
|
df4fccef57
|
Modify CSS to work in S3 configuration
|
2020-12-27 19:30:35 +01:00 |
|