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 (Collapse)Author
2020-04-15Use @nextcloud/moment, closes #961Raimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-04-10Don't use deprecated globalsRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> See https://github.com/nextcloud/documentation/pull/1950
2020-02-05Implement timeout GUI for deleting a calendarRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-01-30Use eslint-config-nextcloudRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-11-20Move router to appropriate placeRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-09-10Partially revert #586 to fix vue-components modalRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-09-10Merge pull request #600 from nextcloud/cleanupRaimund Schlüßler
Remove legacy search code
2019-09-10Remove legacy search codeRaimund Schlüßler
Support for NC13 was dropped long ago Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-09-10Fix translate function for Chrome 77 BetaRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-09-06Correctly scope instance propertiesRaimund Schlüßler
See https://vuejs.org/v2/cookbook/adding-instance-properties.html#The-Importance-of-Scoping-Instance-Properties Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-03-26Use webpack variables for app versionRaimund Schlüßler
2019-01-25Implement searching in tasksRaimund Schlüßler
2019-01-25Directly copy calendar link to clipboardRaimund Schlüßler
2019-01-25Allow vue performance monitoringRaimund Schlüßler
2019-01-25Add stricter eslint rulesRaimund Schlüßler
2019-01-25Add configuration for dynamic module loadingRaimund Schlüßler
2019-01-25Split store into separate modulesRaimund Schlüßler
2019-01-25Configure moment locale according to server localeRaimund Schlüßler
2019-01-25Work on showing the tasksRaimund Schlüßler
2019-01-25Only import VTooltip onceRaimund Schlüßler
2019-01-25Allow to edit and create calendarsRaimund Schlüßler
2019-01-25Save and load settingsRaimund Schlüßler
2019-01-25Improve webpack configurationRaimund Schlüßler