summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
containing the same key
2015-01-12login.html: slightly more positive tone on the feedback solicitationLV-426
2015-01-12login.html: feedback email linkLV-426
2015-01-12login.html: rm spaces from forgot-passwordLV-426
2015-01-12client: fix link renameAlon Levy
together with previous server commit Fixes #257
2015-01-12server/db_op: fix DBO_diff_commit__attr for name writeAlon Levy
Since we used delete on the __attr_write key value dictionary, the return value we cached was missing the name attribute, causing the client not to see it. Fix it with a deepcopy.
2015-01-12Update and remove unnecessary linesdor garbash
2015-01-12Update gitignoredor garbash
res/etc/htpasswd res/etc/htpasswd-init-file
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
TODO: Logout requires styling plus only to appear if logged in.
2015-01-12moved mail-icon img to cssgarbash
2015-01-12Rhizi login page styling - final v before ofer touch-upsgarbash
Still needs proper applying of font styling. I hacked some font/color in classes, where it should be defined in sass style guide.
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 ↵Alon Levy
to <config-dir>/htpasswd TODO: permissions - warn on lax permissions for password file (and for init file?)
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
2015-01-12WebSocket_Graph_NS,on_diff_commit__attr/topo(): tx both diff-obj & commit_retLV-426
2015-01-12rz_mesh: handle multiple returned values, serialization special-case handlingLV-426
2015-01-12import sortLV-426
2015-01-12rz_kernel: return: a tuple containing the input diff and the result of it's ↵LV-426
commit
2015-01-11update_link(): mirror update_node() handlingLV-426
2015-01-11follow n_id var naming conventionLV-426
2015-01-11wip - login page styling3garbash
2015-01-11client: json loading: don't send invalid datesAlon Levy
i.e. start/end on node. It raises a scala error in neo4j (and isn't nice).
2015-01-11client: allow rename case of node (no merge et); Fixes #254Alon Levy
2015-01-11client/graph: fix node attr_diff return pathAlon Levy
2015-01-11test_rz_mesh(): use Topo_Diff.Commit_Result_Type, clean assertionsLV-426
2015-01-11test_rz_mesh(): use test_labelsLV-426
2015-01-11rz_api_websocket: object serialization, error handlingLV-426
2015-01-11replacing namedtuples with Topo_Diff.Commit_Result_TypeLV-426
2015-01-11use q_arrLV-426
2015-01-11update_node(): handle incoming attr_diff on ajax successLV-426
2015-01-11model_util: adapt_format_read_diff__attr()LV-426
2015-01-11update_node: rm incoming ID change detection - should not occur for incoming ↵LV-426
attr_diffs
2015-01-11Attr_Diff: remove spec from constructor, force use of prototype aux functionsLV-426
2015-01-11rename adapt_format_write_topo_diff -> adapt_format_write_diff__topoLV-426
2015-01-11__type, __label_set: expect array of length 1 in both cases on backendLV-426
2015-01-11test_db_controller: rm test_rm_node_set(), outdated, tested in ↵LV-426
test_diff_commit__topo()