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
path: root/src/store
AgeCommit message (Expand)Author
2020-02-18Correctly translate task status stringsRaimund 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
2020-01-29Return writable calendar as default calendarRaimund Schlüßler
2020-01-24Switch to newly created calendar after creationRaimund Schlüßler
2019-12-29Only add sharee if not present alreadyRaimund Schlüßler
2019-12-21Fix typo: discared -> discardedAsier Iturralde Sarasola
2019-12-09Correctly navigate to new task in week viewRaimund Schlüßler
2019-11-22Merge pull request #657 from nextcloud/fix-615Raimund Schlüßler
2019-11-21Respect all-day setting for today collectionRaimund Schlüßler
2019-11-21Remember last all-day setting for initial dateRaimund Schlüßler
2019-11-20Move router to appropriate placeRaimund Schlüßler
2019-11-20Save last value of all-day toggleRaimund 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-14Fix unhandled promise rejection in unit testsRaimund 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-31Added support for task pinningTim Hollmann
2019-10-28Move dayOfTask function to storeRaimund Schlüßler
2019-10-28Count all tasks that match a collectionRaimund Schlüßler
2019-10-28Also test subtasks for showing task in collectionsRaimund Schlüßler
2019-10-08small changesJakob
2019-10-08add status to TaskJakob
2019-09-20Don't lose relation to subtasks already in storeRaimund Schlüßler
2019-09-20Load task from server if not found locallyRaimund Schlüßler
2019-09-10Fix translate function for Chrome 77 BetaRaimund Schlüßler
2019-09-06Fix translate functionRaimund Schlüßler
2019-09-06Correctly scope instance propertiesRaimund Schlüßler
2019-08-07Update dependencies and styleRaimund Schlüßler
2019-08-06Allow to drop tasks onto collections in left sidebarRaimund Schlüßler
2019-07-24Don't show empty sections for read-only taskRaimund Schlüßler
2019-07-21Prevent editing read-only tasks in list viewRaimund Schlüßler
2019-07-21Don't try to edit tasks in read-only calendarsRaimund Schlüßler
2019-07-07Enable percent-encoded characters in calendar URIRaimund Schlüßler
2019-05-20Implement deleting all completed tasksRaimund Schlüßler
2019-05-17Add support for tasks privacy settingsRaimund Schlüßler
2019-05-16Implement sharing menu in calendar listRaimund Schlüßler
2019-05-11Open task after creationRaimund Schlüßler
2019-05-09Ensure task UID to be treated as stringRaimund Schlüßler
2019-05-06Adjust task store function for drag-and-dropRaimund Schlüßler
2019-04-30Move task store functions to appropriate fileRaimund Schlüßler
2019-04-23Update tasks.jsrakekniven
2019-04-22Fix sorting by dateRaimund Schlüßler
2019-04-22Also sort by due date by defaultRaimund Schlüßler
2019-03-26Use webpack variables for app versionRaimund Schlüßler
2019-03-10Implement sorting by completed dateRaimund Schlüßler