summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-03-01server/rz_user_db: add matching user_rm_role plus valid_role, admin & user on...Alon Levy
2015-03-01rz_api: index: set correct role_setAlon Levy
2015-03-01add a fixed role_set to the client, to be replaced with one coming from the c...Alon Levy
2015-02-25fix pw reset subject lineLV-426
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_db: update_user_password()LV-426
2015-02-23rz_user.py: rest__pw_reset()LV-426
2015-02-23rz_user.py: util codeLV-426
2015-02-23rz_user.py: User_Pw_Reset_Request classLV-426
2015-02-23rest__login(): fix handling of multiple return values by lookup_user__by_emai...LV-426
2015-02-23generate_email_confirmation_key(): rename as generate_security_token, make av...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-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