Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,34 @@ jobs:
"has_composer": true,
"makefile_target": "build_end_to_end_encryption_app"
},
{
"name": "files_fulltextsearch",
"path": "apps-external/files_fulltextsearch",
"has_npm": false,
"has_composer": true,
"makefile_target": "build_files_fulltextsearch_app"
},
{
"name": "forms",
"path": "apps-external/forms",
"has_npm": true,
"has_composer": true,
"makefile_target": "build_forms_app"
},
{
"name": "fulltextsearch",
"path": "apps-external/fulltextsearch",
"has_npm": false,
"has_composer": true,
"makefile_target": "build_fulltextsearch_app"
},
{
"name": "fulltextsearch_elasticsearch",
"path": "apps-external/fulltextsearch_elasticsearch",
"has_npm": false,
"has_composer": true,
"makefile_target": "build_fulltextsearch_elasticsearch_app"
},
{
"name": "groupfolders",
"path": "apps-external/groupfolders",
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,12 @@
[submodule "apps-external/twofactor_totp"]
path = apps-external/twofactor_totp
url = git@github.com:nextcloud/twofactor_totp.git
[submodule "apps-external/files_fulltextsearch"]
path = apps-external/files_fulltextsearch
url = git@github.com:nextcloud/files_fulltextsearch.git
[submodule "apps-external/fulltextsearch"]
path = apps-external/fulltextsearch
url = git@github.com:nextcloud/fulltextsearch.git
[submodule "apps-external/fulltextsearch_elasticsearch"]
path = apps-external/fulltextsearch_elasticsearch
url = git@github.com:alikakac/fulltextsearch_elasticsearch.git
2 changes: 1 addition & 1 deletion IONOS
1 change: 1 addition & 0 deletions apps-external/files_fulltextsearch
Submodule files_fulltextsearch added at bae674
1 change: 1 addition & 0 deletions apps-external/fulltextsearch
Submodule fulltextsearch added at 89b028
1 change: 1 addition & 0 deletions apps-external/fulltextsearch_elasticsearch
Loading