Tasks app for Nextcloud
Перейти к файлу
Nextcloud bot bf6cdbafd9
[tx-robot] updated from transifex
2017-11-12 01:29:19 +00:00
appinfo Adjust nextcloud version 2017-10-15 18:35:43 +02:00
css Fix icon opacities 2017-10-26 16:44:29 +02:00
img Remove autogenerated files from repository 2017-10-15 19:10:38 +02:00
js Combined loading of javascript files 2017-11-02 22:01:04 +01:00
l10n [tx-robot] updated from transifex 2017-11-12 01:29:19 +00:00
lib Change icon prefix from 'ico-' to 'icon-' 2017-09-14 21:48:54 +02:00
screenshots Rework readme, update screenshot 2017-01-15 21:45:32 +01:00
templates Combined loading of javascript files 2017-11-02 22:01:04 +01:00
.editorconfig
.gitattributes
.gitignore Remove vendor files from repository 2017-10-15 19:10:51 +02:00
.scrutinizer.yml
.travis.yml
CHANGELOG.md Add changelog 2017-09-08 23:52:25 +02:00
CONTRIBUTING.md
LICENSE
Makefile Adjust makefile 2017-10-15 19:47:54 +02:00
README.md Fix links to issues and maintainers 2017-01-16 21:01:29 +01: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

README.md

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.