| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show up longer on taller screens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 792ec339802271c79923016104e06ba10e8a64f8.
Dropping a non existant constraint is an error. The correct approach is
to list all constraings and then delete those, which requires scripting.
|
|
|
|
|
|
side effect: no more click to deselect before select (easier to implement).
resolve #430
|
|
|
|
|