summaryrefslogtreecommitdiff
path: root/src/server/rz_server.py
AgeCommit message (Expand)Author
2015-08-13src/server/rz_server: fix position of shebangAlon Levy
2015-07-06REST api: moving /load endpoints to /api/rzdoc/fetchLV-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-22rz_kernel: op_factory__DBO_rzdb__init_DB -> db_op_factoryLV-426
2015-05-22refactoring DBO_rzdoc__list -> DBO_rzdoc__searchLV-426
2015-05-12rz_server: use template_d_relpath, not template_d_path for template_folderLV-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-12rename: config -> rz_configLV-426
2015-05-12rz_server: refactoring rz_configLV-426
2015-05-05DB_Controller: miscLV-426
2015-05-05init_DB(): more refactoring, assist kernel via op_factory__DBO_rzdb__init_DBLV-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-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-03rz_server/rz_user_db: don't create user_db if access_control==False; Fixes #530Alon Levy
2015-05-01rz_config: neo4j_schema_versionLV-426
2015-04-30server/rz_server: return redirect_entry required for previous commitAlon Levy
2015-04-30server: add back redirects for / and /index.htmlAlon Levy
2015-04-30accept 'GET' on rzdoc /delete (temp fix until UI doc deletion is implemented)LV-426
2015-04-30REST api: /graph/clone -> /api/rzdoc/cloneLV-426
2015-04-30add '/api' prefix to REST api calls, help differentiate from end-user HTTP pathsLV-426
2015-04-29Config: generate_default(): add defaults, sortLV-426
2015-04-29rz_server: init_DB(): probe for metablock, init if missingLV-426
2015-04-29Config.generate_default(): return object with attributesLV-426
2015-04-28server/rz_server: add missing config default valuesAlon Levy
2015-04-28rz_config: generate_default)LV-426
2015-04-28rz_server: raise exception on unrecognized config keysLV-426
2015-04-28rz_server: avoid casting to 'None'LV-426
2015-04-27server: allow disabling signup (default to enabled)Alon Levy
2015-04-26rz_config: acl__singup__email_domainLV-426
2015-04-25server/rz_server: default root_path to parent of rz_server directoryAlon Levy
2015-04-25server/rz_server: fix typoAlon Levy
2015-04-23rz_server: allow unicode strings in exceptionsAlon Levy
2015-04-21use '#!/usr/bin/python2.7' while we depend on python 2.7LV-426
2015-04-20rz_server: clearer user_db mode selection logicLV-426
2015-04-20rz_server: traceback pre-log-init exceptionsLV-426
2015-04-20config: mta_host, mta_portLV-426
2015-04-15rz_server: shorten log formatLV-426
2015-04-15unite 'rzdoc__mainpage_name' old aliasesLV-426
2015-04-15rz_server: init sequenceLV-426
2015-04-14localhost_access_decorator__ipv4: mark broken until #496 is resolvedLV-426
2015-04-14db_op, rz_server, db_controller: miscLV-426
2015-04-14[peer/host addr] localhost_access_decorator__ipv4: use peer_addr in IP based ...LV-426
2015-04-14[peer/host addr] rz_server: before_request - inject_peer_sock_addrLV-426
2015-04-14[peer/host addr] rz_server: setup req_probe__sock_addrLV-426