No description
Find a file
2025-12-20 07:17:54 +01:00
.github Merge pull request #3008 from nextcloud/dependabot/github_actions/actions/setup-node-6.1.0 2025-12-18 13:33:08 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:00:15 +00:00
appinfo chore: bump version, update changelog (#2986) 2025-11-09 11:01:20 +01:00
css chore(vite): Migrate from webpack to vite 2023-12-10 18:40:41 +01:00
img style: Replace app icon with Material Symbols version 2024-07-05 19:58:36 +02:00
l10n fix(l10n): Update translations from Transifex 2025-12-14 01:40:45 +00:00
lib fix: bring back task dialog styles for Talk 2025-01-19 23:02:55 +01:00
screenshots chore: update screenshot 2025-10-22 22:10:52 +02:00
src fix: no users shown in sharing search bar (#2971) 2025-11-09 10:53:01 +01:00
templates fix: no need to include CSS chunks separately 2024-08-29 21:27:20 +02:00
tests fix: remove broken test 2025-06-03 09:41:59 +02:00
.codecov.yml Create .github/workflows/phpunit-sqlite.yml 2023-03-12 21:59:20 +01:00
.editorconfig
.eslintrc.cjs chore(deps): migrate to stable vite-config and eslint-config 2024-08-05 22:51:39 +02:00
.gitattributes
.gitignore chore(vite): Migrate from webpack to vite 2023-12-10 18:40:41 +01:00
.php-cs-fixer.dist.php Update php-cs-fixer configuration 2022-10-18 22:31:46 +02:00
.prettierrc.js
.stylelintignore
babel.config.cjs chore(vite): Migrate from webpack to vite 2023-12-10 18:40:41 +01:00
build.xml
CHANGELOG.md chore: bump version, update changelog (#2986) 2025-11-09 11:01:20 +01:00
composer.json fix: update composer deps 2025-06-03 09:28:59 +02:00
composer.lock fix: update composer deps 2025-06-03 09:28:59 +02:00
LICENSE
Makefile fix typo 2024-03-01 11:11:11 +00:00
package-lock.json Merge pull request #3015 from nextcloud/dependabot/npm_and_yarn/vue-3.5.26 2025-12-20 07:17:54 +01:00
package.json Merge pull request #3015 from nextcloud/dependabot/npm_and_yarn/vue-3.5.26 2025-12-20 07:17:54 +01:00
phpunit.integration.xml Migrate phpunit configuration 2022-10-18 22:31:46 +02:00
phpunit.xml Migrate phpunit configuration 2022-10-18 22:31:46 +02:00
README.md Chore: Add jtx Board to Apps in README 2024-06-04 15:10:50 +02:00
stylelint.config.js Use npm v7 and simplify overall configuration 2021-06-11 22:59:12 +02:00
vite.config.mjs fix: also inline nextcloud/dialogs 2025-06-03 09:56:36 +02:00

Tasks

Downloads Build Status Scrutinizer Code Quality Code coverage Dependabot status

A tasks app for Nextcloud. Easily sync tasks from various devices with your Nextcloud and edit them online.

tasks

Features

  • add and delete tasks, edit their title, description, start and due dates, set their priority and status
  • support for subtasks
  • smart collections showing you your important, current and upcoming tasks
  • simply drag and drop tasks to other calendars or make them subtasks

Installation

In your Nextcloud, simply navigate to »Apps«, choose the category »Organization«, find the Tasks app and enable it. Then open the Tasks app from the app menu.

Apps which sync with Nextcloud Tasks (using CalDAV)

ETag (or: problem with non-existing conflicts)

This app uses ETag HTTP header to work properly (mostly for detecting conflicts). If ETags are modified or removed, the app will report non-existing conflicts.

Some anti-tracking client side extensions are known to remove/replace ETag header to avoid tracking via cache (e.g., CleanURLs is known to create problems). You'll need to add an exception for NC Tasks.

Also, ETag may be modified by a server-side configuration. If you manage your server you'll need to change its configuration (see https://github.com/nextcloud/tasks/issues/167).

Maintainers

Raimund Schlüßler and many more

If youd like to join, just go through the issue list and fix some. :)

Developer setup info

Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, nodejs and npm are needed for installing JavaScript dependencies.

Once node and npm are installed, PHP and JavaScript dependencies can be installed by running

$ make

Please execute this command with your ordinary user account and neither root nor sudo.