summaryrefslogtreecommitdiff
path: root/src/server/rz_server.py
AgeCommit message (Expand)Author
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
2015-02-17server/rz_server: alternative to taking cfg&log initialization out of the try...Alon Levy
2015-02-17server: take config and log initialization out of initial try/catch since cat...Alon Levy
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
2015-02-15server: fix default root_path for ./run-local.sh plus add assertion early, be...Alon Levy
2015-02-15better logging for user_db init exceptionsLV-426
2015-02-15log configuration at 'info' levelLV-426
2015-02-15init_log(): derive log level from configurationLV-426
2015-02-15removing 404 auto redirect handler, opt for handling by reverse proxyLV-426
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
2015-02-09server/client: move rz_config to templates, fill in to match server config ho...Alon Levy
2015-02-05removing deprecated htpasswd_path config valueLV-426
2015-02-05rz_server: miscLV-426
2015-02-05rz_server: add '/signup' to no_login_pathsLV-426
2015-02-05rz_server: listen for SIGTERM as wellLV-426
2015-02-05rz_server: try-catch wrap init processLV-426
2015-02-04rz_server: /monitor docLV-426
2015-02-04rz_server: update /monitor REST endpointsLV-426
2015-02-04REST endpoint: /monitor/user/list - list registered usersLV-426
2015-02-04rz_server: add localhost access decorator on /monitor REST pathsLV-426
2015-02-04rz_server: call shutdown() on interruptLV-426
2015-02-04prefix REST endpoints with 'rest__'LV-426
2015-02-01rz_server: log shutdownLV-426
2015-02-01rz_server.py: sort REST routesLV-426
2015-02-01rz_server.py: '/signup' REST routeLV-426
2015-02-01rz_server: set user_db as webapp obj attributeLV-426
2015-01-29server: add missing closing paren in commentAlon Levy
2015-01-29server: prevent infinite redirect (client stops at some point) on scheme://{h...Alon Levy
2015-01-25user_db integrationLV-426
2015-01-21server: add missing signal import; order imports by batteries / libs / appAlon Levy
2015-01-20SIGINT interrupt handlingLV-426
2015-01-19rm /add_node_set REST pathLV-426
2015-01-18rz_feedback: rename feedback -> send_user_feedback__emailLV-426
2015-01-18rm useless set() callLV-426
2015-01-13avoid logging keyLV-426
2015-01-13server/feedback: get rid of flask-mail; left todo: filenames for attachmentsAlon Levy
2015-01-13rz_server: import cleanupLV-426
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy