summaryrefslogtreecommitdiff
path: root/src/server/rz_server.py
AgeCommit message (Expand)Author
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
2015-04-14[peer/host addr] rz_server: reverse_proxy_host/port config keysLV-426
2015-04-14[peer/host addr] Req_Probe__sock_addr__proxy, Req_Probe__sock_addr__directLV-426
2015-04-14rz_server: config: allow None valuesLV-426
2015-04-09rz_kernel: add ThreadPoolExecutor, kernel_heartbeat() + concurrent.futures de...LV-426
2015-04-09rz_kernel: host rzdoc lookup cacheLV-426
2015-04-06fix for "AssertionError: View function mapping is overwriting..."LV-426
2015-04-05Removing erroneous "import rp|garbash
2015-04-05rest__logout: redirect on GET, invalidate cookie on GET/POSTLV-426
2015-04-02rz_server: remove rm, inline MinimalLog print statementsLV-426
2015-04-02wip: Neo4j v2.2.0 authentication support - see issue #419LV-426
2015-04-01rz_api: map REST path /rz/xxxLV-426
2015-04-01rz_server: hook rzdoc REST calls, reorderLV-426
2015-04-01rz_api: deprecating, removing __common_exec()LV-426
2015-04-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rz_api_common: cache_lookup__rzdoc(): map name<>rzdoc.id's, currently cache c...LV-426
2015-04-01rz_clone(): relocate to rz_api_restLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-03-15server/rz_server: add time and level to logsAlon Levy
2015-03-12wip upload/blobAlon Levy
2015-02-24rz_server.py: add pw-reset to 'no-login' setLV-426
2015-02-24rz_server.py: partial config opt docLV-426
2015-02-23rz_user.py: rest__pw_reset()LV-426
2015-02-17server: oops, remove exception for testingAlon Levy