Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ syncthingController.js
File
syncthingController.js
gui/default/syncthing/core/syncthingController.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
angular.module(
'syncthing.core'
)
2
.config(
function
($locationProvider) {
3
$locationProvider.html5Mode({ enabled: true, requireBase: false }).hashPrefix(
'!'
);
4
})
Callers
nothing calls this directly
Calls
15
resetRemoteNeed
Function · 0.85
refreshSystem
Function · 0.85
refreshDiscoveryCache
Function · 0.85
refreshConfig
Function · 0.85
refreshCluster
Function · 0.85
refreshConnectionStats
Function · 0.85
showModal
Function · 0.85
clearRestartExpectation
Function · 0.85
hideModal
Function · 0.85
restartExpectedNow
Function · 0.85
setRestartExpectation
Function · 0.85
updateLocalConfig
Function · 0.85
Tested by
no test coverage detected