summaryrefslogtreecommitdiff
path: root/res/etc
AgeCommit message (Collapse)Author
2015-05-12rhizi-server.conf.example: set fragment_d_path, template_d_path valuesLV-426
2015-05-12rz_config: root_path, user_db_path, template_d_relpath handling:LV-426
- root_path default to os.getcwd() - convert root_path, user_db_path to absolute form
2015-05-12clearing up use of template_d config key: template_d_path -> template_d_relpathLV-426
2015-05-12rz_config: acl_wl__email_address_file_pathLV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05use valid python attr name: template.d_path -> template_d_pathLV-426
2015-05-05rz_config: template.d_pathLV-426
2015-05-03rhizi-server.conf.example: correct to run with default run-local.shAlon Levy
2015-05-01rz_config: neo4j_schema_versionLV-426
2015-04-29res/etc/rhizi-server.conf.example: comment out illegal (for now) keysAlon Levy
2015-04-27server: allow disabling signup (default to enabled)Alon Levy
2015-04-26rz_config: acl__singup__email_domainLV-426
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-22rhizi-server.conf.example: fix mta-portAlon Levy
2015-04-20config: mta_host, mta_portLV-426
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-02wip: Neo4j v2.2.0 authentication support - see issue #419LV-426
2015-04-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon 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-15server: fix default root_path for ./run-local.sh plus add assertion early, ↵Alon Levy
before flask template loader bails
2015-02-15user_db_path: restore defualt pwd based user_db pathLV-426
2015-02-15init_log(): derive log level from configurationLV-426
2015-02-15rhizi-server.conf.example: add sectionsLV-426
2015-01-25user_db integrationLV-426
2015-01-13server: rename rhizi-server.conf to rhizi-server.conf.exampleAlon Levy
2015-01-13server/feedback: get rid of flask-mail; left todo: filenames for attachmentsAlon Levy
2015-01-13server: return etc defaults to dev favoritesAlon Levy
2015-01-13foot in mouthAlon Levy
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
allows user to mark an image and send it. sends an email to configured recipient. defaults to using localhost:25 as the SMTP server (no user name, no password, see [1] for configuration parameters of flask-mail). Introduces a config parameter: FEEDBACK_RECIPIENT = feedback@localhost left TODO: 1. customize the 'thank you' text 2. document in user guide (setting MAIL_DEFAULT_SENDER correctly) [1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
2014-12-06switch config format to k=vLV-426
2014-11-09rhizi-server.confLV-426
2014-09-24add listen_address, listen_port conf optionsLV-426
2014-09-23initial implementationLV-426