Go to file
Raimund Schlüßler 43cf672a90
Correct path for php files
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2021-05-17 19:44:05 +02:00
.github Fix uploading php coverage 2021-05-17 15:10:16 +02:00
.tx Fix tx config 2018-02-12 23:01:32 +01:00
appinfo Require minimum server v19 2021-04-04 21:48:30 +02:00
css Remove unused icons 2021-05-10 20:49:43 +02:00
img Remove unused icons 2021-05-10 20:49:43 +02:00
l10n [tx-robot] updated from transifex 2021-05-17 03:24:30 +00:00
lib Use material design icons in AppNavigation 2021-05-02 09:06:59 +02:00
screenshots Update screenshot 2020-07-30 22:48:59 +02:00
src Simplify task status display 2021-05-12 22:40:30 +02:00
templates Move to webpack-vue-config 2021-04-05 12:47:25 +02:00
tests Few more tests for cancelled tasks 2021-05-11 15:47:09 +02:00
.babelrc.js Add browserslist-config-nextcloud 2019-09-02 22:03:37 +02:00
.codecov.yml Correct path for php files 2021-05-17 19:44:05 +02:00
.editorconfig Remove angular, add vue 2019-01-25 20:28:04 +01:00
.eslintrc.js Move to webpack-vue-config 2021-04-05 12:47:25 +02:00
.gitattributes Initial Commit 2014-03-28 20:11:56 +01:00
.gitignore Use codecov action 2021-05-17 09:48:20 +02:00
.php_cs.dist Add php-cs-fixer configuration 2020-04-10 13:45:54 +02:00
.prettierrc.js Improve webpack configuration 2019-01-25 20:35:01 +01:00
.scrutinizer.yml Exclude compiled javascript 2015-03-01 18:25:05 +01:00
.stylelintignore Fix stylelint 2020-10-20 15:33:00 +02:00
.stylelintrc Don't fail on v-deep selector 2021-04-23 22:34:55 +02:00
CHANGELOG.md Bump version and update changelog 2020-11-11 22:34:20 +01:00
CONTRIBUTING.md Rebrand Readme, Contributing and Issue template to Nextcloud fixes #6 2016-12-02 13:39:08 +01:00
LICENSE Add license file 2014-10-12 18:54:22 +02:00
Makefile Use codecov action 2021-05-17 09:48:20 +02:00
README.md Update README.md 2021-05-06 19:15:54 +02:00
build.xml Replace ownCloud with Nextcloud, update date 2017-01-15 20:59:31 +01:00
composer.json Fix uploading php coverage 2021-05-17 15:10:16 +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 Update issue_template.md 2017-04-18 12:59:50 +02:00
package-lock.json Bump @babel/plugin-proposal-object-rest-spread from 7.13.8 to 7.14.2 2021-05-15 13:14:01 +00:00
package.json Bump @babel/plugin-proposal-object-rest-spread from 7.13.8 to 7.14.2 2021-05-15 13:14:01 +00:00
phpunit.integration.xml Use codecov action 2021-05-17 09:48:20 +02:00
phpunit.xml Use codecov action 2021-05-17 09:48:20 +02:00
webpack.js Move to webpack-vue-config 2021-04-05 12:47:25 +02: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)

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.