summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE in fuzzer (#16680)zeripath2021-08-131-0/+3
* Fuzzer finds an NPE due to incorrect URLPrefix (#16249)zeripath2021-06-251-1/+1
* Fix go-fuzz (#15596)65432021-04-231-6/+18
* Added 2 fuzzers (#13818)AdamKorcz2020-12-101-0/+36
* Add 'make watch' (#12636)silverwind2020-09-041-0/+8
'>automated/noid/master-fix-npm-audit Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/shipped.json
blob: d325117c67e2f282004a4e9f0416301ed2ec9e80 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "shippedApps": [
    "activity",
    "admin_audit",
    "comments",
    "dav",
    "encryption",
    "external",
    "federatedfilesharing",
    "federation",
    "files",
    "files_accesscontrol",
    "files_automatedtagging",
    "files_external",
    "files_pdfviewer",
    "files_retention",
    "files_sharing",
    "files_texteditor",
    "files_trashbin",
    "files_versions",
    "files_videoplayer",
    "firstrunwizard",
    "gallery",
    "logreader",
    "lookup_server_connector",
    "nextcloud_announcements",
    "notifications",
    "password_policy",
    "provisioning_api",
    "serverinfo",
    "sharebymail",
    "survey_client",
    "systemtags",
    "templateeditor",
    "twofactor_backupcodes",
    "theming",
    "updatenotification",
    "user_external",
    "user_ldap",
    "user_saml",
    "workflowengine"
  ],
  "alwaysEnabled": [
    "files",
    "dav",
    "federatedfilesharing",
    "lookup_server_connector",
    "provisioning_api",
    "twofactor_backupcodes",
    "workflowengine"
  ]
}