Damir Jelić
30bf196956
pantalaimon: Update the changelog
2021-01-19 10:55:25 +01:00
Damir Jelić
3cb1d735cf
pantalaimon: Bump our version
2021-01-19 10:55:25 +01:00
Will Hunt
bd7af084f7
Do not fail if msgtype is not defined
2021-01-15 14:23:37 +00:00
Damir Jelić
59051c530a
ui: Fix the notification initialization
...
Closes : #81 .
2021-01-12 11:52:52 +01:00
Damir Jelić
12ae367626
daemon: Fix a couple of styel issues
2021-01-12 10:05:53 +01:00
Andrea Spacca
1c317ed294
cr fix
2021-01-11 17:43:56 +01:00
Andrea Spacca
787540f329
replace ValueError with custom NotDecryptedAvailableError
2021-01-11 16:58:03 +01:00
Andrea Spacca
6ece7020de
remove hidden forward_to_web in _map_decrypted_uri and rely on except
2021-01-11 16:37:46 +01:00
Andrea Spacca
266b049cfc
override existing content
2021-01-07 18:11:02 +01:00
Andrea Spacca
a24f80c4d0
fix bug
2021-01-07 17:57:54 +01:00
Andrea Spacca
83d1e12870
fix bug
2021-01-07 17:54:46 +01:00
Andrea Spacca
8fc906a9e6
fix bug
2021-01-07 17:52:50 +01:00
Andrea Spacca
e66a3bc2d1
fix bug
2021-01-07 17:48:19 +01:00
Andrea Spacca
6cedf846bd
store filename in upload info
2021-01-07 17:08:34 +01:00
Andrea Spacca
b6b4362ade
fix test
2021-01-07 16:58:24 +01:00
Andrea Spacca
5dd4c50c2a
store filename in upload info
2021-01-07 16:57:07 +01:00
Andrea Spacca
33e938b095
bugfix
2021-01-07 11:57:36 +01:00
Andrea Spacca
0bf49f7fdd
remove keys from uploadinfo, save media and upload at upload time
2021-01-07 11:22:11 +01:00
Andrea Spacca
f0ea2ebd3d
CR fixes
2021-01-06 18:08:03 +01:00
Andrea Spacca
3d1a807f7e
CR fixes
2021-01-05 14:28:07 +01:00
Andrea Spacca
3d319b1247
fix bug
2020-12-27 01:51:35 +01:00
Andrea Spacca
8aaa82abf3
profile and m.room.avatar
2020-12-24 17:58:50 +01:00
Andrea Spacca
fadcf2934d
fix bug
2020-12-23 19:50:29 +01:00
Andrea Spacca
f747c83af4
cache in upload
2020-12-23 12:36:29 +01:00
Andrea Spacca
453fd935d2
fix test
2020-12-23 00:47:23 +01:00
Andrea Spacca
aa5123bef3
fix test
2020-12-22 22:16:06 +01:00
Andrea Spacca
3a380cc91e
fix test
2020-12-22 21:00:09 +01:00
Andrea Spacca
404dfe568c
overwrite content
2020-12-22 20:52:04 +01:00
Andrea Spacca
a533c25efd
little cleaning
2020-12-22 17:45:34 +01:00
Andrea Spacca
8a40b9e6bc
refinements
2020-12-22 17:21:35 +01:00
Andrea Spacca
1168bcf7ff
CR fixes
2020-12-22 17:12:21 +01:00
Andrea Spacca
ce0fa21f94
fix await
2020-12-22 09:44:05 +01:00
Andrea Spacca
5273b83574
use mxc data in send_message
2020-12-22 02:47:28 +01:00
Andrea Spacca
e5922da6ec
WIP: first commit
2020-12-22 02:37:27 +01:00
Damir Jelić
5b1e220f5e
tox: Bump our Python versions.
2020-12-02 13:49:43 +01:00
Damir Jelić
726e96944d
store: Add a missing use-database decorator.
2020-12-02 12:42:42 +01:00
Damir Jelić
ec00d06c16
setup.py: Add a missing comma.
2020-12-02 11:24:28 +01:00
mawalu
1219ddfc48
Use correct homeserver URL in example description
2020-10-17 10:39:34 +02:00
Damir Jelić
9c65c06075
pantalaimon: Bump the version.
2020-09-30 11:26:46 +02:00
Damir Jelić
d7089b91bd
daemon: Format the file.
2020-09-30 11:26:32 +02:00
Damir Jelić
5ca755a944
setup.py: Specify our UI deps better.
...
This fixes : #68 .
2020-09-30 11:22:00 +02:00
Will Hunt
908c1a16be
Fix logger.warn error
...
Co-authored-by: poljar <poljar@termina.org.uk>
2020-09-16 15:01:16 +01:00
Will Hunt
3c5e42896f
log line
2020-09-16 11:59:46 +01:00
Will Hunt
bb9408cbbe
Add changelog entry
2020-09-16 10:14:17 +01:00
Will Hunt
fdbb35d806
Add valuerror
2020-09-16 10:10:40 +01:00
Will Hunt
73fa84a6e5
Do not try to login if the user authenticated via other means
2020-09-15 18:12:05 +01:00
Damir Jelić
625bde3305
pantalaimon: Bump the version and update the changelog.
2020-09-02 17:13:31 +02:00
Galen Abell
c13bd1329b
tests: Don't use keyring during tests
...
Many systems don't have a keyring configured for DBus by default, which
requires extra setup in order to run the proxy tests successfully.
2020-08-14 11:51:49 +02:00
Damir Jelić
d425e2d188
pantalaimon: Increase the max POST size.
2020-08-04 15:37:01 +02:00
Damir Jelić
01e0c9363e
client: Store media info when decrypting instead of using a event callback.
...
Event callbacks are only called for events that come through a sync
resposne. Since events in the scrollback might be decryptable there's no
reason to not store the media info for those as well.
2020-07-20 15:19:13 +02:00