summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26docker/fedora-single: adding missing DockerfileAlon Levy
2015-04-25wip: neo4j multiplexing: config templatesLV-426
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-25run-local.sh: remove no longer necessary cdAlon 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-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-25server/rz_server: default root_path to parent of rz_server directoryAlon Levy
2015-04-25server/rz_server: fix typoAlon Levy
2015-04-25build.ant: allow deploy-local without symlink of bin (default remains with ↵Alon Levy
symlink)
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-25test_neo4j_cypher: miscLV-426
2015-04-25test_neo4j_cypher: add unicode statement testsLV-426
2015-04-25neo4j_cypher_parser: pass unicode regex flag only on variable input (refines ↵LV-426
19e8301)
2015-04-25rename: bootstrap-dev-env.shLV-426
2015-04-23server: support unicode in link namesAlon Levy
from https://docs.python.org/2/library/re.html?highlight=regular%20expressions#contents-of-module-re re.U re.UNICODE Make \w, \W, \b, \B, \d, \D, \s and \S dependent on the Unicode character properties database. New in version 2.0.
2015-04-23rz_server: allow unicode strings in exceptionsAlon Levy
2015-04-23docker-run: fix for new pathAlon Levy
2015-04-23run-both-local.sh: add script to run neo4j and rhizi server (neo4j launched ↵Alon Levy
in background, rhizi in foreground)
2015-04-22moving docker files under src/local/LV-426
2015-04-22bootstrap-work-env.sh: initial dev env setupLV-426
2015-04-22rz_mesh: rm deprecated reader list processing - ctx: ca343051LV-426
2015-04-22docker: initial commitAlon Levy
2015-04-22run-local.sh: fix for moved utils.shAlon Levy
2015-04-22rhizi-server.conf.example: fix mta-portAlon Levy
2015-04-21client/buttons: export: export filename to docname-timestamp.jsonAlon Levy
2015-04-21client/model/diff: reindentAlon Levy
2015-04-21build.ant: do not fail on missing fragmentsLV-426
2015-04-21init_pw_db(): set uid, gid on generated db, default to 'www-data'LV-426
2015-04-21wip: debian packagingLV-426
2015-04-21readme: rm flask-mail refLV-426
2015-04-21'rhizi.local' apache site templateLV-426
2015-04-21misc: format, organize importsLV-426
2015-04-21use '#!/usr/bin/python2.7' while we depend on python 2.7LV-426
2015-04-21lib/socket.io: chmod -xLV-426
2015-04-21fonts: chmod -xLV-426
2015-04-21rm reset-db__clean.cypher, call or alias 'neo4j-shell -file ↵LV-426
res/neo4j/rset-db__clean.cypher'
2015-04-21refactoring tools/ contents to more appropriate placesLV-426
2015-04-21RZDoc_Reader_Association: misc: __str__LV-426
2015-04-21removing abandoned data under root dirLV-426
2015-04-21rename backup script, mv under server-tools/LV-426
2015-04-21Add middle-score to multi-word node typesgarbash
Also: See issues #508 + #509