Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-10-06 | downloader: handle conferences without end date | Florian Larysch | 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. | |||||
2016-12-24 | handle download-errors again | MaZderMind | 1 | -3/+5 | |
2016-12-18 | download eventcalender upcoming, too | MaZderMind | 1 | -7/+40 | |
2016-12-17 | implement actual downloading | MaZderMind | 1 | -0/+28 | |
2016-12-17 | improve log formatting | MaZderMind | 1 | -1/+2 | |
2016-12-17 | warn on old-style paths | MaZderMind | 1 | -0/+12 | |
2016-12-17 | change storage paths according to issue description | MaZderMind | 1 | -8/+5 | |
2016-12-11 | add cache-file getters and download preparations | MaZderMind | 1 | -0/+68 | |
2016-12-11 | download files of forced-open conferences | MaZderMind | 1 | -1/+12 | |
2016-12-11 | use DateTime objects for ends/startsAt | MaZderMind | 1 | -7/+25 | |
2016-12-11 | add download-command cli interface & config | MaZderMind | 1 | -0/+28 | |