Neil Alexander
fca23c356a
Put SaveAccountData into the right function this time
2020-01-30 11:33:41 +00:00
Neil Alexander
04b7285e23
Add empty push rules into account data on account creation ( #862 )
2020-01-30 11:22:12 +00:00
Neil Alexander
16c725b0e2
Fix insertAccountData SQLite query
2020-01-29 17:53:55 +00:00
Neil Alexander
6183859d50
Revert "Implement GET endpoints for account_data in clientapi"
...
This reverts commit 4d80dff458 .
2020-01-29 17:41:11 +00:00
Neil Alexander
4d80dff458
Implement GET endpoints for account_data in clientapi
2020-01-29 17:21:31 +00:00
Neil Alexander
99b32109ba
Fix accounts DB, device DB
2020-01-27 17:36:43 +00:00
Neil Alexander
db192382c6
Some keydb, accountdb, devicedb, common partition fixes, some more syncapi tweaking
2020-01-27 14:33:06 +00:00
Neil Alexander
43605b61aa
Duplicate postgres package for sqlite3 (no changes made to it yet)
2020-01-27 12:34:45 +00:00
Neil Alexander
7f4c60f17e
Interfaces for accounts/devices databases
2020-01-27 12:31:05 +00:00
Neil Alexander
359bd722a0
Initial massaging of clientapi etc (not working yet)
2020-01-27 12:10:51 +00:00
Alex Chen
e959927d0a
selectAccountDataByType shouldn't error when no rows ( #804 )
...
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-10-07 13:15:58 +01:00
Behouba Manassé
49fd47c863
selectAccountDataByType return ClientEvent pointer instead of slice of ClientEvent ( #798 )
...
This pull request is an attempt to fix #773 .
Signed-off-by: Kouame Behouba Manassé behouba@gmail.com
2019-09-30 17:25:04 +01:00
Alex Chen
f8d2860765
Replace membership and visibility values with constants ( #774 )
...
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-08-06 15:07:36 +01:00
Thibaut CHARLES
b729a10366
Store & retrieve filters as structs rather than []byte ( #436 )
...
Manipulate filters as gomatrix.Filter structures, instead of their []byte JSON representation.
This lays ground work for using filters in dendrite for /sync requests.
2019-07-25 00:08:51 +08:00
Andrew Morgan
bc382bba46
Fix pipeline, emoji and syntax ( #713 )
...
Fixes #697
Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters.
2019-06-19 14:05:03 +01:00
ruben
74827428bd
use go module for dependencies ( #594 )
2019-05-21 21:56:55 +01:00