Tasks app for Nextcloud
Перейти к файлу
Raimund Schlüßler 7ade6a7fc9
Fix babel configuration
2019-01-25 20:35:05 +01:00
.tx
appinfo Increment version number to 0.9.8 2018-11-21 16:36:34 +01:00
css Improve webpack configuration 2019-01-25 20:35:01 +01:00
img
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
screenshots
src Improve webpack configuration 2019-01-25 20:35:01 +01:00
templates Improve webpack configuration 2019-01-25 20:35:01 +01:00
test Remove angular, add vue 2019-01-25 20:28:04 +01:00
.babelrc Fix babel configuration 2019-01-25 20:35:05 +01:00
.editorconfig Remove angular, add vue 2019-01-25 20:28:04 +01:00
.eslintrc.js Improve webpack configuration 2019-01-25 20:35:01 +01:00
.gitattributes
.gitignore Improve webpack configuration 2019-01-25 20:35:01 +01:00
.prettierrc.js Improve webpack configuration 2019-01-25 20:35:01 +01:00
.scrutinizer.yml
.stylelintrc Remove Gulp 2019-01-25 20:35:04 +01:00
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile Adjust makefile 2019-01-25 20:35:04 +01:00
README.md
build.xml
issue_template.md
package-lock.json Remove Gulp 2019-01-25 20:35:04 +01:00
package.json Remove Gulp 2019-01-25 20:35:04 +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 Improve webpack configuration 2019-01-25 20:35:01 +01:00
webpack.dev.js Improve webpack configuration 2019-01-25 20:35:01 +01:00
webpack.prod.js Improve webpack configuration 2019-01-25 20:35:01 +01: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.