No description
Find a file
Nextcloud bot 016eea9799
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 00:36:00 +00:00
.github chore(deps): Bump actions/setup-node from 6.1.0 to 6.2.0 2026-02-05 09:31:10 +01:00
.tx Add transifex integration configuration 2022-12-20 17:40:25 +01:00
appinfo chore(release): prepare 3.5.0 release 2026-01-12 21:14:14 +01:00
css chore: Add SPDX headers 2024-07-29 13:46:18 +02:00
cypress test(cypress): adjust some CSS selectors for stable33 2026-02-04 16:31:04 +01:00
docs docs(templates): Update docs to reflect changes in templates handling 2025-05-09 13:28:06 +02:00
img Migrate icons used by search providers to CSS+SVG 2022-08-04 17:46:13 +02:00
l10n fix(l10n): Update translations from Transifex 2026-02-07 00:36:00 +00:00
lib refactor: Use File and Folder from OCP 2026-02-05 10:13:37 +01:00
LICENSES chore: Add SPDX headers 2024-07-29 13:46:18 +02:00
src fix(share): title for existing shares 2026-02-05 10:35:27 +01:00
templates fix(error.php): remove leftover for-loop that adds commas to error message 2025-10-16 12:04:08 +02:00
tests refactor: Use File and Folder from OCP 2026-02-05 10:13:37 +01:00
vendor-bin chore(deps-dev): Bump vimeo/psalm in /vendor-bin/psalm 2026-02-05 09:32:19 +01:00
.dockerignore test: integration tests with cypress 2021-02-14 19:41:46 +01:00
.editorconfig meta: add .editorconfig from nextcloud server 2021-02-14 19:53:59 +01:00
.gitignore fix(gitignore): ignore all css files except collectives.css 2025-10-10 15:25:05 +02:00
.gitmodules
.l10nignore l10n: ignore build and docs dir 2021-04-19 12:46:59 +02:00
.npmignore chore(npmignore): ignore test files for npm packaging 2025-09-05 15:34:02 +02:00
.php-cs-fixer.dist.php feat(php): Migrate development tools to vendor-bin 2024-09-23 22:42:12 +02:00
AUTHORS.md chore: Add SPDX headers 2024-07-29 13:46:18 +02:00
babel.config.cjs chore(migrate): build with vite 2025-09-05 15:34:01 +02:00
CHANGELOG.md chore(release): prepare 3.5.0 release 2026-01-12 21:14:14 +01:00
composer.json feat(NodeHelper): Functions to extract links and linked pageIds from markdown 2025-11-10 21:12:18 +01:00
composer.lock chore(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 2026-02-05 09:46:36 +01:00
COPYING
cypress.config.mjs test(cypress): set custom user agent to avoid "unsupported browser" 2026-02-04 16:31:04 +01:00
DEVELOPING.md chore: Add SPDX headers 2024-07-29 13:46:18 +02:00
eslint.config.mjs chore(eslint): update to eslint and @nextcloud/vue 9.x 2025-09-27 21:37:40 +02:00
jsconfig.json ️ use components directly from @nextcloud/vue 2022-09-26 18:25:21 +02:00
Makefile chore: remove obsolete jest and webpack configs 2025-10-28 11:50:20 +01:00
openapi.json chore(backlinks): remove old implementation that greps full collective 2025-11-10 21:12:18 +01:00
package-lock.json chore(deps): update dependency @nextcloud/eslint-config to ^9.0.0-rc.8 2026-02-05 10:02:53 +01:00
package.json chore(deps): update dependency @nextcloud/eslint-config to ^9.0.0-rc.8 2026-02-05 10:02:53 +01:00
psalm.xml refactor: Port away from deprecated code 2026-02-05 10:13:37 +01:00
README.md docs: Briefly mention OCS API in documentation 2025-06-18 12:00:31 +02:00
rector.php chore(php): Code improvements by rector 2025-06-23 12:20:16 +02:00
renovate.json chore(config): migrate config renovate.json 2025-10-23 21:46:52 +00:00
REUSE.toml feat(openapi): Add first OpenAPI specification 2025-06-18 12:00:31 +02:00
stylelint.config.cjs chore(migrate): build with vite 2025-09-05 15:34:01 +02:00
tsconfig.json chore(js): Fix linter errors in service-worker.ts 2025-11-03 15:10:15 +01:00
vite.config.js fix(serviceWorker): Move service worker asset to 'js/' directory 2025-11-03 15:10:15 +01:00
vitest.config.ts chore(vitest): Move test folder selection to vitest config 2025-10-28 10:06:42 +01:00

Collectives

REUSE status

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.

Screenshot of Nextcloud Collectives Version 0.2.1

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.