back to home

nextcloud / tasks

:white_check_mark: Tasks app for Nextcloud

668 stars
110 forks
132 issues
JavaScriptVuePHP

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing nextcloud/tasks in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/nextcloud/tasks)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Tasks **A tasks app for Nextcloud. Easily sync tasks from various devices with your Nextcloud and edit them online.** 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) • Apple Reminders (iOS, MacOS) • 2Do (Android, iOS, MacOS) • Davx5 (Android) • OpenTasks (Android) • Outlook Caldav Synchronizer (Windows) • Tasks: Astrid Todo List Clone (Android) (Requires subscription if not downloaded via F-Droid) • Qownnotes (Read-only, Cross Platform Desktop App) • Thunderbird Lightning (Cross Platform Desktop App) • BusyCal (MacOS) • aCalendar+ (via Davx5) (Android) • GNOME Todo (via GNOME Online Accounts) (Linux) • Kalendar (Linux) • vdirsyncer (Linux and BSD) • planify (Linux) • jtx Board (Android) ETag (or: problem with non-existing conflicts) This app uses HTTP header to work properly (mostly for detecting conflicts). If s are modified or removed, the app will report non-existing conflicts. Some anti-tracking client side extensions are known to remove/replace header to avoid tracking via cache (e.g., CleanURLs is known to create problems). You'll need to add an exception for NC Tasks. Also, may be modified by a server-side configuration. If you manage your server you'll need to change its configuration (see https://github.com/nextcloud/tasks/issues/167). 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 Please execute this command with your ordinary user account and neither root nor sudo.