Support encrypting uploads

For files and thumbnails.
Also fix the PIL thumbnail() bad argument function call.
This commit is contained in:
miruka
2019-10-30 10:34:20 -04:00
parent b6609c5435
commit ce2a7f1018
2 changed files with 55 additions and 16 deletions

View File

@@ -8,8 +8,9 @@
- Deduplicate uploads
- Encrypted media
- Loading progress bar
- Support m.file thumbnails
- Support m.file thumbnails
- Generate video thumbnails
- GIFs can use the video player
- Display GIF static thumbnails while the real GIF is loading
- Video bug: when media is done playing, clicking on progress slider always
@@ -35,6 +36,7 @@
- When qml syntax highlighting supports ES6 string interpolation, use that
- Fixes
- Restart sync is exception occurs
- In the "Leave me" room, "join > Hi > left" aren't combined
- Event delegates changing height don't scroll the list
- When selecting text and scrolling up, selection stops working after a while