Tasks app for Nextcloud
Перейти к файлу
Raimund Schlüßler 007721b2eb
Fix php-cs issues
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-04-15 09:33:27 +02:00
.github/workflows Add php-cs check action 2020-04-15 09:20:43 +02:00
.tx
appinfo Apply php-cs-fixer fixes 2020-04-10 13:45:54 +02:00
css Don't cut off task title in task body 2020-03-11 10:30:59 +01:00
img Show icon when subtasks are hidden 2020-03-06 11:11:50 +01:00
l10n [tx-robot] updated from transifex 2020-04-15 03:04:42 +00:00
lib Fix php-cs issues 2020-04-15 09:33:27 +02:00
screenshots Update screenshot 2020-03-08 12:40:32 +01:00
src Don't use deprecated globals 2020-04-10 21:43:20 +02:00
templates Apply php-cs-fixer fixes 2020-04-10 13:45:54 +02:00
tests Fix php-cs issues 2020-04-15 09:33:27 +02:00
.babelrc.js
.codecov.yml
.editorconfig
.eslintrc.js Update dependencies, move to @nextcloud packages 2020-03-07 16:26:47 +01:00
.gitattributes
.gitignore Add php-cs-fixer configuration 2020-04-10 13:45:54 +02:00
.php_cs.dist Add php-cs-fixer configuration 2020-04-10 13:45:54 +02:00
.prettierrc.js
.scrutinizer.yml
.stylelintrc
CHANGELOG.md Bump version and update changelog 2020-03-08 16:26:23 +01:00
CONTRIBUTING.md
LICENSE
Makefile Add php-cs-fixer configuration 2020-04-10 13:45:54 +02:00
README.md Add BusyCal as client 2020-03-06 22:29:44 +01:00
build.xml
composer.json Bump nextcloud/coding-standard form 0.2.0 to 0.3.0 2020-04-15 09:28:33 +02:00
composer.lock Bump nextcloud/coding-standard form 0.2.0 to 0.3.0 2020-04-15 09:28:33 +02:00
issue_template.md
package-lock.json Merge pull request #956 from nextcloud/dependabot/npm_and_yarn/cdav-library-ae2d8e2 2020-04-12 05:25:56 +00:00
package.json Bump stylelint from 13.3.1 to 13.3.2 2020-04-12 01:20:25 +00:00
phpunit.integration.xml
phpunit.xml
svg-sprite-bw.json Edit sprite names to prevent collision with server 2020-02-14 08:39:12 +01:00
svg-sprite-bw.tmpl Edit sprite names to prevent collision with server 2020-02-14 08:39:12 +01:00
svg-sprite-color.json Edit sprite names to prevent collision with server 2020-02-14 08:39:12 +01:00
svg-sprite-color.tmpl
webpack.common.js
webpack.dev.js
webpack.prod.js

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)

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.