gPanel/pkg/gpserver
2018-01-24 15:18:11 -06:00
..
apihandler.go fixed bundle deletion hangup and added support to view and delete all registered domains from gpanel server 2017-12-12 15:59:12 -06:00
authentication.go referencing #129, removed usage of gorilla/sessions and gorilla/context within code 2018-01-22 17:03:29 -06:00
bundles.go restructured to serve out of /home/[bundle_name]/document_root/ and also store logs in /home/[bundle_name]/logs, removing the need to keep track of anything other than .db files within the program for each bundle. the log read/write/truncate api's need fixed though 2018-01-18 15:33:21 -06:00
defaults.go removing the redundent newline warnings 2017-12-05 13:07:27 -06:00
gpserver.go restructured to serve out of /home/[bundle_name]/document_root/ and also store logs in /home/[bundle_name]/logs, removing the need to keep track of anything other than .db files within the program for each bundle. the log read/write/truncate api's need fixed though 2018-01-18 15:33:21 -06:00
servehttp.go reworked reverse proxy domain router to utilize transport to throw 400 bad requests instead of having the server handle it. 2018-01-24 15:18:11 -06:00