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
2021-10-02Don't use file extentions when importingRaimund Schlüßler
2021-08-17Fix jsdoc/tag-linesRaimund Schlüßler
2021-07-22Fix jsdoc/no-undefined-typesRaimund Schlüßler
2021-07-22Fix jsdoc/require-jsdocRaimund 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-05-10Move cancelled logic into task modelRaimund Schlüßler
2021-05-10fix(store-helper): show canceled tasks in completed list tooJonas Thelemann
2021-05-10fix(store-helper): do not list canceled tasksJonas Thelemann
2021-04-04Reorder imports (#1479)Raimund Schlüßler
2020-05-09Implement manual sortingRaimund Schlüßler
2020-04-15Use @nextcloud/moment, closes #961Raimund Schlüßler
2020-01-30Use eslint-config-nextcloudRaimund Schlüßler
2019-11-15Return a moment for dates from tasks modelRaimund Schlüßler
2019-11-14Merge pull request #431 from nextcloud/fix-collectionsRaimund Schlüßler
2019-11-12Adjust week view to show correct tasksRaimund Schlüßler
2019-11-03Simplify isTaskInListRaimund Schlüßler
2019-11-03Only match uncompleted tasksRaimund Schlüßler
2019-10-31Added missing comparator entryTim Hollmann
2019-10-31Implemented comparator in order to display pinned tasks always on topTim Hollmann
2019-10-28Move dayOfTask function to storeRaimund Schlüßler
2019-10-28Also test subtasks for showing task in collectionsRaimund Schlüßler
2019-04-22Fix sorting by dateRaimund Schlüßler
2019-04-22Also sort by due date by defaultRaimund Schlüßler
2019-03-10Implement sorting by completed dateRaimund Schlüßler
2019-01-25Correctly show count of found tasks on calendars and collectionsRaimund Schlüßler
2019-01-25Implement setting the start and due dateRaimund Schlüßler
2019-01-25Fix header textRaimund Schlüßler
2019-01-25Fix JSDoc of all store filesRaimund Schlüßler
2019-01-25Sort by multiple task properties when order is ambigousRaimund Schlüßler
2019-01-25Implement sort by completedRaimund Schlüßler
2019-01-25Implement sorting by created and last-modified dateRaimund Schlüßler
2019-01-25Fix sorting by priorityRaimund Schlüßler
2019-01-25Adjust sort direction to match master branchRaimund Schlüßler
2019-01-25Use diff function for date sortingRaimund Schlüßler
2019-01-25Fix sorting by dateRaimund Schlüßler
2019-01-25Tasks sorting implementation.Vadim Nicolai
2019-01-25Fix check if parent is availableRaimund Schlüßler
2019-01-25Fix checking task priorityRaimund Schlüßler
2019-01-25Only show root tasksRaimund Schlüßler
2019-01-25Load calendars from the serverRaimund Schlüßler
2019-01-25Split store into separate modulesRaimund Schlüßler