Skip to content
Tasks app for Nextcloud
JavaScript Vue CSS PHP Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Add php-cs check action Apr 15, 2020
.tx Fix tx config Feb 12, 2018
appinfo Bump version and update changelog May 15, 2020
css Show completed date instead of due date in task body Jun 9, 2020
img Allow sharing with circles Apr 30, 2020
l10n [tx-robot] updated from transifex Jun 17, 2020
lib Remember last route Apr 29, 2020
screenshots Update screenshot May 15, 2020
src Show completed date instead of due date in task body Jun 9, 2020
templates Apply php-cs-fixer fixes Apr 10, 2020
tests Fix missing trailing comma May 9, 2020
.babelrc.js Add browserslist-config-nextcloud Sep 2, 2019
.codecov.yml Add codecov config file Jul 16, 2019
.editorconfig Remove angular, add vue Jan 25, 2019
.eslintrc.js Update dependencies, move to @nextcloud packages Mar 7, 2020
.gitattributes Initial Commit Mar 28, 2014
.gitignore Add php-cs-fixer configuration Apr 10, 2020
.php_cs.dist Add php-cs-fixer configuration Apr 10, 2020
.prettierrc.js Improve webpack configuration Jan 25, 2019
.scrutinizer.yml Exclude compiled javascript Mar 1, 2015
.stylelintrc Remove Gulp Jan 25, 2019
CHANGELOG.md Bump version and update changelog May 15, 2020
CONTRIBUTING.md Rebrand Readme, Contributing and Issue template to Nextcloud fixes #6 Dec 2, 2016
LICENSE Add license file Oct 12, 2014
Makefile Add composer files to exclude list Apr 27, 2020
README.md Add BusyCal as client Mar 6, 2020
build.xml Replace ownCloud with Nextcloud, update date Jan 15, 2017
composer.json Use proper exit code for composer lint May 13, 2020
composer.lock Bump nextcloud/coding-standard form 0.2.0 to 0.3.0 Apr 15, 2020
issue_template.md Update issue_template.md Apr 18, 2017
package-lock.json Merge pull request #1084 from nextcloud/dependabot/npm_and_yarn/vue-r… Jun 15, 2020
package.json Merge pull request #1084 from nextcloud/dependabot/npm_and_yarn/vue-r… Jun 15, 2020
phpunit.integration.xml Sort tests in javascript and php folders Oct 28, 2019
phpunit.xml Sort tests in javascript and php folders Oct 28, 2019
svg-sprite-bw.json Edit sprite names to prevent collision with server Feb 14, 2020
svg-sprite-bw.tmpl Edit sprite names to prevent collision with server Feb 14, 2020
svg-sprite-color.json Edit sprite names to prevent collision with server Feb 14, 2020
svg-sprite-color.tmpl Use SVG api to provide black-white icons Jan 25, 2019
webpack.common.js Only apply eslint-loader to our own sources Oct 27, 2019
webpack.dev.js Remove semicolons Jan 25, 2019
webpack.prod.js Remove comments from javascript Aug 28, 2019

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 you’d 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.

You can’t perform that action at this time.