summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29client: fix links to open in new tab; Fixes #295Alon Levy
2015-01-29reset-local-database: use homegrown cypher query tool instead of neo4j-shell,...Alon Levy
2015-01-27client: make link hover show the urlAlon Levy
2015-01-27Fixes #236 - client node info use textarea for name instead of inputAlon Levy
2015-01-27client: remove whitespace around tokens: Fixes #292Alon Levy
2015-01-27build.ant: ignore missing htpasswd (used only for run-local.sh)Alon Levy
2015-01-27gitignore rhizi-server.conf (example is source controlled)Alon Levy
2015-01-27add reset-local-database.sh, extract tools/utils.shAlon Levy
2015-01-27client: remove state variable in node view and use bacon property insteadAlon Levy
2015-01-27Revert "removing dead htpasswd copy task"Alon Levy
2015-01-27README.mediawiki: update wip windows instructions (gevent under cygwin not so...Alon Levy
2015-01-26removing dead htpasswd copy taskLV-426
2015-01-26adding favicon link to login templateLV-426
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-25user_db testLV-426
2015-01-25simple user-db implementation using shelve, TODO: impl bkpLV-426
2015-01-25create_node_from_spec: a little cleanupLV-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-23switch to socket.disconnect()LV-426
2015-01-23avoid dual websocket diff-obj emission if call path originates from WebSocket...LV-426
2015-01-23graph.js#__addNode(): use console.warn on id collisionsLV-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-21build.ant: document change accidentally introduced to previous patchAlon Levy
2015-01-21client/model/core: cannot delete id (create_node_from_spec) due to it using O...Alon Levy
2015-01-21build.ant: copy htpasswdAlon Levy
2015-01-21client/node_info: pass description to serverAlon Levy
2015-01-21client: node_edit: show description for everythingAlon Levy
2015-01-21Fixes #271: provide feedback on failed loginAlon Levy
2015-01-21client: make sure we store all properties coming from the server. Fixes #298Alon Levy
2015-01-21client: don't show dialog on topo diffs: Fixes #285Alon Levy
2015-01-21client: Fixes #79 , node name should be fully shown regardless of length when...Alon Levy
2015-01-21templates/index: move username and initials setting to server. Fixes #286Alon Levy
2015-01-21client: zoom+pan only main graphAlon Levy
2015-01-21client: fix url link icon on node editAlon Levy
2015-01-21client: split svg_input, fix #280 - update edit box on dialog editAlon Levy
2015-01-21client/rz_core: use strict equality, remove redundant commentAlon Levy
2015-01-21client/model/diff: add is_topo_diffAlon Levy
2015-01-21client/model/diff: add two helpers on Attr_DiffAlon Levy