Commit graph

7 commits

Author SHA1 Message Date
multun
c7ad961ef3 Implement mail tracker system
* Implement mail tracking

Signed-off-by: Victor "multun" Collod <victor.collod@prologin.org>

* Implement task merging

* Add a mail tracker title format pattern

* Autocomplete task names

* Fix comment display

* Track notification answers

* Add a socket timeout for the mail worker

A mail worker is a long running application. And sometimes, the IMAP server
just hangs for hours for no apparent reason. imaplib doesn't enable setting
a timeout, and setting it globally seems fine.

* Only validate the merge form when submitted

* Redirect to the new form when merging

* Prettier task edit UI

* Make task merging optional

* Test mail tracking

* Update documentation for mail tracking

* Update dependencies

* Add the TODO_COMMENT_CLASSES setting

* Fix dependencies install order

* Remove debug leftovers, improve documentation

* Fail on missing from_address
2019-03-11 00:04:19 -07:00
Scot Hacker
252153e16a Always use example.com for fake users 2018-04-06 23:51:17 -07:00
Scot Hacker
321c521fc3 Hopper fix when getting user in factory 2018-04-05 23:14:56 -07:00
Scot Hacker
3ecf4e58cb Change default list identifier 2018-04-05 22:46:58 -07:00
Scot Hacker
97bcfd96c2 Require -d to delete old content on hopper run, randomize num tasks per list 2018-04-05 22:32:31 -07:00
Scot Hacker
1f27688aa4 Complete fake data loading via hopper
- Includes mods to task.created_date to allow overrides
2018-04-05 00:27:53 -07:00
Scot Hacker
403d1483f6 Start of hopper management command 2018-04-03 00:28:41 -07:00