Welcome to mirror list, hosted at ThFree Co, Russian Federation.

core.json « js « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3c7cbbafc2651b40ad53962df59a15079705287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"libraries": [
	],
	"modules": [
		"share.js",
		"sharetemplates.js",
		"sharesocialmanager.js",
		"shareconfigmodel.js",
		"shareitemmodel.js",
		"sharedialogview.js",
		"sharedialoglinkshareview.js",
		"sharedialogresharerinfoview.js",
		"sharedialogshareelistview.js",
		"public/publicpage.js",
		"setupchecks.js",
		"../search/js/search.js",
		"mimetype.js",
		"mimetypelist.js",
		"files/fileinfo.js",
		"files/client.js",
		"systemtags/systemtags.js",
		"systemtags/templates.js",
		"systemtags/systemtagmodel.js",
		"systemtags/systemtagscollection.js",
		"systemtags/systemtagsmappingcollection.js",
		"systemtags/systemtagsinputfield.js"
	]
}