| Age | Commit message (Collapse) | Author |
|
TODO: Logout requires styling plus only to appear if logged in.
|
|
|
|
|
|
to <config-dir>/htpasswd
TODO: permissions - warn on lax permissions for password file (and for
init file?)
|
|
|
|
|
|
|
|
|
|
|
|
commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flask uses itsdangerous which uses simplejson
The default json converts namedtuples to arrays stripping the names.
simplejson converts them to a dictionary, a behavior we rely on.
|
|
|
|
To successfully pass a flask test preventing usage of the same method
twice:
AssertionError: View function mapping is overwriting an existing endpoint function:
redirector
|
|
neo4j deals fine with length 1 or 2 labels.
Fixes #252
|
|
To distinguish id sets from Node/Link sets.
Closes #250
|
|
|
|
The reason json failed was that we were using a class instead of an
instance, i.e.
clazz = namedtuple('bla', ['field1', 'field2'])
instance = clazz(field1='foo', field2='bar')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
meta-attr '__type'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|