| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
including general utf-8 (citation needed)
|
|
|
|
|
|
|
|
python 3
|
|
reraising Newo4JException
|
|
|
|
|
|
Fixes truncation error as long as we don't go over 16384 nodes in a
graph until an actual fragmentation mechanism (multiple queries
aggregated into a single response) exists.
|
|
|
|
|
|
The "MIMEMultipart" utf-8 argument is not required for $SUBJECT, but I
thought it might be relevant for the recipients list eventually (it
could contain utf-8 text iiuc, not in the email portion but in the
additional text allowed).
|
|
|
|
|
|
|
|
|
|
only valid roles for now
|
|
|
|
current logged in user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lookup_user__by_email_address()
|
|
available for other user procedures
|
|
|
|
try/catch
|
|
catch assumes log is intact anyway
|
|
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.
|
|
before flask template loader bails
|
|
|
|
|
|
|
|
'X-Forwarded-Host' headers
|
|
|
|
|
|
|
|
|
|
rz_config.listen_port
|
|
|
|
|
|
- clarifying the meaning of an 'unknown user' case
- removing code duplication in user_db, sticking to exception raising
|
|
|