aboutsummaryrefslogtreecommitdiff
path: root/userapi/internal/user_api.go
AgeCommit message (Expand)Author
2024-10-18Update the license headers to mention the commercial licenseQuentin Gliech
2024-10-17Rename the go packageQuentin Gliech
2024-10-17Update the copyright headers in all filesQuentin Gliech
2024-07-27Fix nil pointer derefernce issues (#3379)Till
2024-01-20Don't send device list updates upon registration (#3307)Till
2023-09-12Fix `user_id` query param breaking auth for non-appservices (#3196)Tulir Asokan
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-28Add key backup tests (#3071)Till
2023-04-28Remove `PerformError` (#3066)Till
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-14Add pushrules tests (#3044)Till
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2023-03-31Add CS API device tests (#3029)Till
2023-02-20Fix issue where device keys are removed if a device ID is reused (#2982)Till
2023-02-20Merge keyserver & userapi (#2972)Till