summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2015-05-05x.rhizi.net.conf: defining fragment.dLV-426
2015-05-05removing broken template override in apacheLV-426
2015-05-05mv templates -> template.dLV-426
2015-05-05build.ant: fix version.txt gen call time, remove unnecessary fragments/ dirLV-426
2015-05-05deb-pkg, build.ant: introducing 'single' and 'mux' debian package variantsLV-426
Currently both share the same control script, generating a 'rhizi' named package
2015-05-05Hover, Selected and Related classes have consistent color-codegarbash
2015-05-05Modify default domain_types.jsgarbash
2015-05-05css: selected link/node: yellow outline always, larger for first selected nodeAlon Levy
2015-05-04client: single delete button. fixes #523Alon Levy
2015-05-04Fixes for ohalo.rhizi.net domaingarbash
2015-05-04Added Ohalo schema+fragmentgarbash
2015-05-04res/templates/pw_reset: fix for js moveAlon Levy
2015-05-04res/templates/index: make description and URL come from domain_types as ↵Alon Levy
well. Left just Type
2015-05-04res/templates/index: remove name, let it be created per attribute_title in ↵Alon Levy
domain_types
2015-05-03Adding TAMI specific confgarbash
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-05-03rhizi-server.conf.example: correct to run with default run-local.shAlon Levy
2015-05-03res/rz-mux/apache-conf-template.d/x.rhizi.net.conf: why u no docker? ↵Alon Levy
spelling mistake
2015-05-01rz_config: neo4j_schema_versionLV-426
2015-05-01deprecating reset-db__clean.cypher, rm reset-db__single_linkLV-426
2015-05-01rz-mux-tool: rzi-overrides > rzi-override.dLV-426
2015-05-01rz-mux-tool: x.rhizi.net.conf: reorder proxy directivesLV-426
2015-05-01rz-mux-tool: rename domain_name -> domain_fqdnLV-426
2015-05-01rz-mux-tool: fix 'provides' init script fieldLV-426
2015-05-01rz-mux-tool: generate cron bkp scriptsLV-426
2015-05-01rz-mux: apache x.rhizi.net.conf: serve override js, fragmentsLV-426
2015-05-01rz-mux: x.rhizi.net.conf: use 'Define' statementsLV-426
2015-04-30rz-mux-tool: use /var/log/rhizi for rhizi server loggingLV-426
2015-04-30deb-pkg: fix /var/log/rhizi ownershipLV-426
2015-04-29revive static/js moveLV-426
2015-04-29deb-pkg: enable required apache modulesLV-426
2015-04-29deb-pkg: pathsLV-426
2015-04-29rz-mux-tool: fix paths in neo4j init script templateLV-426
2015-04-29rz-mux-tool: rhizi-server config templateLV-426
2015-04-29rz-mux-tool: rhizi.init script template - [!] sibling present also under res/etcLV-426
2015-04-29rz-mux-tool: apache site templateLV-426
2015-04-29wip: widen tool scope: neo4j-mux -> rz-muxLV-426
2015-04-29res/etc/rhizi-server.conf.example: comment out illegal (for now) keysAlon Levy
2015-04-28(temp) Revert "applying /static/js qualifier to JS resources, align with all ↵Alon Levy
other resource types" This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7.
2015-04-28applying /static/js qualifier to JS resources, align with all other resource ↵LV-426
types
2015-04-27server: allow disabling signup (default to enabled)Alon Levy
2015-04-26rz_config: acl__singup__email_domainLV-426
2015-04-26UI text changes for search and mergegarbash
2015-04-26docker/fedora-single: adding missing DockerfileAlon Levy
2015-04-25wip: neo4j multiplexing: config templatesLV-426
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-25client: convert svg icons to pngAlon Levy
while deploying a docker container both firefox and chrome refuse to load same path svg (reporting 'image failed to load' but showing 200 on the client, suggesting it is a behaviour implemnted after the HTTP interaction is completed successfully), while they accept png. This is a workaround. We already have other icons as png's, and we do not support change in icon size, suggesting no down side to this right now. The svg sources are left, and are actually still deployed (minor issue).
2015-04-25default rhizi-server changes: no root_path, no SERVER_NAMEAlon Levy
root_path will then default to the parent of the deployed rz_server.py, which matches our current deployment strategy, allowing running of rz_server.py from any current working directory (i.e. removing the need to do an additional change dir prior). SERVER_NAME is a layering violation wrt any frontend servers and/or iptable rules taking effect between the client and the server. Removing it allows the server not to care about the hostname and portname visible to the client.
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