aboutsummaryrefslogtreecommitdiff
path: root/clientapi
AgeCommit message (Expand)Author
2022-02-25Remember parameters on registration (#2225)S7evinK
2022-02-22Remote banned user is kicked and may not rejoin until unbanned (#2216)S7evinK
2022-02-18Implement server notices (#2180)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-18Update /whoami response to match Spec v1.2 (#2201)kegsay
2022-02-18Allow preventing guest registration (#2199)Neil Alexander
2022-02-17Listen for /v3 on CSAPI (#2197)kegsay
2022-02-16Add account type (#2171)S7evinK
2022-02-10Support for `m.login.token` (#2014)tommie
2022-02-10Allow user to forget a room, even if they never were a member (#2166)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-31Allow uppercase username on login (#2126)Hoernschen
2022-01-31Tweak some logging (#2130)Neil Alexander
2022-01-28"Enable" remote room search (#2099)S7evinK
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-03Add missing HTTP mode for userapi (#1982)S7evinK
2021-12-03Squash username to lowercase at login (#2065)nymori
2021-11-24Ratelimit requests to /media/r0/download|upload (#2020)S7evinK
2021-11-24Don't populate config defaults where it doesn't make sense (#2058)Neil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-09-08- Removed double imports (#1989)Ryan W
2021-08-24Hopefully fix UIA for cross-signing setup (closes #1983) (#1986)Neil Alexander
2021-08-18Add and use M_ROOM_IN_USE (#1972)Kevin Liu
2021-08-17Cross-signing fixes, notifications via sync, federation (#1974)Neil Alexander
2021-08-17Update golangci-lint (#1978)S7evinK
2021-08-04Cross-signing groundwork (#1953)Neil Alexander
2021-08-02Read the right username field when performing account deactivation (#1954)kegsay
2021-07-28Alias key backup endpoints onto /unstable, fix key backup bugs (#1947)Neil Alexander
2021-07-27Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)kegsay
2021-07-27Key Backups (2/3) : Add E2E backup key tables (#1945)kegsay
2021-07-27Key backups (1/2) : Add E2E session backup metadata tables (#1943)kegsay
2021-07-21Various alias fixes (#1934)Neil Alexander
2021-07-21Support initial_state properly in `/createRoom` (#1932)Neil Alexander
2021-07-20Rename Riot to Element (#1874)S7evinK
2021-07-19Fix failing ban tests (#1884)David Spenler
2021-07-09Implement /_synapse/admin/v1/register (#1911)kegsay
2021-06-14Use NotFound instead of Forbidden for missing account data (#1872)Adam Greig
2021-04-15Fix registration error when disabledNeil Alexander
2021-04-09Remove legacy register endpoint (#1822)Kegsay
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-08Return a more useful error on /register spec compliance violation (#1792)Neil Alexander
2021-03-05Tweak AS registration check and AS component HTTP clients (#1785)Neil Alexander
2021-03-03Fix appsevice alias queries part 2 (#1684)Will Hunt
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-03-02Return the current OTK count on an empty upload request (#1774)Neil Alexander
2021-02-12Implement /createRoom power_level_content_override (#1761)Michael Telatynski
2021-01-22Gate peeking behind msc flags (#1731)Kegsay
2021-01-18Mention unstable features in /_matrix/client/versions (#1710)sumitks866