Go to file
Raimund Schlüßler 53c658d99a
Update screenshot
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-07-30 22:48:59 +02:00
.github/workflows Add Github stylelint action 2020-07-22 22:49:39 +02:00
.tx Fix tx config 2018-02-12 23:01:32 +01:00
appinfo Bump version and update changelog 2020-07-13 21:51:06 +02:00
css Fix checkbox padding 2020-07-30 22:22:29 +02:00
img Allow sharing with circles 2020-04-30 18:37:43 +02:00
l10n [tx-robot] updated from transifex 2020-07-30 03:04:50 +00:00
lib Allow NULL as userId to prevent error when not logged in 2020-07-22 18:36:10 +02:00
screenshots Update screenshot 2020-07-30 22:48:59 +02:00
src Correctly show round corners on add task input 2020-07-29 09:35:15 +02:00
templates Apply php-cs-fixer fixes 2020-04-10 13:45:54 +02:00
tests Properly handle multiple categories properties 2020-07-10 20:56:58 +02:00
.babelrc.js Add browserslist-config-nextcloud 2019-09-02 22:03:37 +02:00
.codecov.yml Add codecov config file 2019-07-16 22:09:32 +02:00
.editorconfig Remove angular, add vue 2019-01-25 20:28:04 +01:00
.eslintrc.js Update dependencies, move to @nextcloud packages 2020-03-07 16:26:47 +01:00
.gitattributes Initial Commit 2014-03-28 20:11:56 +01:00
.gitignore Move built SCSS files to root css directory 2020-07-22 22:47:28 +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
.stylelintrc Add stricter SCSS stylelint rules 2020-07-27 22:20:43 +02:00
CHANGELOG.md Bump version and update changelog 2020-07-13 21:51:06 +02: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 Move built SCSS files to root css directory 2020-07-22 22:47:28 +02:00
README.md Add BusyCal as client 2020-03-06 22:29:44 +01:00
build.xml Replace ownCloud with Nextcloud, update date 2017-01-15 20:59:31 +01:00
composer.json Use proper exit code for composer lint 2020-05-13 22:49:28 +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 Merge pull request #1141 from nextcloud/dependabot/npm_and_yarn/cdav-library-28a8b1f 2020-07-25 10:20:16 +00:00
package.json Merge pull request #1140 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.0 2020-07-25 10:01:37 +00:00
phpunit.integration.xml Sort tests in javascript and php folders 2019-10-28 10:15:49 +01:00
phpunit.xml Sort tests in javascript and php folders 2019-10-28 10:15:49 +01:00
svg-sprite-bw.json Move built SCSS files to root css directory 2020-07-22 22:47:28 +02: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 Move built SCSS files to root css directory 2020-07-22 22:47:28 +02:00
svg-sprite-color.tmpl Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
webpack.common.js Only apply eslint-loader to our own sources 2019-10-27 11:35:20 +01:00
webpack.dev.js Update webpack config files 2020-07-11 12:22:33 +02:00
webpack.prod.js Update webpack config files 2020-07-11 12:22:33 +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.