summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-01rz-mux: apache x.rhizi.net.conf: serve override js, fragmentsLV-426
2015-05-01rz-mux-tool: install webapp/static/rzi-overrides/js, ↵LV-426
webapp/static/rzi-overrides/templates override dirs
2015-05-01rz-mux-tool: avoid install cmd arg repetitionLV-426
2015-04-30server/rz_api: allow wrong session data, just ignore for now. added FIXME to ↵Alon Levy
remove cookie
2015-04-30server/rz_server: return redirect_entry required for previous commitAlon Levy
2015-04-30server: add back redirects for / and /index.htmlAlon Levy
path not found handling remains out. partial revert of ffa1c93665685c61d929e87693dd72f80e09d15d
2015-04-30rz-mux-tool: var name cleanupLV-426
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-29neo4j_schema: META_LABEL__RZDB_METALV-426
2015-04-29rz-mux-tool.sh: many path changes, other fixesLV-426
2015-04-29rz-mux-tool: gen_dom_config__rhizi()LV-426
2015-04-29rz-mux-tool: use cfg_port_mapLV-426
2015-04-29wip: widen tool scope: neo4j-mux -> rz-muxLV-426
2015-04-29@debug__pydev_pd_arg: apply where missingLV-426
2015-04-29test_db_controller: test_rzdb__fetch_DB_metadata, test_rzdb__init_DBLV-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-29db_op: DBO_rzdb__init_DB()LV-426
2015-04-29db_op: DBO_rzdb__fetch_DB_metablockLV-426
2015-04-29db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logicLV-426
2015-04-29DB_composed_op: reorder functionsLV-426
2015-04-28server-tools/rz-backup: learn to talk to dockerAlon Levy
Example: python src/local/server-tools/rz_backup.py --root backup-test --docker 4b69d3661966 --neo4j-shell /home/neo4j-community-2.2.1/bin/neo4j-shell
2015-04-28server/rz_server: add missing config default valuesAlon Levy
2015-04-28server/neo4j_cypher: avoid recursionAlon Levy
Could not reproduce locally but this was reported to fix a recursion happening easily by creating a document and cloning it. This avoids any recursion by punting to the enum equallity operator directly and once, mapping the other parameter optionally.
2015-04-28server/neo4j_cypher: fix typoAlon 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-28modified Default rhizi schema to make more sensegarbash
2015-04-27server/rz_user: fix double slashes due to request.url_root ending with a slashAlon Levy
2015-04-27server/rz_user_db: write to disk on every changeAlon Levy
2015-04-27server: allow disabling signup (default to enabled)Alon Levy
2015-04-27server/rz_user: use request.url_root instead of rz_config.SERVER_NAME; fixes ↵Alon Levy
schema FIXMEs
2015-04-27server/rz_user: reduce arbitrary 3 char limit to 1Alon Levy
For first name, last name, and username.
2015-04-26rz_user: signup: validate email against ACL:email_domaindemo0.0.1-20150427-014900LV-426
2015-04-26rz_config: acl__singup__email_domainLV-426
2015-04-26neo4j-mux: misc file renaming, docLV-426
2015-04-26UI text changes for search and mergegarbash
2015-04-25wip: neo4j multiplexing: installerLV-426
2015-04-25wip: neo4j multiplexing: conf generatorLV-426
2015-04-25docker/docker-run.sh: split long lineAlon Levy
2015-04-25docker: add back single rhizi+neo4j image/containerAlon Levy
2015-04-25docker changes: split neo4j and rhiziAlon Levy
changes: - rhizi and neo4j use separate containers, linked via docker link mechanism (environment files and shared bridge) - means debugging is faster using docker (still quicker by a little using run-local.sh / directly running python if no change to css/client) - rhizi docker now doesn't run deploy, it uses a volume from the deployment, similar to production scenario. Image still has multiple tools needed only for development (git, strace, ant, etc)
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-25client: drop rz_server_{host,port}, use document.locationAlon Levy
Since the client can be hidden from the server via multiple layers, be they load balancers, proxies or iptable rules, it is simpler to not have the server aware of those layers and have to inform the client of them, instead use information the client already has.
2015-04-25docker: move Dockerfile to res/docker, leave scripts in src/local/dockerAlon Levy