Commit graph

2408 commits

Author SHA1 Message Date
Raimund Schlüßler
c9835d4c93
Adjust which subtasks are shown in the collections
Only show subtasks in a collection
when they or a descendant task match the collection

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-28 10:15:23 +01:00
Raimund Schlüßler
4f07897580
Add tests
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-28 10:15:17 +01:00
Raimund Schlüßler
97a4addc2f
Also test subtasks for showing task in collections
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-28 10:14:51 +01:00
Raimund Schlüßler
1f5a60dc2c
Don't debug complete value to console 2019-10-28 09:58:20 +01:00
Raimund Schlüßler
55ca0a467d
Merge pull request #693 from nextcloud/npm-link
Only apply eslint-loader to our own sources
2019-10-27 11:51:05 +01:00
dependabot-preview[bot]
11a6361ffd
Merge pull request #690 from nextcloud/dependabot/npm_and_yarn/eslint-6.6.0 2019-10-27 10:35:21 +00:00
Raimund Schlüßler
b2b528885a
Only apply eslint-loader to our own sources
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>

See c81b9ae648
2019-10-27 11:35:20 +01:00
dependabot-preview[bot]
9a4d8f1567
Bump eslint from 6.5.1 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 10:22:53 +00:00
dependabot-preview[bot]
11369d0fa9
Merge pull request #691 from nextcloud/dependabot/npm_and_yarn/cdav-library-5d42779 2019-10-27 10:21:12 +00:00
dependabot-preview[bot]
e903b4084e
Merge pull request #689 from nextcloud/dependabot/npm_and_yarn/stylelint-webpack-plugin-1.0.3 2019-10-27 10:20:15 +00:00
dependabot-preview[bot]
b514ceadeb
Merge pull request #692 from nextcloud/dependabot/npm_and_yarn/node-sass-4.13.0 2019-10-27 10:20:00 +00:00
dependabot-preview[bot]
a9f823c1cc
Bump node-sass from 4.12.0 to 4.13.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:18:39 +00:00
dependabot-preview[bot]
908ff71a6e
Bump cdav-library from 4f198b6 to 5d42779
Bumps [cdav-library](https://github.com/nextcloud/cdav-library) from `4f198b6` to `5d42779`.
- [Release notes](https://github.com/nextcloud/cdav-library/releases)
- [Commits](4f198b64dc...5d427790be)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:17:43 +00:00
dependabot-preview[bot]
c5a289aca3
Bump stylelint-webpack-plugin from 1.0.2 to 1.0.3
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.2...v1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 02:15:50 +00:00
Raimund Schlüßler
d3a2618121
Merge pull request #684 from nextcloud/fix-663
Adjust complete value when setting status
2019-10-26 19:46:28 +02:00
Raimund Schlüßler
a3c2a0fa43
Keep status, complete, completed and date in sync
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:07 +02:00
Raimund Schlüßler
03beb4ac24
Add more tests
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:07 +02:00
Raimund Schlüßler
4b7f5fbb80
Make task.completed expect only bool
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:06 +02:00
Raimund Schlüßler
a583946f54
Add tests for summary and priority
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:05 +02:00
Raimund Schlüßler
b87f498bc6
Add test for setting and getting uid, fix model
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:05 +02:00
Raimund Schlüßler
e59a9e5553
Add tests for task model complete and status
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-26 13:59:04 +02:00
dependabot-preview[bot]
e0a9d389e5
Merge pull request #687 from nextcloud/dependabot/npm_and_yarn/stylelint-scss-3.12.0 2019-10-24 15:56:05 +00:00
dependabot-preview[bot]
7ae726b208
Merge pull request #686 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.7 2019-10-24 15:55:23 +00:00
Nextcloud bot
8e5bee148d
[tx-robot] updated from transifex 2019-10-24 02:50:44 +00:00
dependabot-preview[bot]
94a6aea3fc
Bump stylelint-scss from 3.11.1 to 3.12.0
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.11.1...3.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 01:17:57 +00:00
dependabot-preview[bot]
cc6a3a27b1
Bump nextcloud-vue from 0.12.6 to 0.12.7
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.6...v0.12.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 01:16:44 +00:00
dependabot-preview[bot]
dc1d3b3882
Merge pull request #685 from nextcloud/dependabot/npm_and_yarn/terser-webpack-plugin-2.2.1 2019-10-23 09:18:50 +00:00
dependabot-preview[bot]
e36d5bd1c1
Bump terser-webpack-plugin from 2.1.3 to 2.2.1
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.1.3 to 2.2.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.1.3...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 01:13:25 +00:00
Raimund Schlüßler
ec7af09548
Merge pull request #683 from nextcloud/dependabot/npm_and_yarn/cdav-library-4f198b6
Bump cdav-library from `eac2cf7` to `4f198b6`
2019-10-21 19:07:07 +02:00
Nextcloud bot
1f2bfa0bc1
[tx-robot] updated from transifex 2019-10-21 02:51:10 +00:00
dependabot-preview[bot]
c3e1c01174
Bump cdav-library from eac2cf7 to 4f198b6
Bumps [cdav-library](https://github.com/nextcloud/cdav-library) from `eac2cf7` to `4f198b6`.
- [Release notes](https://github.com/nextcloud/cdav-library/releases)
- [Commits](eac2cf72fe...4f198b64dc)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 01:31:34 +00:00
Raimund Schlüßler
54702d48ce
Merge pull request #682 from nextcloud/fix-678
Allow strike-through in notes field
2019-10-20 12:48:47 +02:00
Raimund Schlüßler
f81a105f75
Allow strike-through in notes field
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-20 12:41:35 +02:00
Raimund Schlüßler
bb4899f793
Merge pull request #681 from nextcloud/details
Don't open detail view when toggling completed state
2019-10-19 21:47:14 +02:00
Raimund Schlüßler
e0212d92ea
Merge pull request #679 from nextcloud/checkboxes
Fix color of checked checkboxes in dark mode
2019-10-19 21:01:09 +02:00
Raimund Schlüßler
102032cc7a
Don't open detail view when toggling completed state
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-19 20:59:47 +02:00
Raimund Schlüßler
e05cfa66b0
Fix color of checked checkboxes in dark mode
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-10-19 20:45:33 +02:00
dependabot-preview[bot]
413c624ce7
Merge pull request #677 from nextcloud/dependabot/npm_and_yarn/cdav-library-eac2cf7 2019-10-18 09:32:06 +00:00
Nextcloud bot
6f4c39e2f9
[tx-robot] updated from transifex 2019-10-18 02:50:12 +00:00
dependabot-preview[bot]
9623e4c03d
Bump cdav-library from 926a1b9 to eac2cf7
Bumps [cdav-library](https://github.com/nextcloud/cdav-library) from `926a1b9` to `eac2cf7`.
- [Release notes](https://github.com/nextcloud/cdav-library/releases)
- [Commits](926a1b9e8c...eac2cf72fe)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-18 01:14:36 +00:00
dependabot-preview[bot]
7a2871e60a
Merge pull request #676 from nextcloud/dependabot/npm_and_yarn/browserslist-config-nextcloud-0.1.0 2019-10-17 07:46:25 +00:00
dependabot-preview[bot]
9b12351a32
Bump browserslist-config-nextcloud from 0.0.1 to 0.1.0
Bumps browserslist-config-nextcloud from 0.0.1 to 0.1.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 07:38:46 +00:00
dependabot-preview[bot]
6786cfc315
Merge pull request #670 from nextcloud/dependabot/npm_and_yarn/p-queue-6.2.0 2019-10-17 07:05:46 +00:00
dependabot-preview[bot]
2fd0fcfefd
Merge pull request #672 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.2 2019-10-17 07:05:32 +00:00
dependabot-preview[bot]
f05b4614b9
Bump webpack from 4.41.0 to 4.41.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 4.41.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v4.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 06:54:50 +00:00
dependabot-preview[bot]
a628c7af58
Bump p-queue from 6.1.1 to 6.2.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-14 01:26:24 +00:00
Nextcloud bot
5e0e78e922
[tx-robot] updated from transifex 2019-10-12 02:50:22 +00:00
dependabot-preview[bot]
1f4a5e710e
Merge pull request #665 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4 2019-10-11 07:18:56 +00:00
dependabot-preview[bot]
1f5209c13c
Bump @babel/core from 7.6.3 to 7.6.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-11 07:09:32 +00:00
dependabot-preview[bot]
9d1a72b796
Merge pull request #666 from nextcloud/dependabot/npm_and_yarn/terser-webpack-plugin-2.1.3 2019-10-11 07:07:46 +00:00