index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientapi
/
routing
/
register.go
Age
Commit message (
Expand
)
Author
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-03
Fix flaky test in clientapi
Devon Hudson
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-02-03
Add Sytest/Complement coverage to scheduled runs (#2962)
Till
2023-01-10
Handle DisplayName field in admin user registration endpoint (#2935)
devonh
2022-12-23
Add clientapi tests (#2916)
Till
2022-12-22
Fix reset password endpoint (#2921)
Till
2022-11-18
Fix registration for virtual hosting
Neil Alexander
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-10-28
Add hcaptcha support besides Google ReCaptcha (#2834)
X. Ding
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-08-26
Restrict username length properly (#2676)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-06-09
Allow "registration is idempotent, with username specified" to pass (#2488)
Till
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-03-28
Allow stored session parameters to be overwritten in the registration request...
Neil Alexander
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-03-01
Only allow device deletion from session UIA was initiated from (#2235)
S7evinK
2022-02-25
Remember parameters on registration (#2225)
S7evinK
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-18
Allow preventing guest registration (#2199)
Neil Alexander
2022-02-16
Add account type (#2171)
S7evinK
2021-07-09
Implement /_synapse/admin/v1/register (#1911)
kegsay
2021-04-15
Fix registration error when disabled
Neil Alexander
2021-04-09
Remove legacy register endpoint (#1822)
Kegsay
2021-03-08
Return a more useful error on /register spec compliance violation (#1792)
Neil Alexander
2021-03-05
Tweak AS registration check and AS component HTTP clients (#1785)
Neil Alexander
2020-12-18
Fix /register
Neil Alexander
2020-12-18
Do not check if a username is exclusive if the request is for an appservice i...
Will Hunt
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-18
Allow = in user identifiers (#1590)
bodqhrohro
2020-11-12
Fix username regex to allow = character (#1578)
Neil Alexander
2020-10-09
Extend device_devices table (#1471)
S7evinK
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-17
Make userapi control account creation entirely (#1139)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-01
Fix pg user already exists (#1076)
S7evinK
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-04-14
support non-exclusive namespaces for AS (#828)
mohit kumar singh
2020-03-06
bugfix: Fix a race condition when creating guest accounts (#882)
Kegsay
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Pass cfg by reference around the codebase (#819)
Behouba Manassé
[next]