api.go 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120
  1. // Copyright (C) 2014 The Syncthing Authors.
  2. //
  3. // This Source Code Form is subject to the terms of the Mozilla Public
  4. // License, v. 2.0. If a copy of the MPL was not distributed with this file,
  5. // You can obtain one at https://mozilla.org/MPL/2.0/.
  6. package api
  7. import (
  8. "bytes"
  9. "context"
  10. "crypto/tls"
  11. "crypto/x509"
  12. "encoding/json"
  13. "errors"
  14. "fmt"
  15. "io"
  16. "log"
  17. "net"
  18. "net/http"
  19. "net/url"
  20. "os"
  21. "path/filepath"
  22. "reflect"
  23. "runtime"
  24. "runtime/pprof"
  25. "sort"
  26. "strconv"
  27. "strings"
  28. "time"
  29. "unicode"
  30. "github.com/calmh/incontainer"
  31. "github.com/julienschmidt/httprouter"
  32. "github.com/prometheus/client_golang/prometheus/promhttp"
  33. "github.com/rcrowley/go-metrics"
  34. "github.com/thejerf/suture/v4"
  35. "github.com/vitrun/qart/qr"
  36. "golang.org/x/text/runes"
  37. "golang.org/x/text/transform"
  38. "golang.org/x/text/unicode/norm"
  39. "github.com/syncthing/syncthing/lib/build"
  40. "github.com/syncthing/syncthing/lib/config"
  41. "github.com/syncthing/syncthing/lib/connections"
  42. "github.com/syncthing/syncthing/lib/db"
  43. "github.com/syncthing/syncthing/lib/discover"
  44. "github.com/syncthing/syncthing/lib/events"
  45. "github.com/syncthing/syncthing/lib/fs"
  46. "github.com/syncthing/syncthing/lib/locations"
  47. "github.com/syncthing/syncthing/lib/logger"
  48. "github.com/syncthing/syncthing/lib/model"
  49. "github.com/syncthing/syncthing/lib/protocol"
  50. "github.com/syncthing/syncthing/lib/rand"
  51. "github.com/syncthing/syncthing/lib/svcutil"
  52. "github.com/syncthing/syncthing/lib/sync"
  53. "github.com/syncthing/syncthing/lib/tlsutil"
  54. "github.com/syncthing/syncthing/lib/upgrade"
  55. "github.com/syncthing/syncthing/lib/ur"
  56. )
  57. const (
  58. // Default mask excludes these very noisy event types to avoid filling the pipe.
  59. // FIXME: ItemStarted and ItemFinished should be excluded for the same reason.
  60. DefaultEventMask = events.AllEvents &^ events.LocalChangeDetected &^ events.RemoteChangeDetected
  61. DiskEventMask = events.LocalChangeDetected | events.RemoteChangeDetected
  62. EventSubBufferSize = 1000
  63. defaultEventTimeout = time.Minute
  64. httpsCertLifetimeDays = 820
  65. )
  66. type service struct {
  67. suture.Service
  68. id protocol.DeviceID
  69. cfg config.Wrapper
  70. statics *staticsServer
  71. model model.Model
  72. eventSubs map[events.EventType]events.BufferedSubscription
  73. eventSubsMut sync.Mutex
  74. evLogger events.Logger
  75. discoverer discover.Manager
  76. connectionsService connections.Service
  77. fss model.FolderSummaryService
  78. urService *ur.Service
  79. noUpgrade bool
  80. tlsDefaultCommonName string
  81. configChanged chan struct{} // signals intentional listener close due to config change
  82. started chan string // signals startup complete by sending the listener address, for testing only
  83. startedOnce chan struct{} // the service has started successfully at least once
  84. startupErr error
  85. listenerAddr net.Addr
  86. exitChan chan *svcutil.FatalErr
  87. miscDB *db.NamespacedKV
  88. guiErrors logger.Recorder
  89. systemLog logger.Recorder
  90. }
  91. var _ config.Verifier = &service{}
  92. type Service interface {
  93. suture.Service
  94. config.Committer
  95. WaitForStart() error
  96. }
  97. func New(id protocol.DeviceID, cfg config.Wrapper, assetDir, tlsDefaultCommonName string, m model.Model, defaultSub, diskSub events.BufferedSubscription, evLogger events.Logger, discoverer discover.Manager, connectionsService connections.Service, urService *ur.Service, fss model.FolderSummaryService, errors, systemLog logger.Recorder, noUpgrade bool, miscDB *db.NamespacedKV) Service {
  98. return &service{
  99. id: id,
  100. cfg: cfg,
  101. statics: newStaticsServer(cfg.GUI().Theme, assetDir),
  102. model: m,
  103. eventSubs: map[events.EventType]events.BufferedSubscription{
  104. DefaultEventMask: defaultSub,
  105. DiskEventMask: diskSub,
  106. },
  107. eventSubsMut: sync.NewMutex(),
  108. evLogger: evLogger,
  109. discoverer: discoverer,
  110. connectionsService: connectionsService,
  111. fss: fss,
  112. urService: urService,
  113. guiErrors: errors,
  114. systemLog: systemLog,
  115. noUpgrade: noUpgrade,
  116. tlsDefaultCommonName: tlsDefaultCommonName,
  117. configChanged: make(chan struct{}),
  118. startedOnce: make(chan struct{}),
  119. exitChan: make(chan *svcutil.FatalErr, 1),
  120. miscDB: miscDB,
  121. }
  122. }
  123. func (s *service) WaitForStart() error {
  124. <-s.startedOnce
  125. return s.startupErr
  126. }
  127. func (s *service) getListener(guiCfg config.GUIConfiguration) (net.Listener, error) {
  128. httpsCertFile := locations.Get(locations.HTTPSCertFile)
  129. httpsKeyFile := locations.Get(locations.HTTPSKeyFile)
  130. cert, err := tls.LoadX509KeyPair(httpsCertFile, httpsKeyFile)
  131. // If the certificate has expired or will expire in the next month, fail
  132. // it and generate a new one.
  133. if err == nil {
  134. err = shouldRegenerateCertificate(cert)
  135. }
  136. if err != nil {
  137. l.Infoln("Loading HTTPS certificate:", err)
  138. l.Infoln("Creating new HTTPS certificate")
  139. // When generating the HTTPS certificate, use the system host name per
  140. // default. If that isn't available, use the "syncthing" default.
  141. var name string
  142. name, err = os.Hostname()
  143. if err != nil {
  144. name = s.tlsDefaultCommonName
  145. }
  146. name, err = sanitizedHostname(name)
  147. if err != nil {
  148. name = s.tlsDefaultCommonName
  149. }
  150. cert, err = tlsutil.NewCertificate(httpsCertFile, httpsKeyFile, name, httpsCertLifetimeDays)
  151. }
  152. if err != nil {
  153. return nil, err
  154. }
  155. tlsCfg := tlsutil.SecureDefaultWithTLS12()
  156. tlsCfg.Certificates = []tls.Certificate{cert}
  157. if guiCfg.Network() == "unix" {
  158. // When listening on a UNIX socket we should unlink before bind,
  159. // lest we get a "bind: address already in use". We don't
  160. // particularly care if this succeeds or not.
  161. os.Remove(guiCfg.Address())
  162. }
  163. rawListener, err := net.Listen(guiCfg.Network(), guiCfg.Address())
  164. if err != nil {
  165. return nil, err
  166. }
  167. if guiCfg.Network() == "unix" && guiCfg.UnixSocketPermissions() != 0 {
  168. // We should error if this fails under the assumption that these permissions are
  169. // required for operation.
  170. err = os.Chmod(guiCfg.Address(), guiCfg.UnixSocketPermissions())
  171. if err != nil {
  172. return nil, err
  173. }
  174. }
  175. listener := &tlsutil.DowngradingListener{
  176. Listener: rawListener,
  177. TLSConfig: tlsCfg,
  178. }
  179. return listener, nil
  180. }
  181. func sendJSON(w http.ResponseWriter, jsonObject interface{}) {
  182. w.Header().Set("Content-Type", "application/json; charset=utf-8")
  183. // Marshalling might fail, in which case we should return a 500 with the
  184. // actual error.
  185. bs, err := json.MarshalIndent(jsonObject, "", " ")
  186. if err != nil {
  187. // This Marshal() can't fail though.
  188. bs, _ = json.Marshal(map[string]string{"error": err.Error()})
  189. http.Error(w, string(bs), http.StatusInternalServerError)
  190. return
  191. }
  192. fmt.Fprintf(w, "%s\n", bs)
  193. }
  194. func (s *service) Serve(ctx context.Context) error {
  195. listener, err := s.getListener(s.cfg.GUI())
  196. if err != nil {
  197. select {
  198. case <-s.startedOnce:
  199. // We let this be a loud user-visible warning as it may be the only
  200. // indication they get that the GUI won't be available.
  201. l.Warnln("Starting API/GUI:", err)
  202. default:
  203. // This is during initialization. A failure here should be fatal
  204. // as there will be no way for the user to communicate with us
  205. // otherwise anyway.
  206. s.startupErr = err
  207. close(s.startedOnce)
  208. }
  209. return err
  210. }
  211. if listener == nil {
  212. // Not much we can do here other than exit quickly. The supervisor
  213. // will log an error at some point.
  214. return nil
  215. }
  216. s.listenerAddr = listener.Addr()
  217. defer listener.Close()
  218. s.cfg.Subscribe(s)
  219. defer s.cfg.Unsubscribe(s)
  220. restMux := httprouter.New()
  221. // The GET handlers
  222. restMux.HandlerFunc(http.MethodGet, "/rest/cluster/pending/devices", s.getPendingDevices) // -
  223. restMux.HandlerFunc(http.MethodGet, "/rest/cluster/pending/folders", s.getPendingFolders) // [device]
  224. restMux.HandlerFunc(http.MethodGet, "/rest/db/completion", s.getDBCompletion) // [device] [folder]
  225. restMux.HandlerFunc(http.MethodGet, "/rest/db/file", s.getDBFile) // folder file
  226. restMux.HandlerFunc(http.MethodGet, "/rest/db/ignores", s.getDBIgnores) // folder
  227. restMux.HandlerFunc(http.MethodGet, "/rest/db/need", s.getDBNeed) // folder [perpage] [page]
  228. restMux.HandlerFunc(http.MethodGet, "/rest/db/remoteneed", s.getDBRemoteNeed) // device folder [perpage] [page]
  229. restMux.HandlerFunc(http.MethodGet, "/rest/db/localchanged", s.getDBLocalChanged) // folder [perpage] [page]
  230. restMux.HandlerFunc(http.MethodGet, "/rest/db/status", s.getDBStatus) // folder
  231. restMux.HandlerFunc(http.MethodGet, "/rest/db/browse", s.getDBBrowse) // folder [prefix] [dirsonly] [levels]
  232. restMux.HandlerFunc(http.MethodGet, "/rest/folder/versions", s.getFolderVersions) // folder
  233. restMux.HandlerFunc(http.MethodGet, "/rest/folder/errors", s.getFolderErrors) // folder [perpage] [page]
  234. restMux.HandlerFunc(http.MethodGet, "/rest/folder/pullerrors", s.getFolderErrors) // folder (deprecated)
  235. restMux.HandlerFunc(http.MethodGet, "/rest/events", s.getIndexEvents) // [since] [limit] [timeout] [events]
  236. restMux.HandlerFunc(http.MethodGet, "/rest/events/disk", s.getDiskEvents) // [since] [limit] [timeout]
  237. restMux.HandlerFunc(http.MethodGet, "/rest/noauth/health", s.getHealth) // -
  238. restMux.HandlerFunc(http.MethodGet, "/rest/stats/device", s.getDeviceStats) // -
  239. restMux.HandlerFunc(http.MethodGet, "/rest/stats/folder", s.getFolderStats) // -
  240. restMux.HandlerFunc(http.MethodGet, "/rest/svc/deviceid", s.getDeviceID) // id
  241. restMux.HandlerFunc(http.MethodGet, "/rest/svc/lang", s.getLang) // -
  242. restMux.HandlerFunc(http.MethodGet, "/rest/svc/report", s.getReport) // -
  243. restMux.HandlerFunc(http.MethodGet, "/rest/svc/random/string", s.getRandomString) // [length]
  244. restMux.HandlerFunc(http.MethodGet, "/rest/system/browse", s.getSystemBrowse) // current
  245. restMux.HandlerFunc(http.MethodGet, "/rest/system/connections", s.getSystemConnections) // -
  246. restMux.HandlerFunc(http.MethodGet, "/rest/system/discovery", s.getSystemDiscovery) // -
  247. restMux.HandlerFunc(http.MethodGet, "/rest/system/error", s.getSystemError) // -
  248. restMux.HandlerFunc(http.MethodGet, "/rest/system/paths", s.getSystemPaths) // -
  249. restMux.HandlerFunc(http.MethodGet, "/rest/system/ping", s.restPing) // -
  250. restMux.HandlerFunc(http.MethodGet, "/rest/system/status", s.getSystemStatus) // -
  251. restMux.HandlerFunc(http.MethodGet, "/rest/system/upgrade", s.getSystemUpgrade) // -
  252. restMux.HandlerFunc(http.MethodGet, "/rest/system/version", s.getSystemVersion) // -
  253. restMux.HandlerFunc(http.MethodGet, "/rest/system/debug", s.getSystemDebug) // -
  254. restMux.HandlerFunc(http.MethodGet, "/rest/system/log", s.getSystemLog) // [since]
  255. restMux.HandlerFunc(http.MethodGet, "/rest/system/log.txt", s.getSystemLogTxt) // [since]
  256. // The POST handlers
  257. restMux.HandlerFunc(http.MethodPost, "/rest/db/prio", s.postDBPrio) // folder file
  258. restMux.HandlerFunc(http.MethodPost, "/rest/db/ignores", s.postDBIgnores) // folder
  259. restMux.HandlerFunc(http.MethodPost, "/rest/db/override", s.postDBOverride) // folder
  260. restMux.HandlerFunc(http.MethodPost, "/rest/db/revert", s.postDBRevert) // folder
  261. restMux.HandlerFunc(http.MethodPost, "/rest/db/scan", s.postDBScan) // folder [sub...] [delay]
  262. restMux.HandlerFunc(http.MethodPost, "/rest/folder/versions", s.postFolderVersionsRestore) // folder <body>
  263. restMux.HandlerFunc(http.MethodPost, "/rest/system/error", s.postSystemError) // <body>
  264. restMux.HandlerFunc(http.MethodPost, "/rest/system/error/clear", s.postSystemErrorClear) // -
  265. restMux.HandlerFunc(http.MethodPost, "/rest/system/ping", s.restPing) // -
  266. restMux.HandlerFunc(http.MethodPost, "/rest/system/reset", s.postSystemReset) // [folder]
  267. restMux.HandlerFunc(http.MethodPost, "/rest/system/restart", s.postSystemRestart) // -
  268. restMux.HandlerFunc(http.MethodPost, "/rest/system/shutdown", s.postSystemShutdown) // -
  269. restMux.HandlerFunc(http.MethodPost, "/rest/system/upgrade", s.postSystemUpgrade) // -
  270. restMux.HandlerFunc(http.MethodPost, "/rest/system/pause", s.makeDevicePauseHandler(true)) // [device]
  271. restMux.HandlerFunc(http.MethodPost, "/rest/system/resume", s.makeDevicePauseHandler(false)) // [device]
  272. restMux.HandlerFunc(http.MethodPost, "/rest/system/debug", s.postSystemDebug) // [enable] [disable]
  273. // The DELETE handlers
  274. restMux.HandlerFunc(http.MethodDelete, "/rest/cluster/pending/devices", s.deletePendingDevices) // device
  275. restMux.HandlerFunc(http.MethodDelete, "/rest/cluster/pending/folders", s.deletePendingFolders) // folder [device]
  276. // Config endpoints
  277. configBuilder := &configMuxBuilder{
  278. Router: restMux,
  279. id: s.id,
  280. cfg: s.cfg,
  281. }
  282. configBuilder.registerConfig("/rest/config")
  283. configBuilder.registerConfigInsync("/rest/config/insync") // deprecated
  284. configBuilder.registerConfigRequiresRestart("/rest/config/restart-required")
  285. configBuilder.registerFolders("/rest/config/folders")
  286. configBuilder.registerDevices("/rest/config/devices")
  287. configBuilder.registerFolder("/rest/config/folders/:id")
  288. configBuilder.registerDevice("/rest/config/devices/:id")
  289. configBuilder.registerDefaultFolder("/rest/config/defaults/folder")
  290. configBuilder.registerDefaultDevice("/rest/config/defaults/device")
  291. configBuilder.registerDefaultIgnores("/rest/config/defaults/ignores")
  292. configBuilder.registerOptions("/rest/config/options")
  293. configBuilder.registerLDAP("/rest/config/ldap")
  294. configBuilder.registerGUI("/rest/config/gui")
  295. // Deprecated config endpoints
  296. configBuilder.registerConfigDeprecated("/rest/system/config") // POST instead of PUT
  297. configBuilder.registerConfigInsync("/rest/system/config/insync")
  298. // Debug endpoints, not for general use
  299. debugMux := http.NewServeMux()
  300. debugMux.HandleFunc("/rest/debug/peerCompletion", s.getPeerCompletion)
  301. debugMux.HandleFunc("/rest/debug/httpmetrics", s.getSystemHTTPMetrics)
  302. debugMux.HandleFunc("/rest/debug/cpuprof", s.getCPUProf) // duration
  303. debugMux.HandleFunc("/rest/debug/heapprof", s.getHeapProf)
  304. debugMux.HandleFunc("/rest/debug/support", s.getSupportBundle)
  305. debugMux.HandleFunc("/rest/debug/file", s.getDebugFile)
  306. restMux.Handler(http.MethodGet, "/rest/debug/*method", s.whenDebugging(debugMux))
  307. // A handler that disables caching
  308. noCacheRestMux := noCacheMiddleware(metricsMiddleware(restMux))
  309. // The main routing handler
  310. mux := http.NewServeMux()
  311. mux.Handle("/rest/", noCacheRestMux)
  312. mux.HandleFunc("/qr/", s.getQR)
  313. // Serve compiled in assets unless an asset directory was set (for development)
  314. mux.Handle("/", s.statics)
  315. // Handle the special meta.js path
  316. mux.Handle("/meta.js", noCacheMiddleware(http.HandlerFunc(s.getJSMetadata)))
  317. // Handle Prometheus metrics
  318. promHttpHandler := promhttp.Handler()
  319. mux.Handle("/metrics", promHttpHandler)
  320. guiCfg := s.cfg.GUI()
  321. // Wrap everything in CSRF protection. The /rest prefix should be
  322. // protected, other requests will grant cookies.
  323. var handler http.Handler = newCsrfManager(s.id.Short().String(), "/rest", guiCfg, mux, s.miscDB)
  324. // Add our version and ID as a header to responses
  325. handler = withDetailsMiddleware(s.id, handler)
  326. // Wrap everything in basic auth, if user/password is set.
  327. if guiCfg.IsAuthEnabled() {
  328. tokenCookieManager := newTokenCookieManager(s.id.Short().String(), guiCfg, s.evLogger, s.miscDB)
  329. authMW := newBasicAuthAndSessionMiddleware(tokenCookieManager, guiCfg, s.cfg.LDAP(), handler, s.evLogger)
  330. handler = authMW
  331. restMux.Handler(http.MethodPost, "/rest/noauth/auth/password", http.HandlerFunc(authMW.passwordAuthHandler))
  332. // Logout is a no-op without a valid session cookie, so /noauth/ is fine here
  333. restMux.Handler(http.MethodPost, "/rest/noauth/auth/logout", http.HandlerFunc(authMW.handleLogout))
  334. }
  335. // Redirect to HTTPS if we are supposed to
  336. if guiCfg.UseTLS() {
  337. handler = redirectToHTTPSMiddleware(handler)
  338. }
  339. // Add the CORS handling
  340. handler = corsMiddleware(handler, guiCfg.InsecureAllowFrameLoading)
  341. if addressIsLocalhost(guiCfg.Address()) && !guiCfg.InsecureSkipHostCheck {
  342. // Verify source host
  343. handler = localhostMiddleware(handler)
  344. }
  345. handler = debugMiddleware(handler)
  346. srv := http.Server{
  347. Handler: handler,
  348. // ReadTimeout must be longer than SyncthingController $scope.refresh
  349. // interval to avoid HTTP keepalive/GUI refresh race.
  350. ReadTimeout: 15 * time.Second,
  351. // Prevent the HTTP server from logging stuff on its own. The things we
  352. // care about we log ourselves from the handlers.
  353. ErrorLog: log.New(io.Discard, "", 0),
  354. }
  355. l.Infoln("GUI and API listening on", listener.Addr())
  356. l.Infoln("Access the GUI via the following URL:", guiCfg.URL())
  357. if s.started != nil {
  358. // only set when run by the tests
  359. select {
  360. case <-ctx.Done(): // Shouldn't return directly due to cleanup below
  361. case s.started <- listener.Addr().String():
  362. }
  363. }
  364. // Indicate successful initial startup, to ourselves and to interested
  365. // listeners (i.e. the thing that starts the browser).
  366. select {
  367. case <-s.startedOnce:
  368. default:
  369. close(s.startedOnce)
  370. }
  371. // Serve in the background
  372. serveError := make(chan error, 1)
  373. go func() {
  374. select {
  375. case serveError <- srv.Serve(listener):
  376. case <-ctx.Done():
  377. }
  378. }()
  379. // Wait for stop, restart or error signals
  380. err = nil
  381. select {
  382. case <-ctx.Done():
  383. // Shutting down permanently
  384. l.Debugln("shutting down (stop)")
  385. case <-s.configChanged:
  386. // Soft restart due to configuration change
  387. l.Debugln("restarting (config changed)")
  388. case err = <-s.exitChan:
  389. case err = <-serveError:
  390. // Restart due to listen/serve failure
  391. l.Warnln("GUI/API:", err, "(restarting)")
  392. }
  393. // Give it a moment to shut down gracefully, e.g. if we are restarting
  394. // due to a config change through the API, let that finish successfully.
  395. timeout, cancel := context.WithTimeout(context.Background(), 100*time.Millisecond)
  396. defer cancel()
  397. if err := srv.Shutdown(timeout); err == timeout.Err() {
  398. srv.Close()
  399. }
  400. return err
  401. }
  402. // Complete implements suture.IsCompletable, which signifies to the supervisor
  403. // whether to stop restarting the service.
  404. func (s *service) Complete() bool {
  405. select {
  406. case <-s.startedOnce:
  407. return s.startupErr != nil
  408. default:
  409. }
  410. return false
  411. }
  412. func (s *service) String() string {
  413. return fmt.Sprintf("api.service@%p", s)
  414. }
  415. func (*service) VerifyConfiguration(_, to config.Configuration) error {
  416. if to.GUI.Network() != "tcp" {
  417. return nil
  418. }
  419. _, err := net.ResolveTCPAddr("tcp", to.GUI.Address())
  420. return err
  421. }
  422. func (s *service) CommitConfiguration(from, to config.Configuration) bool {
  423. // No action required when this changes, so mask the fact that it changed at all.
  424. from.GUI.Debugging = to.GUI.Debugging
  425. if to.GUI == from.GUI {
  426. // No GUI changes, we're done here.
  427. return true
  428. }
  429. if to.GUI.Theme != from.GUI.Theme {
  430. s.statics.setTheme(to.GUI.Theme)
  431. }
  432. // Tell the serve loop to restart
  433. s.configChanged <- struct{}{}
  434. return true
  435. }
  436. func (s *service) fatal(err *svcutil.FatalErr) {
  437. // s.exitChan is 1-buffered and whoever is first gets handled.
  438. select {
  439. case s.exitChan <- err:
  440. default:
  441. }
  442. }
  443. func debugMiddleware(h http.Handler) http.Handler {
  444. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  445. t0 := time.Now()
  446. h.ServeHTTP(w, r)
  447. if shouldDebugHTTP() {
  448. ms := 1000 * time.Since(t0).Seconds()
  449. // The variable `w` is most likely a *http.response, which we can't do
  450. // much with since it's a non exported type. We can however peek into
  451. // it with reflection to get at the status code and number of bytes
  452. // written.
  453. var status, written int64
  454. if rw := reflect.Indirect(reflect.ValueOf(w)); rw.IsValid() && rw.Kind() == reflect.Struct {
  455. if rf := rw.FieldByName("status"); rf.IsValid() && rf.Kind() == reflect.Int {
  456. status = rf.Int()
  457. }
  458. if rf := rw.FieldByName("written"); rf.IsValid() && rf.Kind() == reflect.Int64 {
  459. written = rf.Int()
  460. }
  461. }
  462. l.Debugf("http: %s %q: status %d, %d bytes in %.02f ms", r.Method, r.URL.String(), status, written, ms)
  463. }
  464. })
  465. }
  466. func corsMiddleware(next http.Handler, allowFrameLoading bool) http.Handler {
  467. // Handle CORS headers and CORS OPTIONS request.
  468. // CORS OPTIONS request are typically sent by browser during AJAX preflight
  469. // when the browser initiate a POST request.
  470. //
  471. // As the OPTIONS request is unauthorized, this handler must be the first
  472. // of the chain (hence added at the end).
  473. //
  474. // See https://www.w3.org/TR/cors/ for details.
  475. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  476. // Process OPTIONS requests
  477. if r.Method == "OPTIONS" {
  478. // Add a generous access-control-allow-origin header for CORS requests
  479. w.Header().Add("Access-Control-Allow-Origin", "*")
  480. // Only GET/POST/OPTIONS Methods are supported
  481. w.Header().Set("Access-Control-Allow-Methods", "GET, POST, PUT, PATCH, DELETE, OPTIONS")
  482. // Only these headers can be set
  483. w.Header().Set("Access-Control-Allow-Headers", "Content-Type, X-API-Key")
  484. // The request is meant to be cached 10 minutes
  485. w.Header().Set("Access-Control-Max-Age", "600")
  486. // Indicate that no content will be returned
  487. w.WriteHeader(204)
  488. return
  489. }
  490. // Other security related headers that should be present.
  491. // https://www.owasp.org/index.php/Security_Headers
  492. if !allowFrameLoading {
  493. // We don't want to be rendered in an <iframe>,
  494. // <frame> or <object>. (Unless we do it ourselves.
  495. // This is also an escape hatch for people who serve
  496. // Syncthing GUI as part of their own website
  497. // through a proxy, so they don't need to set the
  498. // allowFrameLoading bool.)
  499. w.Header().Set("X-Frame-Options", "SAMEORIGIN")
  500. }
  501. // If the browser senses an XSS attack it's allowed to take
  502. // action. (How this would not always be the default I
  503. // don't fully understand.)
  504. w.Header().Set("X-XSS-Protection", "1; mode=block")
  505. // Our content type headers are correct. Don't guess.
  506. w.Header().Set("X-Content-Type-Options", "nosniff")
  507. // For everything else, pass to the next handler
  508. next.ServeHTTP(w, r)
  509. })
  510. }
  511. func metricsMiddleware(h http.Handler) http.Handler {
  512. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  513. t := metrics.GetOrRegisterTimer(r.URL.Path, nil)
  514. t0 := time.Now()
  515. h.ServeHTTP(w, r)
  516. t.UpdateSince(t0)
  517. })
  518. }
  519. func redirectToHTTPSMiddleware(h http.Handler) http.Handler {
  520. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  521. if r.TLS == nil {
  522. // Redirect HTTP requests to HTTPS
  523. r.URL.Host = r.Host
  524. r.URL.Scheme = "https"
  525. http.Redirect(w, r, r.URL.String(), http.StatusTemporaryRedirect)
  526. } else {
  527. h.ServeHTTP(w, r)
  528. }
  529. })
  530. }
  531. func noCacheMiddleware(h http.Handler) http.Handler {
  532. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  533. w.Header().Set("Cache-Control", "max-age=0, no-cache, no-store")
  534. w.Header().Set("Expires", time.Now().UTC().Format(http.TimeFormat))
  535. w.Header().Set("Pragma", "no-cache")
  536. h.ServeHTTP(w, r)
  537. })
  538. }
  539. func withDetailsMiddleware(id protocol.DeviceID, h http.Handler) http.Handler {
  540. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  541. w.Header().Set("X-Syncthing-Version", build.Version)
  542. w.Header().Set("X-Syncthing-ID", id.String())
  543. h.ServeHTTP(w, r)
  544. })
  545. }
  546. func localhostMiddleware(h http.Handler) http.Handler {
  547. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  548. if addressIsLocalhost(r.Host) {
  549. h.ServeHTTP(w, r)
  550. return
  551. }
  552. http.Error(w, "Host check error", http.StatusForbidden)
  553. })
  554. }
  555. func (s *service) whenDebugging(h http.Handler) http.Handler {
  556. return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
  557. if s.cfg.GUI().Debugging {
  558. h.ServeHTTP(w, r)
  559. return
  560. }
  561. http.Error(w, "Debugging disabled", http.StatusForbidden)
  562. })
  563. }
  564. func (s *service) getPendingDevices(w http.ResponseWriter, _ *http.Request) {
  565. devices, err := s.model.PendingDevices()
  566. if err != nil {
  567. http.Error(w, err.Error(), http.StatusInternalServerError)
  568. return
  569. }
  570. sendJSON(w, devices)
  571. }
  572. func (s *service) deletePendingDevices(w http.ResponseWriter, r *http.Request) {
  573. qs := r.URL.Query()
  574. device := qs.Get("device")
  575. deviceID, err := protocol.DeviceIDFromString(device)
  576. if err != nil {
  577. http.Error(w, err.Error(), http.StatusBadRequest)
  578. return
  579. }
  580. if err := s.model.DismissPendingDevice(deviceID); err != nil {
  581. http.Error(w, err.Error(), http.StatusInternalServerError)
  582. }
  583. }
  584. func (s *service) getPendingFolders(w http.ResponseWriter, r *http.Request) {
  585. qs := r.URL.Query()
  586. device := qs.Get("device")
  587. deviceID, err := protocol.DeviceIDFromString(device)
  588. if err != nil {
  589. http.Error(w, err.Error(), http.StatusBadRequest)
  590. return
  591. }
  592. folders, err := s.model.PendingFolders(deviceID)
  593. if err != nil {
  594. http.Error(w, err.Error(), http.StatusInternalServerError)
  595. return
  596. }
  597. sendJSON(w, folders)
  598. }
  599. func (s *service) deletePendingFolders(w http.ResponseWriter, r *http.Request) {
  600. qs := r.URL.Query()
  601. device := qs.Get("device")
  602. deviceID, err := protocol.DeviceIDFromString(device)
  603. if err != nil {
  604. http.Error(w, err.Error(), http.StatusBadRequest)
  605. return
  606. }
  607. folderID := qs.Get("folder")
  608. if err := s.model.DismissPendingFolder(deviceID, folderID); err != nil {
  609. http.Error(w, err.Error(), http.StatusInternalServerError)
  610. }
  611. }
  612. func (*service) restPing(w http.ResponseWriter, _ *http.Request) {
  613. sendJSON(w, map[string]string{"ping": "pong"})
  614. }
  615. func (*service) getSystemPaths(w http.ResponseWriter, _ *http.Request) {
  616. sendJSON(w, locations.ListExpandedPaths())
  617. }
  618. func (s *service) getJSMetadata(w http.ResponseWriter, _ *http.Request) {
  619. meta, _ := json.Marshal(map[string]interface{}{
  620. "deviceID": s.id.String(),
  621. "deviceIDShort": s.id.Short().String(),
  622. "authenticated": true,
  623. })
  624. w.Header().Set("Content-Type", "application/javascript")
  625. fmt.Fprintf(w, "var metadata = %s;\n", meta)
  626. }
  627. func (*service) getSystemVersion(w http.ResponseWriter, _ *http.Request) {
  628. sendJSON(w, map[string]interface{}{
  629. "version": build.Version,
  630. "codename": build.Codename,
  631. "longVersion": build.LongVersion,
  632. "extra": build.Extra,
  633. "os": runtime.GOOS,
  634. "arch": runtime.GOARCH,
  635. "isBeta": build.IsBeta,
  636. "isCandidate": build.IsCandidate,
  637. "isRelease": build.IsRelease,
  638. "date": build.Date,
  639. "tags": build.TagsList(),
  640. "stamp": build.Stamp,
  641. "user": build.User,
  642. "container": incontainer.Detect(),
  643. })
  644. }
  645. func (*service) getSystemDebug(w http.ResponseWriter, _ *http.Request) {
  646. names := l.Facilities()
  647. enabled := l.FacilityDebugging()
  648. sort.Strings(enabled)
  649. sendJSON(w, map[string]interface{}{
  650. "facilities": names,
  651. "enabled": enabled,
  652. })
  653. }
  654. func (*service) postSystemDebug(w http.ResponseWriter, r *http.Request) {
  655. w.Header().Set("Content-Type", "application/json; charset=utf-8")
  656. q := r.URL.Query()
  657. for _, f := range strings.Split(q.Get("enable"), ",") {
  658. if f == "" || l.ShouldDebug(f) {
  659. continue
  660. }
  661. l.SetDebug(f, true)
  662. l.Infof("Enabled debug data for %q", f)
  663. }
  664. for _, f := range strings.Split(q.Get("disable"), ",") {
  665. if f == "" || !l.ShouldDebug(f) {
  666. continue
  667. }
  668. l.SetDebug(f, false)
  669. l.Infof("Disabled debug data for %q", f)
  670. }
  671. }
  672. func (s *service) getDBBrowse(w http.ResponseWriter, r *http.Request) {
  673. qs := r.URL.Query()
  674. folder := qs.Get("folder")
  675. prefix := qs.Get("prefix")
  676. dirsOnly := qs.Get("dirsonly") != ""
  677. levels, err := strconv.Atoi(qs.Get("levels"))
  678. if err != nil {
  679. levels = -1
  680. }
  681. result, err := s.model.GlobalDirectoryTree(folder, prefix, levels, dirsOnly)
  682. if err != nil {
  683. http.Error(w, err.Error(), http.StatusInternalServerError)
  684. return
  685. }
  686. sendJSON(w, result)
  687. }
  688. func (s *service) getDBCompletion(w http.ResponseWriter, r *http.Request) {
  689. qs := r.URL.Query()
  690. folder := qs.Get("folder") // empty means all folders
  691. deviceStr := qs.Get("device") // empty means local device ID
  692. // We will check completion status for either the local device, or a
  693. // specific given device ID.
  694. device := protocol.LocalDeviceID
  695. if deviceStr != "" {
  696. var err error
  697. device, err = protocol.DeviceIDFromString(deviceStr)
  698. if err != nil {
  699. http.Error(w, err.Error(), http.StatusBadRequest)
  700. return
  701. }
  702. }
  703. if comp, err := s.model.Completion(device, folder); err != nil {
  704. status := http.StatusInternalServerError
  705. if isFolderNotFound(err) {
  706. status = http.StatusNotFound
  707. }
  708. http.Error(w, err.Error(), status)
  709. } else {
  710. sendJSON(w, comp.Map())
  711. }
  712. }
  713. func (s *service) getDBStatus(w http.ResponseWriter, r *http.Request) {
  714. qs := r.URL.Query()
  715. folder := qs.Get("folder")
  716. if sum, err := s.fss.Summary(folder); err != nil {
  717. http.Error(w, err.Error(), http.StatusNotFound)
  718. } else {
  719. sendJSON(w, sum)
  720. }
  721. }
  722. func (s *service) postDBOverride(_ http.ResponseWriter, r *http.Request) {
  723. qs := r.URL.Query()
  724. folder := qs.Get("folder")
  725. go s.model.Override(folder)
  726. }
  727. func (s *service) postDBRevert(_ http.ResponseWriter, r *http.Request) {
  728. qs := r.URL.Query()
  729. folder := qs.Get("folder")
  730. go s.model.Revert(folder)
  731. }
  732. func getPagingParams(qs url.Values) (int, int) {
  733. page, err := strconv.Atoi(qs.Get("page"))
  734. if err != nil || page < 1 {
  735. page = 1
  736. }
  737. perpage, err := strconv.Atoi(qs.Get("perpage"))
  738. if err != nil || perpage < 1 {
  739. perpage = 1 << 16
  740. }
  741. return page, perpage
  742. }
  743. func (s *service) getDBNeed(w http.ResponseWriter, r *http.Request) {
  744. qs := r.URL.Query()
  745. folder := qs.Get("folder")
  746. page, perpage := getPagingParams(qs)
  747. progress, queued, rest, err := s.model.NeedFolderFiles(folder, page, perpage)
  748. if err != nil {
  749. http.Error(w, err.Error(), http.StatusNotFound)
  750. return
  751. }
  752. // Convert the struct to a more loose structure, and inject the size.
  753. sendJSON(w, map[string]interface{}{
  754. "progress": toJsonFileInfoSlice(progress),
  755. "queued": toJsonFileInfoSlice(queued),
  756. "rest": toJsonFileInfoSlice(rest),
  757. "page": page,
  758. "perpage": perpage,
  759. })
  760. }
  761. func (s *service) getDBRemoteNeed(w http.ResponseWriter, r *http.Request) {
  762. qs := r.URL.Query()
  763. folder := qs.Get("folder")
  764. device := qs.Get("device")
  765. deviceID, err := protocol.DeviceIDFromString(device)
  766. if err != nil {
  767. http.Error(w, err.Error(), http.StatusInternalServerError)
  768. return
  769. }
  770. page, perpage := getPagingParams(qs)
  771. files, err := s.model.RemoteNeedFolderFiles(folder, deviceID, page, perpage)
  772. if err != nil {
  773. http.Error(w, err.Error(), http.StatusNotFound)
  774. return
  775. }
  776. sendJSON(w, map[string]interface{}{
  777. "files": toJsonFileInfoSlice(files),
  778. "page": page,
  779. "perpage": perpage,
  780. })
  781. }
  782. func (s *service) getDBLocalChanged(w http.ResponseWriter, r *http.Request) {
  783. qs := r.URL.Query()
  784. folder := qs.Get("folder")
  785. page, perpage := getPagingParams(qs)
  786. files, err := s.model.LocalChangedFolderFiles(folder, page, perpage)
  787. if err != nil {
  788. http.Error(w, err.Error(), http.StatusNotFound)
  789. return
  790. }
  791. sendJSON(w, map[string]interface{}{
  792. "files": toJsonFileInfoSlice(files),
  793. "page": page,
  794. "perpage": perpage,
  795. })
  796. }
  797. func (s *service) getSystemConnections(w http.ResponseWriter, _ *http.Request) {
  798. sendJSON(w, s.model.ConnectionStats())
  799. }
  800. func (s *service) getDeviceStats(w http.ResponseWriter, _ *http.Request) {
  801. stats, err := s.model.DeviceStatistics()
  802. if err != nil {
  803. http.Error(w, "Internal Server Error", http.StatusInternalServerError)
  804. return
  805. }
  806. sendJSON(w, stats)
  807. }
  808. func (s *service) getFolderStats(w http.ResponseWriter, _ *http.Request) {
  809. stats, err := s.model.FolderStatistics()
  810. if err != nil {
  811. http.Error(w, "Internal Server Error", http.StatusInternalServerError)
  812. return
  813. }
  814. sendJSON(w, stats)
  815. }
  816. func (s *service) getDBFile(w http.ResponseWriter, r *http.Request) {
  817. qs := r.URL.Query()
  818. folder := qs.Get("folder")
  819. file := qs.Get("file")
  820. errStatus := http.StatusInternalServerError
  821. gf, gfOk, err := s.model.CurrentGlobalFile(folder, file)
  822. if err != nil {
  823. if isFolderNotFound(err) {
  824. errStatus = http.StatusNotFound
  825. }
  826. http.Error(w, err.Error(), errStatus)
  827. return
  828. }
  829. lf, lfOk, err := s.model.CurrentFolderFile(folder, file)
  830. if err != nil {
  831. if isFolderNotFound(err) {
  832. errStatus = http.StatusNotFound
  833. }
  834. http.Error(w, err.Error(), errStatus)
  835. return
  836. }
  837. if !(gfOk || lfOk) {
  838. // This file for sure does not exist.
  839. http.Error(w, "No such object in the index", http.StatusNotFound)
  840. return
  841. }
  842. av, err := s.model.Availability(folder, gf, protocol.BlockInfo{})
  843. if err != nil {
  844. http.Error(w, err.Error(), http.StatusInternalServerError)
  845. return
  846. }
  847. mtimeMapping, mtimeErr := s.model.GetMtimeMapping(folder, file)
  848. sendJSON(w, map[string]interface{}{
  849. "global": jsonFileInfo(gf),
  850. "local": jsonFileInfo(lf),
  851. "availability": av,
  852. "mtime": map[string]interface{}{
  853. "err": mtimeErr,
  854. "value": mtimeMapping,
  855. },
  856. })
  857. }
  858. func (s *service) getDebugFile(w http.ResponseWriter, r *http.Request) {
  859. qs := r.URL.Query()
  860. folder := qs.Get("folder")
  861. file := qs.Get("file")
  862. snap, err := s.model.DBSnapshot(folder)
  863. if err != nil {
  864. http.Error(w, err.Error(), http.StatusNotFound)
  865. return
  866. }
  867. mtimeMapping, mtimeErr := s.model.GetMtimeMapping(folder, file)
  868. lf, _ := snap.Get(protocol.LocalDeviceID, file)
  869. gf, _ := snap.GetGlobal(file)
  870. av := snap.Availability(file)
  871. vl := snap.DebugGlobalVersions(file)
  872. sendJSON(w, map[string]interface{}{
  873. "global": jsonFileInfo(gf),
  874. "local": jsonFileInfo(lf),
  875. "availability": av,
  876. "globalVersions": vl.String(),
  877. "mtime": map[string]interface{}{
  878. "err": mtimeErr,
  879. "value": mtimeMapping,
  880. },
  881. })
  882. }
  883. func (s *service) postSystemRestart(w http.ResponseWriter, _ *http.Request) {
  884. s.flushResponse(`{"ok": "restarting"}`, w)
  885. s.fatal(&svcutil.FatalErr{
  886. Err: errors.New("restart initiated by rest API"),
  887. Status: svcutil.ExitRestart,
  888. })
  889. }
  890. func (s *service) postSystemReset(w http.ResponseWriter, r *http.Request) {
  891. qs := r.URL.Query()
  892. folder := qs.Get("folder")
  893. if len(folder) > 0 {
  894. if _, ok := s.cfg.Folders()[folder]; !ok {
  895. http.Error(w, "Invalid folder ID", http.StatusInternalServerError)
  896. return
  897. }
  898. }
  899. if folder == "" {
  900. // Reset all folders.
  901. for folder := range s.cfg.Folders() {
  902. if err := s.model.ResetFolder(folder); err != nil {
  903. http.Error(w, err.Error(), http.StatusInternalServerError)
  904. return
  905. }
  906. }
  907. s.flushResponse(`{"ok": "resetting database"}`, w)
  908. } else {
  909. // Reset a specific folder, assuming it's supposed to exist.
  910. if err := s.model.ResetFolder(folder); err != nil {
  911. http.Error(w, err.Error(), http.StatusInternalServerError)
  912. return
  913. }
  914. s.flushResponse(`{"ok": "resetting folder `+folder+`"}`, w)
  915. }
  916. s.fatal(&svcutil.FatalErr{
  917. Err: errors.New("restart after db reset initiated by rest API"),
  918. Status: svcutil.ExitRestart,
  919. })
  920. }
  921. func (s *service) postSystemShutdown(w http.ResponseWriter, _ *http.Request) {
  922. s.flushResponse(`{"ok": "shutting down"}`, w)
  923. s.fatal(&svcutil.FatalErr{
  924. Err: errors.New("shutdown initiated by rest API"),
  925. Status: svcutil.ExitSuccess,
  926. })
  927. }
  928. func (*service) flushResponse(resp string, w http.ResponseWriter) {
  929. w.Write([]byte(resp + "\n"))
  930. f := w.(http.Flusher)
  931. f.Flush()
  932. }
  933. func (s *service) getSystemStatus(w http.ResponseWriter, _ *http.Request) {
  934. var m runtime.MemStats
  935. runtime.ReadMemStats(&m)
  936. tilde, _ := fs.ExpandTilde("~")
  937. res := make(map[string]interface{})
  938. res["myID"] = s.id.String()
  939. res["goroutines"] = runtime.NumGoroutine()
  940. res["alloc"] = m.Alloc
  941. res["sys"] = m.Sys - m.HeapReleased
  942. res["tilde"] = tilde
  943. if s.cfg.Options().LocalAnnEnabled || s.cfg.Options().GlobalAnnEnabled {
  944. res["discoveryEnabled"] = true
  945. discoStatus := s.discoverer.ChildErrors()
  946. res["discoveryStatus"] = discoveryStatusMap(discoStatus)
  947. res["discoveryMethods"] = len(discoStatus) // DEPRECATED: Redundant, only for backwards compatibility, should be removed.
  948. discoErrors := make(map[string]*string, len(discoStatus))
  949. for s, e := range discoStatus {
  950. if e != nil {
  951. discoErrors[s] = errorString(e)
  952. }
  953. }
  954. res["discoveryErrors"] = discoErrors // DEPRECATED: Redundant, only for backwards compatibility, should be removed.
  955. }
  956. res["connectionServiceStatus"] = s.connectionsService.ListenerStatus()
  957. res["lastDialStatus"] = s.connectionsService.ConnectionStatus()
  958. res["cpuPercent"] = 0 // deprecated from API
  959. res["pathSeparator"] = string(filepath.Separator)
  960. res["urVersionMax"] = ur.Version
  961. res["uptime"] = s.urService.UptimeS()
  962. res["startTime"] = ur.StartTime
  963. res["guiAddressOverridden"] = s.cfg.GUI().IsOverridden()
  964. res["guiAddressUsed"] = s.listenerAddr.String()
  965. sendJSON(w, res)
  966. }
  967. func (s *service) getSystemError(w http.ResponseWriter, _ *http.Request) {
  968. sendJSON(w, map[string][]logger.Line{
  969. "errors": s.guiErrors.Since(time.Time{}),
  970. })
  971. }
  972. func (*service) postSystemError(_ http.ResponseWriter, r *http.Request) {
  973. bs, _ := io.ReadAll(r.Body)
  974. r.Body.Close()
  975. l.Warnln(string(bs))
  976. }
  977. func (s *service) postSystemErrorClear(_ http.ResponseWriter, _ *http.Request) {
  978. s.guiErrors.Clear()
  979. }
  980. func (s *service) getSystemLog(w http.ResponseWriter, r *http.Request) {
  981. q := r.URL.Query()
  982. since, err := time.Parse(time.RFC3339, q.Get("since"))
  983. if err != nil {
  984. l.Debugln(err)
  985. }
  986. sendJSON(w, map[string][]logger.Line{
  987. "messages": s.systemLog.Since(since),
  988. })
  989. }
  990. func (s *service) getSystemLogTxt(w http.ResponseWriter, r *http.Request) {
  991. q := r.URL.Query()
  992. since, err := time.Parse(time.RFC3339, q.Get("since"))
  993. if err != nil {
  994. l.Debugln(err)
  995. }
  996. w.Header().Set("Content-Type", "text/plain; charset=utf-8")
  997. for _, line := range s.systemLog.Since(since) {
  998. fmt.Fprintf(w, "%s: %s\n", line.When.Format(time.RFC3339), line.Message)
  999. }
  1000. }
  1001. type fileEntry struct {
  1002. name string
  1003. data []byte
  1004. }
  1005. func (s *service) getSupportBundle(w http.ResponseWriter, r *http.Request) {
  1006. var files []fileEntry
  1007. const profilingDuration = 4 * time.Second
  1008. // Redacted configuration as a JSON
  1009. if jsonConfig, err := json.MarshalIndent(getRedactedConfig(s), "", " "); err != nil {
  1010. l.Warnln("Support bundle: failed to create config.json:", err)
  1011. } else {
  1012. files = append(files, fileEntry{name: "config.json.txt", data: jsonConfig})
  1013. }
  1014. // Log as a text
  1015. var buflog bytes.Buffer
  1016. for _, line := range s.systemLog.Since(time.Time{}) {
  1017. fmt.Fprintf(&buflog, "%s: %s\n", line.When.Format(time.RFC3339), line.Message)
  1018. }
  1019. files = append(files, fileEntry{name: "log-inmemory.txt", data: buflog.Bytes()})
  1020. // Errors as a JSON
  1021. if errs := s.guiErrors.Since(time.Time{}); len(errs) > 0 {
  1022. if jsonError, err := json.MarshalIndent(errs, "", " "); err != nil {
  1023. l.Warnln("Support bundle: failed to create errors.json:", err)
  1024. } else {
  1025. files = append(files, fileEntry{name: "errors.json.txt", data: jsonError})
  1026. }
  1027. }
  1028. // Panic files
  1029. if panicFiles, err := filepath.Glob(filepath.Join(locations.GetBaseDir(locations.ConfigBaseDir), "panic*")); err == nil {
  1030. for _, f := range panicFiles {
  1031. if panicFile, err := os.ReadFile(f); err != nil {
  1032. l.Warnf("Support bundle: failed to load %s: %s", filepath.Base(f), err)
  1033. } else {
  1034. files = append(files, fileEntry{name: filepath.Base(f), data: panicFile})
  1035. }
  1036. }
  1037. }
  1038. // Archived log (default on Windows)
  1039. if logFile, err := os.ReadFile(locations.Get(locations.LogFile)); err == nil {
  1040. files = append(files, fileEntry{name: "log-ondisk.txt", data: logFile})
  1041. }
  1042. // Version and platform information as a JSON
  1043. if versionPlatform, err := json.MarshalIndent(map[string]string{
  1044. "now": time.Now().Format(time.RFC3339),
  1045. "version": build.Version,
  1046. "codename": build.Codename,
  1047. "longVersion": build.LongVersion,
  1048. "os": runtime.GOOS,
  1049. "arch": runtime.GOARCH,
  1050. }, "", " "); err == nil {
  1051. files = append(files, fileEntry{name: "version-platform.json.txt", data: versionPlatform})
  1052. } else {
  1053. l.Warnln("Failed to create versionPlatform.json: ", err)
  1054. }
  1055. // Report Data as a JSON
  1056. if r, err := s.urService.ReportDataPreview(r.Context(), ur.Version); err != nil {
  1057. l.Warnln("Support bundle: failed to create usage-reporting.json.txt:", err)
  1058. } else {
  1059. if usageReportingData, err := json.MarshalIndent(r, "", " "); err != nil {
  1060. l.Warnln("Support bundle: failed to serialize usage-reporting.json.txt", err)
  1061. } else {
  1062. files = append(files, fileEntry{name: "usage-reporting.json.txt", data: usageReportingData})
  1063. }
  1064. }
  1065. // Metrics data as text
  1066. var metricsBuf bytes.Buffer
  1067. wr := bufferedResponseWriter{Writer: &metricsBuf}
  1068. promhttp.Handler().ServeHTTP(wr, &http.Request{Method: http.MethodGet})
  1069. files = append(files, fileEntry{name: "metrics.txt", data: metricsBuf.Bytes()})
  1070. // Connection data as JSON
  1071. connStats := s.model.ConnectionStats()
  1072. if connStatsJSON, err := json.MarshalIndent(connStats, "", " "); err != nil {
  1073. l.Warnln("Support bundle: failed to serialize connection-stats.json.txt", err)
  1074. } else {
  1075. files = append(files, fileEntry{name: "connection-stats.json.txt", data: connStatsJSON})
  1076. }
  1077. // Write a goroutine profile
  1078. if p := pprof.Lookup("goroutine"); p != nil {
  1079. var goroutineBuf bytes.Buffer
  1080. _ = p.WriteTo(&goroutineBuf, 0)
  1081. filename := fmt.Sprintf("syncthing-goroutines-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1082. files = append(files, fileEntry{name: filename, data: goroutineBuf.Bytes()})
  1083. }
  1084. // Take a heap profile
  1085. var heapBuf bytes.Buffer
  1086. runtime.GC()
  1087. if err := pprof.WriteHeapProfile(&heapBuf); err == nil {
  1088. filename := fmt.Sprintf("syncthing-heap-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1089. files = append(files, fileEntry{name: filename, data: heapBuf.Bytes()})
  1090. }
  1091. // Enable block profiling
  1092. runtime.SetBlockProfileRate(1)
  1093. defer runtime.SetBlockProfileRate(0)
  1094. // Take a CPU profile, waiting for the profiling duration. This also
  1095. // gives time for the block profile.
  1096. var cpuBuf bytes.Buffer
  1097. if err := pprof.StartCPUProfile(&cpuBuf); err == nil {
  1098. time.Sleep(profilingDuration)
  1099. pprof.StopCPUProfile()
  1100. filename := fmt.Sprintf("syncthing-cpu-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1101. files = append(files, fileEntry{name: filename, data: cpuBuf.Bytes()})
  1102. }
  1103. // Write the block profile
  1104. if p := pprof.Lookup("block"); p != nil {
  1105. var blockBuf bytes.Buffer
  1106. _ = p.WriteTo(&blockBuf, 0)
  1107. filename := fmt.Sprintf("syncthing-block-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1108. files = append(files, fileEntry{name: filename, data: blockBuf.Bytes()})
  1109. }
  1110. // Add buffer files to buffer zip
  1111. var zipFilesBuffer bytes.Buffer
  1112. if err := writeZip(&zipFilesBuffer, files); err != nil {
  1113. l.Warnln("Support bundle: failed to create support bundle zip:", err)
  1114. http.Error(w, err.Error(), http.StatusInternalServerError)
  1115. return
  1116. }
  1117. // Set zip file name and path
  1118. zipFileName := fmt.Sprintf("support-bundle-%s-%s.zip", s.id.Short().String(), time.Now().Format("2006-01-02T150405"))
  1119. zipFilePath := filepath.Join(locations.GetBaseDir(locations.ConfigBaseDir), zipFileName)
  1120. // Write buffer zip to local zip file (back up)
  1121. if err := os.WriteFile(zipFilePath, zipFilesBuffer.Bytes(), 0o600); err != nil {
  1122. l.Warnln("Support bundle: support bundle zip could not be created:", err)
  1123. }
  1124. // Serve the buffer zip to client for download
  1125. w.Header().Set("Content-Type", "application/zip")
  1126. w.Header().Set("Content-Disposition", "attachment; filename="+zipFileName)
  1127. io.Copy(w, &zipFilesBuffer)
  1128. }
  1129. func (*service) getSystemHTTPMetrics(w http.ResponseWriter, _ *http.Request) {
  1130. stats := make(map[string]interface{})
  1131. metrics.Each(func(name string, intf interface{}) {
  1132. if m, ok := intf.(*metrics.StandardTimer); ok {
  1133. pct := m.Percentiles([]float64{0.50, 0.95, 0.99})
  1134. for i := range pct {
  1135. pct[i] /= 1e6 // ns to ms
  1136. }
  1137. stats[name] = map[string]interface{}{
  1138. "count": m.Count(),
  1139. "sumMs": m.Sum() / 1e6, // ns to ms
  1140. "ratesPerS": []float64{m.Rate1(), m.Rate5(), m.Rate15()},
  1141. "percentilesMs": pct,
  1142. }
  1143. }
  1144. })
  1145. bs, _ := json.MarshalIndent(stats, "", " ")
  1146. w.Write(bs)
  1147. }
  1148. func (s *service) getSystemDiscovery(w http.ResponseWriter, _ *http.Request) {
  1149. devices := make(map[string]discover.CacheEntry)
  1150. if s.discoverer != nil {
  1151. // Device ids can't be marshalled as keys so we need to manually
  1152. // rebuild this map using strings. Discoverer may be nil if discovery
  1153. // has not started yet.
  1154. for device, entry := range s.discoverer.Cache() {
  1155. devices[device.String()] = entry
  1156. }
  1157. }
  1158. sendJSON(w, devices)
  1159. }
  1160. func (s *service) getReport(w http.ResponseWriter, r *http.Request) {
  1161. version := ur.Version
  1162. if val, _ := strconv.Atoi(r.URL.Query().Get("version")); val > 0 {
  1163. version = val
  1164. }
  1165. if r, err := s.urService.ReportDataPreview(context.TODO(), version); err != nil {
  1166. http.Error(w, err.Error(), http.StatusInternalServerError)
  1167. return
  1168. } else {
  1169. sendJSON(w, r)
  1170. }
  1171. }
  1172. func (*service) getRandomString(w http.ResponseWriter, r *http.Request) {
  1173. length := 32
  1174. if val, _ := strconv.Atoi(r.URL.Query().Get("length")); val > 0 {
  1175. length = val
  1176. }
  1177. str := rand.String(length)
  1178. sendJSON(w, map[string]string{"random": str})
  1179. }
  1180. func (s *service) getDBIgnores(w http.ResponseWriter, r *http.Request) {
  1181. qs := r.URL.Query()
  1182. folder := qs.Get("folder")
  1183. lines, patterns, err := s.model.LoadIgnores(folder)
  1184. sendJSON(w, map[string]interface{}{
  1185. "ignore": lines,
  1186. "expanded": patterns,
  1187. "error": errorString(err),
  1188. })
  1189. }
  1190. func (s *service) postDBIgnores(w http.ResponseWriter, r *http.Request) {
  1191. qs := r.URL.Query()
  1192. bs, err := io.ReadAll(r.Body)
  1193. r.Body.Close()
  1194. if err != nil {
  1195. http.Error(w, err.Error(), http.StatusInternalServerError)
  1196. return
  1197. }
  1198. var data map[string][]string
  1199. err = json.Unmarshal(bs, &data)
  1200. if err != nil {
  1201. http.Error(w, err.Error(), http.StatusInternalServerError)
  1202. return
  1203. }
  1204. err = s.model.SetIgnores(qs.Get("folder"), data["ignore"])
  1205. if err != nil {
  1206. http.Error(w, err.Error(), http.StatusInternalServerError)
  1207. return
  1208. }
  1209. s.getDBIgnores(w, r)
  1210. }
  1211. func (s *service) getIndexEvents(w http.ResponseWriter, r *http.Request) {
  1212. mask := s.getEventMask(r.URL.Query().Get("events"))
  1213. sub := s.getEventSub(mask)
  1214. s.getEvents(w, r, sub)
  1215. }
  1216. func (s *service) getDiskEvents(w http.ResponseWriter, r *http.Request) {
  1217. sub := s.getEventSub(DiskEventMask)
  1218. s.getEvents(w, r, sub)
  1219. }
  1220. func (*service) getEvents(w http.ResponseWriter, r *http.Request, eventSub events.BufferedSubscription) {
  1221. qs := r.URL.Query()
  1222. sinceStr := qs.Get("since")
  1223. limitStr := qs.Get("limit")
  1224. timeoutStr := qs.Get("timeout")
  1225. since, _ := strconv.Atoi(sinceStr)
  1226. limit, _ := strconv.Atoi(limitStr)
  1227. timeout := defaultEventTimeout
  1228. if timeoutSec, timeoutErr := strconv.Atoi(timeoutStr); timeoutErr == nil && timeoutSec >= 0 { // 0 is a valid timeout
  1229. timeout = time.Duration(timeoutSec) * time.Second
  1230. }
  1231. // Flush before blocking, to indicate that we've received the request and
  1232. // that it should not be retried. Must set Content-Type header before
  1233. // flushing.
  1234. w.Header().Set("Content-Type", "application/json; charset=utf-8")
  1235. f := w.(http.Flusher)
  1236. f.Flush()
  1237. // If there are no events available return an empty slice, as this gets serialized as `[]`
  1238. evs := eventSub.Since(since, []events.Event{}, timeout)
  1239. if 0 < limit && limit < len(evs) {
  1240. evs = evs[len(evs)-limit:]
  1241. }
  1242. sendJSON(w, evs)
  1243. }
  1244. func (*service) getEventMask(evs string) events.EventType {
  1245. eventMask := DefaultEventMask
  1246. if evs != "" {
  1247. eventList := strings.Split(evs, ",")
  1248. eventMask = 0
  1249. for _, ev := range eventList {
  1250. eventMask |= events.UnmarshalEventType(strings.TrimSpace(ev))
  1251. }
  1252. }
  1253. return eventMask
  1254. }
  1255. func (s *service) getEventSub(mask events.EventType) events.BufferedSubscription {
  1256. s.eventSubsMut.Lock()
  1257. bufsub, ok := s.eventSubs[mask]
  1258. if !ok {
  1259. evsub := s.evLogger.Subscribe(mask)
  1260. bufsub = events.NewBufferedSubscription(evsub, EventSubBufferSize)
  1261. s.eventSubs[mask] = bufsub
  1262. }
  1263. s.eventSubsMut.Unlock()
  1264. return bufsub
  1265. }
  1266. func (s *service) getSystemUpgrade(w http.ResponseWriter, _ *http.Request) {
  1267. if s.noUpgrade {
  1268. http.Error(w, upgrade.ErrUpgradeUnsupported.Error(), http.StatusNotImplemented)
  1269. return
  1270. }
  1271. opts := s.cfg.Options()
  1272. rel, err := upgrade.LatestRelease(opts.ReleasesURL, build.Version, opts.UpgradeToPreReleases)
  1273. if err != nil {
  1274. httpError(w, err)
  1275. return
  1276. }
  1277. res := make(map[string]interface{})
  1278. res["running"] = build.Version
  1279. res["latest"] = rel.Tag
  1280. res["newer"] = upgrade.CompareVersions(rel.Tag, build.Version) == upgrade.Newer
  1281. res["majorNewer"] = upgrade.CompareVersions(rel.Tag, build.Version) == upgrade.MajorNewer
  1282. sendJSON(w, res)
  1283. }
  1284. func (*service) getDeviceID(w http.ResponseWriter, r *http.Request) {
  1285. qs := r.URL.Query()
  1286. idStr := qs.Get("id")
  1287. id, err := protocol.DeviceIDFromString(idStr)
  1288. if err == nil {
  1289. sendJSON(w, map[string]string{
  1290. "id": id.String(),
  1291. })
  1292. } else {
  1293. sendJSON(w, map[string]string{
  1294. "error": err.Error(),
  1295. })
  1296. }
  1297. }
  1298. func (*service) getLang(w http.ResponseWriter, r *http.Request) {
  1299. lang := r.Header.Get("Accept-Language")
  1300. weights := make(map[string]float64)
  1301. for _, l := range strings.Split(lang, ",") {
  1302. parts := strings.SplitN(l, ";", 2)
  1303. code := strings.ToLower(strings.TrimSpace(parts[0]))
  1304. weights[code] = 1.0
  1305. if len(parts) < 2 {
  1306. continue
  1307. }
  1308. weight := strings.ToLower(strings.TrimSpace(parts[1]))
  1309. if !strings.HasPrefix(weight, "q=") {
  1310. continue
  1311. }
  1312. if q, err := strconv.ParseFloat(weight[2:], 32); err != nil {
  1313. // Completely dismiss entries with invalid weight
  1314. delete(weights, code)
  1315. } else {
  1316. weights[code] = q
  1317. }
  1318. }
  1319. langs := make([]string, 0, len(weights))
  1320. for code := range weights {
  1321. langs = append(langs, code)
  1322. }
  1323. // Reorder by descending q value
  1324. sort.SliceStable(langs, func(i, j int) bool {
  1325. return weights[langs[i]] > weights[langs[j]]
  1326. })
  1327. sendJSON(w, langs)
  1328. }
  1329. func (s *service) postSystemUpgrade(w http.ResponseWriter, _ *http.Request) {
  1330. opts := s.cfg.Options()
  1331. rel, err := upgrade.LatestRelease(opts.ReleasesURL, build.Version, opts.UpgradeToPreReleases)
  1332. if err != nil {
  1333. httpError(w, err)
  1334. return
  1335. }
  1336. if upgrade.CompareVersions(rel.Tag, build.Version) > upgrade.Equal {
  1337. err = upgrade.To(rel)
  1338. if err != nil {
  1339. l.Warnln("upgrading:", err)
  1340. http.Error(w, err.Error(), http.StatusInternalServerError)
  1341. return
  1342. }
  1343. s.flushResponse(`{"ok": "restarting"}`, w)
  1344. s.fatal(&svcutil.FatalErr{
  1345. Err: errors.New("exit after upgrade initiated by rest API"),
  1346. Status: svcutil.ExitUpgrade,
  1347. })
  1348. }
  1349. }
  1350. func (s *service) makeDevicePauseHandler(paused bool) http.HandlerFunc {
  1351. return func(w http.ResponseWriter, r *http.Request) {
  1352. qs := r.URL.Query()
  1353. deviceStr := qs.Get("device")
  1354. var msg string
  1355. var status int
  1356. _, err := s.cfg.Modify(func(cfg *config.Configuration) {
  1357. if deviceStr == "" {
  1358. for i := range cfg.Devices {
  1359. cfg.Devices[i].Paused = paused
  1360. }
  1361. return
  1362. }
  1363. device, err := protocol.DeviceIDFromString(deviceStr)
  1364. if err != nil {
  1365. msg = err.Error()
  1366. status = 500
  1367. return
  1368. }
  1369. _, i, ok := cfg.Device(device)
  1370. if !ok {
  1371. msg = "not found"
  1372. status = http.StatusNotFound
  1373. return
  1374. }
  1375. cfg.Devices[i].Paused = paused
  1376. })
  1377. if msg != "" {
  1378. http.Error(w, msg, status)
  1379. } else if err != nil {
  1380. http.Error(w, err.Error(), http.StatusInternalServerError)
  1381. }
  1382. }
  1383. }
  1384. func (s *service) postDBScan(w http.ResponseWriter, r *http.Request) {
  1385. qs := r.URL.Query()
  1386. folder := qs.Get("folder")
  1387. if folder != "" {
  1388. subs := qs["sub"]
  1389. err := s.model.ScanFolderSubdirs(folder, subs)
  1390. if err != nil {
  1391. http.Error(w, err.Error(), http.StatusInternalServerError)
  1392. return
  1393. }
  1394. nextStr := qs.Get("next")
  1395. next, err := strconv.Atoi(nextStr)
  1396. if err == nil {
  1397. s.model.DelayScan(folder, time.Duration(next)*time.Second)
  1398. }
  1399. } else {
  1400. errors := s.model.ScanFolders()
  1401. if len(errors) > 0 {
  1402. http.Error(w, "Error scanning folders", http.StatusInternalServerError)
  1403. sendJSON(w, errors)
  1404. return
  1405. }
  1406. }
  1407. }
  1408. func (s *service) postDBPrio(w http.ResponseWriter, r *http.Request) {
  1409. qs := r.URL.Query()
  1410. folder := qs.Get("folder")
  1411. file := qs.Get("file")
  1412. s.model.BringToFront(folder, file)
  1413. s.getDBNeed(w, r)
  1414. }
  1415. func (*service) getHealth(w http.ResponseWriter, _ *http.Request) {
  1416. sendJSON(w, map[string]string{"status": "OK"})
  1417. }
  1418. func (*service) getQR(w http.ResponseWriter, r *http.Request) {
  1419. qs := r.URL.Query()
  1420. text := qs.Get("text")
  1421. code, err := qr.Encode(text, qr.M)
  1422. if err != nil {
  1423. http.Error(w, "Invalid", http.StatusInternalServerError)
  1424. return
  1425. }
  1426. w.Header().Set("Content-Type", "image/png")
  1427. w.Write(code.PNG())
  1428. }
  1429. func (s *service) getPeerCompletion(w http.ResponseWriter, _ *http.Request) {
  1430. tot := map[string]float64{}
  1431. count := map[string]float64{}
  1432. for _, folder := range s.cfg.Folders() {
  1433. for _, device := range folder.DeviceIDs() {
  1434. deviceStr := device.String()
  1435. if s.model.ConnectedTo(device) {
  1436. comp, err := s.model.Completion(device, folder.ID)
  1437. if err != nil {
  1438. http.Error(w, err.Error(), http.StatusInternalServerError)
  1439. return
  1440. }
  1441. tot[deviceStr] += comp.CompletionPct
  1442. } else {
  1443. tot[deviceStr] = 0
  1444. }
  1445. count[deviceStr]++
  1446. }
  1447. }
  1448. comp := map[string]int{}
  1449. for device := range tot {
  1450. comp[device] = int(tot[device] / count[device])
  1451. }
  1452. sendJSON(w, comp)
  1453. }
  1454. func (s *service) getFolderVersions(w http.ResponseWriter, r *http.Request) {
  1455. qs := r.URL.Query()
  1456. versions, err := s.model.GetFolderVersions(qs.Get("folder"))
  1457. if err != nil {
  1458. http.Error(w, err.Error(), http.StatusInternalServerError)
  1459. return
  1460. }
  1461. sendJSON(w, versions)
  1462. }
  1463. func (s *service) postFolderVersionsRestore(w http.ResponseWriter, r *http.Request) {
  1464. qs := r.URL.Query()
  1465. bs, err := io.ReadAll(r.Body)
  1466. r.Body.Close()
  1467. if err != nil {
  1468. http.Error(w, err.Error(), http.StatusInternalServerError)
  1469. return
  1470. }
  1471. var versions map[string]time.Time
  1472. err = json.Unmarshal(bs, &versions)
  1473. if err != nil {
  1474. http.Error(w, err.Error(), http.StatusInternalServerError)
  1475. return
  1476. }
  1477. ferr, err := s.model.RestoreFolderVersions(qs.Get("folder"), versions)
  1478. if err != nil {
  1479. http.Error(w, err.Error(), http.StatusInternalServerError)
  1480. return
  1481. }
  1482. sendJSON(w, errorStringMap(ferr))
  1483. }
  1484. func (s *service) getFolderErrors(w http.ResponseWriter, r *http.Request) {
  1485. qs := r.URL.Query()
  1486. folder := qs.Get("folder")
  1487. page, perpage := getPagingParams(qs)
  1488. errors, err := s.model.FolderErrors(folder)
  1489. if err != nil {
  1490. http.Error(w, err.Error(), http.StatusNotFound)
  1491. return
  1492. }
  1493. start := (page - 1) * perpage
  1494. if start >= len(errors) {
  1495. errors = nil
  1496. } else {
  1497. errors = errors[start:]
  1498. if perpage < len(errors) {
  1499. errors = errors[:perpage]
  1500. }
  1501. }
  1502. sendJSON(w, map[string]interface{}{
  1503. "folder": folder,
  1504. "errors": errors,
  1505. "page": page,
  1506. "perpage": perpage,
  1507. })
  1508. }
  1509. func (*service) getSystemBrowse(w http.ResponseWriter, r *http.Request) {
  1510. qs := r.URL.Query()
  1511. current := qs.Get("current")
  1512. // Default value or in case of error unmarshalling ends up being basic fs.
  1513. var fsType fs.FilesystemType
  1514. fsType.UnmarshalText([]byte(qs.Get("filesystem")))
  1515. sendJSON(w, browse(fsType, current))
  1516. }
  1517. func browse(fsType fs.FilesystemType, current string) []string {
  1518. if current == "" {
  1519. return browseRoots(fsType)
  1520. }
  1521. parent, base := parentAndBase(current)
  1522. ffs := fs.NewFilesystem(fsType, parent)
  1523. files := browseFiles(ffs, base)
  1524. for i := range files {
  1525. files[i] = filepath.Join(parent, files[i])
  1526. }
  1527. return files
  1528. }
  1529. const (
  1530. matchExact int = iota
  1531. matchCaseIns
  1532. noMatch
  1533. )
  1534. func checkPrefixMatch(s, prefix string) int {
  1535. if strings.HasPrefix(s, prefix) {
  1536. return matchExact
  1537. }
  1538. if strings.HasPrefix(strings.ToLower(s), strings.ToLower(prefix)) {
  1539. return matchCaseIns
  1540. }
  1541. return noMatch
  1542. }
  1543. func browseRoots(fsType fs.FilesystemType) []string {
  1544. filesystem := fs.NewFilesystem(fsType, "")
  1545. if roots, err := filesystem.Roots(); err == nil {
  1546. return roots
  1547. }
  1548. return nil
  1549. }
  1550. // parentAndBase returns the parent directory and the remaining base of the
  1551. // path. The base may be empty if the path ends with a path separator.
  1552. func parentAndBase(current string) (string, string) {
  1553. search, _ := fs.ExpandTilde(current)
  1554. pathSeparator := string(fs.PathSeparator)
  1555. if strings.HasSuffix(current, pathSeparator) && !strings.HasSuffix(search, pathSeparator) {
  1556. search = search + pathSeparator
  1557. }
  1558. searchDir := filepath.Dir(search)
  1559. // The searchFile should be the last component of search, or empty if it
  1560. // ends with a path separator
  1561. var searchFile string
  1562. if !strings.HasSuffix(search, pathSeparator) {
  1563. searchFile = filepath.Base(search)
  1564. }
  1565. return searchDir, searchFile
  1566. }
  1567. func browseFiles(ffs fs.Filesystem, search string) []string {
  1568. subdirectories, _ := ffs.DirNames(".")
  1569. pathSeparator := string(fs.PathSeparator)
  1570. exactMatches := make([]string, 0, len(subdirectories))
  1571. caseInsMatches := make([]string, 0, len(subdirectories))
  1572. for _, subdirectory := range subdirectories {
  1573. info, err := ffs.Stat(subdirectory)
  1574. if err != nil || !info.IsDir() {
  1575. continue
  1576. }
  1577. switch checkPrefixMatch(subdirectory, search) {
  1578. case matchExact:
  1579. exactMatches = append(exactMatches, subdirectory+pathSeparator)
  1580. case matchCaseIns:
  1581. caseInsMatches = append(caseInsMatches, subdirectory+pathSeparator)
  1582. }
  1583. }
  1584. // sort to return matches in deterministic order (don't depend on file system order)
  1585. sort.Strings(exactMatches)
  1586. sort.Strings(caseInsMatches)
  1587. return append(exactMatches, caseInsMatches...)
  1588. }
  1589. func (*service) getCPUProf(w http.ResponseWriter, r *http.Request) {
  1590. duration, err := time.ParseDuration(r.FormValue("duration"))
  1591. if err != nil {
  1592. duration = 30 * time.Second
  1593. }
  1594. filename := fmt.Sprintf("syncthing-cpu-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1595. w.Header().Set("Content-Type", "application/octet-stream")
  1596. w.Header().Set("Content-Disposition", "attachment; filename="+filename)
  1597. if err := pprof.StartCPUProfile(w); err == nil {
  1598. time.Sleep(duration)
  1599. pprof.StopCPUProfile()
  1600. }
  1601. }
  1602. func (*service) getHeapProf(w http.ResponseWriter, _ *http.Request) {
  1603. filename := fmt.Sprintf("syncthing-heap-%s-%s-%s-%s.pprof", runtime.GOOS, runtime.GOARCH, build.Version, time.Now().Format("150405")) // hhmmss
  1604. w.Header().Set("Content-Type", "application/octet-stream")
  1605. w.Header().Set("Content-Disposition", "attachment; filename="+filename)
  1606. runtime.GC()
  1607. pprof.WriteHeapProfile(w)
  1608. }
  1609. func toJsonFileInfoSlice(fs []db.FileInfoTruncated) []jsonFileInfoTrunc {
  1610. res := make([]jsonFileInfoTrunc, len(fs))
  1611. for i, f := range fs {
  1612. res[i] = jsonFileInfoTrunc(f)
  1613. }
  1614. return res
  1615. }
  1616. // Type wrappers for nice JSON serialization
  1617. type jsonFileInfo protocol.FileInfo
  1618. func (f jsonFileInfo) MarshalJSON() ([]byte, error) {
  1619. m := fileIntfJSONMap(protocol.FileInfo(f))
  1620. m["numBlocks"] = len(f.Blocks)
  1621. return json.Marshal(m)
  1622. }
  1623. type jsonFileInfoTrunc db.FileInfoTruncated
  1624. func (f jsonFileInfoTrunc) MarshalJSON() ([]byte, error) {
  1625. m := fileIntfJSONMap(db.FileInfoTruncated(f))
  1626. m["numBlocks"] = nil // explicitly unknown
  1627. return json.Marshal(m)
  1628. }
  1629. func fileIntfJSONMap(f protocol.FileIntf) map[string]interface{} {
  1630. out := map[string]interface{}{
  1631. "name": f.FileName(),
  1632. "type": f.FileType().String(),
  1633. "size": f.FileSize(),
  1634. "deleted": f.IsDeleted(),
  1635. "invalid": f.IsInvalid(),
  1636. "ignored": f.IsIgnored(),
  1637. "mustRescan": f.MustRescan(),
  1638. "noPermissions": !f.HasPermissionBits(),
  1639. "modified": f.ModTime(),
  1640. "modifiedBy": f.FileModifiedBy().String(),
  1641. "sequence": f.SequenceNo(),
  1642. "version": jsonVersionVector(f.FileVersion()),
  1643. "localFlags": f.FileLocalFlags(),
  1644. "platform": f.PlatformData(),
  1645. "inodeChange": f.InodeChangeTime(),
  1646. "blocksHash": f.FileBlocksHash(),
  1647. }
  1648. if f.HasPermissionBits() {
  1649. out["permissions"] = fmt.Sprintf("%#o", f.FilePermissions())
  1650. }
  1651. return out
  1652. }
  1653. type jsonVersionVector protocol.Vector
  1654. func (v jsonVersionVector) MarshalJSON() ([]byte, error) {
  1655. res := make([]string, len(v.Counters))
  1656. for i, c := range v.Counters {
  1657. res[i] = fmt.Sprintf("%v:%d", c.ID, c.Value)
  1658. }
  1659. return json.Marshal(res)
  1660. }
  1661. func dirNames(dir string) []string {
  1662. fis, err := os.ReadDir(dir)
  1663. if err != nil {
  1664. return nil
  1665. }
  1666. var dirs []string
  1667. for _, fi := range fis {
  1668. if fi.IsDir() {
  1669. dirs = append(dirs, filepath.Base(fi.Name()))
  1670. }
  1671. }
  1672. sort.Strings(dirs)
  1673. return dirs
  1674. }
  1675. func addressIsLocalhost(addr string) bool {
  1676. host, _, err := net.SplitHostPort(addr)
  1677. if err != nil {
  1678. // There was no port, so we assume the address was just a hostname
  1679. host = addr
  1680. }
  1681. host = strings.ToLower(host)
  1682. switch {
  1683. case host == "localhost":
  1684. return true
  1685. case host == "localhost.":
  1686. return true
  1687. case strings.HasSuffix(host, ".localhost"):
  1688. return true
  1689. default:
  1690. ip := net.ParseIP(host)
  1691. if ip == nil {
  1692. // not an IP address
  1693. return false
  1694. }
  1695. return ip.IsLoopback()
  1696. }
  1697. }
  1698. // shouldRegenerateCertificate checks for certificate expiry or other known
  1699. // issues with our API/GUI certificate and returns either nil (leave the
  1700. // certificate alone) or an error describing the reason the certificate
  1701. // should be regenerated.
  1702. func shouldRegenerateCertificate(cert tls.Certificate) error {
  1703. leaf := cert.Leaf
  1704. if leaf == nil {
  1705. // Leaf can be nil or not, depending on how parsed the certificate
  1706. // was when we got it.
  1707. if len(cert.Certificate) < 1 {
  1708. // can't happen
  1709. return errors.New("no certificate in certificate")
  1710. }
  1711. var err error
  1712. leaf, err = x509.ParseCertificate(cert.Certificate[0])
  1713. if err != nil {
  1714. return err
  1715. }
  1716. }
  1717. if leaf.Subject.String() != leaf.Issuer.String() || len(leaf.IPAddresses) != 0 {
  1718. // The certificate is not self signed, or has IP attributes we don't
  1719. // add, so we leave it alone.
  1720. return nil
  1721. }
  1722. if len(leaf.DNSNames) > 1 {
  1723. // The certificate has more DNS SANs attributes than we ever add, so
  1724. // we leave it alone.
  1725. return nil
  1726. }
  1727. if len(leaf.DNSNames) == 1 && leaf.DNSNames[0] != leaf.Issuer.CommonName {
  1728. // The one SAN is different from the issuer, so it's not one of our
  1729. // newer self signed certificates.
  1730. return nil
  1731. }
  1732. if leaf.NotAfter.Before(time.Now()) {
  1733. return errors.New("certificate has expired")
  1734. }
  1735. if leaf.NotAfter.Before(time.Now().Add(30 * 24 * time.Hour)) {
  1736. return errors.New("certificate will soon expire")
  1737. }
  1738. // On macOS, check for certificates issued on or after July 1st, 2019,
  1739. // with a longer validity time than 825 days.
  1740. cutoff := time.Date(2019, 7, 1, 0, 0, 0, 0, time.UTC)
  1741. if build.IsDarwin &&
  1742. leaf.NotBefore.After(cutoff) &&
  1743. leaf.NotAfter.Sub(leaf.NotBefore) > 825*24*time.Hour {
  1744. return errors.New("certificate incompatible with macOS 10.15 (Catalina)")
  1745. }
  1746. return nil
  1747. }
  1748. func errorStringMap(errs map[string]error) map[string]*string {
  1749. out := make(map[string]*string, len(errs))
  1750. for s, e := range errs {
  1751. out[s] = errorString(e)
  1752. }
  1753. return out
  1754. }
  1755. func errorString(err error) *string {
  1756. if err != nil {
  1757. msg := err.Error()
  1758. return &msg
  1759. }
  1760. return nil
  1761. }
  1762. type discoveryStatusEntry struct {
  1763. Error *string `json:"error"`
  1764. }
  1765. func discoveryStatusMap(errs map[string]error) map[string]discoveryStatusEntry {
  1766. out := make(map[string]discoveryStatusEntry, len(errs))
  1767. for s, e := range errs {
  1768. out[s] = discoveryStatusEntry{
  1769. Error: errorString(e),
  1770. }
  1771. }
  1772. return out
  1773. }
  1774. // sanitizedHostname returns the given name in a suitable form for use as
  1775. // the common name in a certificate, or an error.
  1776. func sanitizedHostname(name string) (string, error) {
  1777. // Remove diacritics and non-alphanumerics. This works by first
  1778. // transforming into normalization form D (things with diacriticals are
  1779. // split into the base character and the mark) and then removing
  1780. // undesired characters.
  1781. t := transform.Chain(
  1782. // Split runes with diacritics into base character and mark.
  1783. norm.NFD,
  1784. // Leave only [A-Za-z0-9-.].
  1785. runes.Remove(runes.Predicate(func(r rune) bool {
  1786. return r > unicode.MaxASCII ||
  1787. !unicode.IsLetter(r) && !unicode.IsNumber(r) &&
  1788. r != '.' && r != '-'
  1789. })))
  1790. name, _, err := transform.String(t, name)
  1791. if err != nil {
  1792. return "", err
  1793. }
  1794. // Name should not start or end with a dash or dot.
  1795. name = strings.Trim(name, "-.")
  1796. // Name should not be empty.
  1797. if name == "" {
  1798. return "", errors.New("no suitable name")
  1799. }
  1800. return strings.ToLower(name), nil
  1801. }
  1802. func isFolderNotFound(err error) bool {
  1803. for _, target := range []error{
  1804. model.ErrFolderMissing,
  1805. model.ErrFolderPaused,
  1806. model.ErrFolderNotRunning,
  1807. } {
  1808. if errors.Is(err, target) {
  1809. return true
  1810. }
  1811. }
  1812. return false
  1813. }
  1814. func httpError(w http.ResponseWriter, err error) {
  1815. if errors.Is(err, upgrade.ErrUpgradeUnsupported) {
  1816. http.Error(w, upgrade.ErrUpgradeUnsupported.Error(), http.StatusNotImplemented)
  1817. } else {
  1818. http.Error(w, err.Error(), http.StatusInternalServerError)
  1819. }
  1820. }
  1821. type bufferedResponseWriter struct {
  1822. io.Writer
  1823. }
  1824. func (w bufferedResponseWriter) WriteHeader(int) {}
  1825. func (w bufferedResponseWriter) Header() http.Header {
  1826. return http.Header{}
  1827. }