summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-05mv tools to src/local (next remove external curl util)Alon Levy
2015-02-05client/graph_view: apply zoom of each node individuallyAlon Levy
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
2015-02-05client/graph: add find_link__by_id for debugging only right nowAlon 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-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
2015-02-04prefix REST endpoints with 'rest__'LV-426
2015-02-03mv sage code artifacts under domain/sageLV-426
2015-02-03DBO_random_data_generation__domain__CRI variant: create 'skill-level' rels ra...LV-426
2015-02-03removing rogue .gitignoreLV-426
2015-02-03DBO_random_data_generation__domain__CRI() mv + ;tweekingLV-426
2015-02-02DBO_random_data_generation__domain__CRI() test: generate data & export to cvsLV-426
2015-02-02CRI domain: DBO_random_data_generation__domain__CRI()LV-426
2015-02-01rz_server: log shutdownLV-426
2015-02-01rz_server.py: sort REST routesLV-426
2015-02-01rz_req_handling: make_response__{http__empty,json__html,json__redirect}(),LV-426
2015-02-01rz_server.py: '/signup' REST routeLV-426
2015-02-01rz_server: set user_db as webapp obj attributeLV-426
2015-02-01rz_user_db: use User_Account classLV-426
2015-02-01rz_user.py: user related operations: user sign upLV-426
2015-02-01caller's dict unchanged as of aa215e6e (1e295be4 feedback). #302 fixed withou...LV-426
2015-02-01improve variable naming: r_attr_set -> attr_set_rm, w_attr_set -> attr_set_wrtLV-426
2015-02-01use l_attr_diff for linksLV-426
2015-02-01rz_mail#send_message(): rename, arg reordering, default attachments valueLV-426
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