summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-05index.html: sane doc titleLV-426
2015-02-05index.html: rm dangling logged_username varLV-426
2015-02-05rz_csv: specific for CRI StudentAlon Levy
2015-02-05client: fix fallout from main/edit zoom differenceAlon Levy
2015-02-05rz_csv: can create a single nodeAlon Levy
2015-02-05build.ant: deploy production patch set by target domainLV-426
2015-02-05rz_server: miscLV-426
2015-02-05rz_server: add '/signup' to no_login_pathsLV-426
2015-02-05rz_server: listen for SIGTERM as wellLV-426
2015-02-05rz_server: try-catch wrap init processLV-426
2015-02-05neo4j_util: I'm a sucker for spell checking (eclipse newbie)Alon Levy
2015-02-05neo4j_util: add DB_Query.__repr__Alon Levy
2015-02-05neo4j-cypher: reuse existing infra badlyAlon Levy
2015-02-05local/domain/cri/test_domain__CRI: remove superfluous semicolonAlon Levy
2015-02-05mv tools to src/local (next remove external curl util)Alon Levy
2015-02-05tools: split neo4j-cypher in preparation to make it reuse core server libraryAlon Levy
2015-02-05client/graph_view: apply zoom of each node individuallyAlon Levy
Fixes #308 Hack for friday. Hack being that the model Node gets a 'zoom_obj' property. This belongs on a new NodeView class that will contain a reference to the node and the zoom object. Also I'm worried about performance of this (well, just a little), have not tested with something large yet.
2015-02-05client/graph_view: pass in zoom objects for self (unused) and parentAlon Levy
2015-02-05client/graph_view: merge zoom and relayout events to redraw busAlon Levy
Note that using 'on' overwrites the previous callback, using namespaces ('zoom.graph_view') doesn't help. So store the previous callback (the zoom function in rz_core in this case) and apply it.
2015-02-05client/graph: add find_link__by_id for debugging only right nowAlon Levy
2015-02-05added dropdown menu scss partialOfer Lehr
half finished - still with default styling of the check boxes and without type icons
2015-02-04tools/neo4j-cypher: fix shebang for macOfer Lehr
2015-02-04reset-local-database: update after script name change s/single_link/clean/Alon Levy
2015-02-04user_signup.html: refactor code into user_signup.jsLV-426
2015-02-04login.html: refactor code into user_login.jsLV-426
2015-02-04login.html: less verbose email solicitationLV-426
2015-02-04user_signup.html: update post request data, submit pwLV-426
2015-02-04rz_server: /monitor docLV-426
2015-02-04rz_api: import cleanupLV-426
2015-02-04rz_server: update /monitor REST endpointsLV-426
2015-02-04misc: exception loggingLV-426
2015-02-04make_response__http__pre_tag_wrapped()LV-426
2015-02-04refactor /monitor/x logic into rz_server_ctrlLV-426
2015-02-04REST endpoint: /monitor/user/list - list registered usersLV-426
2015-02-04rz_api: monitor__server_info() cleanupLV-426
2015-02-04rz_server: add localhost access decorator on /monitor REST pathsLV-426
2015-02-04rest__send_user_feedback__email(): used make_response__jsonLV-426
2015-02-04User_DB: __iter__()LV-426
2015-02-04User_Account: __str__()LV-426
2015-02-04rz_server: call shutdown() on interruptLV-426
2015-02-04crypt_util: refactor validate_login(), mv to User_DBLV-426
2015-02-04User_DB: handle user passwordsLV-426
2015-02-04User_DB: add non filtering __lookup_user__by_email_address()LV-426
2015-02-04rest__user_signup(): better logging, log activation linkLV-426
2015-02-04send_user_activation_link__email(): avoid duplicate exception handlingLV-426
2015-02-04send_user_activation_link__email(): return activation_link, logLV-426
2015-02-04rest__user_signup(): sanitize_and_validate_input, regex based implementationLV-426
2015-02-04rz_user: handle submitted passwordsLV-426
2015-02-04get_or_init_usreq_map(): refactor as inner functionLV-426
2015-02-04mv rest__login/logout to rz_userLV-426