summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
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-15index(): rz_config gen: avoid using SERVER_NAME, use either 'Host' or 'X-Forw...LV-426
2015-02-15removing 404 auto redirect handler, opt for handling by reverse proxyLV-426
2015-02-15index(): derive rz_config values from 'X-Forwarded-Host' when availableLV-426
2015-02-15validate_login(): better var namingLV-426
2015-02-15activate_user_account(): fix handling of multiple return valuesLV-426
2015-02-15derive rz_config values from flask SERVER_NAME only, avoid mixing rz_config.l...LV-426
2015-02-11rz_user.py: log activation failuresLV-426
2015-02-11rz_api.py: miscLV-426
2015-02-10user_db lookup_user__by_email_address() exception handling:LV-426
2015-02-10server: check for stale cookies on loginAlon Levy
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-09rz_user.py: avoid passing html to render_templateLV-426
2015-02-05removing deprecated htpasswd_path config valueLV-426
2015-02-05rz_api: index template rendering cleanup: render rz_usernameLV-426
2015-02-05rz_user, user_login.js: follow user id === email_address (current) conventionLV-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-05neo4j_util: I'm a sucker for spell checking (eclipse newbie)Alon Levy
2015-02-05neo4j_util: add DB_Query.__repr__Alon Levy
2015-02-04rz_server: /monitor docLV-426
2015-02-04rz_api: import cleanupLV-426
2015-02-04rz_server: update /monitor REST endpointsLV-426
2015-02-04misc: exception loggingLV-426
2015-02-04make_response__http__pre_tag_wrapped()LV-426
2015-02-04refactor /monitor/x logic into rz_server_ctrlLV-426
2015-02-04REST endpoint: /monitor/user/list - list registered usersLV-426
2015-02-04rz_api: monitor__server_info() cleanupLV-426
2015-02-04rz_server: add localhost access decorator on /monitor REST pathsLV-426
2015-02-04rest__send_user_feedback__email(): used make_response__jsonLV-426
2015-02-04User_DB: __iter__()LV-426
2015-02-04User_Account: __str__()LV-426
2015-02-04rz_server: call shutdown() on interruptLV-426
2015-02-04crypt_util: refactor validate_login(), mv to User_DBLV-426
2015-02-04User_DB: handle user passwordsLV-426
2015-02-04User_DB: add non filtering __lookup_user__by_email_address()LV-426
2015-02-04rest__user_signup(): better logging, log activation linkLV-426
2015-02-04send_user_activation_link__email(): avoid duplicate exception handlingLV-426
2015-02-04send_user_activation_link__email(): return activation_link, logLV-426
2015-02-04rest__user_signup(): sanitize_and_validate_input, regex based implementationLV-426