| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-17 | client/server: support optimizing with require.js using node run r.js | Alon Levy | |
| built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server. | |||
| 2015-02-15 | index(): rz_config gen: avoid using SERVER_NAME, use either 'Host' or ↵ | LV-426 | |
| 'X-Forwarded-Host' headers | |||
| 2015-02-15 | index(): derive rz_config values from 'X-Forwarded-Host' when available | LV-426 | |
| 2015-02-15 | derive rz_config values from flask SERVER_NAME only, avoid mixing ↵ | LV-426 | |
| rz_config.listen_port | |||
| 2015-02-11 | rz_api.py: misc | LV-426 | |
| 2015-02-10 | user_db lookup_user__by_email_address() exception handling: | LV-426 | |
| - clarifying the meaning of an 'unknown user' case - removing code duplication in user_db, sticking to exception raising | |||
| 2015-02-10 | server: check for stale cookies on login | Alon Levy | |
| 2015-02-09 | rz_config: embed in index, remove as module | Alon Levy | |
| Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work? | |||
| 2015-02-09 | server/client: move rz_config to templates, fill in to match server config ↵ | Alon Levy | |
| host/post | |||
| 2015-02-05 | rz_api: index template rendering cleanup: render rz_username | LV-426 | |
| 2015-02-04 | rz_api: import cleanup | LV-426 | |
| 2015-02-04 | refactor /monitor/x logic into rz_server_ctrl | LV-426 | |
| 2015-02-04 | rz_api: monitor__server_info() cleanup | LV-426 | |
| 2015-02-04 | mv rest__login/logout to rz_user | LV-426 | |
| 2015-02-01 | rz_req_handling: make_response__{http__empty,json__html,json__redirect}(), | LV-426 | |
| 2015-01-21 | templates/index: move username and initials setting to server. Fixes #286 | Alon Levy | |
| 2015-01-19 | rm /add_node_set REST path | LV-426 | |
| 2015-01-13 | wip: rz_req_handling.py | LV-426 | |
| 2015-01-12 | login+logout: using ajax, not POST, plus document.window (worst of both worlds) | Alon Levy | |
| 2015-01-12 | client/server: login is using POST, so use POST, not XMLHttpRequest | Alon Levy | |
| TODO: Logout requires styling plus only to appear if logged in. | |||
| 2015-01-06 | DBO_topo_diff_commit -> DBO_diff_commit__topo, same for __attr | LV-426 | |
| 2015-01-05 | rz_clone()#on_success: formatting, doc | LV-426 | |
| 2015-01-05 | server/rz_api: fix missing json wrapper | Alon Levy | |
| 2015-01-05 | rz_api, neo4j_test_util: imports | LV-426 | |
| 2015-01-04 | rename rhizi_api -> rz_api | LV-426 | |
