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
2022-04-22Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0 (#1968)Raimund Schlüßler
2022-03-27Replace deprecated String.prototype.substr() (#1950)CommanderRoot
2022-01-31Fix: Inconsistencies due to ALTREP parameter (#1916)max65482
2021-10-02Don't use file extentions when importingRaimund Schlüßler
2021-08-28Use @nextcloud/calendar-jsRaimund Schlüßler
2021-08-17Fix jsdoc/tag-linesRaimund Schlüßler
2021-08-02Restore ancestors and children when restoring taskRaimund Schlüßler
2021-07-22Fix jsdoc/no-undefined-typesRaimund Schlüßler
2021-07-22Fix jsdoc/check-valuesRaimund Schlüßler
2021-07-22Fix jsdoc/tag-linesRaimund Schlüßler
2021-07-22Fix jsdoc/check-tag-namesRaimund Schlüßler
2021-07-22Fix jsdoc/check-typesRaimund Schlüßler
2021-07-18Add trashbin GUIRaimund Schlüßler
2021-06-29Unify task deletion undoRaimund Schlüßler
2021-05-10Move cancelled logic into task modelRaimund Schlüßler
2021-05-02Work on sync status displayRaimund Schlüßler
2021-04-24Rename categories to tagsRaimund Schlüßler
2021-04-19Merge pull request #1510 from nextcloud/fix/noid/clear-statusRaimund Schlüßler
2021-04-19Allow to remove status propertyRaimund Schlüßler
2021-04-19Return priority and complete value as numberRaimund Schlüßler
2021-04-18Remove priority and complete when set to zeroRaimund Schlüßler
2021-04-04Reorder imports (#1479)Raimund Schlüßler
2021-04-04Fix/noid/dependencies (#1476)Raimund Schlüßler
2020-07-10Properly handle multiple categories propertiesRaimund Schlüßler
2020-05-09Implement manual sortingRaimund Schlüßler
2020-04-22Fix setting and getting parentRaimund Schlüßler
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