summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2015-08-13src/server/rz_server: fix position of shebangAlon Levy
2015-07-06server/neo4j_cypher_parser: allow '/,|' in values (node names, link names)Alon Levy
2015-07-06server: white space fixesAlon Levy
2015-07-06REST api: moving /load endpoints to /api/rzdoc/fetchLV-426
2015-07-06rz_api_rest: reorderLV-426
2015-07-06REST api: moving /graph endpoints to /api/rzdoc/LV-426
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-27server/rz_kernel: remote_socket_addr is a tuple, make sure it is converted ↵Alon Levy
to str as a whole
2015-05-25server: pass username and not email in commit log to client. Fixes #563Alon Levy
2015-05-22rz_kernel: RZKernel_Exception__DB_x exceptionsLV-426
2015-05-22rz_api_rest: rzdoc__list -> rzdoc__searchLV-426
2015-05-22misc: neo4j_util, neo4j_cypher_parserLV-426
2015-05-22neo4j_schema: RZDOC__x defaultsLV-426
2015-05-22neo4j_schema: bump version to 0.2.1 following metablock format changeLV-426
2015-05-22db_op: DBO_factory__defaultLV-426
2015-05-22db_op: DBO_rzdb__init_DB: store rzdoc__name__max_lengthLV-426
2015-05-22rz_kernel: check deco__DB_status_check() before DB dependent calls:LV-426
- connection available - DB metablock available
2015-05-22rz_kernel: refactoring out _init_DB()LV-426
2015-05-22rz_kernel: op_factory__DBO_rzdb__init_DB -> db_op_factoryLV-426
2015-05-22refactoring DBO_rzdoc__list -> DBO_rzdoc__searchLV-426
2015-05-22rz_kernel: rzdoc__reader_x() relocateLV-426
2015-05-22rz_kernel: exec_chain_commit_op -> _exec_chain_commit_op, relocateLV-426
2015-05-22rz_kernel: db_metablock_obtained -> db_metablock, cache for later useLV-426
2015-05-18common_rest_req_exception_handler: send back rzdoc_name on ↵LV-426
RZDoc_Exception__not_found
2015-05-17db_op: remove unused StringIOLV-426
2015-05-17DBO_raw_query_set - [!] use discouraged, work around queries the parser ↵LV-426
can't handle
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
Add missing author meta attribute to attr & topo diffs commits return for activity display.
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
- root_path default to os.getcwd() - convert root_path, user_db_path to absolute form
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