Tasks app for Nextcloud
Перейти к файлу
Raimund Schlüßler d8e1f2c2b2
Merge pull request #2717 from nextcloud/dependabot/npm_and_yarn/happy-dom-15.10.2
Build(deps-dev): Bump happy-dom from 15.10.1 to 15.10.2
2024-11-06 21:15:34 +01:00
.github Chore(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 2024-10-28 23:37:26 +00:00
.tx
appinfo
css
img
l10n
lib
screenshots
src
templates fix: no need to include CSS chunks separately 2024-08-29 21:27:20 +02:00
tests
.codecov.yml
.editorconfig
.eslintrc.cjs chore(deps): migrate to stable vite-config and eslint-config 2024-08-05 22:51:39 +02:00
.gitattributes
.gitignore
.php-cs-fixer.dist.php
.prettierrc.js
.stylelintignore
CHANGELOG.md
LICENSE
Makefile
README.md
babel.config.cjs
build.xml
composer.json
composer.lock
package-lock.json
package.json
phpunit.integration.xml
phpunit.xml
stylelint.config.js
vite.config.mjs Migrate to vue3 2024-02-01 09:07:46 +01:00

README.md

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.