Commit Graph

15 Commits

Author SHA1 Message Date
df0eb84a44 Fix TmpDir and Location
TmpDir: Clean up before and after, not just after
Location: Resolve path so that parent check works properly
2020-04-23 09:50:32 +00:00
4ef0ffe3bf Listen to pylint and mypy 2020-04-20 17:44:58 +00:00
6407190ae0 Soupify requests responses properly 2020-04-20 16:38:30 +00:00
154d6b29dd Listen to pylint 2020-04-20 15:16:22 +00:00
135a8dce4b Fix resolve_path allowing paths outside its folder
This happened if the directory name was a prefix of the offending file name.
2020-04-20 16:07:14 +02:00
6584d6a905 Elaborate accept_file in new_organizer 2020-04-20 15:40:07 +02:00
5c2ff14839 Add "prompt_yes_no" to utils 2020-04-20 14:29:48 +02:00
d5dd5aac06 Fix some mypy errors 2020-04-20 01:54:47 +00:00
25043a4aaa Remove unnecessary files
Also document some plans for the new program structure in REWRITE.md
2020-04-19 19:49:43 +00:00
67da4e69fa Add colorful log output
Highlight the important operations (new, modified) in different colours.
2019-06-07 13:28:55 +02:00
9bae030186 Move ilias stuff from aiohttp to requests 2019-04-25 18:52:48 +00:00
5a1bf2188b Switch from tabs to spaces 2019-04-24 12:34:20 +00:00
8b1a34233a Add and use utility functions for changing paths
This fixes a small bug in the example config, where some files were
put in the wrong locations.
2018-11-27 08:52:27 +00:00
34da5d4d19 Sync files from ILIAS 2018-11-26 13:39:06 +00:00
2034c9d426 Add FfM (Fachschaft für Mathematik) synchronizer
This commit moves exceptions and some other things into utils.py and
renames files according to python's file naming guides (kinda).

It also adds a new example config using the new FfM downloader.
2018-11-24 08:27:33 +00:00