summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-19rename rhizi_api -> rz_api (tests still broken)LV-426
2015-01-19rm /add_node_set REST pathLV-426
2015-01-19Topo_Diff#to_json_dict: function reorderingLV-426
2015-01-18flush_db: dedicated DBO class, cleanupLV-426
2015-01-18rename rand_id() -> generate_random_id__uuid()LV-426
2015-01-18mv rand_id() -> neo4j_util.pyLV-426
2015-01-18rz_feedback: miscLV-426
2015-01-18rz_feedback: error handling on send email errorLV-426
2015-01-18rz_feedback: error handling on sanitize_input failureLV-426
2015-01-18rz_feedback: use RZ_User_Feedback classLV-426
2015-01-18rz_feedback: cleanup msg_body constructionLV-426
2015-01-18rz_feedback: adapt to application/json POST encodingLV-426
2015-01-18rz_feedback: rename feedback -> send_user_feedback__emailLV-426
2015-01-18rz_mail: import sortLV-426
2015-01-18rz_mail: send_message loggingLV-426
2015-01-18rm useless set() callLV-426
2015-01-18avoid python-socketio's direct access to environ['socketio']LV-426
2015-01-13adding backup-rhizi-neo4jAlon Levy
2015-01-13avoid logging keyLV-426
2015-01-13convert status code to strLV-426
2015-01-13server: fix rz_mail: Fixes #274; Fixes #273Alon Levy
2015-01-13rz_cli_tool: fix after extraction; make run-local.sh friendlierAlon Levy
2015-01-13client: drop and links always; fixes #276Alon Levy
2015-01-13client/graph: find_node_* returns null on unfound, not undefined. Fixes #275Alon Levy
2015-01-13wip: rz_req_handling.pyLV-426
2015-01-13add_user_login(): refactoring out of cryp_util (not needed in production)LV-426
2015-01-13rz_cli_tool: mv under local/LV-426
2015-01-13rz_mesh.js: attempt to actively disconnect on 'beforeunload' eventLV-426
2015-01-13server/feedback: get rid of flask-mail; left todo: filenames for attachmentsAlon Levy
2015-01-13rz_server: import cleanupLV-426
2015-01-13server: __type is always a [str], fix #264 again correctlyAlon Levy
2015-01-13Revert "client: fix link name regression on clone (Fixes #264)"Alon Levy
2015-01-13client/drag_n_drop: reindentAlon Levy
2015-01-13client: prevent default drag n drop behavior when not in debugAlon Levy
2015-01-13client: disable drag_n_drop unless ?debug=1Alon Levy
2015-01-13client: move NEW_NODE_NAME to consts, use everywhereAlon Levy
2015-01-13textanalysis: only send new nodes. Fixes #260Alon Levy
2015-01-13client/graph: find_node__by_id now returns Node/nullAlon Levy
2015-01-13server: remove dependency on magic, hardcode mime typesAlon Levy
2015-01-13client/graph: allow updating property of a backend backed nodeAlon Levy
2015-01-13client/graph: find_node__* default to recursion but optionalAlon Levy
2015-01-13client/model/grah: bug fix in update_nodeAlon Levy
2015-01-13client: textanalysis: fix type changing. Fixes #262Alon Levy
2015-01-13client/textanalysis: use constant for 'new node'Alon Levy
2015-01-13client/graph: editType: drop stateAlon Levy
2015-01-13client: fix link name regression on clone (Fixes #264)Alon Levy