Tasks app for Nextcloud
Find a file
Raimund Schlüßler 26b836957c
Remove semicolons
2019-01-25 20:36:51 +01:00
.tx Fix tx config 2018-02-12 23:01:32 +01:00
appinfo Save and load settings 2019-01-25 20:35:05 +01:00
css Align category label text 2019-01-25 20:36:48 +01:00
img Add colorpicker directive 2019-01-25 20:35:09 +01:00
js/app Improve webpack configuration 2019-01-25 20:35:01 +01:00
l10n [tx-robot] updated from transifex 2019-01-25 01:38:18 +00:00
lib Load calendars from the server 2019-01-25 20:36:40 +01:00
screenshots Rework readme, update screenshot 2017-01-15 21:45:32 +01:00
src Fix date parsing 2019-01-25 20:36:50 +01:00
templates Remove old template 2019-01-25 20:36:24 +01:00
tests Update dependencies, fix jest config, fix style 2019-01-25 20:36:46 +01:00
.babelrc.js Configure app for NC15 CSP 2019-01-25 20:36:39 +01:00
.editorconfig Remove angular, add vue 2019-01-25 20:28:04 +01:00
.eslintignore Ignore legacy vendor files for eslint 2019-01-25 20:35:07 +01:00
.eslintrc.js Add stricter eslint rules 2019-01-25 20:36:47 +01:00
.gitattributes Initial Commit 2014-03-28 20:11:56 +01:00
.gitignore Fix test configuration 2019-01-25 20:35:05 +01: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 Remove php 5.3 checks 2015-06-20 16:25:39 +02:00
build.xml Replace ownCloud with Nextcloud, update date 2017-01-15 20:59:31 +01:00
CHANGELOG.md Add changelog 2017-09-08 23:52:25 +02:00
CONTRIBUTING.md Rebrand Readme, Contributing and Issue template to Nextcloud fixes #6 2016-12-02 13:39:08 +01:00
issue_template.md Update issue_template.md 2017-04-18 12:59:50 +02:00
LICENSE Add license file 2014-10-12 18:54:22 +02:00
Makefile Adjust makefile 2019-01-25 20:35:04 +01:00
package-lock.json Fix cdav library source 2019-01-25 20:36:49 +01:00
package.json Fix cdav library source 2019-01-25 20:36:49 +01:00
README.md Fix links to issues and maintainers 2017-01-16 21:01:29 +01:00
svg-sprite.json Remove Gulp 2019-01-25 20:35:04 +01:00
svg-sprite.tmpl Remove Gulp 2019-01-25 20:35:04 +01:00
webpack.common.js Update dependencies, fix jest config, fix style 2019-01-25 20:36:46 +01:00
webpack.dev.js Remove semicolons 2019-01-25 20:36:51 +01:00
webpack.prod.js Remove semicolons 2019-01-25 20:36:51 +01:00

Tasks

Build Status Scrutinizer Code Quality Code Coverage

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.

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.