Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2021-12-20 | Extend license notices to 2022 (#354) | 1 | ||
2021-12-11 | Add `Accept` header negotiation to relevant API endpoints (#337) | 1 | ||
* start centralizing negotiation logic for API * swagger document nodeinfo endpoint * go fmt * document negotiate function * use content negotiation * tidy up negotiation logic * negotiate content throughout client api * swagger * remove attachment on Content * add accept header to test requests | ||||
2021-10-14 | User password change (#280) | 1 | ||
* start passwordChangeHandler * add user scope * add user module / api path * add password change request * make comment clearer * add user to processor * required true * add processor call to handler * don't pass tc or channel * change password func + tests * add some first docs about password management * update swagger docs * add api tests * go fmt * test fixes |