aboutsummaryrefslogtreecommitdiff
path: root/clientapi/auth
AgeCommit message (Expand)Author
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-24Fix lint errorsNeil Alexander
2022-03-01Only allow device deletion from session UIA was initiated from (#2235)S7evinK
2022-02-10Support for `m.login.token` (#2014)tommie
2022-01-31Allow uppercase username on login (#2126)Hoernschen
2021-12-03Add missing HTTP mode for userapi (#1982)S7evinK
2021-12-03Squash username to lowercase at login (#2065)nymori
2021-08-04Cross-signing groundwork (#1953)Neil Alexander
2021-07-20Rename Riot to Element (#1874)S7evinK
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-10-02Add 'completed' field in Interactive Auth API (#1469)Loïck Bonniot
2020-09-04Password changes (#1397)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-28User directory (#1225)Neil Alexander
2020-07-10Add User-Interactive Authentication (#1193)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-17Make userapi control account creation entirely (#1139)Kegsay
2020-06-16BREAKING: Make eduserver/appservice use userapi (#1138)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-04s/Base64String/Base64Bytes/g (#1093)Kegsay
2020-06-04Add ParseFileURI and use it when dealing with file URIs (#1088)Kegsay
2020-06-01Unbreak dendritejsKegan Dougal
2020-06-01Fix pg user already exists (#1076)S7evinK
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-22dendritejs tweaks for persisting sqlite DBs (#1058)Kegsay
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-03-19Implement /joined_rooms (#911)Prateek Sachan
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-03-06bugfix: Fix a race condition when creating guest accounts (#882)Kegsay
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-28Fix bug in devices endpoint (#877)Neil Alexander
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-02-11Implement missing device management features (#835)S7evinK
2020-01-30Add empty push rules into account data on account creation (#862)Neil Alexander
2019-10-07selectAccountDataByType shouldn't error when no rows (#804)Alex Chen
2019-09-30selectAccountDataByType return ClientEvent pointer instead of slice of Client...Behouba Manassé
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen
2019-08-07Implement profile retrieval over federation (#726)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-25Store & retrieve filters as structs rather than []byte (#436)Thibaut CHARLES
2019-07-22Correctly create new device when device_id is passed to /login (#753)Andrew Morgan
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben