summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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
2015-04-22rhizi-server.conf.example: fix mta-portAlon Levy
2015-04-21wip: debian packagingLV-426
2015-04-21'rhizi.local' apache site templateLV-426
2015-04-21lib/socket.io: chmod -xLV-426
2015-04-21fonts: chmod -xLV-426
2015-04-21Add middle-score to multi-word node typesgarbash
Also: See issues #508 + #509
2015-04-20rhizi.unit: remove $remote_fs dependencyLV-426
2015-04-20config: mta_host, mta_portLV-426
2015-04-20Fix type for Descartes login textgarbash
2015-04-20Added login text for Descartes + fix of defaultgarbash
2015-04-16client/leap.rhizi.net/login fragment: fix unclosed a causing unfunctional loginAlon Levy
2015-04-15client/title: avoid double refreshAlon Levy
2015-04-15client/index.html: put doc name in titleAlon Levy
2015-04-15Update leap login pagegarbash
2015-04-15rhizi.init: set DAEMON=/usr/bin/python2.7, avoid need to chmod +x rz_serverLV-426
2015-04-15pw_reset.html: lost cycles due to underscore lib loaded when not neededLV-426
2015-04-15unite 'rzdoc__mainpage_name' old aliasesLV-426
2015-04-14client/info-container: make sure properties dialog is always visible - does ↵Alon Levy
show up longer on taller screens
2015-04-14leap login page: modified text + tutorialgarbash
2015-04-14rhizi-server.conf.example: doc refLV-426
2015-04-14[peer/host addr] rz_server: reverse_proxy_host/port config keysLV-426
2015-04-12client/style: update css for drop of .circle.needAlon Levy
2015-04-12client: introduce zen modeAlon Levy
2015-04-12Modify domain types leap.rhizi.netgarbash
2015-04-12client/selection: rename: selected & relatedAlon Levy
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
2015-04-12client: show number of selected nodes below search barAlon Levy
2015-04-12client: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-10Update login text for leap.rhizi.netgarbash
2015-04-10info-container: partial, painful html, css cleanupLV-426
2015-04-10mixins.scss: rm browser specific directivesLV-426
2015-04-09style: editbox textarea: font-family & sizetLV-426
2015-04-09style: align zoom buttons with upper tool-barLV-426
2015-04-09Updates scss for leap.rhizi.net node typesgarbash
2015-04-09Modified description for login pagegarbash
2015-04-09domain leap: s/outcome/resource/Alon Levy
2015-04-09client: add different colors for commons domainAlon Levy
2015-04-09client: item_info: hide default fields not used by all domainsAlon Levy
2015-04-09client: item_view: make type dropdown domain basedAlon Levy
2015-04-09client/graph_view, index: filter checkboxes: remove hardcodingAlon Levy
2015-04-09leap.rhizi.net domain files: login header & domain typesLV-426
2015-04-09resolve #439 with safe filter (|safe), avoid extra code in index.htmlLV-426