Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | downloader: handle conferences without end date | Florian Larysch | 2017-10-06 | 1 | -0/+3 |
| | | | | | | | | | | Some conferences might not have an end date, but might be disabled in their config nonetheless. This leads to a situation which causes a null dereference in the downloader code. Fix this by not downloading data for conferences in such a state, as it stands to reason that we don't care about them anymore if we explicitly disabled them. | ||||
* | handle download-errors again | MaZderMind | 2016-12-24 | 1 | -3/+5 |
| | |||||
* | download eventcalender upcoming, too | MaZderMind | 2016-12-18 | 1 | -7/+40 |
| | |||||
* | implement actual downloading | MaZderMind | 2016-12-17 | 1 | -0/+28 |
| | |||||
* | improve log formatting | MaZderMind | 2016-12-17 | 1 | -1/+2 |
| | |||||
* | warn on old-style paths | MaZderMind | 2016-12-17 | 1 | -0/+12 |
| | |||||
* | change storage paths according to issue description | MaZderMind | 2016-12-17 | 1 | -8/+5 |
| | |||||
* | add cache-file getters and download preparations | MaZderMind | 2016-12-11 | 1 | -0/+68 |
| | |||||
* | download files of forced-open conferences | MaZderMind | 2016-12-11 | 1 | -1/+12 |
| | |||||
* | use DateTime objects for ends/startsAt | MaZderMind | 2016-12-11 | 1 | -7/+25 |
| | |||||
* | add download-command cli interface & config | MaZderMind | 2016-12-11 | 1 | -0/+28 |