Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-15Use @nextcloud/moment, closes #961Raimund Schlüßler
2020-03-06Correctly import uuidRaimund Schlüßler
2020-02-11Don't edit not public tasks in lists shared to meRaimund Schlüßler
2020-01-30Use eslint-config-nextcloudRaimund Schlüßler
2019-11-21Remember last all-day setting for initial dateRaimund Schlüßler
2019-11-15Return a moment for dates from tasks modelRaimund Schlüßler
2019-10-31Added support for task pinningTim Hollmann
2019-10-28Don't debug complete value to consoleRaimund Schlüßler
2019-10-26Keep status, complete, completed and date in syncRaimund Schlüßler
2019-10-26Make task.completed expect only boolRaimund Schlüßler
2019-10-26Add test for setting and getting uid, fix modelRaimund Schlüßler
2019-10-26Add tests for task model complete and statusRaimund Schlüßler
2019-08-07Update dependencies and styleRaimund Schlüßler
2019-05-17Add support for tasks privacy settingsRaimund Schlüßler
2019-03-10Show completed date in details view footer tooltipRaimund Schlüßler
2019-02-15Only allow one update request to a task at the same timeRaimund Schlüßler
2019-01-25Correctly show count of found tasks on calendars and collectionsRaimund Schlüßler
2019-01-25Implement searching in tasksRaimund Schlüßler
2019-01-25Show task sync status and allow to refresh it on conflictRaimund Schlüßler
2019-01-25Implement sorting by created and last-modified dateRaimund Schlüßler
2019-01-25Fix task creationRaimund Schlüßler
2019-01-25Make task properties reactive for VueRaimund Schlüßler
2019-01-25Store subtasks in Object to prevent adding a duplicateRaimund Schlüßler
2019-01-25Don't stringify every change to a taskRaimund Schlüßler
2019-01-25Implement adding tasks and subtasksRaimund Schlüßler
2019-01-25Don't fail when task summary is nullRaimund Schlüßler
2019-01-25Don't require raw vcalendar to construct a TaskRaimund Schlüßler
2019-01-25Cleanup task modelRaimund Schlüßler
2019-01-25Store subtasks in taskRaimund Schlüßler
2019-01-25Store tasks in array with key as indexRaimund Schlüßler
2019-01-25Fix task modelRaimund Schlüßler
2019-01-25Add getters and setters for remaining task propertiesRaimund Schlüßler
2019-01-25Fix lint errorsRaimund Schlüßler
2019-01-25Load tasks from the serverRaimund Schlüßler
2019-01-25Adjust namingRaimund Schlüßler
2019-01-25Load calendars from the serverRaimund Schlüßler