Properly handle login errors with new exceptions

This commit is contained in:
miruka
2019-11-11 06:39:11 -04:00
parent de7053f196
commit 7f48c1b35d
4 changed files with 48 additions and 15 deletions

View File

@@ -4,8 +4,6 @@
- Handle upload errors: non existent path, path is a dir, file too big, etc
- Show real progression for mxc thumbnail loadings, uploads and downloads
- Login & upload: use new exception python/qml mechanism
- Support m.file thumbnails
- Generate video thumbnails
- GIFs can use the video player
@@ -201,6 +199,12 @@
- Support "Empty room (was ...)" after peer left
- Previewing room without joining
- thumbnail API shouldn't require auth
- get content repo config API
- add the `resume()` method
- See if we can turn all the Error classes into actual exceptions
- Distribution
- Include python dependencies in binary with rcc?
- README.md