Sorunome
|
768baa7602
|
chore: Implement a proper deep-copy function for json maps
|
2020-12-28 14:35:21 +01:00 |
Christian Pauly
|
79fe7b0878
|
refactor: Replace some magic strings
|
2020-12-23 12:14:16 +01:00 |
Marcus Hoffmann
|
54fc29f203
|
clear cache fix
|
2020-12-22 17:34:50 +01:00 |
Christian Pauly
|
cd4dafcd45
|
chore: Nicer logs in tests
|
2020-12-21 14:21:12 +01:00 |
Christian Pauly
|
3d6dbc9dc3
|
chore: Implement logoutput
|
2020-12-21 09:35:36 +01:00 |
Christian Pauly
|
715c5ccfb6
|
fix: Logfilter
|
2020-12-19 16:43:03 +01:00 |
Christian Pauly
|
57286d4c28
|
feat: Use logger package
|
2020-12-19 12:04:25 +00:00 |
Christian Pauly
|
622d5f4b0d
|
fix: Make AuthenticationData type and session optional
|
2020-12-11 11:20:03 +01:00 |
Christian Pauly
|
a7fa118aa4
|
Merge branch 'krille/follow-up-clean-up-bootstrap' into 'main'
refactor: Follow up clean up bootstrap
See merge request famedly/famedlysdk!559
|
2020-12-11 10:14:54 +00:00 |
Christian Pauly
|
6657e073a0
|
refactor: Follow up clean up bootstrap
|
2020-12-11 09:57:45 +01:00 |
Christian Pauly
|
cb4d4f3229
|
Merge branch 'dubutx-main-patch-24260' into 'main'
Add missing token property when login
Closes #135
See merge request famedly/famedlysdk!558
|
2020-12-10 11:51:48 +00:00 |
Christian Pauly
|
b563aec7bb
|
refactor: Add secretstoragekeycontent
|
2020-12-10 11:03:45 +01:00 |
Sorunome
|
49f0679fbf
|
feat: Add bootstrapping
|
2020-12-10 08:13:24 +00:00 |
Ray Wang
|
b37b347022
|
Add missing token property when login.
|
2020-12-10 02:11:48 +00:00 |
Christian Pauly
|
bec1761172
|
refactor: content parsing
|
2020-11-30 15:34:46 +01:00 |
Christian Pauly
|
323b203718
|
refactor: algorithm types
|
2020-11-30 14:26:31 +01:00 |
Marcus Hoffmann
|
9b3f9e4ef7
|
feature: allow marking rooms as unread
|
2020-11-25 12:03:19 +01:00 |
Christian Pauly
|
01ce832aaa
|
fix: 3pid api bugs
|
2020-11-24 13:48:57 +01:00 |
Christian Pauly
|
ab8eb71fee
|
fix: Unban
|
2020-11-22 21:05:34 +01:00 |
Christian Pauly
|
c8d5bbfd14
|
fix: Allow null values in json
|
2020-11-12 06:40:10 +00:00 |
Christian Pauly
|
ac4cded10f
|
feat: Implement UIA for login
|
2020-11-09 17:48:27 +01:00 |
Sorunome
|
66572bd032
|
feat: Check if event type is known
|
2020-11-08 13:52:10 +01:00 |
Christian Pauly
|
cbae6b9c84
|
fix: Better handling leave broken room on join
|
2020-11-05 14:03:58 +01:00 |
Christian Pauly
|
f9f18641e3
|
refactor: Connection error handling
|
2020-10-29 10:42:05 +01:00 |
Sorunome
|
090f0c326c
|
fix: Do not require unrequired field in supported versions response
|
2020-10-19 18:10:07 +02:00 |
Sorunome
|
9632d68b92
|
fix: one itme keys response failure may be null
|
2020-10-17 11:16:43 +02:00 |
Sorunome
|
024a27bfc2
|
fix: Back off of failed key queries
|
2020-09-18 10:24:14 +02:00 |
Christian Pauly
|
0fa2046c41
|
fix: Missing null check
|
2020-09-17 16:52:55 +02:00 |
Sorunome
|
99d536b14f
|
feature: Upload to online key backup
|
2020-09-09 09:53:26 +02:00 |
Christian Pauly
|
215563ab92
|
Fix wrong call types
|
2020-08-15 15:17:17 +02:00 |
Christian Pauly
|
a861ceed5f
|
Fix turn server credentials type
|
2020-08-14 14:54:19 +02:00 |
MTRNord
|
26586b6f02
|
style: Change package:famedlysdk imports to relative imports
Changing the imports from `package:famedlysdk` to relative imports allows us to easier move the files
Took 2 minutes
|
2020-08-13 10:40:39 +02:00 |
Christian Pauly
|
fb9b505988
|
Krille/make client extend matrixapi
|
2020-08-11 16:11:51 +00:00 |
Christian Pauly
|
6779ab6624
|
Deprecate debug mode
|
2020-08-06 07:09:32 +00:00 |
Sorunome
|
f48f6bca12
|
Properly imlement event aggregations
|
2020-07-27 07:39:48 +00:00 |
Sorunome
|
9cb4dab9d4
|
test web
|
2020-07-24 15:37:00 +02:00 |
Sorunome
|
ff2de35d28
|
test web
|
2020-07-24 14:53:06 +02:00 |
Sorunome
|
c68487ac21
|
fix issue with sending messages
|
2020-07-23 08:09:00 +00:00 |
Christian Pauly
|
4f2a8febf9
|
Fix request history
|
2020-07-21 07:34:30 +00:00 |
Marcel
|
3c0fbf784f
|
[Requests] Add try_catch for utf8 decoding because dart really seems to have issues with json encoding and decoding. (also use camelCase)
Took 18 minutes
|
2020-07-20 13:43:55 +02:00 |
Marcel
|
9f6bd740ca
|
[Requests] Make sure to not use the latin1 version of the json but instead convert the bytes to utf8 as required by various RFCs.
Took 14 minutes
|
2020-07-20 13:19:57 +02:00 |
Sorunome
|
8294231f78
|
url in PusherData is optional
|
2020-07-14 12:00:37 +02:00 |
Lukas Lihotzki
|
8d83d4a699
|
refactor matrix_api query strings and enums
|
2020-07-08 07:15:26 +00:00 |
Christian Pauly
|
4790925929
|
Merge branch 'soru/no-contains-key' into 'master'
Better validate event contents
See merge request famedly/famedlysdk!353
|
2020-06-29 12:02:18 +00:00 |
Sorunome
|
fd406987c1
|
Better validate event contents
|
2020-06-29 12:02:18 +00:00 |
Christian Pauly
|
386248a046
|
Fix wellknown with trailing slash
|
2020-06-28 11:54:00 +00:00 |
Lukas Lihotzki
|
58dcedb883
|
Use mime instead of mime_type
|
2020-06-25 17:35:46 +02:00 |
Sorunome
|
663d0a2638
|
parse order of tags better
|
2020-06-25 14:05:10 +00:00 |
Sorunome
|
5dda0c3623
|
Merge branch 'soru/cross-signing' into 'master'
Cross-Signing
See merge request famedly/famedlysdk!319
|
2020-06-25 07:53:30 +00:00 |
Sorunome
|
8de4b5acc0
|
update link in comments
|
2020-06-25 09:46:01 +02:00 |