Go to file
sunjam 12d0a2e65c
Update README.md
updated per PR notes
2019-10-10 09:10:19 -07:00
.tx Fix tx config 2018-02-12 23:01:32 +01:00
appinfo Move navigation entry to info.xml 2019-09-23 16:53:42 +02:00
css Small design fix for checkboxes 2019-09-11 13:59:33 +02:00
img Replace checkmark icons with version from server 2019-09-01 13:51:19 +02:00
l10n [tx-robot] updated from transifex 2019-10-02 02:51:23 +00:00
lib Move navigation entry to info.xml 2019-09-23 16:53:42 +02:00
screenshots Update screenshot 2019-05-17 21:37:49 +02:00
src Load subtasks for task already opened on app load 2019-09-20 09:57:18 +02:00
templates Remove old template 2019-01-25 20:36:24 +01:00
tests Fix failing integration test for navigation 2019-09-23 16:54:32 +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 Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-node-10.0.0 2019-09-07 22:01:32 +02:00
.gitattributes Initial Commit 2014-03-28 20:11:56 +01:00
.gitignore Add phpunit cache to gitignore 2019-07-19 09:14:10 +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 Remove Gulp 2019-01-25 20:35:04 +01:00
.travis.yml Setup Javascript and PHP tests and badges 2019-06-14 19:41:05 +02:00
CHANGELOG.md Bump version and update changelog 2019-09-17 20:00:54 +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 Exclude unneeded files from appstore build 2019-08-07 21:20:13 +02:00
README.md Update README.md 2019-10-10 09:10:19 -07:00
build.xml Replace ownCloud with Nextcloud, update date 2017-01-15 20:59:31 +01:00
issue_template.md Update issue_template.md 2017-04-18 12:59:50 +02:00
package-lock.json Bump nextcloud-vue from 0.12.3 to 0.12.4 2019-10-04 01:27:22 +00:00
package.json Bump nextcloud-vue from 0.12.3 to 0.12.4 2019-10-04 01:27:22 +00:00
phpunit.integration.xml Add test for AppInfo 2019-07-18 07:49:18 +02:00
phpunit.xml Add test for AppInfo 2019-07-18 07:49:18 +02:00
svg-sprite-bw.json Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
svg-sprite-bw.tmpl Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
svg-sprite-color.json Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
svg-sprite-color.tmpl Use SVG api to provide black-white icons 2019-01-25 20:37:59 +01:00
webpack.common.js Correctly scope instance properties 2019-09-06 13:20:01 +02:00
webpack.dev.js Remove semicolons 2019-01-25 20:36:51 +01:00
webpack.prod.js Remove comments from javascript 2019-08-28 20:36:13 +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.