1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/controller
Julien Duponchelle 9dc6f0f486 Embed the appliances in the server. (#927)
This add a /appliances call
2017-04-12 14:35:49 +02:00
..
gns3vm Remove noise from log when VMware is not installed 2017-02-28 11:42:07 +01:00
ports Fix some port short name display issues 2017-03-20 18:10:00 +01:00
__init__.py Embed the appliances in the server. (#927) 2017-04-12 14:35:49 +02:00
appliance_template.py Do not return broken appliances like ASA 8 2017-03-09 15:44:48 +01:00
appliance.py Embed the appliances in the server. (#927) 2017-04-12 14:35:49 +02:00
compute.py Catch some broken hostname for compute node 2017-03-28 12:14:27 +02:00
controller_error.py
drawing.py Fix an error with some SVG 2017-02-28 11:22:53 +01:00
export_project.py Raise error if image are not avaible on main server during export 2017-03-14 18:00:16 +01:00
import_project.py Catch unicode error when you try to duplicate a project with invalid characters 2017-03-13 17:11:37 +01:00
link.py Escape special characters from SVG text 2017-03-20 19:14:07 +01:00
node.py Merge branch '2.0' into 2.1 2017-03-30 10:16:16 +02:00
notification.py Fix sometimes you have an exception when closing GNS3 2017-01-18 18:38:25 +01:00
project.py Embed the appliances in the server. (#927) 2017-04-12 14:35:49 +02:00
snapshot.py Catch permission error when restoring a snapshot 2017-02-13 15:30:02 +01:00
symbols.py Fix error when you delete the builtin symbols directory 2017-02-20 18:28:49 +01:00
topology.py Merge branch '2.0' into 2.1 2017-03-30 10:16:16 +02:00
udp_link.py