summaryrefslogtreecommitdiff
path: root/Annex/Notification.hs
Commit message (Collapse)AuthorAge
* reorgGravatar Joey Hess2017-12-14
|
* avoid build warning when built w/o dbusGravatar Joey Hess2017-12-06
|
* youtube-dl workingGravatar Joey Hess2017-11-29
| | | | | | | | | Including resuming and cleanup of incomplete downloads. Still todo: --fast, --relaxed, importfeed, disk reserve checking, quvi code cleanup. This commit was sponsored by Anthony DeRobertis on Patreon.
* generalize notifyTransferGravatar Joey Hess2017-11-28
| | | | support not only AssociatedFile but also URLString
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
| | | | | | To prevent any further mistakes like 1a497cefb47557f0b4788c606f9071be422b2511 This commit was sponsored by Francois Marier on Patreon.
* plumb assicated files through P2P protocol for updating transfer logsGravatar Joey Hess2016-12-02
| | | | | | | | | | ReadContent can't update the log, since it reads lazily. This part of the P2P monad will need to be rethought. Associated files are heavily sanitized when received from a peer; they could be an exploit vector. This commit was sponsored by Jochen Bartl on Patreon.
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
| | | | | | | | | Note that get --from foo --failed will get things that a previous get --from bar tried and failed to get, etc. I considered making --failed only retry transfers from the same remote, but it was easier, and seems more useful, to not have the same remote requirement. Noisy due to some refactoring into Types/
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* a few hlintsGravatar Joey Hess2015-04-11
|
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* Notification: Add action/status-dependent icon and urgencyGravatar Johan Kiviniemi2014-04-05
|
* Notification: summary is not optionalGravatar Johan Kiviniemi2014-04-05
| | | | Use the summary field instead of body.
* fix warning on !dbusGravatar Joey Hess2014-04-02
|
* fix build w/o DesktopNotificationGravatar Joey Hess2014-03-23
|
* notifications on dropGravatar Joey Hess2014-03-22