summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-02-01improve variable naming: r_attr_set -> attr_set_rm, w_attr_set -> attr_set_wrtLV-426
2015-02-01use l_attr_diff for linksLV-426
2015-02-01rz_mail#send_message(): rename, arg reordering, default attachments valueLV-426
2015-02-01make_json_response: switch data type to dict, serialize with json.dumps()LV-426
2015-01-29server/db_op: don't change callers dict under it's feet. Fixes #302Alon Levy
2015-01-29server: add missing closing paren in commentAlon Levy
2015-01-29server: prevent infinite redirect (client stops at some point) on scheme://{h...Alon Levy
2015-01-26diff_commit__attr: fix ctx being passed to validate_obj__attr_diff() rather t...LV-426
2015-01-25user_db integrationLV-426
2015-01-25simple user-db implementation using shelve, TODO: impl bkpLV-426
2015-01-25rz_api_websocket: fixing broken disconnectLV-426
2015-01-25rz_mesh.py: fixing 'self' key errorLV-426
2015-01-24server/rz_kernel: fix undefined commit_obj when attr_diff usedAlon Levy
2015-01-24server/rz_api_common: validate_obj__attr_diff: add (unused) missing ctx varia...Alon Levy
2015-01-23avoid dual websocket diff-obj emission if call path originates from WebSocket...LV-426
2015-01-23support gzip blob compression, currently disabled due to problems with sendin...LV-426
2015-01-23rz_api_websocket: kernel request context stubsLV-426
2015-01-23rz_api_rest: supply common request contextLV-426
2015-01-23DBO_block_chain__commit: doc labelsLV-426
2015-01-23DBO_block_chain__commit: create commit-[:__Authored-by]->__User link if possibleLV-426
2015-01-21templates/index: move username and initials setting to server. Fixes #286Alon Levy
2015-01-21server: add missing signal import; order imports by batteries / libs / appAlon Levy
2015-01-20DBO_block_chain__commit: add context paramLV-426
2015-01-20mv DBO_block_chain__commit() op execution handling to kernelLV-426
2015-01-20better naming for HEAD, HEAD^ return valuesLV-426
2015-01-20restore lost '__' label prefixes due to 7620e4460 being placed on wrong branchLV-426
2015-01-20SIGINT interrupt handlingLV-426
2015-01-20fix f_ret, f_ret_list mixupLV-426
2015-01-20DB_Controller#exec_op() logging, commentsLV-426
2015-01-20DBO_rz_clone: use Link.Link_Ptr constructorLV-426
2015-01-20db_op: use correct l_idLV-426
2015-01-20DBO_diff_commit_x: supply commit_obj to block_chain opLV-426
2015-01-20avoiding meta-labled node filtering nodes by removing '__' prefixLV-426
2015-01-20DBO_block_chain__commit: more cleanupLV-426
2015-01-20db_op.py: import cleanupLV-426
2015-01-20rz_mail.py: miscLV-426
2015-01-20DBO_block_chain__commit: process_result_set() - return Topo_DiffLV-426
2015-01-20DBO_block_chainCommit: set creation timestamp on commit nodesLV-426
2015-01-20DBO_block_chainCommit: cleanup param_set, generate link_idLV-426
2015-01-20DBO_block_chainCommit: return dict, exclude hash_valueLV-426
2015-01-20DB_Controller: log with log.exception()LV-426
2015-01-20DB_op: update param names, docLV-426
2015-01-20DB_Query default param_setLV-426
2015-01-20rz_mesh.py: miscLV-426
2015-01-20refactor out ws_broadcast_to_all() functionLV-426
2015-01-20refactor rz_socket into top-level classLV-426
2015-01-19DB_Query#__str__()LV-426
2015-01-19rm /add_node_set REST pathLV-426
2015-01-19Topo_Diff#to_json_dict: function reorderingLV-426
2015-01-18rename rand_id() -> generate_random_id__uuid()LV-426