Searched refs:webClientSharesPath (Results 1 – 5 of 5) sorted by relevance
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | webclient.go | 287 SharesURL: webClientSharesPath, 813 http.Redirect(w, r, webClientSharesPath, http.StatusSeeOther) 851 http.Redirect(w, r, webClientSharesPath, http.StatusSeeOther) 885 baseClientPage: getBaseClientPageData(pageClientSharesTitle, webClientSharesPath, r),
|
H A D | httpd.go | 198 webClientSharesPath string var 559 webClientSharesPath = path.Join(baseURL, webClientSharesPathDefault)
|
H A D | server.go | 1261 Get(webClientSharesPath, handleClientGetShares)
|
H A D | internal_test.go | 1946 req, _ = http.NewRequest(http.MethodGet, webClientSharesPath, nil)
|
H A D | httpd_test.go | 152 webClientSharesPath = "/web/client/shares" const 3875 req, err = http.NewRequest(http.MethodGet, webClientSharesPath, nil) 11147 req, err = http.NewRequest(http.MethodGet, webClientSharesPath+"?qlimit=a", nil) 11153 req, err = http.NewRequest(http.MethodGet, webClientSharesPath+"?qlimit=1", nil)
|