summaryrefslogtreecommitdiff
path: root/src/server/rhizi_api.py
AgeCommit message (Collapse)Author
2015-01-04rename rhizi_api -> rz_apiLV-426
2015-01-04rhizi_api breakup: common, rest & websocket filesLV-426
2015-01-02rhizi_api.py: extract core logic to rz_kernel (REST/web-socket agnostic)LV-426
2015-01-02__common_exec(): on_errorLV-426
2015-01-02__common_resp_handle(): doc serialization assumptionsLV-426
2015-01-02_validate_obj__attr_diff(): validate API incoming objectsLV-426
2014-12-28Fixes #217 - username initials displayed in upper right corner blue circleAlon Levy
Also fixes name when none set (i.e. development mode).
2014-12-23moving incoming link validations, using x.get('x') conventionLV-426
2014-12-22server/rhizi_api: report errors to client on exceptionsAlon Levy
2014-12-16moving files around after repository mergerAlon Levy