mirror of
https://github.com/nextcloud/collectives.git
synced 2025-12-24 00:09:17 +01:00
No description
No need to create PageInfo objects for all subpages just to get their pageIds. This improves the memory footprint of `cleanSubpageOrder()`. Signed-off-by: Jonas <jonas@freesources.org> |
||
|---|---|---|
| .github | ||
| .tx | ||
| appinfo | ||
| css | ||
| cypress | ||
| docs | ||
| img | ||
| l10n | ||
| lib | ||
| LICENSES | ||
| skeleton | ||
| src | ||
| templates | ||
| tests | ||
| vendor-bin | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .l10nignore | ||
| .npmignore | ||
| .php-cs-fixer.dist.php | ||
| AUTHORS.md | ||
| babel.config.cjs | ||
| CHANGELOG.md | ||
| composer.json | ||
| composer.lock | ||
| COPYING | ||
| cypress.config.mjs | ||
| DEVELOPING.md | ||
| eslint.config.mjs | ||
| jsconfig.json | ||
| Makefile | ||
| openapi.json | ||
| package-lock.json | ||
| package.json | ||
| psalm.xml | ||
| README.md | ||
| rector.php | ||
| renovate.json | ||
| REUSE.toml | ||
| stylelint.config.cjs | ||
| tsconfig.json | ||
| vite.config.js | ||
| vitest.config.ts | ||
Collectives
Collectives is a Nextcloud App for activist and community projects to organize together. Come and gather in collectives to build shared knowledge.
- 👥 Collective and non-hierarchical workflow by heart: Collectives are tied to a Nextcloud Team and owned by the collective.
- 📝 Collaborative page editing like known from Etherpad thanks to the Text app.
- 🔤 Well-known Markdown syntax for page formatting.
- 🔎 Full-text search with automatic indexing to find content straight away.
Installation
In your Nextcloud instance, simply navigate to »Apps«, find the »Teams« and »Collectives« apps and enable them.
Requirements
For full-text search to work the sqlite and pdo PHP extensions must be installed.
Documentation and help
Take a look at our online documentation.
Also, don't hesitate to ask the community for help in case of questions.
Developer documentation
The OCS API is documented at openapi.json. It's best viewed with the OCS API Viewer app.
Documentation for developers can be found at DEVELOPING.md.
Translations
Collectives translations are managed as part of the Nextcloud project on Transifex.
Licence
AGPL v3 or later. See COPYING for the full licence text.
