summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
2015-01-13mv init_pw_db to rz_cli_tool, improveLV-426
2015-01-13commit_diff__attr doc stringLV-426
2015-01-13rz_mesh: ws_diff_merge__attr()LV-426
2015-01-13graph.js: commit_diff__attr()LV-426
2015-01-13Attr_Diff.prototype.for_each_node, _linkLV-426
2015-01-13add_node_attr_rm -> add_node_attr_removeLV-426
2015-01-13model/diff: new_attr_diff_from_spec()LV-426
2015-01-12update fcgi scriptLV-426
2015-01-12test_ws_event__topo_diff(): augment test with linkLV-426
2015-01-12rz_mesh: ws_diff_merge__topo() - note: type safety is still lackingLV-426
2015-01-12rz_mesh.js: prefix functions with 'ws_'LV-426
2015-01-12util.js: fix adapt_format_read_link_ptr issue resulting from both in,out set ...LV-426
2015-01-12client: fix link renameAlon Levy
2015-01-12server/db_op: fix DBO_diff_commit__attr for name writeAlon Levy
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/graph.js: add two assertions on link integrity on load from backendAlon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
2015-01-12server/client: s/res/static/, drop dev_mode__resend_from_staticAlon Levy
2015-01-12server/404: add debug print of requestAlon Levy
2015-01-12server: implement init_pw_db, update docs, set default Config.htpasswd_path t...Alon Levy
2015-01-12server: add 404 redirection (no error page), Fixes #210Alon Levy
2015-01-12client: don't keep quotes in node name: Fixes #258Alon Levy
2015-01-12test_rz_mesh: adapt to multi-valued return values on diff commitLV-426
2015-01-12generate_random_node_dict(): include random nameLV-426
2015-01-12use q_arr with add_statement()LV-426