| Age | Commit message (Expand) | Author |
| 2015-04-30 | server/rz_api: allow wrong session data, just ignore for now. added FIXME to ... | Alon Levy |
| 2015-04-30 | server/rz_server: return redirect_entry required for previous commit | Alon Levy |
| 2015-04-30 | server: add back redirects for / and /index.html | Alon Levy |
| 2015-04-30 | accept 'GET' on rzdoc /delete (temp fix until UI doc deletion is implemented) | LV-426 |
| 2015-04-30 | REST api: /graph/clone -> /api/rzdoc/clone | LV-426 |
| 2015-04-30 | add '/api' prefix to REST api calls, help differentiate from end-user HTTP paths | LV-426 |
| 2015-04-29 | Config: generate_default(): add defaults, sort | LV-426 |
| 2015-04-29 | neo4j_schema: META_LABEL__RZDB_META | LV-426 |
| 2015-04-29 | rz_server: init_DB(): probe for metablock, init if missing | LV-426 |
| 2015-04-29 | Config.generate_default(): return object with attributes | LV-426 |
| 2015-04-29 | db_op: DBO_rzdb__init_DB() | LV-426 |
| 2015-04-29 | db_op: DBO_rzdb__fetch_DB_metablock | LV-426 |
| 2015-04-29 | db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logic | LV-426 |
| 2015-04-29 | DB_composed_op: reorder functions | LV-426 |
| 2015-04-28 | server/rz_server: add missing config default values | Alon Levy |
| 2015-04-28 | server/neo4j_cypher: avoid recursion | Alon Levy |
| 2015-04-28 | server/neo4j_cypher: fix typo | Alon Levy |
| 2015-04-28 | rz_config: generate_default) | LV-426 |
| 2015-04-28 | rz_server: raise exception on unrecognized config keys | LV-426 |
| 2015-04-28 | rz_server: avoid casting to 'None' | LV-426 |
| 2015-04-27 | server/rz_user: fix double slashes due to request.url_root ending with a slash | Alon Levy |
| 2015-04-27 | server/rz_user_db: write to disk on every change | Alon Levy |
| 2015-04-27 | server: allow disabling signup (default to enabled) | Alon Levy |
| 2015-04-27 | server/rz_user: use request.url_root instead of rz_config.SERVER_NAME; fixes ... | Alon Levy |
| 2015-04-27 | server/rz_user: reduce arbitrary 3 char limit to 1 | Alon Levy |
| 2015-04-26 | rz_user: signup: validate email against ACL:email_domaindemo0.0.1-20150427-014900 | LV-426 |
| 2015-04-26 | rz_config: acl__singup__email_domain | LV-426 |
| 2015-04-25 | server/rz_server: default root_path to parent of rz_server directory | Alon Levy |
| 2015-04-25 | server/rz_server: fix typo | Alon Levy |
| 2015-04-25 | neo4j_cypher_parser: pass unicode regex flag only on variable input (refines ... | LV-426 |
| 2015-04-23 | server: support unicode in link names | Alon Levy |
| 2015-04-23 | rz_server: allow unicode strings in exceptions | Alon Levy |
| 2015-04-22 | rz_mesh: rm deprecated reader list processing - ctx: ca343051 | LV-426 |
| 2015-04-21 | use '#!/usr/bin/python2.7' while we depend on python 2.7 | LV-426 |
| 2015-04-21 | RZDoc_Reader_Association: misc: __str__ | LV-426 |
| 2015-04-20 | rz_user_db: user_count() | LV-426 |
| 2015-04-20 | rz_user: improve unknown account logging, code format | LV-426 |
| 2015-04-20 | User_Account class migration | LV-426 |
| 2015-04-20 | rz_server: clearer user_db mode selection logic | LV-426 |
| 2015-04-20 | rz_mail: reorder, cleanup misplaced test | LV-426 |
| 2015-04-20 | rz_mail: rename send_email_message -> send_email__flask_ctx + doc | LV-426 |
| 2015-04-20 | rz_server: traceback pre-log-init exceptions | LV-426 |
| 2015-04-20 | config: mta_host, mta_port | LV-426 |
| 2015-04-15 | rz_server: shorten log format | LV-426 |
| 2015-04-15 | rz_api: refactor rz_config construction | LV-426 |
| 2015-04-15 | unite 'rzdoc__mainpage_name' old aliases | LV-426 |
| 2015-04-15 | rz_server: init sequence | LV-426 |
| 2015-04-15 | rz_kernel: DBO_nop, periodic check for DB conn | LV-426 |
| 2015-04-14 | localhost_access_decorator__ipv4: mark broken until #496 is resolved | LV-426 |
| 2015-04-14 | db_op, rz_server, db_controller: misc | LV-426 |