summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-05-17db_op: remove unused StringIOLV-426
2015-05-17DBO_raw_query_set - [!] use discouraged, work around queries the parser can't...LV-426
2015-05-13server/rz_api_rest: return 400 on empty topo diffAlon Levy
2015-05-13server/model/graph: Topo_Diff: add is_emptyAlon Levy
2015-05-13server/rz_kernel: add missing author metaAlon Levy
2015-05-12RZCommit: host diff_obj_from_blob(), blob_from_diff_obj()LV-426
2015-05-12db_op: DBO_block_chain__commit: use _add_statement__ prefixLV-426
2015-05-12rz_config: fragment_d_path, template_d_path defaultsLV-426
2015-05-12rz_server: use template_d_relpath, not template_d_path for template_folderLV-426
2015-05-12fragment_d_path: use as var within HTML templatesLV-426
2015-05-12rz_user: apply email ACL only when either email_x acl is not NoneLV-426
2015-05-12rz_config: acl_wl__email_address_set cachingLV-426
2015-05-12rz_config: root_path, user_db_path, template_d_relpath handling:LV-426
2015-05-12clearing up use of template_d config key: template_d_path -> template_d_relpathLV-426
2015-05-12rz_server: avoid logging via print statementsLV-426
2015-05-12rz_config: acl_wl__email_address_set property, init on first accessLV-426
2015-05-12rz_config: path handling: convert all paths to absolute formLV-426
2015-05-12support rz_config email-address whitelistsLV-426
2015-05-12rz_user: use status code constantsLV-426
2015-05-12rz_req_handling: more HTTP status codesLV-426
2015-05-12rename: config -> rz_configLV-426
2015-05-12DBO_rzdoc__create: use create rather than mergeLV-426
2015-05-12rz_server: refactoring rz_configLV-426
2015-05-12server/rz_api_rest: clone returns commit_log as wellAlon Levy
2015-05-12server/rz_kernel: add RZ_Kernel.rzdoc__commit_logAlon Levy
2015-05-12server: return ts_created in meta dicts for topo_diff and attr_diffAlon Levy
2015-05-12server/db_op: add DBO_rzdoc__commit_logAlon Levy
2015-05-12server/model/graph: Topo_Diff and Attr_Diff gain metaAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: add _result_of_statementAlon Levy
2015-05-12server/neo4j_schema: add VC_COMMIT_RESULT_OF and VC_OPERATIONAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: factor out _authored_by_statementAlon Levy
2015-05-12server/db_op: refactor blob gzip/base64 codeAlon Levy
2015-05-12server: neo4j_cypher_parser: accept (but don't understand) multiplicityAlon Levy
2015-05-12server/rz_kernel: ctx not optional anymore for diff_commit__{topo,attr}Alon Levy
2015-05-10rz_kernel: add missing formatterAlon Levy
2015-05-05DB_Controller: miscLV-426
2015-05-05init_DB(): more refactoring, assist kernel via op_factory__DBO_rzdb__init_DBLV-426
2015-05-05DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_nameLV-426
2015-05-05DBO_rzdb__fetch_DB_metablock: rm rz_config depLV-426
2015-05-05DB_Controller: refactor rz_config dep -> rz_config.rest_api_base_urlLV-426
2015-05-05db_controller: removing exec_cypher_query()LV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05rz_kernel: manage DB session, initializationLV-426
2015-05-05decoupling rz_api_rest & db_ctlLV-426
2015-05-05load_node_set_by_id_attr(): converting to use kernelLV-426
2015-05-05rz_server: fix template default pathLV-426
2015-05-05use valid python attr name: template.d_path -> template_d_pathLV-426
2015-05-05rz_config: template.d_pathLV-426
2015-05-05rz_config.neo4j_schema_version: missing commitLV-426
2015-05-03server/db_op: case insensitive doc name when checking for existenceAlon Levy